summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Unbreak VC++ build.Jeff Cohen2006-12-02
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-01
* Removed #include <iostream> and replaced streams with llvm streams.Bill Wendling2006-11-27
* For PR950:Reid Spencer2006-11-27
* Allow target to specify alignment for function stub.Evan Cheng2006-11-16
* Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner2006-11-15
* if lazy compilation is disabled, print an error message and abort ifChris Lattner2006-11-09
* init ivarChris Lattner2006-11-09
* Remove redundant <cmath>.Jim Laskey2006-11-08
* For PR950:Reid Spencer2006-11-08
* For PR786:Reid Spencer2006-11-02
* Remove a function prototype that is no longer needed (REM patch missed it)Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-11-02
* Remove unnecessary sign conversions made possible by last patch.Reid Spencer2006-11-01
* Fix a bug in the interpreter where divides of unmatched signed operandsReid Spencer2006-11-01
* For PR950:Reid Spencer2006-10-26
* For PR950:Reid Spencer2006-10-20
* Unbreak the JITChris Lattner2006-09-15
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* Fix a ton of jit failuresChris Lattner2006-09-13
* Reflect MachineConstantPoolEntry changes.Evan Cheng2006-09-12
* Behold, more work on relocations. Things are looking pretty good now.Nate Begeman2006-09-10
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* eliminate use of TM.getName()Chris Lattner2006-09-03
* Remove extra spaces.Evan Cheng2006-09-01
* Last check-in was a mistake...Evan Cheng2006-09-01
* *** empty log message ***Evan Cheng2006-09-01
* Better comments.Evan Cheng2006-09-01
* Yikes. This requires checking apple gcc version.Evan Cheng2006-09-01
* initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner2006-08-16
* Fix handling of asm specifiers for external globals. This unbreaks many programsChris Lattner2006-07-28
* Resolve BB references with relocation.Evan Cheng2006-07-27
* Fixed a typo in Evan's submisson.Jim Laskey2006-07-27
* Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...Evan Cheng2006-07-27
* Fix warning on linuxChris Lattner2006-07-27
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-25
* Fix the build on my old and busted version of OS XNate Begeman2006-07-22
* Forgot to #ifdef __APPLE__Evan Cheng2006-07-22
* Resolve __dso_handle.Evan Cheng2006-07-21
* Remove non-portable optimization that isn't worth itChris Lattner2006-07-12
* Change AllocateRWX/DeallocateRWX do not throw an exception.Chris Lattner2006-07-07
* Adapt to new interface function materialization interfaceChris Lattner2006-07-07
* Added jump table address relocation.Evan Cheng2006-06-23
* Simplify TargetData ctor callChris Lattner2006-06-16
* Only count instructions as code size, not constant pools and other per-functi...Chris Lattner2006-06-16
* Simplify interpreter construction.Chris Lattner2006-06-16
* Fix -pedantic warnings.Chris Lattner2006-06-01
* Fix -pedantic warningsChris Lattner2006-06-01
* Silence some -pedantic warnings.Chris Lattner2006-06-01