- c8bf87a Remove unnecessary casts by Chris Lattner · 22 years ago
- 9daa8a1 Random cleanups by Chris Lattner · 22 years ago
- 1815383 Remove using decl by Chris Lattner · 22 years ago
- 4d2faf6 Values stored in CallArgsDescriptor cannot be const. by Vikram S. Adve · 22 years ago
- 24d0410 isMarkedForSpill() should be const. by Vikram S. Adve · 22 years ago
- 627eb31 Change interface to MachineInstr::substituteValue to specify more precisely by Vikram S. Adve · 22 years ago
- 51bda6f Print out all neighbors in interference graph, not just higher-numbered ones. by Vikram S. Adve · 22 years ago
- 3bf0892 Several fixes to handling of int CC register: by Vikram S. Adve · 22 years ago
- 97539fc Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed. by Vikram S. Adve · 22 years ago
- 65b2f40 Minor beautification: fold a couple of lines of code. by Vikram S. Adve · 22 years ago
- 74d15d3 A def. operand of a machine instruction may be an ordinary Value*, by Vikram S. Adve · 22 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
- 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 22 years ago
- 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 22 years ago
- 0bf9476 Remove two using decls Remove usage of alloca by Chris Lattner · 22 years ago
- ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 22 years ago
- be583b9 Included assert.h so that the code compiles under newer versions of GCC. by John Criswell · 22 years ago
- 0e93687 add some comments by Guochun Shi · 22 years ago
- e95b827 add an brief instruction what this pass is by Guochun Shi · 22 years ago
- 0b970da a simple introduction to this pass by Guochun Shi · 22 years ago
- f325261 cleaned code add some comments by Guochun Shi · 22 years ago
- 8f1d4ab delete useless functions add comment by Guochun Shi · 22 years ago
- 3328052 change DEBUG to DEBUG_PRINT by Guochun Shi · 22 years ago
- 6fe6905 Do not hastily change the Opcode from 'r' to 'i' type if we're not actually by Misha Brukman · 22 years ago
- 08d2e4e Fix bug: Jello/2003-06-04-bzip2-bug.ll by Chris Lattner · 22 years ago
- d15cd27 I have finally seen the light. The code to change the opcode must live higher in by Misha Brukman · 22 years ago
- d720da2 Pass through the emitConstantPool() call to the real emitter. by Misha Brukman · 22 years ago
- c740aae Moved code to modify the opcode from 'reg' to 'imm' form to a more logical place. by Misha Brukman · 22 years ago
- 0ee48d2 Moved FInfo.cpp to lib/Target/Sparc as it is Sparc-specific. by Misha Brukman · 22 years ago
- 78ddcd7 Minor cleanups. by Chris Lattner · 22 years ago
- 9efc4d6 Remove usage of noncopyable classes to clean up doxygen output. by Chris Lattner · 22 years ago
- 747a044 Add #include by Chris Lattner · 22 years ago
- e6aa9e3 Removed a useless ofstream. by Misha Brukman · 22 years ago
- 099b064 compiled with the new SchedGraphCommon by Guochun Shi · 22 years ago
- 53a7ba8 Remove spurious assert() by Misha Brukman · 22 years ago
- efc84a4 Changes to be compatible with MachineCodeEmitter.h by Chris Lattner · 22 years ago
- 5cdb12f Minor changes. by Vikram S. Adve · 22 years ago
- f3d3ca1 Added MachineCodeForInstruction object as an argument to by Vikram S. Adve · 22 years ago
- 3497782 Allow explicit physical registers for implicit operands. by Vikram S. Adve · 22 years ago
- 7952d60 Changes to allow explicit physical register arguments that have been by Vikram S. Adve · 22 years ago
- d0d06ad Extensive changes to the way code generation occurs for function by Vikram S. Adve · 22 years ago
- 88ba254 When converting virtual registers to immediate constants, change the opcode. by Misha Brukman · 22 years ago
- da3a8b1 Added saveBBreferences() for BasicBlock resolution. by Misha Brukman · 22 years ago
- 139f0c2 so far everything compiles by Guochun Shi · 22 years ago
- eae77de Correctly write out binary data as chars, before they're cast to ints. by Misha Brukman · 22 years ago
- 3432d1d Added a debugging code emitter that prints code to a file, debug to std::cerr, by Misha Brukman · 22 years ago
- 5f2180c (1) Added special register class containing (for now) %fsr. by Vikram S. Adve · 22 years ago
- 6b77ec4 Cleaned up code layout. No functional changes. by Misha Brukman · 22 years ago
- c2312df Kill `using' directives. by Misha Brukman · 22 years ago
- b52e024 Use a kill, not a dead definition, update comment by Chris Lattner · 22 years ago
- 572c770 * Keep LiveVariable information more up-to-date and consistent by Chris Lattner · 22 years ago
- a13f0d3 Fix bug where we could iterate off the end of a basic block by Chris Lattner · 22 years ago
- fb2cb69 * Keep the BBMap around as long as the pass is live by Chris Lattner · 22 years ago
- 98719d7 Fix N^2 algorithm by Chris Lattner · 22 years ago
- 927ce5d * Fix several comments by Chris Lattner · 22 years ago
- d572563 Fix tab infestation! by Chris Lattner · 22 years ago
- e0e7217 Allow const functions by Chris Lattner · 22 years ago
- fd33fb8 Add methods for stub function generation by Chris Lattner · 22 years ago
- 5cdfbad Add a vector to keep track of which registers are allocatable. Remove FIXMEs by Chris Lattner · 22 years ago
- dff780f Re-add gross hack, it's still necessary. :( by Chris Lattner · 22 years ago
- 82a4d20 Remove hideously nasty hack by Chris Lattner · 22 years ago
- 15b55e2 Debug output should go to cerr, not cout, because that's where bytecode goes. by Misha Brukman · 22 years ago
- b589bf7 Fix a bug which occurred with empty basic blocks by Chris Lattner · 22 years ago
- f98358e Minor cleanup by Chris Lattner · 22 years ago
- 2ee82e0 Remove unneccesary &* by Chris Lattner · 22 years ago
- 63e04f3 Just some code beautification changes I had sitting around in my tree. by Misha Brukman · 22 years ago
- 2c821cc Fixed compilation errors, command-line argument declarations, cleaned up code to by Misha Brukman · 22 years ago
- 8baa01c Made the code readable: by Misha Brukman · 22 years ago
- 6fbe5fb change the include file names and some class names to make it compile by Guochun Shi · 22 years ago
- f1c154f *** empty log message *** by Guochun Shi · 22 years ago
- 9085d8a Print machine frame objects with the frame offset intrinsic to the machine by Chris Lattner · 22 years ago
- 0416d2a Fix problems with empty basic blocks by Chris Lattner · 22 years ago
- f85249c Arg, fix bugs in previous checkin... by Chris Lattner · 22 years ago
- 78d6db5 Add assertion by Chris Lattner · 22 years ago
- 4ac7d73 * Insert prolog/epilog code before rewriting indexes by Chris Lattner · 22 years ago
- 795ba6c Move sparc specific code into the Sparc backend by Chris Lattner · 22 years ago
- 9d4ed15 Adjust to new interfaces by Chris Lattner · 22 years ago
- af3cdcf Move headers around by Chris Lattner · 22 years ago
- 4cfd622 Header is moved into local directory by Chris Lattner · 22 years ago
- c7c7b7a Fix bug in previous checkin by Chris Lattner · 22 years ago
- c520feb Add new method by Chris Lattner · 22 years ago
- 4309e73 #include RegClass.h explicitly by Chris Lattner · 22 years ago
- abb9c08 Remvoe dependency on RegClass.h by Chris Lattner · 22 years ago
- a9b19b9 Prune #includes by Chris Lattner · 22 years ago
- 0412077 Minor changes by Chris Lattner · 22 years ago
- b66fdc2 Remove obsolete ctor by Chris Lattner · 22 years ago
- 1531b63 Remove dead code by Chris Lattner · 22 years ago
- f6ee49f Use buildmi not MI ctor directly by Chris Lattner · 22 years ago
- 92ba2aa Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h by Chris Lattner · 22 years ago
- 8143d8f Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h by Chris Lattner · 22 years ago
- 3501fea Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 22 years ago
- bc40e89 New files by Chris Lattner · 22 years ago
- 80a0478 * Use the PHI Elimination pass by Chris Lattner · 22 years ago
- 91a452b * Convert to use LiveVariable analysis by Chris Lattner · 22 years ago
- f00a3f9 Convert to MachineFunctionPass by Chris Lattner · 22 years ago
- 8d95ef4 Add support for 3 new forms of MachineOperand by Chris Lattner · 22 years ago
- 4d149cd Add support for constant pool Add helper methods for MachineFrameInfo by Chris Lattner · 22 years ago
- 7775df1 Add support for global address by string and constant pool values by Chris Lattner · 22 years ago
- d0f166a More renamings of Target/Machine*Info to Target/Target*Info by Chris Lattner · 22 years ago
- f27eeea Rename MachineOptInfo to TargetoptInfo by Chris Lattner · 22 years ago