| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't create a ridiculous EXTRACT_ELEMENT. PR10563. | Eli Friedman | 2011-08-02 | 2 | -3/+2 |
* | Fix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as w... | Owen Anderson | 2011-08-02 | 1 | -6/+8 |
* | Tidy up. 80 columns. | Jim Grosbach | 2011-08-02 | 1 | -8/+10 |
* | ARM: rename addrmode7 to addr_offset_none. | Jim Grosbach | 2011-08-02 | 1 | -14/+15 |
* | Comment out the PPC relocation offset adjustment. It must be done differently. | Roman Divacky | 2011-08-02 | 1 | -0/+4 |
* | Make this kind of lowering to be supported by 256-bit instructions: | Bruno Cardoso Lopes | 2011-08-02 | 1 | -14/+24 |
* | Remove trailing semicolon. | Roman Divacky | 2011-08-02 | 1 | -1/+1 |
* | Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as | Roman Divacky | 2011-08-02 | 4 | -2/+156 |
* | Remove the LLVMBuildUnwind C API function. | Bill Wendling | 2011-08-02 | 1 | -4/+0 |
* | Use consistent terminology for loop exit/exiting blocks. Name change only. | Andrew Trick | 2011-08-02 | 1 | -9/+9 |
* | Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc... | Owen Anderson | 2011-08-02 | 1 | -22/+1 |
* | Bail from FastISel when we encounter a volatile memset intrinsic. Patch by Ivan | Nick Lewycky | 2011-08-02 | 1 | -0/+3 |
* | Move imm0_255 to ARMInstrInfo.td with the other immediate predicates. | Jim Grosbach | 2011-08-01 | 2 | -4/+6 |
* | Fix comments. | Jim Grosbach | 2011-08-01 | 1 | -2/+2 |
* | Add v4f64 -> v2f32 fp_round support. Also add a testcase to exercise | Bruno Cardoso Lopes | 2011-08-01 | 2 | -0/+7 |
* | Teach PreprocessISelDAG to be aware of vector types and to not process them. | Bruno Cardoso Lopes | 2011-08-01 | 3 | -6/+11 |
* | Lower CONCAT_VECTORS to use two VINSERTF128 instructions instead of | Bruno Cardoso Lopes | 2011-08-01 | 1 | -5/+48 |
* | 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 |