| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Turn calls to trampolines into calls to the underlying | Duncan Sands | 2007-09-11 | 1 | -0/+138 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 14 | -112/+46 |
* | My compiler warns about the semicolon. | Duncan Sands | 2007-09-11 | 1 | -1/+1 |
* | The personality function on Darwin needs a global stub. We then refer to | Bill Wendling | 2007-09-11 | 7 | -22/+38 |
* | Add a ValueInfoT template parameter to DenseMap so that it can properly make ... | Owen Anderson | 2007-09-11 | 1 | -8/+22 |
* | Don't bother to initialize values corresponding to empty or tombstone | Owen Anderson | 2007-09-11 | 1 | -1/+3 |
* | Fix a typo in memdep, which was causing PR1648. | Owen Anderson | 2007-09-11 | 1 | -1/+1 |
* | Fix bugs with &=, intersect with complement. Add three argument version of in... | Daniel Berlin | 2007-09-11 | 1 | -48/+131 |
* | Fix non-deterministic behavior in the DenseMap copy constructor. | Owen Anderson | 2007-09-11 | 1 | -2/+8 |
* | Add remaining functions necessary for andersen's | Daniel Berlin | 2007-09-11 | 1 | -12/+194 |
* | Avoid negative logic. | Devang Patel | 2007-09-11 | 1 | -4/+4 |
* | Refactor code into a separate method. | Devang Patel | 2007-09-11 | 1 | -28/+47 |
* | Testcase for PR1634 | Chris Lattner | 2007-09-11 | 1 | -0/+88 |
* | Clear split info object. | Devang Patel | 2007-09-11 | 1 | -0/+1 |
* | Split condition does not have to be ICmpInst in all cases. | Devang Patel | 2007-09-11 | 1 | -5/+8 |
* | Check all terminators inside loop. | Devang Patel | 2007-09-10 | 1 | -4/+3 |
* | remove obsolete testcase | Chris Lattner | 2007-09-10 | 1 | -9/+0 |
* | remove some dead code, this is handled by constant folding. | Chris Lattner | 2007-09-10 | 1 | -8/+1 |
* | Fix a buggy constant folding transformation when handling aliases. | Chris Lattner | 2007-09-10 | 2 | -4/+20 |
* | Swap exit condition operands if it works. | Devang Patel | 2007-09-10 | 1 | -5/+15 |
* | regenerate | Chris Lattner | 2007-09-10 | 2 | -266/+308 |
* | Fix PR1645 by resolving forward alias references. | Chris Lattner | 2007-09-10 | 2 | -0/+30 |
* | Add missing llvm-dis. | Dale Johannesen | 2007-09-10 | 1 | -1/+1 |
* | 80 col. | Evan Cheng | 2007-09-10 | 1 | -4/+6 |
* | New entry. | Evan Cheng | 2007-09-10 | 1 | -0/+3 |
* | Observation of rematerialization. | Evan Cheng | 2007-09-10 | 1 | -0/+5 |
* | Add some notes about better flag handling. | Chris Lattner | 2007-09-10 | 3 | -1/+101 |