2005-11-08 |
Chris Lattner | Change the ValueList array for each node to be shared... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Change the ValueList array for each node to be shared... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Switch the operandlist/valuelist from being vectors... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Switch the operandlist/valuelist from being vectors... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Explicitly initialize some instance vars |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Rip out 1.6ness, bump version # to 1.7cvs |
commit | commitdiff | tree | snapshot |
2005-11-08 |
John Criswell | Updated version to 1.7cvs. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
John Criswell | Merged from RELEASE_16. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | adjust itf |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Clean up RemoveDeadNodes significantly, by eliminating... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Add a new option to indicate we want the code generator... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Add a new -fast option, which generates code quickly. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Add a new option to indicate we want the code generator... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Jim Laskey | Let's try ignoring resource utilization on the backward... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Duraid Madina | add support for storing and returning bools |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | Always compute max align. |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | Change a comment slightly |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Duraid Madina | just some random hacking - calls (particularly indirect... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Nate Begeman | Add the necessary support to the ISel to allow targets... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | minor clarity changes, no functionality difference. |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | Make sure to initialize the alignment field |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | document alignment on globals, functions, and allocatio... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | Minor correction |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | don't misencode CC#'s |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | encode/decode function alignment in bc files |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | describe extensions to the .bc format for function... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | Read/write global variable alignments if present |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | add alignment info for globals and functions |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | print alignment info for globals and functions |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | Allow globals to have an alignment specified. Switch... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | allow functions and modules to have an explicit alignment |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
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 |
next |