- 029e844 This document is out of date. :( by Chris Lattner · 19 years ago
- 58504a6 V8 -> Sparc by Chris Lattner · 19 years ago
- c6aaf5a Remove the SparcV8 backend. It has been renamed to be the Sparc backend. by Chris Lattner · 19 years ago
- e7c839e remove V8 reference by Chris Lattner · 19 years ago
- 4ee6211 * Added SDNode::isOnlyUse(). * Fix hasNUsesOfValue(), it should be const. by Evan Cheng · 19 years ago
- 3540922 SparcV8 -> Sparc by Chris Lattner · 19 years ago
- 762236c SparcV8 -> Sparc by Chris Lattner · 19 years ago
- e107016 These were moved to ../SPARC by Chris Lattner · 19 years ago
- 7ce1bbf move V8 testcases here by Chris Lattner · 19 years ago
- 7c90f73 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 19 years ago
- 2138453 add a note by Chris Lattner · 19 years ago
- 7dd281b Re-commit the last bit of change that was backed out. by Evan Cheng · 19 years ago
- 2216d8a Re-committing the last bit of change. It shouldn't break PPC this time. by Evan Cheng · 19 years ago
- 519ea2a make sure that global doubles are aligned to 8 bytes by Chris Lattner · 19 years ago
- ff805b5 Use getPreferredAlignmentLog. by Chris Lattner · 19 years ago
- 7d8d5a5 Use the asmprinter to find out what the preferred alignment of a global is. by Chris Lattner · 19 years ago
- 4d57e0c Implement the AsmPrinter::getPreferredAlignmentLog method. by Chris Lattner · 19 years ago
- 28adf29 add a new method, getPreferredAlignmentLog. by Chris Lattner · 19 years ago
- fd89543 linkage fix for weak functions by Andrew Lenharth · 19 years ago
- f3afef3 Fix VC++ warning. by Jeff Cohen · 19 years ago
- 0a70f21 Use SCEVExpander::InsertCastOfTo instead of our own code. This reduces by Chris Lattner · 19 years ago
- ca1a4be Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments. by Chris Lattner · 19 years ago
- ed412ac Refactor a bunch of code into a non-inlined method by Chris Lattner · 19 years ago
- b46ef67 Temporarily revert this patch, which probably breaks with the by Chris Lattner · 19 years ago
- 9ed4481 Temporarily revert the last change, which breaks PPC and other targets that by Chris Lattner · 19 years ago
- 03f774a Value# select instructions, allowing -gcse to remove duplicates by Chris Lattner · 19 years ago
- 9c4815a Complex pattern's custom matcher should not call Select() on any operands. by Evan Cheng · 19 years ago
- c275dfa Custom lower VAARG for the case when we are doing vaarg(double). In this by Chris Lattner · 19 years ago
- c4b612b Fix a nasty typo that broke functions with big stack frames. by Chris Lattner · 19 years ago
- 329a515 fix a bug in my last checkin by Chris Lattner · 19 years ago
- 221fc3c Fix two significant bugs in LSR: by Chris Lattner · 19 years ago
- a6973c3 Remove some stuff that now works by Nate Begeman · 19 years ago
- 0d913ea add a note by Chris Lattner · 19 years ago
- 69d3909 Two changes: by Chris Lattner · 19 years ago
- cccf123 Get rid of some memory leaks identified by Valgrind by Evan Cheng · 19 years ago
- 8f9f0d3 add a method by Chris Lattner · 19 years ago
- fdcc71e Let bugpoint work on sparc with v9 instructions enabled. by Chris Lattner · 19 years ago
- 003cecb Fix VC++ warning. by Jeff Cohen · 19 years ago
- 8e3be85 Keep Visual Studio informed. by Jeff Cohen · 19 years ago
- dc19b70 Add initial support for immediates. This allows us to compile this: by Chris Lattner · 19 years ago
- 72f514c Remove an unnecessary predicate. by Evan Cheng · 19 years ago
- e3de85b Separate FILD and FILD_FLAG, the later is only used for SSE2. It produces a by Evan Cheng · 19 years ago
- 3d81fee Initial early support for non-register operands, like immediates by Chris Lattner · 19 years ago
- eb8146b implementation of some methods for inlineasm by Chris Lattner · 19 years ago
- c991cf5 Add some methods for inline asm support. by Chris Lattner · 19 years ago
- 8666249 Handle another case exposed on X86. by Chris Lattner · 19 years ago
- 593c958 Fix a nasty problem on two-address machines in the following situation: by Chris Lattner · 19 years ago
- 66cf80f significantly simplify the VirtRegMap code by pulling the SpillSlotsAvailable by Chris Lattner · 19 years ago
- 244d1dc Implement some feedback from sabre by Nate Begeman · 19 years ago
- de99629 Add a framework for eliminating instructions that produces undemanded bits. by Nate Begeman · 19 years ago
- 1541bc3 add a note by Chris Lattner · 19 years ago
- e7b06c6 another case Nate came up with by Chris Lattner · 19 years ago
- f92bafa add a note by Chris Lattner · 19 years ago
- 7632e2b remove some #ifdef'd out code, which should properly be in the dag combiner anyway. by Chris Lattner · 19 years ago
- 4efab05 remove an old comment by Chris Lattner · 19 years ago
- 299f9ba Remove the X86PeepholeOptimizerPass, a truly horrible old hack that is now by Chris Lattner · 19 years ago
- d77525d When rewriting frame instructions, emit the appropriate small-immediate by Chris Lattner · 19 years ago
- 3e17980 node predicates add to the complexity of a pattern. This ensures that the by Chris Lattner · 19 years ago
- 6184f9c Teach sparc to fold loads/stores into copies. by Chris Lattner · 19 years ago
- eefae25 remove dead fn by Chris Lattner · 19 years ago
- cd4d58c Add common code for reassociating ops in the dag combiner by Nate Begeman · 19 years ago
- a522988 Added a (store (op (load ...) ...) ...) folding test case. by Evan Cheng · 19 years ago
- 5ccc722 Implement isLoadFromStackSlot and isStoreToStackSlot by Chris Lattner · 19 years ago
- e4a8a6e (store (op (load ...))) folding problem. In the generated matching code, by Evan Cheng · 19 years ago
- 33c1dab remove some target-indep and implemented notes by Chris Lattner · 19 years ago
- 086c014 target independent notes by Chris Lattner · 19 years ago
- a63fee8 Flesh out a couple of the items in the README by Nate Begeman · 19 years ago
- 2ba0b02 Fix VC++ compilation error caused by using a std::map iterator variable to receive by Jeff Cohen · 19 years ago
- 109afed Remove move copies and dead stuff by not clobbering the result reg of a noop copy. by Chris Lattner · 19 years ago
- 133d310 isStoreToStackSlot by Andrew Lenharth · 19 years ago
- 84e752a Simplify some code by Chris Lattner · 19 years ago
- 018c02d the X86 backend no longer needs to delete its own noop copies by Chris Lattner · 19 years ago
- 1118d25 Add code that checks for noop copies, which triggers when either: by Chris Lattner · 19 years ago
- d463f7f Add a note by Chris Lattner · 19 years ago
- 9fda2f9 Added case HANDLENODE to getOperationName(). by Evan Cheng · 19 years ago
- 07cf141 Physregs may hold multiple stack slot values at the same time. Keep track by Chris Lattner · 19 years ago
- 39b248b update a note by Chris Lattner · 19 years ago
- cd81639 Fix a deficiency in the spiller that Evan noticed. In particular, consider by Chris Lattner · 19 years ago
- 3b478b3 add 64b gpr store to the possible list of isStoreToStackSlot opcodes. by Nate Begeman · 19 years ago
- 1c07e72 fix operand numbers by Chris Lattner · 19 years ago
- 6524287 implement isStoreToStackSlot for PPC by Chris Lattner · 19 years ago
- 4083960 Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more logical place. Other methods should also be moved if anyoneis interested. :) by Chris Lattner · 19 years ago
- af9fa2b Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo, by Chris Lattner · 19 years ago
- 9c8dd97 implement isStoreToStackSlot by Chris Lattner · 19 years ago
- 1d6ecd0 add a method by Chris Lattner · 19 years ago
- 6798363 add a new isStoreToStackSlot method by Chris Lattner · 19 years ago
- d395d09 more notes by Chris Lattner · 19 years ago
- 9acddcd add a note, I have no idea how important this is. by Chris Lattner · 19 years ago
- c8c0bb0 %fcc is not an alias for %fcc0 by Chris Lattner · 19 years ago
- 4032cf0 correct an opcode by Chris Lattner · 19 years ago
- 275b884 new example by Chris Lattner · 19 years ago
- 93c740b Update the README by Nate Begeman · 19 years ago
- 3603cd6 Turn any_extend nodes into zero_extend nodes when it allows us to remove an by Chris Lattner · 19 years ago
- 9a06cce Implement MaskedValueIsZero for ANY_EXTEND nodes by Chris Lattner · 19 years ago
- 1bac941 implemented, testcase here: test/Regression/CodeGen/X86/compare-add.ll by Chris Lattner · 19 years ago
- b3ddfc4 add two dag combines: (C1-X) == C2 --> X == C1-C2 (X+C1) == C2 --> X == C2-C1 by Chris Lattner · 19 years ago
- 29dd2d7 new testcase by Chris Lattner · 19 years ago
- 8b6e4e6 Update. by Evan Cheng · 19 years ago
- 1e8791d make -debug output less newliney by Chris Lattner · 19 years ago
- d25e9e8 Fix a erroneous comment. by Evan Cheng · 19 years ago