aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add ability to utilize the code emitter generator (CodeEmitterGen).Misha Brukman2003-05-242-2/+42
* First cut at the Code Generator using the TableGen methodology.Misha Brukman2003-05-244-0/+256
* Implement the TargetInstrInfo's createNOPinstr() and isNOPinstr() interface.Misha Brukman2003-05-243-1/+71
* NOP instructions are pseudo-instructions. We should not have them explicitly inMisha Brukman2003-05-241-0/+14
* Suggest -save-temps instead of -S, -E.Brian Gaeke2003-05-231-7/+10
* Remove ".bc" from the end of InputFile if it is there, inBrian Gaeke2003-05-231-0/+7
* gccld.cpp:Brian Gaeke2003-05-231-57/+82
* Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.llChris Lattner2003-05-231-103/+194
* Remove some cruft, add some methods to allow implementation of bugfix forChris Lattner2003-05-231-17/+22
* Cleaned up code layout; no functional changes.Misha Brukman2003-05-231-24/+20
* Minor rewording/cleanupsChris Lattner2003-05-231-11/+13
* New testcase identified by Brian Gaeke. Gotta love GCC extensions. :(Chris Lattner2003-05-231-0/+20
* Fix a problem brian identified.Chris Lattner2003-05-231-2/+3
* Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in itsBrian Gaeke2003-05-231-1/+3
* Remove long dead codeChris Lattner2003-05-222-73/+0
* Remove using declarationsChris Lattner2003-05-225-49/+36
* Add using declarationsChris Lattner2003-05-225-37/+26
* Cleaned up code layout. No functional changes.Misha Brukman2003-05-224-1356/+1244
* Remove using declarations and extraneous #includesChris Lattner2003-05-222-34/+31
* Fix static constructor ordering problemChris Lattner2003-05-221-15/+33
* Kill `using' directives.Misha Brukman2003-05-224-102/+94
* Remove using declarationsChris Lattner2003-05-221-81/+77
* Fix testcaseChris Lattner2003-05-221-0/+1
* New testcaseChris Lattner2003-05-221-0/+11
* Add documentation for the new cl::CommaSeparated modifierChris Lattner2003-05-221-5/+31
* add support for an explicit EXPORTED_SYMBOL_LISTChris Lattner2003-05-221-2/+11
* Make the list accept comma separated namesChris Lattner2003-05-221-1/+2
* Add new CommaSeparated option modifierChris Lattner2003-05-222-0/+40
* Add support for a new "CommaSeparated" modifierChris Lattner2003-05-222-6/+30
* Kill using declarationsChris Lattner2003-05-229-126/+114
* Destroy using declarationsChris Lattner2003-05-222-128/+120
* Specify a list of symbols that should be exported by the libraryChris Lattner2003-05-221-0/+2
* * Revert to old behavior of ignoring a module if it doesn't contain a mainChris Lattner2003-05-221-7/+24
* Add option to internalize to allow it to read a file to determine which symbolsChris Lattner2003-05-221-10/+41
* Update to match typename produced by the C frontendChris Lattner2003-05-221-9/+9
* Minor cleanups.Chris Lattner2003-05-221-8/+5
* Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llxChris Lattner2003-05-221-16/+25
* Do not assert fail or crash when a bytecode parse fails!Chris Lattner2003-05-222-0/+4
* Eliminate the uchar typedef, use unsigned char explicitlyChris Lattner2003-05-224-38/+56
* Make the testcase even more insaneChris Lattner2003-05-221-3/+17
* New testcaseChris Lattner2003-05-221-0/+10
* New testcaseChris Lattner2003-05-211-0/+22
* New testcase that was killing the CFEChris Lattner2003-05-211-0/+11
* New documentChris Lattner2003-05-211-0/+197
* New graphic for web pageChris Lattner2003-05-211-0/+0
* Fix bug: FunctionResolve/2003-05-21-MissingArguments.llChris Lattner2003-05-211-0/+5
* New testcase that crashes the funcresolve pass.Chris Lattner2003-05-211-0/+11
* Allow disabling final cleanupsChris Lattner2003-05-211-1/+11
* Fix Bug: BasicAA/2003-05-21-GEP-Problem.llChris Lattner2003-05-211-1/+1
* Trim testcase a bitChris Lattner2003-05-212-12/+2