aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve2001-07-217-0/+1850
* *** empty log message ***Vikram S. Adve2001-07-211-0/+7
* Added CodeGen, LLC, and Support.Vikram S. Adve2001-07-211-1/+1
* Add isIntegral() method to SignedIntType and UnsignedIntType.Vikram S. Adve2001-07-211-0/+6
* Compute and cache information about the storage size and layoutVikram S. Adve2001-07-201-1/+5
* Provide uniform access to the pointer operand and to the indexVikram S. Adve2001-07-201-8/+51
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-201-2/+29
* Start of expression analysis supportChris Lattner2001-07-201-0/+207
* Implement ensureTypeAvailableChris Lattner2001-07-201-24/+51
* Add support for constant propogation of multipliesChris Lattner2001-07-201-2/+15
* Factor out WriteAsOperand.Chris Lattner2001-07-201-16/+47
* Add a comment.Chris Lattner2001-07-202-107/+111
* Add multiply as a supported constant propogation operationChris Lattner2001-07-202-0/+14
* Fix nasty typoChris Lattner2001-07-201-1/+1
* Support external methodsChris Lattner2001-07-152-0/+2
* Implement forward/external declarations for methods.Chris Lattner2001-07-151-5/+9
* Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner2001-07-154-696/+755
* Add support for assembly printing fp constantsChris Lattner2001-07-152-4/+5
* Add support to the bytecode writer to recognize floating point constantsChris Lattner2001-07-151-4/+10
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-151-0/+14
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-156-810/+890
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-146-13/+20
* Add knowledge about the struct form of the GetElementPtr instructionChris Lattner2001-07-141-1/+7
* Remove dependency on the structure of ValueHolder.Chris Lattner2001-07-141-6/+5
* * The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-141-1/+1
* The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-141-3/+3