| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Updated version to 1.7cvs. | John Criswell | 2005-11-08 | 2 | -10/+10 |
* | Merged from RELEASE_16. | John Criswell | 2005-11-08 | 7 | -16/+30 |
* | adjust itf | Chris Lattner | 2005-11-08 | 1 | -1/+1 |
* | Clean up RemoveDeadNodes significantly, by eliminating the need for a temporary | Chris Lattner | 2005-11-08 | 1 | -32/+34 |
* | Add a new option to indicate we want the code generator to emit code quickly, | Chris Lattner | 2005-11-08 | 3 | -7/+9 |
* | Add a new -fast option, which generates code quickly. | Chris Lattner | 2005-11-08 | 1 | -1/+5 |
* | Add a new option to indicate we want the code generator to emit code quickly,... | Chris Lattner | 2005-11-08 | 17 | -41/+24 |
* | Let's try ignoring resource utilization on the backward pass. | Jim Laskey | 2005-11-07 | 1 | -0/+2 |
* | add support for storing and returning bools | Duraid Madina | 2005-11-07 | 1 | -5/+26 |
* | Always compute max align. | Chris Lattner | 2005-11-06 | 1 | -6/+5 |
* | Change a comment slightly | Chris Lattner | 2005-11-06 | 1 | -2/+4 |
* | just some random hacking - calls (particularly indirect) need a lot of | Duraid Madina | 2005-11-06 | 1 | -14/+25 |
* | Add the necessary support to the ISel to allow targets to codegen the new | Nate Begeman | 2005-11-06 | 4 | -9/+60 |
* | minor clarity changes, no functionality difference. | Chris Lattner | 2005-11-06 | 1 | -2/+2 |
* | Make sure to initialize the alignment field | Chris Lattner | 2005-11-06 | 1 | -1/+2 |
* | document alignment on globals, functions, and allocation instructions. | Chris Lattner | 2005-11-06 | 1 | -29/+102 |
* | Minor correction | Chris Lattner | 2005-11-06 | 1 | -3/+6 |
* | 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 |
* | describe extensions to the .bc format for function/global alignment | Chris Lattner | 2005-11-06 | 1 | -5/+69 |
* | Read/write global variable alignments if present | Chris Lattner | 2005-11-06 | 2 | -6/+37 |
* | add alignment info for globals and functions | Chris Lattner | 2005-11-06 | 1 | -1/+3 |
* | 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 |
* | allow functions and modules to have an explicit alignment | Chris Lattner | 2005-11-06 | 1 | -0/+7 |
* | 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 |
* | enumerate non-standard argument encoding cases, such as alignment info for | Chris Lattner | 2005-11-05 | 1 | -10/+34 |
* | rearrange some info about the instruction encoding | Chris Lattner | 2005-11-05 | 1 | -105/+123 |
* | Write/read allocation instruction alignment info to .bc files. | Chris Lattner | 2005-11-05 | 2 | -8/+21 |
* | new testcase | Chris Lattner | 2005-11-05 | 1 | -0/+17 |
* | add an accessor | Chris Lattner | 2005-11-05 | 1 | -0/+4 |
* | 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 | 13 | -3294/+2680 |
* | 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 |
* | New testcase | Chris Lattner | 2005-11-05 | 1 | -0/+8 |
* | 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 |