2006-02-05 |
Chris Lattner | move V8 testcases here |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Rename SPARC V8 target to be the LLVM SPARC target. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Re-commit the last bit of change that was backed out. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Re-committing the last bit of change. It shouldn't... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | make sure that global doubles are aligned to 8 bytes |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Use getPreferredAlignmentLog. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Use the asmprinter to find out what the preferred align... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Implement the AsmPrinter::getPreferredAlignmentLog... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | add a new method, getPreferredAlignmentLog. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Andrew Lenharth | linkage fix for weak functions |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Jeff Cohen | Fix VC++ warning. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Use SCEVExpander::InsertCastOfTo instead of our own... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Pull the InsertCastOfTo out of the header, implement... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Refactor a bunch of code into a non-inlined method |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Temporarily revert this patch, which probably breaks... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Temporarily revert the last change, which breaks PPC... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Value# select instructions, allowing -gcse to remove... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Evan Cheng | Complex pattern's custom matcher should not call Select... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Custom lower VAARG for the case when we are doing vaarg... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Fix a nasty typo that broke functions with big stack... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | fix a bug in my last checkin |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Fix two significant bugs in LSR: |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nate Begeman | Remove some stuff that now works |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Evan Cheng | Get rid of some memory leaks identified by Valgrind |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Let bugpoint work on sparc with v9 instructions enabled. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Jeff Cohen | Fix VC++ warning. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Jeff Cohen | Keep Visual Studio informed. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Add initial support for immediates. This allows us... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Evan Cheng | Remove an unnecessary predicate. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Evan Cheng | Separate FILD and FILD_FLAG, the later is only used... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Initial early support for non-register operands, like... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | implementation of some methods for inlineasm |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Add some methods for inline asm support. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Handle another case exposed on X86. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Fix a nasty problem on two-address machines in the... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | significantly simplify the VirtRegMap code by pulling... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nate Begeman | Implement some feedback from sabre |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nate Begeman | Add a framework for eliminating instructions that produ... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | another case Nate came up with |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | remove some #ifdef'd out code, which should properly... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | remove an old comment |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Remove the X86PeepholeOptimizerPass, a truly horrible... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | When rewriting frame instructions, emit the appropriate... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | node predicates add to the complexity of a pattern... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Teach sparc to fold loads/stores into copies. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | remove dead fn |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nate Begeman | Add common code for reassociating ops in the dag combiner |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Evan Cheng | Added a (store (op (load ...) ...) ...) folding test... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Implement isLoadFromStackSlot and isStoreToStackSlot |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Evan Cheng | (store (op (load ...))) folding problem. In the generat... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | remove some target-indep and implemented notes |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | target independent notes |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nate Begeman | Flesh out a couple of the items in the README |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Jeff Cohen | Fix VC++ compilation error caused by using a std::map... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Remove move copies and dead stuff by not clobbering... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Andrew Lenharth | isStoreToStackSlot |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Simplify some code |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | the X86 backend no longer needs to delete its own noop... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Add code that checks for noop copies, which triggers... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Evan Cheng | Added case HANDLENODE to getOperationName(). |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Physregs may hold multiple stack slot values at the... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | update a note |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Fix a deficiency in the spiller that Evan noticed.... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Nate Begeman | add 64b gpr store to the possible list of isStoreToStac... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | fix operand numbers |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | implement isStoreToStackSlot for PPC |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Move isLoadFrom/StoreToStackSlot from MRegisterInfo... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Move isLoadFrom/StoreToStackSlot from MRegisterInfo... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | implement isStoreToStackSlot |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add a new isStoreToStackSlot method |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | more notes |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add a note, I have no idea how important this is. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | %fcc is not an alias for %fcc0 |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | correct an opcode |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | new example |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Nate Begeman | Update the README |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Turn any_extend nodes into zero_extend nodes when it... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Implement MaskedValueIsZero for ANY_EXTEND nodes |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | implemented, testcase here: test/Regression/CodeGen... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add two dag combines: |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Evan Cheng | Update. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | make -debug output less newliney |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Evan Cheng | Fix a erroneous comment. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Implement matching constraints. We can now say things... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | validate matching constraints and remember when we... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add an instance var and argument. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | more notes |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Tell codegen MOVAPSrr and MOVAPDrr are copies. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Added SSE entries to foldMemoryOperand(). |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Rearrange code to my liking. :) |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Implement smart printing of inline asm strings, handlin... |
commit | commitdiff | tree | snapshot |
next |