2005-11-06 |
Chris Lattner | factor optional alignment |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Duraid Madina | ask for 16-byte aligned jmpbufs. This should unbreak... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | enumerate non-standard argument encoding cases, such... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | rearrange some info about the instruction encoding |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | Write/read allocation instruction alignment info to... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | add an accessor |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | verify that alignments are always a power of 2 |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | Verify that alignment amounts are a power of 2 |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | fix printing the alignment directive |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Nate Begeman | Add support alignment of allocation instructions. |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | add a case Nate sent me |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | Implement Transforms/TailCallElim/return-undef.ll,... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | Turn sdiv into udiv if both operands have a clear sign... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Chris Lattner | Turn srem -> urem when neither input has their sign... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Jim Laskey | Fix logic bug in finding retry slot in tally. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Jim Laskey | Fix a warning |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Duraid Madina | oops, forgot to load GP for indirect calls, though... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Duraid Madina | kill redundant SP/GP/RP save/restores across calls |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Duraid Madina | add support for loading bools |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Jim Laskey | Scheduling now uses itinerary data. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Jeff Cohen | <cassert> no longer required to make VC++ happy. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Duraid Madina | change NULL to 0, unbreaks the ppc target when building... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Duraid Madina | fun with predicates! (add TRUNC i64->i1, AND i1 i1... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Jim Laskey | 1. Remove ranges from itinerary data. |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Chris Lattner | Fix mac os spelling |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Chris Lattner | Add more bison versions, thanks to Vladimir |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Chris Lattner | Per bug 655, give people more options in case 1.35... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Duraid Madina | add pattern to load constant 0 into a predicate reg |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Chris Lattner | add a hack that fixes: |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Chris Lattner | Reject integer literals that are out of range for their... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Chris Lattner | Fix a bug that prevented this pattern from matching |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Nate Begeman | Fix a crash that Andrew noticed, and add a pair of... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Andrew Lenharth | make this 64 bit clean, fixed test30 of /Regression... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Andrew Lenharth | This is missed by InstCombine, patch comming |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Chris Lattner | Fix a QOI issue noticed by Markus F.X.J. Oberhumer. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Duraid Madina | "fix" support for FP constants (this code asserts in... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Duraid Madina | add F0 and F1 to the FP register class |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Chris Lattner | This works now |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Chris Lattner | Add support for immediates directly in the pattern... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Jeff Cohen | Keep VC++ happy. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Duraid Madina | add support for SELECT to TargetSelectionDAG.td, add... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Duraid Madina | add support for loading FP constants +0.0 and +1.0... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Chris Lattner | Fix a source of undefined behavior when dealing with... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Misha Brukman | * Replace ampersands in section titles with more formal... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Misha Brukman | Re-generated to fix copy-paste typo noticed by Marco... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Misha Brukman | Fixed copy-paste typo, patch by Marco Matthies. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Jim Laskey | Allow itineraries to be passed through the Target Machine. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Jeff Cohen | Keep VC++ happy. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Chris Lattner | Let people who run the nightly tester specify paths... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Duraid Madina | heh, scheduling was easy? |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Duraid Madina | FORTRAN!!! :( and other similarly unfortunate things... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Duraid Madina | so tablegen was thinking I might want to convert FPs... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Duraid Madina | add support for int->FP and FP->int ops, and add ia64... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Duraid Madina | add zeroextend predicate->integer |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Chris Lattner | Add a flag to enable a darwin linker optimization |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Chris Lattner | Make constant pool entries use private labels. This... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Andrew Lenharth | Updated alpha known problems. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Chris Lattner | Apparently these do pass on some alphas |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Chris Lattner | Fix an iterator invalidation problem in code used by... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Chris Lattner | Limit the search depth of MaskedValueIsZero to 6 instru... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Jim Laskey | Emit itinerary class in instruction info. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Jim Laskey | Generate cpu to itinerary map. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Chris Lattner | these tests fail on alpha for some reason |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Jim Laskey | 1. Embed and not inherit vector for NodeGroup. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Duraid Madina | add FP compares and implicit register defs to the dag... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Jeff Cohen | Update Getting Started for Visual Studio page. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Chris Lattner | Significantly simplify this code and make it more aggre... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Chris Lattner | Reduce the number of copies emitted as machine instruct... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Chris Lattner | If the module has no t-t and the host is an alpha,... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Duraid Madina | fix some broken comparisons, this affected the Pattern... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Chris Lattner | The pass was removed, but the spirit lives on |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Chris Lattner | This is implemented |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Chris Lattner | Codegen mul by negative power of two with a shift and... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Chris Lattner | Fix a problem that Nate noticed with LSR: |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Revert an accidental commit. |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Jeff Cohen | More files deleted. |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Make -time-passes output prettier |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Make negative immediates in patterns work correctly... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Duraid Madina | add some FP stuff, some mix.* stuff, and constant pool... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Fix <> in html |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | First hack-and-slash on the release notes. Comments... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Remove the lowerconstantexprs pass |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | This pass is now obsolete since all targets have moved... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Remove the LowerConstantExpressionsPass pass |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | remove reference to this pass |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Basic updates |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Buh bye Expression.(cpp|h) |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | remove a dead file |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | remove a dead header |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Remove dead #include |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Now that instcombine does this xform, remove it from... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Chris Lattner | Pull some code out into a function, give it the ability... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Duraid Madina | add shladd |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Duraid Madina | test for the formation of shladd |
commit | commitdiff | tree | snapshot |
next |