summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make error msg nicerChris Lattner2001-07-281-2/+2
* Enable the elimination of method prototypes that are not referencedChris Lattner2001-07-281-4/+19
* * Make sure that the size of the type field can also control the outputChris Lattner2001-07-281-0/+6
* * Add calls to failure template so that it is actually possible to debugChris Lattner2001-07-284-124/+134
* * Fix bugsChris Lattner2001-07-281-20/+8
* * Enable the use of escaped literal stringsChris Lattner2001-07-283-63/+174
* Modify var names to make it apparant that the code is really genericChris Lattner2001-07-281-10/+10
* Changes to make test scripts more reliableChris Lattner2001-07-282-3/+3
* Add test of string constantsChris Lattner2001-07-281-0/+14
* Added function printIndent.Vikram S. Adve2001-07-281-0/+6
* Added a pointer hash function object for use in pointer maps.Vikram S. Adve2001-07-281-0/+5
* Make a function const.Vikram S. Adve2001-07-281-1/+1
* Remove lib/LLC library.Vikram S. Adve2001-07-282-4/+2
* Added several SPARC instructions including conditional move and SETHI.Vikram S. Adve2001-07-281-147/+308
* Remove redundant and unused functions.Vikram S. Adve2001-07-281-11/+20
* Added UltraSparcInstrInfo class to specialize class MachineInstrInfo.Vikram S. Adve2001-07-281-11/+11
* Eliminate unused function.Vikram S. Adve2001-07-282-26/+0
* Bug fixes:Vikram S. Adve2001-07-281-194/+381
* Added MachineInstrInfo class and moved instruction-related members there.Vikram S. Adve2001-07-282-21/+174
* Eliminate separate enum for operand register type.Vikram S. Adve2001-07-282-114/+173
* Work around a few 'sorting issues' with the bytecode output that causes the b...Chris Lattner2001-07-262-4/+10
* Don't write out constants that do not have a name, they will be inlined.Chris Lattner2001-07-261-5/+5
* Refactor some of the constant stuff so that we can return complex constantChris Lattner2001-07-262-70/+89
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-262-26/+38
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-263-3/+3
* New test for varargs functionsChris Lattner2001-07-251-0/+12
* Add library depChris Lattner2001-07-252-2/+2
* Parenthesize output for expranalyze so that pointer stuff being multiplied is...Chris Lattner2001-07-251-2/+2
* Build as before disChris Lattner2001-07-251-1/+1
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-259-45/+129
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-254-2185/+38
* Fix a bug when compiling 'shl ubyte * %var, ubyte 2'Chris Lattner2001-07-251-1/+2
* Filter out noncore stuffChris Lattner2001-07-251-1/+1
* Fixed a bug exposed when doing something like this: <program> -notanoption ...Chris Lattner2001-07-252-6/+10
* Changed printValue() to print constant value if the value is a constant.Ruchira Sasanka2001-07-242-0/+6
* *** empty log message ***Ruchira Sasanka2001-07-2418-0/+1466
* Doh! Wrong Optional flag. :(Chris Lattner2001-07-232-4/+6
* Add a comment indicating that there is documentation of the libraryChris Lattner2001-07-232-0/+6
* Initial checking of some rough documentation for commandline libraryChris Lattner2001-07-231-0/+359
* Change option name slightlyChris Lattner2001-07-231-1/+1
* Minor changes to implementation of CommandLine library to let users overrideChris Lattner2001-07-232-14/+38
* Add a missing </a> tagChris Lattner2001-07-231-2/+2
* Use the new Alias command line optionChris Lattner2001-07-232-4/+6
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-2313-143/+130
* Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner2001-07-231-1/+1
* -help is verbose enough that we don't need this anymoreChris Lattner2001-07-231-14/+0
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-2310-84/+61
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-2338-326/+62
* Initial checkinChris Lattner2001-07-232-0/+798
* Fix coding style issues to actually attempt to be somewhat uniformChris Lattner2001-07-231-48/+28