summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add detection of __dso_handle presence during configure. Use this information...Anton Korobeynikov2007-07-301-15/+20
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-3/+3
* rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::stateChris Lattner2007-04-201-7/+7
* Simplify code as a result of the change in GenericValue to have a singleReid Spencer2007-03-061-28/+15
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-1/+1
* eliminate vector-related allocationsChris Lattner2007-02-131-2/+2
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-2/+2
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-1/+1
* For PR1064:Reid Spencer2007-01-121-17/+31
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-1/+1
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-3/+3
* For PR1043:Zhou Sheng2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-32/+24
* Fix PR1057 (compilation on macos 10.3), patch by Scott Michel!Chris Lattner2006-12-171-8/+8
* Change inferred cast creation calls to more specific cast creations.Reid Spencer2006-12-121-1/+1
* Removing even more <iostream> includes.Bill Wendling2006-12-071-6/+5
* For PR950:Reid Spencer2006-10-201-12/+12
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-5/+5
* eliminate use of TM.getName()Chris Lattner2006-09-031-2/+1
* Remove extra spaces.Evan Cheng2006-09-011-2/+2
* Last check-in was a mistake...Evan Cheng2006-09-011-4/+6
* *** empty log message ***Evan Cheng2006-09-011-2/+2
* Better comments.Evan Cheng2006-09-011-1/+4
* Yikes. This requires checking apple gcc version.Evan Cheng2006-09-011-2/+4
* initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner2006-08-161-1/+12
* Fix the build on my old and busted version of OS XNate Begeman2006-07-221-1/+6
* Forgot to #ifdef __APPLE__Evan Cheng2006-07-221-0/+2
* Resolve __dso_handle.Evan Cheng2006-07-211-0/+8
* Remove non-portable optimization that isn't worth itChris Lattner2006-07-121-5/+1
* Adapt to new interface function materialization interfaceChris Lattner2006-07-071-9/+5
* Fix -pedantic warnings.Chris Lattner2006-06-011-11/+11
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Move some methods out of line so that MutexGuard.h isn't needed in a public h...Chris Lattner2006-05-081-5/+1
* Adjust to use proper TargetData copy ctorChris Lattner2006-05-041-1/+1
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-2/+2
* Do not make the JIT memory manager manage the memory for globals. InsteadChris Lattner2006-05-021-4/+16
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-241-0/+5
* Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.Chris Lattner2006-03-221-1/+4
* wrap long lineChris Lattner2006-01-071-1/+2
* Like constants, globals on some platforms are GOT relative. This means they ...Andrew Lenharth2005-07-281-1/+2
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* For PR540:Reid Spencer2005-07-121-6/+14
* Make the stub functions be tail callsChris Lattner2005-05-061-1/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* Silence VS warnings.Chris Lattner2005-01-081-1/+2
* Properly implement a fix for PR475Chris Lattner2004-12-051-13/+0
* Revert this patch, it broke a ton of programs.Chris Lattner2004-12-051-4/+0
* Fix PR475.Alkis Evlogimenos2004-12-051-0/+4
* Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer2004-11-291-2/+2
* This method does not exist any longer.Chris Lattner2004-11-201-4/+0
OpenPOWER on IntegriCloud