| Commit message (Expand) | Author | Age | Files | Lines |
* | minor clarity changes, no functionality difference. | Chris Lattner | 2005-11-06 | 1 | -2/+2 |
* | don't misencode CC#'s | Chris Lattner | 2005-11-06 | 2 | -4/+5 |
* | encode/decode function alignment in bc files | Chris Lattner | 2005-11-06 | 2 | -24/+30 |
* | Read/write global variable alignments if present | Chris Lattner | 2005-11-06 | 2 | -6/+37 |
* | print alignment info for globals and functions | Chris Lattner | 2005-11-06 | 1 | -0/+7 |
* | regenerate | Chris Lattner | 2005-11-06 | 1 | -785/+793 |
* | Allow globals to have an alignment specified. Switch to using isPowerOf2_32 | Chris Lattner | 2005-11-06 | 1 | -13/+25 |
* | regenerate | Chris Lattner | 2005-11-06 | 1 | -820/+775 |
* | factor optional alignment | Chris Lattner | 2005-11-06 | 1 | -34/+23 |
* | ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (and | Duraid Madina | 2005-11-06 | 1 | -1/+2 |
* | Write/read allocation instruction alignment info to .bc files. | Chris Lattner | 2005-11-05 | 2 | -8/+21 |
* | verify that alignments are always a power of 2 | Chris Lattner | 2005-11-05 | 1 | -0/+2 |
* | regenerate | Chris Lattner | 2005-11-05 | 1 | -164/+176 |
* | Verify that alignment amounts are a power of 2 | Chris Lattner | 2005-11-05 | 1 | -0/+12 |
* | fix printing the alignment directive | Chris Lattner | 2005-11-05 | 1 | -1/+1 |
* | Add support alignment of allocation instructions. | Nate Begeman | 2005-11-05 | 11 | -3285/+2650 |
* | add a case Nate sent me | Chris Lattner | 2005-11-05 | 1 | -0/+23 |
* | Implement Transforms/TailCallElim/return-undef.ll, a trivial case | Chris Lattner | 2005-11-05 | 1 | -0/+1 |
* | Turn sdiv into udiv if both operands have a clear sign bit. This occurs | Chris Lattner | 2005-11-05 | 1 | -0/+19 |
* | Turn srem -> urem when neither input has their sign bit set. This triggers | Chris Lattner | 2005-11-05 | 1 | -1/+19 |
* | Fix logic bug in finding retry slot in tally. | Jim Laskey | 2005-11-05 | 1 | -15/+33 |
* | Fix a warning | Jim Laskey | 2005-11-04 | 1 | -0/+1 |
* | oops, forgot to load GP for indirect calls, though the old code now commented | Duraid Madina | 2005-11-04 | 1 | -4/+21 |
* | kill redundant SP/GP/RP save/restores across calls | Duraid Madina | 2005-11-04 | 1 | -2/+3 |
* | add support for loading bools | Duraid Madina | 2005-11-04 | 1 | -1/+7 |
* | Scheduling now uses itinerary data. | Jim Laskey | 2005-11-04 | 1 | -166/+201 |
* | fun with predicates! (add TRUNC i64->i1, AND i1 i1, fix XOR i1 i1) | Duraid Madina | 2005-11-04 | 1 | -41/+97 |
* | add pattern to load constant 0 into a predicate reg | Duraid Madina | 2005-11-03 | 1 | -0/+2 |
* | Fix a bug that prevented this pattern from matching | Chris Lattner | 2005-11-03 | 1 | -1/+1 |
* | Fix a crash that Andrew noticed, and add a pair of braces to unfconfuse | Nate Begeman | 2005-11-02 | 1 | -5/+5 |
* | make this 64 bit clean, fixed test30 of /Regression/Transforms/InstCombine/ad... | Andrew Lenharth | 2005-11-02 | 1 | -1/+1 |
* | Fix a QOI issue noticed by Markus F.X.J. Oberhumer. | Chris Lattner | 2005-11-02 | 2 | -0/+2 |
* | "fix" support for FP constants (this code asserts in the scheduler, | Duraid Madina | 2005-11-02 | 1 | -2/+4 |
* | add F0 and F1 to the FP register class | Duraid Madina | 2005-11-02 | 1 | -3/+19 |
* | This works now | Chris Lattner | 2005-11-02 | 1 | -2/+1 |
* | add support for SELECT to TargetSelectionDAG.td, add support for | Duraid Madina | 2005-11-02 | 2 | -31/+43 |
* | add support for loading FP constants +0.0 and +1.0 to the dag isel, | Duraid Madina | 2005-11-02 | 2 | -3/+8 |
* | Fix a source of undefined behavior when dealing with 64-bit types. This | Chris Lattner | 2005-11-02 | 1 | -1/+1 |
* | Allow itineraries to be passed through the Target Machine. | Jim Laskey | 2005-11-01 | 4 | -5/+21 |
* | heh, scheduling was easy? | Duraid Madina | 2005-11-01 | 1 | -1/+3 |
* | FORTRAN!!! :( and other similarly unfortunate things mean that on ia64 | Duraid Madina | 2005-11-01 | 1 | -0/+20 |
* | so tablegen was thinking I might want to convert FPs to predicates. | Duraid Madina | 2005-11-01 | 1 | -4/+3 |
* | add support for int->FP and FP->int ops, and add ia64 patterns for these | Duraid Madina | 2005-11-01 | 2 | -0/+23 |
* | add zeroextend predicate->integer | Duraid Madina | 2005-11-01 | 1 | -37/+42 |
* | Add a flag to enable a darwin linker optimization | Chris Lattner | 2005-11-01 | 1 | -1/+7 |
* | Make constant pool entries use private labels. This is important when you're | Chris Lattner | 2005-10-31 | 1 | -3/+3 |
* | Fix an iterator invalidation problem in code used by the -strip pass | Chris Lattner | 2005-10-31 | 1 | -1/+1 |
* | Limit the search depth of MaskedValueIsZero to 6 instructions, to avoid | Chris Lattner | 2005-10-31 | 1 | -10/+14 |
* | 1. Embed and not inherit vector for NodeGroup. | Jim Laskey | 2005-10-31 | 1 | -20/+39 |
* | add FP compares and implicit register defs to the dag isel | Duraid Madina | 2005-10-31 | 2 | -23/+45 |