| Commit message (Expand) | Author | Age | Files | Lines |
* | 80 column violations. | Evan Cheng | 2008-03-04 | 1 | -3/+6 |
* | Remove -always-fold-and-in-test. | Evan Cheng | 2008-03-04 | 2 | -10/+3 |
* | Add support for lowering i64 SRA_PARTS and friends on x86-64. | Dan Gohman | 2008-03-03 | 1 | -16/+22 |
* | This is the initial check-in for adding register scavenging to PPC. (Currently, | Bill Wendling | 2008-03-03 | 5 | -104/+365 |
* | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel | 2008-03-03 | 2 | -6/+6 |
* | another random note | Chris Lattner | 2008-03-02 | 1 | -0/+23 |
* | add a note | Chris Lattner | 2008-03-02 | 1 | -0/+39 |
* | Evan implemented these. | Chris Lattner | 2008-03-02 | 2 | -53/+0 |
* | Evan implemented this. | Chris Lattner | 2008-03-02 | 1 | -23/+0 |
* | add support for lvsl, fixing PR1481 | Chris Lattner | 2008-03-02 | 1 | -0/+9 |
* | add support for the sse.cmp.* intrinsics, which fixes sse.isamax with the CBE. | Chris Lattner | 2008-03-02 | 1 | -1/+39 |
* | refactor intrinsic handling code out into its own method. | Chris Lattner | 2008-03-02 | 1 | -108/+115 |
* | fix printing of undef vectors, this fixes "simple" and "build" in UnitTests/V... | Chris Lattner | 2008-03-02 | 1 | -1/+6 |
* | insertelement got the wrong operands. | Chris Lattner | 2008-03-02 | 1 | -2/+2 |
* | Several changes: | Chris Lattner | 2008-03-02 | 1 | -82/+109 |
* | Fix a bug I introduced in constant array and constant vector handling. | Chris Lattner | 2008-03-02 | 1 | -2/+2 |
* | implement shufflevector. | Chris Lattner | 2008-03-02 | 1 | -4/+38 |
* | implement extractelement. | Chris Lattner | 2008-03-02 | 1 | -2/+17 |
* | implement insertelement. | Chris Lattner | 2008-03-02 | 1 | -1/+17 |
* | respect isSigned for vector types, fixing sdiv of vectors etc. | Chris Lattner | 2008-03-02 | 1 | -2/+2 |
* | print the attribute in the right place, this fixes function returning vectors. | Chris Lattner | 2008-03-02 | 1 | -2/+2 |
* | vector types are simple types. This fixes div/rem of vectors. | Chris Lattner | 2008-03-02 | 1 | -10/+11 |
* | Print vector types appropriately. This gets basic vector code working | Chris Lattner | 2008-03-02 | 1 | -2/+6 |
* | rename PT -> VT for VectorTypes. | Chris Lattner | 2008-03-02 | 1 | -8/+7 |
* | Print i32/i64 integer constants as 1u instead of ((unsigned int)1). | Chris Lattner | 2008-03-02 | 1 | -21/+22 |
* | Move pr717 to here. | Chris Lattner | 2008-03-02 | 1 | -0/+14 |
* | good catch anton | Andrew Lenharth | 2008-03-01 | 1 | -6/+6 |
* | make CAS work | Andrew Lenharth | 2008-03-01 | 2 | -2/+3 |
* | all but CAS working on x86 | Andrew Lenharth | 2008-03-01 | 3 | -33/+56 |
* | Add lock prefix support to x86. Also add the instructions necessary for the ... | Andrew Lenharth | 2008-03-01 | 5 | -6/+88 |
* | Use enumeration for preffered EH dwarf encoding reason | Anton Korobeynikov | 2008-02-29 | 5 | -13/+17 |
* | Use the correct instruction encodings for the 64-bit MMX movd. | Anders Carlsson | 2008-02-29 | 1 | -2/+2 |
* | Added option -align-loops=<true/false> to disable loop aligner pass. | Evan Cheng | 2008-02-28 | 2 | -8/+0 |
* | Interface of getByValTypeAlignment differed between | Dale Johannesen | 2008-02-28 | 2 | -0/+16 |
* | Initialize TextAlignFillValue. Fix revision 47703. | Lauro Ramos Venancio | 2008-02-28 | 1 | -0/+1 |
* | Avoid collisions in value names. | Lauro Ramos Venancio | 2008-02-28 | 1 | -3/+5 |
* | add a note | Chris Lattner | 2008-02-28 | 1 | -0/+19 |
* | Set to default: x86 no longer fold and into test if it has more than one use. | Evan Cheng | 2008-02-28 | 1 | -1/+1 |
* | Sparc backend doesn't support debug info yet, mark the nodes as expand. This... | Chris Lattner | 2008-02-28 | 1 | -2/+6 |
* | Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105 | Chris Lattner | 2008-02-28 | 1 | -1/+2 |
* | fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on sparc, PR2105 | Chris Lattner | 2008-02-28 | 2 | -0/+4 |
* | target-indep codegen memcpy lowering issue. | Chris Lattner | 2008-02-28 | 1 | -0/+44 |
* | Add a random not very important note | Chris Lattner | 2008-02-28 | 1 | -0/+38 |
* | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 13 | -30/+29 |
* | A few more small things I've run into. | Eli Friedman | 2008-02-28 | 1 | -3/+86 |
* | EHPreferredDataFormat hook for PPC targets. Looks like Darwin | Anton Korobeynikov | 2008-02-27 | 2 | -1/+30 |
* | Preparation step for some cleanup/generalization in EH information emission: | Anton Korobeynikov | 2008-02-27 | 3 | -1/+74 |
* | Don't hard-code the mask size to be 32, which is incorrect on ppc64 | Dan Gohman | 2008-02-27 | 1 | -3/+5 |
* | This is done. | Evan Cheng | 2008-02-27 | 1 | -24/+0 |
* | Final de-tabification. | Bill Wendling | 2008-02-27 | 7 | -110/+109 |