aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* Fix a warningNate Begeman2006-04-251-1/+1
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-1/+82
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-241-0/+5
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-231-1/+1
* remove the intrinsiclowering hookChris Lattner2006-03-232-6/+4
* Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.Chris Lattner2006-03-222-1/+8
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* simplify this code now that each constant pool entry is not separately allocatedChris Lattner2006-02-091-15/+16
* Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner2006-02-091-7/+10
* rename fields of constant pool entriesChris Lattner2006-02-091-6/+4
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-311-4/+6
* Add #include of <iostream>Chris Lattner2006-01-221-1/+2
* Wrap long lines.Chris Lattner2006-01-071-6/+8
* wrap long lineChris Lattner2006-01-071-1/+2
* 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-272-11/+11
* 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-123-27/+76
* Make the stub functions be tail callsChris Lattner2005-05-061-1/+2
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-215-24/+24
* 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-082-2/+3
* 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-292-4/+4
* 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
* These methods are obsoleteChris Lattner2004-11-221-21/+1
* Support targets that require stubs for external functions betterChris Lattner2004-11-221-2/+18