| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ms-inline-asm] Add support for memory references that have non-immediate | Chad Rosier | 2013-02-13 | 1 | -13/+18 |
| * | [ms-inline asm] Add a comment about the determinism of the rewrite sort. | Chad Rosier | 2013-02-13 | 1 | -0/+2 |
| * | LoopVectorize: Simplify code for clarity. | Benjamin Kramer | 2013-02-13 | 1 | -10/+8 |
| * | For Mips 16, add the optimization where the 16 bit form of addiu sp can be used | Reed Kotler | 2013-02-13 | 3 | -3/+46 |
| * | Clean up LDV, no functionality change. | Manman Ren | 2013-02-13 | 2 | -64/+19 |
| * | MIsched: HazardRecognizers are created for each DAG. Free them. | Andrew Trick | 2013-02-13 | 2 | -2/+9 |
| * | [ms-inline-asm] Use an array_pod_sort, rather than a std:sort. | Chad Rosier | 2013-02-13 | 1 | -3/+10 |
| * | Metadata for annotating loops as parallel. The first consumer for this | Pekka Jaaskelainen | 2013-02-13 | 2 | -0/+58 |
| * | Add registration for PPC-specific passes to allow the IR to be dumped | Krzysztof Parzyszek | 2013-02-13 | 3 | -3/+41 |
| * | X86: Disable generation of rep;movsl when %esi is used as a base pointer. | Benjamin Kramer | 2013-02-13 | 1 | -0/+8 |
| * | Use array_pod_sort. | Bill Wendling | 2013-02-13 | 1 | -1/+1 |
| * | Add some accessor and query methods for retrieving Attribute objects and such. | Bill Wendling | 2013-02-13 | 2 | -0/+45 |
| * | Make jumptables work for -static | Reed Kotler | 2013-02-13 | 1 | -0/+2 |
| * | Prevent insertion of "vzeroupper" before call that preserves YMM registers, s... | Elena Demikhovsky | 2013-02-13 | 1 | -0/+10 |
| * | Check i1 as well as i8 variables for 8 bit registers for x86 inline | Eric Christopher | 2013-02-13 | 1 | -1/+1 |
| * | [tsan] disable load widening in ThreadSanitizer mode | Kostya Serebryany | 2013-02-13 | 1 | -0/+6 |
| * | [asan] fix confusing indentation | Kostya Serebryany | 2013-02-13 | 1 | -1/+2 |
| * | Fix comment. | Eric Christopher | 2013-02-13 | 1 | -2/+2 |
| * | Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back. | Manman Ren | 2013-02-13 | 3 | -14/+16 |
| * | [ms-inline-asm] Make sure the AsmRewrite list is sorted in lexical order. | Chad Rosier | 2013-02-13 | 1 | -0/+5 |
| * | Test commit. Fixed typo. | David Peixotto | 2013-02-13 | 1 | -1/+1 |
| * | Fix comment | Arnaud A. de Grandmaison | 2013-02-13 | 1 | -2/+2 |
| * | Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change. | Michael Gottesman | 2013-02-12 | 1 | -4/+4 |
| * | Actually delete this code, since it's really not clear what it's | Dan Gohman | 2013-02-12 | 1 | -24/+0 |
| * | [ms-inline-asm] Implement align directive (which is roughly equivalent to .al... | Chad Rosier | 2013-02-12 | 1 | -9/+43 |
| * | This patch just fixes up various llvm formatting | Jack Carter | 2013-02-12 | 2 | -3/+4 |
| * | Add static cast to unsigned char whenever a character classification function... | Guy Benyei | 2013-02-12 | 15 | -53/+77 |
| * | Record PRE predecessors with a SmallVector instead of a DenseMap, and | Dan Gohman | 2013-02-12 | 1 | -8/+9 |
| * | [ms-inline asm] Pass the length of the IDVal, so we can do a proper AsmRewrite. | Chad Rosier | 2013-02-12 | 1 | -4/+5 |
| * | [ms-inline asm] Accept the emit directive as either _emit or __emit. | Chad Rosier | 2013-02-12 | 1 | -2/+2 |
| * | When disabling PRE for a value is directly redundant with itself | Dan Gohman | 2013-02-12 | 1 | -0/+2 |
| * | Check that pointers are removed from maps before calling delete on the pointers, | Dan Gohman | 2013-02-12 | 1 | -3/+3 |
| * | Minor code simplification. | Dan Gohman | 2013-02-12 | 1 | -1/+1 |
| * | [ms-inline asm] Add support for lexing binary integers with a [bB] suffix. | Chad Rosier | 2013-02-12 | 1 | -19/+40 |
| * | Allow optionally generating pubnames section in DWARF info. Introduce | Krzysztof Parzyszek | 2013-02-12 | 5 | -2/+95 |
| * | Equal treatment of labels and other terminators in MI DAG construction. | Sergei Larin | 2013-02-12 | 1 | -1/+1 |
| * | Add support for the pubnames section to llvm-dwarfdump. | Krzysztof Parzyszek | 2013-02-12 | 2 | -0/+23 |
| * | Hexagon: Add support to generate predicated absolute addressing mode | Jyotsna Verma | 2013-02-12 | 1 | -20/+123 |
| * | PR14562 - Truncation of left shift became undef | Paul Redmond | 2013-02-12 | 1 | -2/+9 |
| * | [NVPTX] Disable vector registers | Justin Holewinski | 2013-02-12 | 17 | -1997/+1274 |
| * | [ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m... | Alexander Potapenko | 2013-02-12 | 1 | -1/+2 |
| * | R600: Fix regression with shadow array sampler on pre-SI GPUs. | Michel Danzer | 2013-02-12 | 1 | -1/+1 |
| * | [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ... | Kostya Serebryany | 2013-02-12 | 1 | -3/+5 |
| * | Merge the collected attributes into the call instruction's attributes. | Bill Wendling | 2013-02-12 | 1 | -2/+2 |
| * | Have the bitcode writer and reader handle the new attribute references. | Bill Wendling | 2013-02-12 | 2 | -33/+11 |
| * | Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer. | Bill Wendling | 2013-02-12 | 2 | -5/+6 |
| * | Support string attributes in the AttrBuilder. | Bill Wendling | 2013-02-12 | 1 | -11/+25 |
| * | Don't consider definitions by other PHIs live-in when trimming a PHI source's | Cameron Zwarich | 2013-02-12 | 1 | -1/+5 |
| * | Fix indentation. | Cameron Zwarich | 2013-02-12 | 1 | -2/+2 |
| * | Add a hidden option to PHIElimination to split all critical edges. This is | Cameron Zwarich | 2013-02-12 | 1 | -4/+9 |