| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r136528 "Enable compact region splitting by default." | Jakob Stoklund Olesen | 2011-07-30 | 1 | -1/+1 |
* | Switch another of the old dependencies on implicitly produced synthetic | Chandler Carruth | 2011-07-30 | 1 | -1/+1 |
* | Remove yet another buried and hidden implicit dependency: every single | Chandler Carruth | 2011-07-30 | 1 | -7/+0 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 31 | -1035/+111 |
* | Added several architecture names. | Sean Callanan | 2011-07-30 | 1 | -1/+2 |
* | Revert "Don't check liveness of unallocatable registers." | Jakob Stoklund Olesen | 2011-07-30 | 3 | -12/+5 |
* | Make my attempt to build up global deps variables actually utilize | Chandler Carruth | 2011-07-29 | 4 | -9/+18 |
* | Don't check liveness of unallocatable registers. | Jakob Stoklund Olesen | 2011-07-29 | 3 | -5/+12 |
* | Check for multiple defs in the machine code verifier. | Jakob Stoklund Olesen | 2011-07-29 | 1 | -0/+5 |
* | Correctly handle scattered operands where the bits of the operand are contigu... | Owen Anderson | 2011-07-29 | 1 | -0/+5 |
* | Add an isSSA() flag to MachineRegisterInfo. | Jakob Stoklund Olesen | 2011-07-29 | 4 | -2/+29 |
* | Unconstify Inits | David Greene | 2011-07-29 | 30 | -955/+944 |
* | Do not lose branch weights when lowering SwitchInst. | Jakub Staszak | 2011-07-29 | 2 | -17/+52 |
* | Enable compact region splitting by default. | Jakob Stoklund Olesen | 2011-07-29 | 1 | -1/+1 |
* | Add support for the 'Q' constraint. | Eric Christopher | 2011-07-29 | 2 | -0/+15 |
* | Remove a blank line from the top. | David Greene | 2011-07-29 | 1 | -1/+0 |
* | have the verifier catch gep's into opaque struct types. PR10473 | Chris Lattner | 2011-07-29 | 1 | -0/+4 |
* | ARM SRS instruction parsing, diassembly and encoding support. | Jim Grosbach | 2011-07-29 | 5 | -27/+105 |
* | On mac, it seems the MC disassembler is actually using the targetinfo | Chandler Carruth | 2011-07-29 | 1 | -0/+2 |
* | Remove unneeded const_cast. | Jakub Staszak | 2011-07-29 | 1 | -2/+2 |
* | ARM CPS mode immediate is 5 bits, not 4. | Jim Grosbach | 2011-07-29 | 1 | -2/+2 |
* | Clear DbgValues in the end. | Devang Patel | 2011-07-29 | 1 | -0/+1 |
* | Add more constantness in BranchProbabilityInfo. | Jakub Staszak | 2011-07-29 | 2 | -16/+19 |
* | [AVX] Make DagInits Unique | David Greene | 2011-07-29 | 2 | -23/+50 |
* | [AVX] Make FieldInit Unique | David Greene | 2011-07-29 | 1 | -1/+9 |
* | [AVX] Make VarListElementInit Unique | David Greene | 2011-07-29 | 1 | -1/+10 |
* | [AVX] Make VarBitInit Unique | David Greene | 2011-07-29 | 1 | -1/+10 |
* | [AVX] Make VarInit Unique | David Greene | 2011-07-29 | 1 | -1/+9 |
* | [AVX] Make TernOpInit Unique | David Greene | 2011-07-29 | 1 | -1/+20 |
* | [AVX] Make BinOpInit Unique | David Greene | 2011-07-29 | 1 | -1/+14 |
* | [AVX] Make UnOpInit Unique | David Greene | 2011-07-29 | 1 | -1/+10 |
* | [AVX] Make ListInits Unique | David Greene | 2011-07-29 | 2 | -6/+41 |
* | [AVX] Make CodeInit Unique | David Greene | 2011-07-29 | 1 | -1/+6 |
* | [AVX] Make StringInit Unique | David Greene | 2011-07-29 | 1 | -1/+7 |
* | [AVX] Make IntInit Unique | David Greene | 2011-07-29 | 1 | -1/+6 |
* | [AVX] Make BitsInit Unique | David Greene | 2011-07-29 | 2 | -4/+35 |
* | [AVX] Unique BitInit | David Greene | 2011-07-29 | 1 | -1/+5 |
* | [AVX] Unique UnsetInit | David Greene | 2011-07-29 | 1 | -1/+2 |
* | [AVX] Create Inits Via Factory Method | David Greene | 2011-07-29 | 6 | -141/+346 |
* | [AVX] Constify Inits | David Greene | 2011-07-29 | 30 | -848/+879 |
* | [AVX] Remove non-const Iterators | David Greene | 2011-07-29 | 3 | -14/+13 |
* | [AVX] Remove Mutating Members from Inits | David Greene | 2011-07-29 | 4 | -74/+68 |
* | Add ListInit::getValues | David Greene | 2011-07-29 | 1 | -0/+3 |
* | Add a std::string Wrapper for TableGen | David Greene | 2011-07-29 | 2 | -0/+47 |
* | Clean up debug info after reassociation. | Devang Patel | 2011-07-29 | 2 | -1/+59 |
* | ARM assembly parsing and encoding for RFE instruction. | Jim Grosbach | 2011-07-29 | 4 | -13/+104 |
* | Third time's the charm for implementing tied operand decoding properly. | Owen Anderson | 2011-07-29 | 1 | -6/+6 |
* | Don't look at $PWD in GetCurrentDirectory. | Nick Lewycky | 2011-07-29 | 1 | -3/+0 |
* | ARM SRS and RFE instructions are not code-gen only. | Jim Grosbach | 2011-07-29 | 1 | -12/+7 |
* | ARM range checking for mode on CPS instruction. | Jim Grosbach | 2011-07-29 | 1 | -2/+2 |