aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Wrap long lines.Chris Lattner2006-01-071-6/+8
* wrap long lineChris Lattner2006-01-071-1/+2
* Fix a nasty bug that was causing miscompilation of global variablesChris Lattner2005-10-231-1/+4
* Shrinkify to match llcChris Lattner2005-10-231-3/+3
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-021-3/+3
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+24
* 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-282-14/+78
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-273-12/+12
* 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-124-34/+86
* fix long linesChris Lattner2005-07-111-3/+4
* core changes for varargsAndrew Lenharth2005-06-182-13/+3
* Fix a really horrible problem that causes the JIT to miscompile any programChris Lattner2005-05-121-2/+2
* Make the stub functions be tail callsChris Lattner2005-05-061-1/+2
* Convert tabs to spacesMisha Brukman2005-04-224-8/+9
* Remove trailing whitespaceMisha Brukman2005-04-215-24/+24
* * Remove trailing whitespaceMisha Brukman2005-04-214-113/+113
* Remove trailing whitespaceMisha Brukman2005-04-211-21/+21
* 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
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-152-5/+5
* Use const iterators where possible. Patch by Evan Jones!Chris Lattner2005-02-271-2/+2
* Fix problems running the HowToUseJIT on powerpc, and probably problems withChris Lattner2005-02-201-2/+2
* This is no longer needed. Global variables with undef initializers can beChris Lattner2005-02-021-2/+0
* If the interpreter tries to execute an external function, kill it. Of courseChris Lattner2005-01-211-6/+8
* Improve compatiblity with HPUX on Itanium, patch by Duraid MadinaChris Lattner2005-01-161-1/+1
* Rework constant pool handling so that function constant pools are no longerChris Lattner2005-01-101-21/+24
* Silence warningsChris Lattner2005-01-081-2/+2
* Silence VS warnings.Chris Lattner2005-01-081-37/+37
* Silence VS warnings.Chris Lattner2005-01-082-2/+3
* Silence VS warningsChris Lattner2005-01-081-4/+4
* Be double sure about including sys/stat.h by wrapping the inclusion inReid Spencer2004-12-201-0/+3
* Move the #include of sys/stat.h inside the linux "hack" for the statReid Spencer2004-12-171-3/+1
* Only #include sys/stat.h if we're on linux where we have the PR274 problem.Reid Spencer2004-12-171-0/+2
* Get rid of some leaks found by VC leak detector.Reid Spencer2004-12-131-0/+5
* Properly implement a fix for PR475Chris Lattner2004-12-052-13/+15
* Revert this patch, it broke a ton of programs.Chris Lattner2004-12-051-4/+0
* Fix PR475.Alkis Evlogimenos2004-12-051-0/+4
* Remove darwin specific majikChris Lattner2004-12-031-24/+0
* Do not look here for elegance.Chris Lattner2004-12-031-0/+24
* Remove unneeded cast.Chris Lattner2004-12-011-1/+0
* Fix the JIT when being used from llvm-dbChris Lattner2004-11-301-1/+1
* Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer2004-11-294-12/+20
* Rename Emitter.cpp -> JITEmitter.cppChris Lattner2004-11-221-20/+20
* Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner2004-11-221-11/+0