aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove stringutils.h fileChris Lattner2001-07-221-10/+8
* Destroy the StringUtils.h fileChris Lattner2001-07-222-95/+17
* Eliminate lots of unnecessary #includes and forward declsChris Lattner2001-07-219-87/+6
* 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-212-62/+33
* Refer to include/llvm/CodeGen not CodegenChris Lattner2001-07-211-1/+1
* Instructions for useChris Lattner2001-07-211-0/+14
* Make sure we build all of the code!Chris Lattner2001-07-212-2/+2
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-2114-26/+26
* Fix code to be in a consistent styleChris Lattner2001-07-211-11/+5
* More minor reorganizationsChris Lattner2001-07-211-4/+4
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-212-5/+9
* Filter out the sparc.burm.c fileChris Lattner2001-07-212-2/+4
* Moved LLC subdir to the tools top level directoryChris Lattner2001-07-211-1/+1
* Make the makefile workChris Lattner2001-07-211-7/+2
* 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