Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The JIT now passes the environment pointer to the main() function when it | John Criswell | 2003-08-21 | 1 | -1/+2 | |
| | | | | | | | starts a program. This allows the GNU env program to compile and JIT under LLVM. llvm-svn: 8022 | |||||
* | Add support for atexit function, remove support for __main function | Chris Lattner | 2003-05-14 | 1 | -4/+15 | |
| | | | | llvm-svn: 6194 | |||||
* | Make sure that globals are emitted AFTER the passmanager is set up for the JIT, | Chris Lattner | 2003-05-12 | 1 | -0/+1 | |
| | | | | | | because the globals may refer to functions that need to be compiled! llvm-svn: 6105 | |||||
* | A large number of simple changes: | Chris Lattner | 2003-05-08 | 1 | -2/+2 | |
| | | | | | | | * s/Method/Function * Kill some obsolete (external) functions that used to be to support tracing llvm-svn: 6041 | |||||
* | Remove two fields from TargetData which are target specific. | Chris Lattner | 2003-04-26 | 1 | -1/+0 | |
| | | | | llvm-svn: 5963 | |||||
* | MAke sure that LLI properly configures align_of(double) | Chris Lattner | 2003-04-25 | 1 | -0/+1 | |
| | | | | llvm-svn: 5938 | |||||
* | Initial checkin of new LLI with JIT compiler | Chris Lattner | 2002-12-24 | 1 | -0/+56 | |
llvm-svn: 5126 |