summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* one cannot allocate a global, until one is done initializing the global pointersAndrew Lenharth2005-08-011-5/+5
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-301-4/+4
* support near allocations for the JITAndrew Lenharth2005-07-291-33/+73
* Like constants, globals on some platforms are GOT relative. This means they ...Andrew Lenharth2005-07-281-13/+76
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-10/+10
* fix a warning on 32-bit systemsChris Lattner2005-07-251-1/+1
* the JIT memory manager will construct a GOT if you want it too. Also, it pla...Andrew Lenharth2005-07-221-9/+51
* count the number of relocations performed.Chris Lattner2005-07-201-0/+3
* For PR540:Reid Spencer2005-07-121-16/+40
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Add support for targets that require stubs for external functions.Chris Lattner2005-04-181-2/+27
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-171-0/+1
* Fix problems running the HowToUseJIT on powerpc, and probably problems withChris Lattner2005-02-201-2/+2
* Rework constant pool handling so that function constant pools are no longerChris Lattner2005-01-101-21/+24
* Silence VS warnings.Chris Lattner2005-01-081-1/+1
* Get rid of some leaks found by VC leak detector.Reid Spencer2004-12-131-0/+5
* Properly implement a fix for PR475Chris Lattner2004-12-051-0/+15
* Remove unneeded cast.Chris Lattner2004-12-011-1/+0
* Fix the JIT when being used from llvm-dbChris Lattner2004-11-301-1/+1
* Rename Emitter.cpp -> JITEmitter.cppChris Lattner2004-11-221-0/+425
OpenPOWER on IntegriCloud