| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge release notes from mainline.release_21 | Tanya Lattner | 2007-09-27 | 1 | -348/+177 |
* | Merge from mainline for PR1693. | Tanya Lattner | 2007-09-21 | 1 | -0/+1 |
* | Merge into release for PR1690. | Tanya Lattner | 2007-09-21 | 1 | -12/+12 |
* | Remove loop index split test cases for release. | Tanya Lattner | 2007-09-21 | 10 | -477/+0 |
* | Merge -r42152:42153 svn/llvm-project/llvm/trunk | Evan Cheng | 2007-09-19 | 1 | -5/+26 |
* | Merge from mainline. | Tanya Lattner | 2007-09-18 | 3 | -2348/+1511 |
* | Merge from mainline. | Tanya Lattner | 2007-09-18 | 1 | -1/+1 |
* | Merge from mainline. | Tanya Lattner | 2007-09-18 | 1 | -1/+1 |
* | Merge from mainline: Fix PR1666, SPASS with the CBE and 254.gap with the CBE. | Tanya Lattner | 2007-09-18 | 2 | -46/+28 |
* | Merge from mainline because Owen said so. | Tanya Lattner | 2007-09-18 | 1 | -1/+16 |
* | Regenerated configure script to fix help strings. | Tanya Lattner | 2007-09-17 | 1 | -3/+3 |
* | Fix incorrect default values in help string. | Tanya Lattner | 2007-09-17 | 1 | -3/+3 |
* | Spell things correctly. | Tanya Lattner | 2007-09-17 | 1 | -1/+1 |
* | Disable LoopIndexSplitting for 2.1 | Tanya Lattner | 2007-09-17 | 1 | -1/+2 |
* | Merge from mainline to fix make check error on x86. | Tanya Lattner | 2007-09-15 | 1 | -1/+1 |
* | Merge from mainline. | Tanya Lattner | 2007-09-14 | 1 | -15/+5 |
* | Merge from mainline. | Tanya Lattner | 2007-09-14 | 1 | -4/+4 |
* | Merge from mainline for PR1639 | Tanya Lattner | 2007-09-14 | 1 | -64/+162 |
* | Merge from mainline for PR1652. | Tanya Lattner | 2007-09-14 | 1 | -10/+10 |
* | Set version number | Tanya Lattner | 2007-09-14 | 2 | -10/+10 |
* | Creating 2.1 release branch. | Tanya Lattner | 2007-09-13 | 3591 | -0/+0 |
|\ |
|
| * | Added getNumDefs(). | Evan Cheng | 2007-09-13 | 1 | -0/+4 |
| * | Bug fixes. | Evan Cheng | 2007-09-13 | 1 | -4/+4 |
| * | Remove dead code. | Evan Cheng | 2007-09-12 | 1 | -1/+1 |
| * | Yet another getTargetNode variant. | Evan Cheng | 2007-09-12 | 2 | -0/+16 |
| * | Initial support for multi-result patterns: | Evan Cheng | 2007-09-12 | 3 | -57/+102 |
| * | Fixed a typo that's causing a missing kill marker. | Evan Cheng | 2007-09-12 | 2 | -4/+18 |
| * | add a new BF->LLVM translator, contributed by Sterling Stein. | Chris Lattner | 2007-09-12 | 5 | -1/+721 |
| * | Change llvm.gcroot to not init the root to null at runtime, this prevents | Chris Lattner | 2007-09-12 | 2 | -7/+5 |
| * | Generated files for previous patch. | Dale Johannesen | 2007-09-12 | 4 | -12/+12 |
| * | Revise previous patch per review comments. | Dale Johannesen | 2007-09-12 | 15 | -90/+163 |
| * | Compensate for partCount change in Bogus definition | Dale Johannesen | 2007-09-12 | 1 | -1/+1 |
| * | Enable indirect encoding for the personality function | Bill Wendling | 2007-09-11 | 2 | -0/+2 |
| * | Move dump out of class, use "\n" instead of endl | Daniel Berlin | 2007-09-11 | 1 | -10/+13 |
| * | Sometimes a MI can define a register as well as defining a super-register at the | Evan Cheng | 2007-09-11 | 2 | -6/+16 |
| * | Fix date :) | Anton Korobeynikov | 2007-09-11 | 1 | -0/+0 |
| * | Testcase for recent pragma pack stuff | Anton Korobeynikov | 2007-09-11 | 1 | -0/+32 |
| * | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng | 2007-09-11 | 14 | -260/+328 |
| * | Added status flags register: EFLAGS. | Evan Cheng | 2007-09-11 | 1 | -0/+6 |
| * | Allow set operators with multiple destinations, i.e. (set x, y, (op a, b)). | Evan Cheng | 2007-09-11 | 1 | -22/+25 |
| * | Generated files for previous patch. | Dale Johannesen | 2007-09-11 | 4 | -979/+1109 |
| * | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 16 | -100/+309 |
| * | Convert to use ilist and non-pointer lists for extra goodness | Daniel Berlin | 2007-09-11 | 1 | -89/+104 |
| * | Add accessor method. | Bill Wendling | 2007-09-11 | 1 | -0/+3 |
| * | Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf | Bill Wendling | 2007-09-11 | 4 | -1/+13 |
| * | Reenable libgc and libprofile is explicitly requested. | Chris Lattner | 2007-09-11 | 1 | -9/+1 |
| * | remove an obsolete library. | Chris Lattner | 2007-09-11 | 3 | -165/+0 |
| * | update this to use llvm-config, patch by Jose M. Moya | Chris Lattner | 2007-09-11 | 1 | -4/+3 |
| * | Test that a call to a trampoline is turned into a call to | Duncan Sands | 2007-09-11 | 1 | -0/+24 |
| * | Two ParamAttrsVectors which differ by a permutation | Duncan Sands | 2007-09-11 | 1 | -0/+4 |