This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
pacciani/src
Stefano Sanfilippo 68dee1250d Port the build scripts to CMake 3.5, refactor them.
* Use the official LLVMConfig rather than our FindLLVM.
* Add target rule for Ragel.
* Remove useless dependencies by only compiling for the native target.
* Use target rules.
2019-06-24 11:02:46 +02:00
..
asmgen.cpp Port the build scripts to CMake 3.5, refactor them. 2019-06-24 11:02:46 +02:00
asmgen.h Emit position independent code by default, to enable support for shared libraries and PIE. 2018-12-25 14:12:35 +01:00
ast-printer.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
ast-printer.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
ast-visitor.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
ast.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
ast.def Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
ast.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
CMakeLists.txt Port the build scripts to CMake 3.5, refactor them. 2019-06-24 11:02:46 +02:00
codegen.cpp Port Monicelli to LLVM 6.0 2018-09-16 14:24:27 +02:00
codegen.def Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
codegen.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
errors.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
errors.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
iterators.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
lexer.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
lexer.def Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
lexer.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
lexer.rl Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
location.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
main.cpp Emit position independent code by default, to enable support for shared libraries and PIE. 2018-12-25 14:12:35 +01:00
operators.def Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
options.cpp Emit position independent code by default, to enable support for shared libraries and PIE. 2018-12-25 14:12:35 +01:00
options.h Emit position independent code by default, to enable support for shared libraries and PIE. 2018-12-25 14:12:35 +01:00
parser.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
parser.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
support.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
support.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
types.def Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00