aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * Fix bugsChris Lattner2001-07-281-20/+8
* * Enable the use of escaped literal stringsChris Lattner2001-07-283-63/+174
* 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-281-4/+72
* Eliminate separate enum for operand register type.Vikram S. Adve2001-07-281-73/+63
* 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-261-1/+1
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-257-43/+125
* 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
* Fixed a bug exposed when doing something like this: <program> -notanoption ...Chris Lattner2001-07-251-3/+5
* Changed printValue() to print constant value if the value is a constant.Ruchira Sasanka2001-07-242-0/+6
* *** empty log message ***Ruchira Sasanka2001-07-2412-0/+1012
* Doh! Wrong Optional flag. :(Chris Lattner2001-07-231-2/+3
* Add a comment indicating that there is documentation of the libraryChris Lattner2001-07-231-0/+3
* Minor changes to implementation of CommandLine library to let users overrideChris Lattner2001-07-231-7/+19
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-233-7/+7
* Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner2001-07-231-1/+1
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-233-12/+0
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-2319-20/+19
* Initial checkinChris Lattner2001-07-231-0/+399
* Clean up hash table usageChris Lattner2001-07-234-8/+6
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-233-43/+35
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-233-19/+34
* Remove dependence on command line library. Silly anyway.Chris Lattner2001-07-224-2441/+19
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-222-38/+20
* Eliminate lots of unnecessary #includes and forward declsChris Lattner2001-07-215-37/+3
* Eliminate many unneccesary #includesChris Lattner2001-07-212-30/+2
* Make code fit in 80 columns moreChris Lattner2001-07-211-24/+19
* Remove unneccesary #includesChris Lattner2001-07-212-18/+2
* Exterminate nasty CismsChris Lattner2001-07-211-1/+1
* Refer to include/llvm/CodeGen not CodegenChris Lattner2001-07-211-1/+1
* Make sure we build all of the code!Chris Lattner2001-07-211-1/+1
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-219-19/+19
* Fix code to be in a consistent styleChris Lattner2001-07-211-11/+5
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-211-0/+2
* Moved LLC subdir to the tools top level directoryChris Lattner2001-07-211-1/+1
* Add new ctor for ConstPoolBoolChris Lattner2001-07-211-0/+5
* Add new constructor for const pool boolChris Lattner2001-07-211-4/+8
* Add support for castsChris Lattner2001-07-211-0/+67
* Add support for casting operatorsChris Lattner2001-07-212-0/+60
* More functionality, renamed APIChris Lattner2001-07-211-70/+145
* Utility routines for simpler access to the value of an integer constant.Vikram S. Adve2001-07-211-0/+108
* Program options class.Vikram S. Adve2001-07-211-0/+12
* Description of the SPARC as a target architecture.Vikram S. Adve2001-07-214-0/+1813
* Base clas for a description of a target architecture.Vikram S. Adve2001-07-212-0/+125