| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually finish switching to the new system for Target sublibrary | Chandler Carruth | 2011-08-01 | 9 | -9/+9 |
* | Since vectors with all ones can't be created with a 256-bit instruction, | Bruno Cardoso Lopes | 2011-08-01 | 1 | -11/+13 |
* | Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky. | Evan Cheng | 2011-08-01 | 1 | -0/+4 |
* | Change SmallVector to SmallPtrSet in BranchProbabilityInfo. Handle cases where | Jakub Staszak | 2011-08-01 | 1 | -15/+15 |
* | Fix crash with varargs function with no named parameters. | Richard Osborne | 2011-08-01 | 1 | -2/+2 |
* | Update CMake target names for tablegen-generated data in the X86 and ARM targ... | Douglas Gregor | 2011-08-01 | 3 | -3/+3 |
* | Add braces. | Jay Foad | 2011-08-01 | 1 | -1/+2 |
* | Simplify printAlias. | Jay Foad | 2011-08-01 | 1 | -21/+2 |
* | Micro-optimisation in getAliasedGlobal. | Jay Foad | 2011-08-01 | 1 | -1/+1 |
* | Remove an unnecessary cast. | Jay Foad | 2011-08-01 | 1 | -1/+1 |
* | I mis-interpreted the MCDisassembler's intended dependencies. Now to fix | Chandler Carruth | 2011-07-31 | 1 | -2/+9 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 17 | -8/+95 |
* | Do not handle cases with >= and <= predicates. | Jakub Staszak | 2011-07-31 | 1 | -7/+0 |
* | Remove untrue comment. | Jakub Staszak | 2011-07-31 | 1 | -3/+0 |
* | Do not handle case where LHS is equal to zero, because InstCombiner always moves | Jakub Staszak | 2011-07-31 | 1 | -24/+8 |
* | Add a small gep optimization I noticed was missing while reading some IL. | Rafael Espindola | 2011-07-31 | 1 | -11/+13 |
* | Time the emission of debug values. | Jakob Stoklund Olesen | 2011-07-31 | 1 | -1/+4 |
* | Add Zero Heurestics to BranchProbabilityInfo. If we compare value to zero we | Jakub Staszak | 2011-07-31 | 1 | -1/+91 |
* | 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 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 22 | -672/+44 |
* | 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 | 2 | -11/+4 |
* | Don't check liveness of unallocatable registers. | Jakob Stoklund Olesen | 2011-07-29 | 2 | -4/+11 |
* | Check for multiple defs in the machine code verifier. | Jakob Stoklund Olesen | 2011-07-29 | 1 | -0/+5 |
* | Add an isSSA() flag to MachineRegisterInfo. | Jakob Stoklund Olesen | 2011-07-29 | 3 | -1/+8 |
* | 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 | 1 | -0/+3 |
* | 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 | 3 | -25/+52 |
* | 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 | 1 | -10/+11 |
* | Clean up debug info after reassociation. | Devang Patel | 2011-07-29 | 1 | -1/+21 |
* | ARM assembly parsing and encoding for RFE instruction. | Jim Grosbach | 2011-07-29 | 3 | -13/+54 |
* | 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 |
* | Update FIXME. | Jim Grosbach | 2011-07-29 | 1 | -5/+2 |
* | Tweak comment. | Jim Grosbach | 2011-07-29 | 1 | -1/+1 |
* | Teach Path::GetCurrentDirectory to use $PWD, to support users who like to do | Nick Lewycky | 2011-07-29 | 1 | -2/+5 |
* | Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some | Nick Lewycky | 2011-07-29 | 2 | -24/+22 |
* | Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be | Eli Friedman | 2011-07-29 | 7 | -31/+182 |
* | Remove incEdgeWeight and decEdgeWeight. Set edge weight directly to avoid | Jakub Staszak | 2011-07-29 | 1 | -30/+35 |
* | Fix the MCDisassembler dependencies. These were just absurdly wrong. | Chandler Carruth | 2011-07-29 | 1 | -34/+7 |
* | Fix two tests that I crashed in the previous commits. The mask elts | Bruno Cardoso Lopes | 2011-07-29 | 1 | -5/+17 |
* | Match VPERMIL masks more strictly and update the target specific mask | Bruno Cardoso Lopes | 2011-07-29 | 1 | -7/+17 |