aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the makefile workChris Lattner2001-07-211-7/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new ctor for ConstPoolBoolChris Lattner2001-07-211-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new constructor for const pool boolChris Lattner2001-07-211-4/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for castsChris Lattner2001-07-211-0/+67
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for casting operatorsChris Lattner2001-07-213-0/+90
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243 91177308-0d34-0410-b5e6-96231b3b80d8
* Support changed expression apiChris Lattner2001-07-211-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242 91177308-0d34-0410-b5e6-96231b3b80d8
* More functionality, renamed APIChris Lattner2001-07-212-89/+162
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved isIntegral to the Type systemChris Lattner2001-07-211-7/+3
| | | | | | | Renamed equals(char) to equalsInt(char). Made it a const memfunc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240 91177308-0d34-0410-b5e6-96231b3b80d8
* Autodep functionality broken. Remove so we get successful buildsChris Lattner2001-07-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239 91177308-0d34-0410-b5e6-96231b3b80d8
* Version of testmemory to test alloca, load and store.Vikram S. Adve2001-07-211-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238 91177308-0d34-0410-b5e6-96231b3b80d8
* Used a bigger constant in loopfunc.ll that doesn't fit in immed field.Vikram S. Adve2001-07-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237 91177308-0d34-0410-b5e6-96231b3b80d8
* Utility routines for simpler access to the value of an integer constant.Vikram S. Adve2001-07-211-0/+108
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236 91177308-0d34-0410-b5e6-96231b3b80d8
* Program options class.Vikram S. Adve2001-07-214-0/+411
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235 91177308-0d34-0410-b5e6-96231b3b80d8
* Driver and options for the llc compiler.Vikram S. Adve2001-07-213-0/+251
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234 91177308-0d34-0410-b5e6-96231b3b80d8
* Description of the SPARC as a target architecture.Vikram S. Adve2001-07-214-0/+1813
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233 91177308-0d34-0410-b5e6-96231b3b80d8
* Base clas for a description of a target architecture.Vikram S. Adve2001-07-212-0/+125
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232 91177308-0d34-0410-b5e6-96231b3b80d8
* Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve2001-07-217-0/+1850
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Vikram S. Adve2001-07-211-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230 91177308-0d34-0410-b5e6-96231b3b80d8
* Added CodeGen, LLC, and Support.Vikram S. Adve2001-07-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229 91177308-0d34-0410-b5e6-96231b3b80d8
* General support utilities like a program options class and a StringMapVikram S. Adve2001-07-214-0/+429
| | | | | | | class for mapping strings to arbitrary things. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228 91177308-0d34-0410-b5e6-96231b3b80d8
* CompileContext and options class for the llc compiler.Vikram S. Adve2001-07-212-0/+153
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227 91177308-0d34-0410-b5e6-96231b3b80d8
* Header files for the target architecture description and for instructionVikram S. Adve2001-07-215-0/+1362
| | | | | | | selection, and instances of these for the SPARC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226 91177308-0d34-0410-b5e6-96231b3b80d8
* Added support for getting the dependence of an executable on its libs,Vikram S. Adve2001-07-212-4/+32
| | | | | | | | | | using a variable to get the list of libraries on the link path. BUG: If the library in the same directory as the executable is missing, BUG: gnumake will build the library but then fail when linking the executable BUG: saying the library was not found. Need a better hack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225 91177308-0d34-0410-b5e6-96231b3b80d8
* Add isIntegral() method to SignedIntType and UnsignedIntType.Vikram S. Adve2001-07-211-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224 91177308-0d34-0410-b5e6-96231b3b80d8
* Provide simpler ways to extract the value of an integer constant.Vikram S. Adve2001-07-201-2/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223 91177308-0d34-0410-b5e6-96231b3b80d8
* Compute and cache information about the storage size and layoutVikram S. Adve2001-07-202-4/+80
| | | | | | | of structures. This information is machine-dependent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222 91177308-0d34-0410-b5e6-96231b3b80d8
* Provide uniform access to the pointer operand and to the indexVikram S. Adve2001-07-202-17/+84
| | | | | | | operands (if any) for different types of MemAccessInst's. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-202-6/+51
| | | | | | | for a VM instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220 91177308-0d34-0410-b5e6-96231b3b80d8
* Start of expression analysis supportChris Lattner2001-07-202-0/+267
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219 91177308-0d34-0410-b5e6-96231b3b80d8
* Header to raise and lower representationChris Lattner2001-07-201-0/+77
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support to call LevelRaiseChris Lattner2001-07-202-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217 91177308-0d34-0410-b5e6-96231b3b80d8
* Update makefile for more accurate depsChris Lattner2001-07-202-3/+38
| | | | | | | Include support to print out Expression types git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement ensureTypeAvailableChris Lattner2001-07-201-24/+51
| | | | | | | Implement ConstPoolInt class git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for constant propogation of multipliesChris Lattner2001-07-201-2/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214 91177308-0d34-0410-b5e6-96231b3b80d8
* Factor out WriteAsOperand.Chris Lattner2001-07-201-16/+47
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a comment.Chris Lattner2001-07-202-107/+111
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212 91177308-0d34-0410-b5e6-96231b3b80d8
* Add multiply as a supported constant propogation operationChris Lattner2001-07-204-0/+26
| | | | | | | Include the LevelChange.h header in AllOpts.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211 91177308-0d34-0410-b5e6-96231b3b80d8
* New function: WriteAsOperand.Chris Lattner2001-07-201-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new base class ConstPoolInt, useful for dealing with integral constantsChris Lattner2001-07-201-11/+46
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new method, ensureTypeAvailableChris Lattner2001-07-201-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208 91177308-0d34-0410-b5e6-96231b3b80d8
* Change is*Type to be a casting convertion operatorChris Lattner2001-07-201-4/+21
| | | | | | | Add a new isIntegral virtual function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207 91177308-0d34-0410-b5e6-96231b3b80d8
* Add an function to BinaryOperator to swap the two operandsChris Lattner2001-07-201-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206 91177308-0d34-0410-b5e6-96231b3b80d8
* Add short forms of the get*Type methods.Chris Lattner2001-07-201-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix nasty typoChris Lattner2001-07-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix clean targetChris Lattner2001-07-181-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203 91177308-0d34-0410-b5e6-96231b3b80d8
* Compile source files in alphabetical orderChris Lattner2001-07-182-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed typo in commentChris Lattner2001-07-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201 91177308-0d34-0410-b5e6-96231b3b80d8
* Support external methodsChris Lattner2001-07-152-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200 91177308-0d34-0410-b5e6-96231b3b80d8
* New test case for prototype supportChris Lattner2001-07-151-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199 91177308-0d34-0410-b5e6-96231b3b80d8
* Reordered link line for correct static linking.Vikram S. Adve2001-07-156-10/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198 91177308-0d34-0410-b5e6-96231b3b80d8