- aa41c3c * Doxygenified comments by Misha Brukman · 22 years ago
- 73ff512 Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs by Alkis Evlogimenos · 22 years ago
- 7237ece Moved enum and command-line option in separate file. Also added function that returns the user selected register allocator to the caller. by Alkis Evlogimenos · 22 years ago
- 797c136 include passes.h which defines the interface this file exposes by Chris Lattner · 22 years ago
- 222bd53 Update head-of-file comment. by Brian Gaeke · 22 years ago
- 6a256cc Untabify tabs in stuff I've recently added. by Brian Gaeke · 22 years ago
- 59b1c56 Use getRegClassID() instead of getRegClass()->getID(), since it's there. by Brian Gaeke · 22 years ago
- eefaeb8 Remove some unused methods of class IGNode. by Brian Gaeke · 22 years ago
- 8474f6f Move getAnalysisUsage method from header to .cpp file. Add a normal file by Chris Lattner · 22 years ago
- bd353fb Use C++ math header instead of C version. by Brian Gaeke · 22 years ago
- 37bc4cc Erase now-unused prototypes. by Brian Gaeke · 22 years ago
- 874f423 Rearrange #includes ... since there are fewer now I guess it's a win. by Brian Gaeke · 22 years ago
- 5779ef2 Standardize the names of include guards. by Brian Gaeke · 22 years ago
- fdb2596 Standardize the names of include guards. Remove more excess whitespace. by Brian Gaeke · 22 years ago
- 6264fb7 Standardize the names of include guards. Fix typos in file header comment. by Brian Gaeke · 22 years ago
- 43ce8fe I tried to standardize the formatting and tidy up the huge amount of by Brian Gaeke · 22 years ago
- 4efe342 Convert PhyRegAlloc into a proper pass. by Brian Gaeke · 22 years ago
- 6eba07a Fixed spelling. by Misha Brukman · 22 years ago
- 305f02d Fix typo in comment. Take out some random whitespace. by Brian Gaeke · 22 years ago
- d0534a8 Edit comment for accuracy by Brian Gaeke · 22 years ago
- bed4eff Add flag to control whether or not delay slots are filled during by Vikram S. Adve · 22 years ago
- 41de073 Fix typos in comments. by Brian Gaeke · 22 years ago
- 37f92e2 Fixed spelling and grammar. by Misha Brukman · 22 years ago
- be4063b Don't build dead directories by Chris Lattner · 22 years ago
- 79a4e8e Remove dead library makefile by Chris Lattner · 22 years ago
- 02b8135 Remove makefile for dead library by Chris Lattner · 22 years ago
- 84681f1 LiveRange.h is now in lib/CodeGen/RegAlloc by Chris Lattner · 22 years ago
- 893f954 LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory by Chris Lattner · 22 years ago
- 70b2f56 PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc by Chris Lattner · 22 years ago
- c083dcc Move IGNode from public include directory to here. Minor cleanups like adding std:: namespace qualifiers by Chris Lattner · 22 years ago
- c9afb49 Fixed two double free bugs that caused llc to segfault or run forever. by John Criswell · 22 years ago
- 3b6b6ba Removing README by Tanya Lattner · 22 years ago
- 4f839cc Putting my revised version of ModuloScheduling in cvs. This is not complete... by Tanya Lattner · 22 years ago
- 8dc9982 Moved index into BB to common graph class because its needed by ModuloSchedGraph. by Tanya Lattner · 22 years ago
- d6d8633 Added/removed header file by Tanya Lattner · 22 years ago
- c50ee55 *** empty log message *** by Tanya Lattner · 22 years ago
- b6489f3 First version of SchedGraph common class and refactoring of SchedGraph. by Tanya Lattner · 22 years ago
- 41822c7 Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll by Chris Lattner · 22 years ago
- ef6a6a6 The word `dependent' has no `a'. by Misha Brukman · 22 years ago
- e287cfd Fix spello by Chris Lattner · 22 years ago
- 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
- 128c2aa Fix bug: Jello/2003-08-15-AllocaAssertion.ll by Chris Lattner · 22 years ago
- 53b99a0 Fix typo in comment by Brian Gaeke · 22 years ago
- e3561c2 Remove uses of the NonCopyable class, to make the doxygen output look better by Chris Lattner · 22 years ago
- 79ba7c1 rename selection directory and library to SelectionDAG by Chris Lattner · 22 years ago
- 7dc97ff Add a bunch of new node types, etc by Chris Lattner · 22 years ago
- bf3c4cf Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 22 years ago
- 277aad2 Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 22 years ago
- 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
- 7f2438f Mapping directory no longer exists by Chris Lattner · 22 years ago
- c09f429 Obsolete file by Chris Lattner · 22 years ago
- feb3298 For instructions in a delay slot of another instruction, by Vikram S. Adve · 22 years ago
- fa7ed53 Build the SelectionDAG library by Chris Lattner · 22 years ago
- 78ec311 Initial checkin of SelectionDAG implementation. This is still rough and by Chris Lattner · 22 years ago
- 2010f7b Fix assertion in MachineInstr::substituteValue(). by Vikram S. Adve · 22 years ago
- 3fd1f5b Use a new local data structure instead of the MachineInstr::regsUsed set by Chris Lattner · 22 years ago
- c393c57 Add a map by Chris Lattner · 22 years ago
- 6ae3117 Minor cleanups by Chris Lattner · 22 years ago
- 3bed95b Physical registers no longer live in the regsUsed set for each machine instr by Chris Lattner · 22 years ago
- 610234d Do not insert physical regsiters into the regsUsed set by Chris Lattner · 22 years ago
- a2dd745 All callers of these methods actually wanted them to preserve the flags, by Chris Lattner · 22 years ago
- 8c81945 Fix bugs handling ESP in alloca references by Chris Lattner · 22 years ago
- d9ac6a7 Revert previous change, and be really anal about what physical registers can do. by Chris Lattner · 22 years ago
- 27615d7 Don't bother calculating info unless its needed. May reduce number of stack slots created. by Chris Lattner · 22 years ago
- b8822ad * Fix spelling of 'necessary' by Chris Lattner · 22 years ago
- e109de3 Simplify code, eliminating the need for the X86 isVoid target instr flag by Chris Lattner · 22 years ago
- 4cc662b Set debug types by Chris Lattner · 22 years ago
- 925b771 Remove using decl by Chris Lattner · 22 years ago
- d3fd79f Wrap at 80 columns by Chris Lattner · 22 years ago
- a11136b Move DEBUG to Debug.h by Chris Lattner · 22 years ago
- b5161b6 All constant-evaluation code now unified into by Vikram S. Adve · 22 years ago
- 814030a 1. Bug fix: Don't use branch operand reg. as temp. reg. when by Vikram S. Adve · 22 years ago
- b403b2c Add const version of getLiveRangeForValue(). by Vikram S. Adve · 22 years ago
- 102f295 Code to insert caller-saves moved here from SparcRegInfo: it is now by Vikram S. Adve · 22 years ago
- 8d3f8e2 Making this code const-correct would be a pain, so I'll hack it. by Chris Lattner · 22 years ago
- 9e2dd8f Const correctness fixes by Chris Lattner · 22 years ago
- 9cdaa63 Be const correct by Chris Lattner · 22 years ago
- e5a61cc Hrm, another necesary one :( by Chris Lattner · 22 years ago
- 1d598fa Remove #include by Chris Lattner · 22 years ago
- bae47e5 Remove extraneous #includes by Chris Lattner · 22 years ago
- bc001b2 (1) Change the way unused regs. are marked and found to consider regType by Vikram S. Adve · 22 years ago
- 34a8567 Remove unused field. Change the way unused regs. are marked and by Vikram S. Adve · 22 years ago
- 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