summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Add debugtype, make output marginally more niceChris Lattner2003-10-19
* Fix PR #47Chris Lattner2003-10-19
* Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llxChris Lattner2003-10-19
* Without this option, the -run-llc mode does not work with shared objects atChris Lattner2003-10-18
* Fix warningChris Lattner2003-10-18
* add support for new linkage typesChris Lattner2003-10-18
* Fix PR#50Chris Lattner2003-10-18
* Add support for the new varargs intrinsics and instructionsChris Lattner2003-10-18
* ADd support for the new varargs instructionsChris Lattner2003-10-18
* Add support for the new varargs intrinsicsChris Lattner2003-10-18
* Update the sparc backend to at least compile correctly with the new varargs s...Chris Lattner2003-10-18
* Interpret the new varargs intrinsics correctlyChris Lattner2003-10-18
* Updated to emit the final 1.0 bytecode format. This supports weak linkage,Chris Lattner2003-10-18
* * New revised variable argument handling supportChris Lattner2003-10-18
* New revised variable argument handling supportChris Lattner2003-10-18
* Chris says it's better to assert that TheModule is valid than silently return 0.Misha Brukman2003-10-17
* You can't just blat the address into memory, you have to blat itsBrian Gaeke2003-10-17
* Don't release the Module, as that invalidates the Module* within theMisha Brukman2003-10-17
* Implement replaceMachineCodeForFunction() for x86.Brian Gaeke2003-10-17
* Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr().Brian Gaeke2003-10-17
* Add prototype for replaceMachineCodeForFunction().Brian Gaeke2003-10-17
* Return the Module that we just materialized.Misha Brukman2003-10-17
* Tidy up doxygen comment for getPointerToFunction().Brian Gaeke2003-10-17
* Refactor running the JIT passes on a single function into the new method,Brian Gaeke2003-10-17
* Remove extra blank line.Brian Gaeke2003-10-17
* Do not crash on empty structuresChris Lattner2003-10-17
* Tighten up handling of checks for shift instructionsChris Lattner2003-10-17
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-17
* Fix typo in comment.Brian Gaeke2003-10-16
* Fix a typo in a comment, and zap a blank line.Brian Gaeke2003-10-16
* Add separator between different types of readers.Misha Brukman2003-10-16
* JIT.cpp:Misha Brukman2003-10-16
* * Reorder includes as per the style guideMisha Brukman2003-10-16
* Minor cleanupsChris Lattner2003-10-16
* Add support for 'weak' linkage.Chris Lattner2003-10-16
* Add support for 'weak' linkage.Chris Lattner2003-10-16
* Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner2003-10-16
* This code does not require random access use_listsChris Lattner2003-10-16
* Eliminate using declarationChris Lattner2003-10-16
* #include vector which we will need here soonChris Lattner2003-10-15
* Fix up error message.Brian Gaeke2003-10-15
* Decrease usage of use_size()Chris Lattner2003-10-15
* CleanupChris Lattner2003-10-15
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-14
* Order #includes as per the style guide.Misha Brukman2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Substantial cleanups:Chris Lattner2003-10-14
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-14