aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add separator between different types of readers.Misha Brukman2003-10-161-0/+1
* JIT.cpp:Misha Brukman2003-10-162-5/+7
* * Reorder includes as per the style guideMisha Brukman2003-10-161-6/+22
* If we move the constructors to the .cpp file, we can drop the #includeMisha Brukman2003-10-161-7/+3
* Removed the .PRECIOUS of Lex and Yacc output files.John Criswell2003-10-161-2/+0
* Removed the -mode option.John Criswell2003-10-161-12/+4
* Minor cleanupsChris Lattner2003-10-161-30/+28
* Added documentation on the new -disable-inlining option.John Criswell2003-10-161-0/+5
* I am not the only John Criswell.John Criswell2003-10-161-1/+1
* Give credit where credit is dueChris Lattner2003-10-161-1/+1
* Added a section on all of the wonderful Makefile variables used to locateJohn Criswell2003-10-161-30/+162
* Make llvm-nm work in "pipe mode"Chris Lattner2003-10-161-3/+7
* Add support for 'weak' linkage.Chris Lattner2003-10-169-22/+117
* Add support for 'weak' linkage.Chris Lattner2003-10-162-4/+25
* Geeze, what is with Brian and these ifdef's?Chris Lattner2003-10-161-2/+0
* Add weak linking typeChris Lattner2003-10-161-0/+2
* Automagically update website docs on commits.Misha Brukman2003-10-161-0/+1
* Update the website automatically on documentation commit [in progress].Misha Brukman2003-10-161-1/+2
* This should automatically update on the webpage.Misha Brukman2003-10-161-1/+3
* yikes, a copy-and-paste-oBrian Gaeke2003-10-161-1/+1
* add llvm-nm entry.Brian Gaeke2003-10-161-0/+5
* Add command guide (It's like a man page translated into html, but without theBrian Gaeke2003-10-161-0/+116
* Welcome llvm-nm to the familyChris Lattner2003-10-161-1/+1
* Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner2003-10-161-37/+11
* Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner2003-10-162-65/+185
* Unfortunately, it looks like level raise is still needed :(Chris Lattner2003-10-161-2/+1