summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use static_cast instead of reinterpret_cast for casting void*.Dan Gohman2008-06-211-1/+1
| | | | llvm-svn: 52592
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells ↵Nicolas Geoffray2008-04-161-2/+5
| | | | | | | | the memory manager which function the stub will resolve. llvm-svn: 49814
* fix 80 col violationsChris Lattner2008-03-071-1/+2
| | | | llvm-svn: 48019
* Unbreak build with gcc 4.3: provide missed includes and silence most ↵Anton Korobeynikov2008-02-201-0/+2
| | | | | | annoying warnings. llvm-svn: 47367
* Enable exception handling int JITNicolas Geoffray2008-02-131-0/+41
| | | | llvm-svn: 47079
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* Adjust VStudio files to add JITMemoryManager files + include <cassert> from ↵Chuck Rose III2007-12-061-0/+1
| | | | | | same. llvm-svn: 44651
* split the JIT memory management code out from the main JIT logic into itsChris Lattner2007-12-051-0/+427
own JITMemoryManager interface. There is no functionality change with this patch. llvm-svn: 44640
OpenPOWER on IntegriCloud