2006-03-07 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | add another missing store. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | add a couple more load/store instrs, add a newline... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Jim Laskey | Bitfield support. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Evan Cheng | Don't generate silly matching code like this: |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Nate Begeman | This kinda sorta implements "things that have to lead... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | add some new instructions to the classifier. With... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | add some comments that describe what we model |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | Implement a very very simple hazard recognizer for... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | Fix some formatting, when looking for hazards, prefer... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Jeff Cohen | Keep VC++ building. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Evan Cheng | - Emit subsections_via_symbols for Darwin. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Evan Cheng | Enable Dwarf debugging info. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | Teach the alignment handling code to look through const... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Chris Lattner | new regression test |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Chris Lattner | Teach instcombine to increase the alignment of memset... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Chris Lattner | update file comment |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Evan Cheng | Remove some code that doesn't make sense |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Reid Spencer | Make sure command line options are parsed before we... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Evan Cheng | Remove SUnit::Priority1: it is re-calculated on demand... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Chris Lattner | Hoist the HazardRecognizer out of the ScheduleDAGList... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Chris Lattner | Hoist the HazardRecognizer out of the ScheduleDAGList... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Comment fixes |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Chris Lattner | Don't depend on the C99 copysign function, implement... |
commit | commitdiff | tree | snapshot |
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 |
next |