- ed8f674 added setRegForValue to MachineOperand class by Ruchira Sasanka · 23 years ago
- 0931a01 fixed printing messages by Ruchira Sasanka · 23 years ago
- 4d0d632 -- debug messages dissabled by Ruchira Sasanka · 23 years ago
- c5258a4 added reg alloc support by Ruchira Sasanka · 23 years ago
- 1bf6d64 --reg alloc code added by Ruchira Sasanka · 23 years ago
- 1f3b29f -reg alloc code by Ruchira Sasanka · 23 years ago
- e38bd533 added register allocation code by Ruchira Sasanka · 23 years ago
- a5c5abc Added regalloc by Ruchira Sasanka · 23 years ago
- 43c6dfe Oops, accidentally checked my debugging makefile by Chris Lattner · 23 years ago
- e4d71a1 Fix a bug with not removing method level types after compilation by Chris Lattner · 23 years ago
- 1506aef added RegAlloc Directory to DIRS by Ruchira Sasanka · 23 years ago
- 8e60479 *** empty log message *** by Ruchira Sasanka · 23 years ago
- 94d86e9 *** empty log message *** by Ruchira Sasanka · 23 years ago
- f24ce2a Remove invalid testcase by Chris Lattner · 23 years ago
- a229b06 Remove invalid testcase. Unneccesary anyways by Chris Lattner · 23 years ago
- 808b9b6 Add new test cases by Chris Lattner · 23 years ago
- 7163447 Add support for loading and storing pointers... by Chris Lattner · 23 years ago
- ffe335a Fix a bug that caused a crash if a setcc had zero uses. by Chris Lattner · 23 years ago
- c0c7708 Add a forward decl, oops. by Chris Lattner · 23 years ago
- 46cbff6 Chris seems fond of #include <vector>. Fix these. Also convert use list in by Chris Lattner · 23 years ago
- 78a81a2 Add a comment by Chris Lattner · 23 years ago
- 7c94f9d Minor reformatting, & protection fixes by Chris Lattner · 23 years ago
- c763461 Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp by Chris Lattner · 23 years ago
- 5f3c2e5 Split Register specific stuff out from TargetMachine.h to RegInfo.h by Chris Lattner · 23 years ago
- e5bc8b0 Split Target/Machine.h into three files: * Machine.h * InstInfo.h * SchedInfo.h by Chris Lattner · 23 years ago
- b26bcc5 Make a new llvm/Target #include directory. by Chris Lattner · 23 years ago
- f6e0e28 Checkin changes to: by Chris Lattner · 23 years ago
- 69db8da Checkin changes to: by Chris Lattner · 23 years ago
- c6495ee Move files to new sparc directory by Chris Lattner · 23 years ago
- f6374bf Move the sparc target to a new lib/Target directory by Chris Lattner · 23 years ago
- 20b1ea0 Move files. by Chris Lattner · 23 years ago
- 1fddfd1 Move the contents of the CodeGen/TargetMachine/Sparc directory to Target/Sparc by Chris Lattner · 23 years ago
- 0e6530e This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 23 years ago
- 0811f76 This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 23 years ago
- d8dc93d Updates to use local header files. by Chris Lattner · 23 years ago
- b312259 Export the instruction forest support from the analysis library by Chris Lattner · 23 years ago
- e710047 Initial instruction tree support for the analysis library by Chris Lattner · 23 years ago
- 07ea7d7 Generic k-way tree support by Chris Lattner · 23 years ago
- 5f6baf7 More cleanups, preparing to revamp InstrForest to, among other things, by Chris Lattner · 23 years ago
- 4ddb4c8 * Clean up InstrForest by Chris Lattner · 23 years ago
- d268ad6 Eliminate 'BasicNode' from InstrForest. by Chris Lattner · 23 years ago
- c2a2396 Eliminate MainTreeNode function by Chris Lattner · 23 years ago
- 974e73a Remove irrelevant gross K&R Cisms by Chris Lattner · 23 years ago
- 69f8ce0 Handle subtract in expression classifier by Chris Lattner · 23 years ago
- 871ffd7 Disable destructors on constants by Chris Lattner · 23 years ago
- e93cdce Use the correct style casts by Chris Lattner · 23 years ago
- ca24d38 Use correct style casts by Chris Lattner · 23 years ago
- 243f1f7 Use correct style casts Types are not all constant now by Chris Lattner · 23 years ago
- c4e09ec Use type checking predicates by Chris Lattner · 23 years ago
- 79a4aeb Use correct casts by Chris Lattner · 23 years ago
- 1a4f8ae Use predicate for Value type test Use builtin casts by Chris Lattner · 23 years ago
- 9197585 Use predicate for Value type test by Chris Lattner · 23 years ago
- b64e774 ModuleTyID doesn't exist anyymore Use correct cast by Chris Lattner · 23 years ago
- 1767edd getMethodType is now just getType by Chris Lattner · 23 years ago
- b0e4523 Add support for printing globals by Chris Lattner · 23 years ago
- b2d22f6 Update to use correct type cast by Chris Lattner · 23 years ago
- fad0d4f Add support for global variables by Chris Lattner · 23 years ago
- 74f4a76 * Add capability of printing out a global variable by Chris Lattner · 23 years ago
- be07811 * Method::getType should return type cast as MethodType, eliminate getMethodType by Chris Lattner · 23 years ago
- 746e001 Update assertion to allow extra case by Chris Lattner · 23 years ago
- b221a76 Fix a bug I introduced (assertion failed: Unknown operand type), and convert to predicate style for type checks by Chris Lattner · 23 years ago
- 70cc339 Implement global variable support by Chris Lattner · 23 years ago
- 7720c8e Add support for external methods by Chris Lattner · 23 years ago
- 365a76e Genericize support for calling functions a bit Add external method support by Chris Lattner · 23 years ago
- 49f2b94 Add support for tool specified linker options by Chris Lattner · 23 years ago
- 2a7eb23 Remove the definitions of 3 global functions that don't belong in the core by Chris Lattner · 23 years ago
- 52bdd8a Implement the subset of the GetConstantValueAsSignedInt function that is needed, locally. Remove the two support functions to inline their contents. by Chris Lattner · 23 years ago
- 990f2a5 Implement the subset of the GetConstantValueAsSignedInt function that is needed, locally. by Chris Lattner · 23 years ago
- 85cdba3 Remove 3 gross global functions that don't belong here by Chris Lattner · 23 years ago
- 74c2b76 Rename contype to subtype by Chris Lattner · 23 years ago
- b8259dd Make ADCE more robust, it still has problems, but it's getting closer by Chris Lattner · 23 years ago
- e6fdb11 Fix problems with freeing memory twice by Chris Lattner · 23 years ago
- 167ed34 Rename file to be consistent with header name by Chris Lattner · 23 years ago
- f1ce146 Rerun backend tests if as or llc is changed by Chris Lattner · 23 years ago
- e4ca607 iFix dependence order by Chris Lattner · 23 years ago
- 82072d4 Clean up Type class by removing mutable ConstRules member and use annotations insead by Chris Lattner · 23 years ago
- 14712a6 Clean up ConstRules stuff to use annotations instead of a mutable member in Type by Chris Lattner · 23 years ago
- 78914e7 Convert ConstRules to use annotations to clean it up. by Chris Lattner · 23 years ago
- bf2f043 Fix automatic dependence on static libs by Chris Lattner · 23 years ago
- 9856e0c Handle cast float-to-float or cast double-to-double. by Vikram S. Adve · 23 years ago
- 56786d2 Fix build breakage. :( by Chris Lattner · 23 years ago
- 2e53093 I really don't like it when people break the build. by Chris Lattner · 23 years ago
- 424b847 Remove extraneous space by Chris Lattner · 23 years ago
- 3533155 Remove extra #include by Chris Lattner · 23 years ago
- c866fe1 *** empty log message *** by Ruchira Sasanka · 23 years ago
- 0286ade *** empty log message *** by Ruchira Sasanka · 23 years ago
- 7cd2ca1 Committed for compliation. Not yet final. --Ruchira by Ruchira Sasanka · 23 years ago
- c7136d2 --Ruchira by Ruchira Sasanka · 23 years ago
- 6a8f91e New testcase to deal with lists by Chris Lattner · 23 years ago
- 04890ad New file for supporting abstract types by Chris Lattner · 23 years ago
- c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago
- f074cfc Executables all live in a nice centralized location now by Chris Lattner · 23 years ago
- b7e9ae1 Executables have moved into centralized location by Chris Lattner · 23 years ago
- 1cbc29f Support TOOLNAME and USEDLIBS options for easier tool building by Chris Lattner · 23 years ago
- 195b539 Remove old old file by Chris Lattner · 23 years ago
- e737c7a Convert llc driver to standard tool format by Chris Lattner · 23 years ago
- c21708a Provide a way to change the incoming value for a phi node by Chris Lattner · 23 years ago
- 5341e21 Add llc path to setup by Chris Lattner · 23 years ago
- a105022 Uhm... that was really bad by Chris Lattner · 23 years ago
- 46ac43c Clean up driver by Chris Lattner · 23 years ago