summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring toMisha Brukman2003-07-151-1/+6
| | | | | | | the program's executing image, not 0 as it is on Linux/x86 and possibly other systems. llvm-svn: 7176
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
| | | | | | system. llvm-svn: 7014
* Fix typeosChris Lattner2003-05-141-4/+4
| | | | llvm-svn: 6204
* Add support for more constant expressionsChris Lattner2003-05-141-6/+35
| | | | llvm-svn: 6203
* Clean up castChris Lattner2003-05-131-1/+1
| | | | llvm-svn: 6174
* Add a pointersize/endianness safe load routine to match the store routineChris Lattner2003-05-081-0/+76
| | | | llvm-svn: 6042
* Fix bug: Jello/2003-05-07-ArgumentTest.llxChris Lattner2003-05-071-17/+33
| | | | | | Also fixes yacr2/ks benchmarks llvm-svn: 6017
* Fix bug where pointers were assumed to always be 64 bits in size!Chris Lattner2003-04-231-4/+8
| | | | llvm-svn: 5890
* * Implement access to external variables in LLIChris Lattner2003-04-231-10/+31
| | | | | | * Implement GetElementPtr constant expressions when initializing global variables llvm-svn: 5880
* Make stderr, stdout, stdin work with LLIChris Lattner2003-04-211-0/+6
| | | | llvm-svn: 5832
* Add fixmeChris Lattner2003-01-131-1/+2
| | | | llvm-svn: 5251
* Add diagnostic outputChris Lattner2002-12-281-0/+1
| | | | llvm-svn: 5157
* Fixes to compile with GCC 3.2Chris Lattner2002-12-241-5/+5
| | | | llvm-svn: 5134
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-241-0/+226
llvm-svn: 5126
OpenPOWER on IntegriCloud