aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Add the -additional-so optionChris Lattner2003-10-181-30/+56
* Beef up the description of bugpoint a lot. Update for renamed optionsChris Lattner2003-10-181-21/+52
* Change run-lli -> run-intChris Lattner2003-10-181-1/+1
* Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner2003-10-181-1/+2
* Fix warningChris Lattner2003-10-181-0/+1
* Print stuff to stdout if something changes.Chris Lattner2003-10-181-0/+10
* If we detect a pass crash during miscompilation testing, immediately enter theChris Lattner2003-10-181-4/+4
* add support for new linkage typesChris Lattner2003-10-182-8/+18
* Fix PR#50Chris Lattner2003-10-181-6/+6
* Add support for the new varargs intrinsics and instructionsChris Lattner2003-10-185-34/+61
* ADd support for the new varargs instructionsChris Lattner2003-10-181-1/+2
* Add support for the new varargs intrinsicsChris Lattner2003-10-182-52/+72
* Update the sparc backend to at least compile correctly with the new varargs s...Chris Lattner2003-10-182-4/+16
* Interpret the new varargs intrinsics correctlyChris Lattner2003-10-183-28/+13
* Updated to emit the final 1.0 bytecode format. This supports weak linkage,Chris Lattner2003-10-182-22/+40
* * New revised variable argument handling supportChris Lattner2003-10-185-149/+290
* New revised variable argument handling supportChris Lattner2003-10-186-28/+167
* Update for new varargs supportChris Lattner2003-10-181-63/+99
* Fix bug in my checkinChris Lattner2003-10-181-1/+0
* Another formatting fixChris Lattner2003-10-181-4/+4
* More cleanupsChris Lattner2003-10-171-3/+7
* Be more helpful if a pass fails while chasing down a miscompilationChris Lattner2003-10-172-2/+9
* * Align comments into 80 columnsMisha Brukman2003-10-172-36/+34
* Chris says it's better to assert that TheModule is valid than silently return 0.Misha Brukman2003-10-171-2/+1
* Added additional information about linking dynamic libraries.John Criswell2003-10-171-0/+15
* You can't just blat the address into memory, you have to blat itsBrian Gaeke2003-10-171-4/+7
* Adding license information for the sample project.John Criswell2003-10-171-0/+24
* Updated the README so that it catagorizes the docs similar to the web page.John Criswell2003-10-171-10/+35
* Don't release the Module, as that invalidates the Module* within theMisha Brukman2003-10-171-2/+2
* Implement replaceMachineCodeForFunction() for x86.Brian Gaeke2003-10-171-0/+7
* Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr().Brian Gaeke2003-10-171-27/+33
* Add prototype for replaceMachineCodeForFunction().Brian Gaeke2003-10-172-0/+3
* Return the Module that we just materialized.Misha Brukman2003-10-171-2/+5
* Tidy up doxygen comment for getPointerToFunction().Brian Gaeke2003-10-172-0/+20
* Refactor running the JIT passes on a single function into the new method,Brian Gaeke2003-10-171-7/+35
* Return the Module being materialized to avoid always calling getModule().Misha Brukman2003-10-171-1/+1
* Add stub version of replaceMachineCodeForFunction. It will live here untilBrian Gaeke2003-10-171-0/+8
* Remove extra blank line.Brian Gaeke2003-10-171-1/+0
* Do not crash on empty structuresChris Lattner2003-10-171-0/+5
* Modified the Makefile so that the sample library is linked dynamically.John Criswell2003-10-171-1/+2
* * Give credit where credit's dueMisha Brukman2003-10-171-4/+16
* New testcase for C++ frontend crashChris Lattner2003-10-171-0/+9
* Tighten up handling of checks for shift instructionsChris Lattner2003-10-171-2/+4
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-1710-128/+127
* Someone forgot to commit an updated configure after adding tools/llvm-nm to c...Alkis Evlogimenos2003-10-171-28/+34
* Add debug variable.Brian Gaeke2003-10-161-0/+6
* Fix typo in comment.Brian Gaeke2003-10-161-1/+1
* This file has funny include guards and funny extra whitespace.Brian Gaeke2003-10-161-4/+2
* Document that llvm-nm works in pipe mode, thanks to the efforts of Chris.Brian Gaeke2003-10-161-1/+3
* Fix a typo in a comment, and zap a blank line.Brian Gaeke2003-10-161-2/+1