| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for generating reg+reg preinc stores on PPC. | Hal Finkel | 2012-06-19 | 6 | -25/+114 |
* | Move the support for using .init_array from ARM to the generic | Rafael Espindola | 2012-06-19 | 6 | -53/+59 |
* | revert r158660, since Chris has some issues with this patch (namely using cod... | Nuno Lopes | 2012-06-18 | 2 | -38/+0 |
* | ARM: use NOEN loads and stores if possible when handling struct byval. | Manman Ren | 2012-06-18 | 1 | -8/+42 |
* | Allow up to 64 functional units per processor itinerary. | Hal Finkel | 2012-06-18 | 4 | -9/+9 |
* | Added accessors for getting coff_relocation info | Marshall Clow | 2012-06-18 | 1 | -0/+5 |
* | ARM: Define generic HINT instruction. | Jim Grosbach | 2012-06-18 | 4 | -50/+46 |
* | add the 'alloc' metadata node to represent the size of offset of buffers poin... | Nuno Lopes | 2012-06-18 | 2 | -0/+38 |
* | This change handles a another case for generating the bic instruction | Joel Jones | 2012-06-18 | 1 | -0/+31 |
* | Temporarily revert r158087. | Chandler Carruth | 2012-06-18 | 3 | -93/+14 |
* | Now that SROA can form alloca's for dynamic vector accesses, further improve ... | Pete Cooper | 2012-06-17 | 1 | -28/+99 |
* | Disable the right instance of TheJIT, this one is only used in asserts. | Benjamin Kramer | 2012-06-16 | 1 | -8/+8 |
* | Guard private fields that are unused in Release builds with #ifndef NDEBUG. | Benjamin Kramer | 2012-06-16 | 3 | -2/+15 |
* | Cleanup trip-count finding for PPC CTR loops (and some bug fixes). | Hal Finkel | 2012-06-16 | 1 | -86/+127 |
* | Teach BBVectorize to combine, when possible, or discard metadata when fusing ... | Hal Finkel | 2012-06-16 | 1 | -0/+30 |
* | Move the Metadata merging methods from GVN and make them public in MDNode. | Hal Finkel | 2012-06-16 | 2 | -153/+153 |
* | Implement irpc. Extracted from a patch by the PaX team. I just added the test. | Rafael Espindola | 2012-06-16 | 1 | -0/+57 |
* | *no need to pollute Intel syntax with bonus mnemonics; operand size is explic... | Kay Tiong Khoo | 2012-06-16 | 1 | -6/+6 |
* | Mips/AsmParser/CMakeLists.txt: Fix dependency. | NAKAMURA Takumi | 2012-06-16 | 1 | -2/+1 |
* | It's not deterministic to iterate over SmallPtrSet. Replace it with SmallSetV... | Evan Cheng | 2012-06-16 | 1 | -14/+14 |
* | Fix crash from r158529 on Bullet. | Pete Cooper | 2012-06-16 | 1 | -1/+10 |
* | Don't call 'FilesToRemove[0]' when the vector is empty, even to compute | Chandler Carruth | 2012-06-16 | 1 | -1/+1 |
* | Harden the Unix signals code to be more async signal safe. | Chandler Carruth | 2012-06-16 | 1 | -9/+41 |
* | Remove final verification in RABasic. | Jakob Stoklund Olesen | 2012-06-15 | 1 | -20/+0 |
* | Print out register number in InlineSpiller. | Jakob Stoklund Olesen | 2012-06-15 | 1 | -2/+2 |
* | Accept null PhysReg arguments to checkRegMaskInterference. | Jakob Stoklund Olesen | 2012-06-15 | 2 | -2/+3 |
* | Fix the encoding of the armv7m (MClass) for MSR registers other than aspr, | Kevin Enderby | 2012-06-15 | 2 | -21/+31 |
* | ARM: optimization for sub+abs. | Manman Ren | 2012-06-15 | 1 | -11/+6 |
* | *fixed to separate mnemonic from operands with tab | Kay Tiong Khoo | 2012-06-15 | 1 | -4/+4 |
* | LSR: fix expansion of scaled reg in non-address type formulae. | Andrew Trick | 2012-06-15 | 1 | -13/+17 |
* | LSR fix: "Special" users are just like "Basic" users but allow -1 scale. | Andrew Trick | 2012-06-15 | 1 | -2/+2 |
* | Remove assignments which aren't used afterwards. | Bill Wendling | 2012-06-15 | 1 | -3/+1 |
* | Allow SROA to split up an array of vectors into multiple vectors, even when t... | Pete Cooper | 2012-06-15 | 1 | -3/+29 |
* | Some optimizations done by globalopt are safe only for internal linkage, not | Rafael Espindola | 2012-06-15 | 1 | -0/+3 |
* | Preserve <undef> flags in ARMExpandPseudo. | Jakob Stoklund Olesen | 2012-06-15 | 1 | -5/+6 |
* | Use regunit liveness in RegisterCoalescer when it is available. | Jakob Stoklund Olesen | 2012-06-15 | 1 | -13/+21 |
* | Factor macro argument parsing into helper methods and add support for .irp. | Rafael Espindola | 2012-06-15 | 1 | -30/+115 |
* | Fix issues (infinite loop and/or crash) with self-referential instructions, for | Duncan Sands | 2012-06-15 | 1 | -6/+14 |
* | Move AVX version of convert instructions that write to GPRs to the Op1 table. | Craig Topper | 2012-06-15 | 1 | -9/+13 |
* | Had a closing brace inside an #ifdef -- oops! | Marshall Clow | 2012-06-15 | 1 | -1/+1 |
* | Adding acessors to COFFObjectFile so that clients can get at the (non-generic... | Marshall Clow | 2012-06-15 | 1 | -0/+31 |
* | Recommit r158407: Allow SROA to look at a vector type and see if the offset i... | Pete Cooper | 2012-06-14 | 1 | -2/+15 |
* | Implement the isSafeToDiscardIfUnused predicate and use it in globalopt and | Rafael Espindola | 2012-06-14 | 2 | -4/+4 |
* | Move X86::VCVTTSD2SIrr from the 2 operand to 1 operand MemRegOp table. | Pete Cooper | 2012-06-14 | 1 | -1/+1 |
* | Fix coding style violations. Remove white spaces and tabs. | Akira Hatanaka | 2012-06-14 | 18 | -91/+91 |
* | 1. introduce MipsPat in place of Pat in order to exclude those from | Akira Hatanaka | 2012-06-14 | 4 | -204/+229 |
* | Make machine verifier check the first instruction of the last bundle instead of | Akira Hatanaka | 2012-06-14 | 1 | -8/+8 |
* | Make comment slightly more helpful. | Lang Hames | 2012-06-14 | 1 | -1/+1 |
* | Revert r158454: Allow SROA to look at a vector type... Its breaking the vect... | Pete Cooper | 2012-06-14 | 1 | -15/+2 |
* | misched: disable SSA check pending PR13112. | Andrew Trick | 2012-06-14 | 1 | -2/+4 |