2006-03-05 |
Chris Lattner | new testcase I forgot to check in earlier |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | When a hazard recognizer needs noops to be inserted... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | add an emitnoop method |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | implement TII::insertNoop |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | custom lowered nodes are legal too |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | add a hook to insert a noop |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Implement G5HazardRecognizer as a trivial thing that... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Add basic hazard recognizer support. noop insertion... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Andrew Lenharth | For transforms the behave differently if main goes... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Jeff Cohen | Fix VC++ compilation error. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Jim Laskey | Breathe some life into a comment. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Split the list scheduler into top-down and bottom-up... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Add a new scheduling type. This is, of course, a hack... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Move the available queue to being inside the ListSchedu... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Reinstate this now that the offending opposite xform... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Do not fold (add (shl x, c1), (shl c2, c1)) -> (shl... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | print arbitrary constant pool entries |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Evan Cheng | Back out fold (shl (add x, c1), c2) -> (add (shl x... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Add some simple copysign folds |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Codegen copysign[f] into a FCOPYSIGN node |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Copysign needs to be expanded everywhere. Note that... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Add a copysign node |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | add a note for something evan noticed |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Make vector narrowing more effective, implementing |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | new testcase for vector narrowing. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | Implemented. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | fold (mul (add x, c1), c2) -> (add (mul x, c2), c1*c2) |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | Fix a crash compiling Obsequi |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | Add factoring of multiplications, e.g. turning A*A... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | Regenerate |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | Don't use invalidated iterators! |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Evan Cheng | Add an entry |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | Canonicalize (X+C1)*C2 -> X*C2+C1*C2 |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Evan Cheng | MEMSET / MEMCPY lowering bugs: we can't issue a single... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Jeff Cohen | Keep Visual Studio happy. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | Be more conservative with our symbolic alias analysis... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Evan Cheng | Typo |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | New testcase, make sure nate doesn't vanish |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Chris Lattner | Spec change: the size of a memset/memcpy/memmove is... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Jim Laskey | Added support for dwarf block data entries. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Silence a warning. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Evan Cheng | Add another test case for instruction scheduling. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Unbreak autouprade of llvm.sqrt, simplify some code. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Jim Laskey | Adding basic structure support. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Evan Cheng | Add more vector NodeTypes: VSDIV, VUDIV, VAND, VOR... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Evan Cheng | Number of NodeTypes now exceeds 128. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Evan Cheng | SDOperand::isOperand should not be a forwarding. It... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Evan Cheng | Added isOperand(N): true if this is an operand of N |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Evan Cheng | A bit more tweaking |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Fix pasteo |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Jeff Cohen | Fix VC++ compilation errors. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | remove a bunch of long-dead testing code |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | initial checkin of the intrinsic description file |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | initial implementation of intrinsic parsing |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Robert Bocchino | Implemented -quiet feature for analyze |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Evan Cheng | Move #include "llvm/CodeGen/AsmPrinter.h" to top since... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | remove out of date comment |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | update comment |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Split the valuetypes out of Target.td into ValueTypes.td |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | pass -Illvm/include to tblgen |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Split this out of Target.td |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Add support for "-Ifoo" in addition to "-I foo" |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Regenerate |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | add support for multiple include directories |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Change this to work with renamed intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Upgrade this to use the new intrinsic names |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Make this work with renamed intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | updates for recent changes |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | mention some major changes |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | remove the read/write port/io intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Remove these testcases. These intrinsics are going... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Update the llvm.memset/memcpy/memmove intrinsics to... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Chris Lattner | Split memcpy/memset/memmove intrinsics into i32/i64... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Chris Lattner | Simplify the autoupgrade interface |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Chris Lattner | Split memcpy/memset/memmove intrinsics into i32/i64... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Chris Lattner | new testcases |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Evan Cheng | Add a regression test for bug 478. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Evan Cheng | - Fixed some priority calculation bugs that were causin... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Chris Lattner | Generalize the REM folding code to handle another case... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Chris Lattner | add a couple more cases |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Chris Lattner | Fix a compilation error with GCC 4.1. Thanks to Vladim... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Jim Laskey | Support for enumerations. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Chris Lattner | testcase that crashed the new CFE |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Evan Cheng | Don't print llvm constant in assmebly file. Assembler... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Evan Cheng | Back out my last check-in. Wrong place to fix it. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Evan Cheng | AsmWriter should not print LLVM constant in comment... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Chris Lattner | Fix CodeGen/Generic/2006-03-01-dagcombineinfloop.ll... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Jim Laskey | Remove extra comma from enum list. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Jim Laskey | Remove comma from enum list. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Jim Laskey | Switch back to using actual dwarf tags. Simplifies... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Chris Lattner | Fix a typo evan noticed |
commit | commitdiff | tree | snapshot |
next |