aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-213-0/+90
* Support changed expression apiChris Lattner2001-07-211-5/+5
* More functionality, renamed APIChris Lattner2001-07-212-89/+162
* Moved isIntegral to the Type systemChris Lattner2001-07-211-7/+3
* Autodep functionality broken. Remove so we get successful buildsChris Lattner2001-07-211-1/+1
* Version of testmemory to test alloca, load and store.Vikram S. Adve2001-07-211-0/+23
* Used a bigger constant in loopfunc.ll that doesn't fit in immed field.Vikram S. Adve2001-07-211-1/+1
* 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-214-0/+411
* Driver and options for the llc compiler.Vikram S. Adve2001-07-213-0/+251
* 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
* General support utilities like a program options class and a StringMapVikram S. Adve2001-07-214-0/+429
* CompileContext and options class for the llc compiler.Vikram S. Adve2001-07-212-0/+153
* Header files for the target architecture description and for instructionVikram S. Adve2001-07-215-0/+1362
* Added support for getting the dependence of an executable on its libs,Vikram S. Adve2001-07-212-4/+32
* Add isIntegral() method to SignedIntType and UnsignedIntType.Vikram S. Adve2001-07-211-0/+6
* Provide simpler ways to extract the value of an integer constant.Vikram S. Adve2001-07-201-2/+22
* Compute and cache information about the storage size and layoutVikram S. Adve2001-07-202-4/+80
* Provide uniform access to the pointer operand and to the indexVikram S. Adve2001-07-202-17/+84
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-202-6/+51
* Start of expression analysis supportChris Lattner2001-07-202-0/+267
* Header to raise and lower representationChris Lattner2001-07-201-0/+77
* Add support to call LevelRaiseChris Lattner2001-07-202-1/+2
* Update makefile for more accurate depsChris Lattner2001-07-202-3/+38
* 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-204-0/+26
* New function: WriteAsOperand.Chris Lattner2001-07-201-0/+9
* Add new base class ConstPoolInt, useful for dealing with integral constantsChris Lattner2001-07-201-11/+46
* Add new method, ensureTypeAvailableChris Lattner2001-07-201-0/+7
* Change is*Type to be a casting convertion operatorChris Lattner2001-07-201-4/+21
* Add an function to BinaryOperator to swap the two operandsChris Lattner2001-07-201-0/+5
* Add short forms of the get*Type methods.Chris Lattner2001-07-201-0/+12
* Fix nasty typoChris Lattner2001-07-201-1/+1
* Fix clean targetChris Lattner2001-07-181-1/+1
* Compile source files in alphabetical orderChris Lattner2001-07-182-2/+4
* Fixed typo in commentChris Lattner2001-07-161-1/+1
* Support external methodsChris Lattner2001-07-152-0/+2
* New test case for prototype supportChris Lattner2001-07-151-0/+10
* Reordered link line for correct static linking.Vikram S. Adve2001-07-156-10/+10
* Changed default to building library archives instead of shared objects.Vikram S. Adve2001-07-152-10/+58