| Commit message (Expand) | Author | Age | Files | Lines |
* | LSR fix: Add isSimplifiedLoopNest to IVUsers analysis. | Andrew Trick | 2012-03-16 | 1 | -0/+50 |
* | In InstCombiner::visitOr, make sure we reverse the operand swap used for chec... | Eli Friedman | 2012-03-16 | 1 | -0/+12 |
* | ARM optional operand on MRC/MCR assembly instructions. | Jim Grosbach | 2012-03-16 | 1 | -0/+8 |
* | ARM vmrs system registers mvfr0 and mvfr1 handling. | Jim Grosbach | 2012-03-16 | 1 | -3/+12 |
* | Do the right thing on NULL uint64 fields. | Eric Christopher | 2012-03-16 | 1 | -0/+6 |
* | For types with a parent of the compile unit make sure and emit | Eric Christopher | 2012-03-15 | 4 | -7/+33 |
* | [fast-isel] Address Eli's comments for r152847. Specifically, add a test case | Chad Rosier | 2012-03-15 | 1 | -0/+19 |
* | ARM case-insensitive checking for APSR_nzcv. | Jim Grosbach | 2012-03-15 | 4 | -6/+8 |
* | line endings | Matt Beaumont-Gay | 2012-03-15 | 1 | -20/+20 |
* | Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints on | Lang Hames | 2012-03-15 | 2 | -27/+3 |
* | Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ... | Kristof Beyls | 2012-03-15 | 1 | -1/+26 |
* | Short term fix for pr12270 before we change dominates to handle unreachable | Rafael Espindola | 2012-03-15 | 1 | -0/+15 |
* | When optimizing certain BUILD_VECTOR nodes into other BUILD_VECTOR nodes, add... | Nadav Rotem | 2012-03-15 | 1 | -0/+10 |
* | Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting | Eric Christopher | 2012-03-15 | 4 | -61/+6 |
* | [avx] Add patterns for VINSERTF128rm. | Chad Rosier | 2012-03-15 | 1 | -0/+12 |
* | Fixed a transform crash when setting a negative size value for memset. Fixes... | Aaron Ballman | 2012-03-15 | 1 | -0/+20 |
* | Extend the inline cost calculation to account for bonuses due to | Chandler Carruth | 2012-03-14 | 1 | -0/+56 |
* | When an invoke is marked with metadata indicating its unwind edge | Dan Gohman | 2012-03-14 | 1 | -0/+36 |
* | Remove the DW_AT_MIPS_linkage name attribute when we don't need it | Eric Christopher | 2012-03-14 | 4 | -6/+61 |
* | DAG combine incorrectly optimize (i32 vextract (v4i16 load $addr), c) to | Evan Cheng | 2012-03-13 | 1 | -0/+16 |
* | Change the X86 assembler to not require a segment register on string | Kevin Enderby | 2012-03-13 | 1 | -0/+3 |
* | enhance jump threading to preserve TBAA information when PRE'ing loads, | Chris Lattner | 2012-03-13 | 1 | -4/+44 |
* | Teach globalopt how to evaluate an invoke with a non-void return type. | Dan Gohman | 2012-03-13 | 1 | -0/+27 |
* | Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) -> | Duncan Sands | 2012-03-13 | 1 | -0/+9 |
* | Fix regression from r151466: an we can't replace uses of an instruction reach... | Eli Friedman | 2012-03-13 | 1 | -0/+19 |
* | Change the second line of the test added for r152414 to use CHECK-NEXT. | Kevin Enderby | 2012-03-12 | 1 | -1/+1 |
* | Added a missing error check for X86 assembly with mismatched base and index | Kevin Enderby | 2012-03-12 | 1 | -0/+4 |
* | [asan] move x86-specific test to a separate X86 directory with a custom lit.l... | Kostya Serebryany | 2012-03-12 | 2 | -0/+13 |
* | When inlining a function and adding its inner call sites to the | Chandler Carruth | 2012-03-12 | 1 | -0/+75 |
* | Teach instsimplify how to constant fold pointer differences. | Chandler Carruth | 2012-03-12 | 1 | -0/+33 |
* | FileCheck-ize this test. | Chandler Carruth | 2012-03-12 | 1 | -10/+10 |
* | Move llc + target triple tests into X86 | Andrew Trick | 2012-03-10 | 2 | -0/+0 |
* | Don't try to filecheck bitcode. | Benjamin Kramer | 2012-03-10 | 1 | -1/+1 |
* | Make this transformation slightly less agressive and more correct. | Bill Wendling | 2012-03-10 | 1 | -0/+35 |
* | Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax. | Bill Wendling | 2012-03-10 | 1 | -0/+22 |
* | Add the missing call to Error when a bad X86 scale expression is parsed. | Kevin Enderby | 2012-03-09 | 1 | -0/+4 |
* | Support reading GNU symbol versions in ELFObjectFile | David Meyer | 2012-03-09 | 5 | -0/+56 |
* | When identifying exit nodes for the reverse-CFG reverse-post-order | Dan Gohman | 2012-03-09 | 2 | -4/+213 |
* | Fix the x86 disassembler to at least print the lock prefix if it is the first | Kevin Enderby | 2012-03-09 | 1 | -0/+5 |
* | test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in targets. | NAKAMURA Takumi | 2012-03-09 | 1 | -0/+11 |
* | Eliminate switch cases that can never match, for example removes all | Duncan Sands | 2012-03-09 | 1 | -1/+100 |
* | Undo a previous restriction on the inline cost calculation which Nick | Chandler Carruth | 2012-03-09 | 1 | -0/+41 |
* | Fix a regression from r147481. | Chad Rosier | 2012-03-09 | 1 | -0/+12 |
* | Remove the no longer existent psp triple from a test. | Benjamin Kramer | 2012-03-08 | 1 | -2/+1 |
* | Test case for r152280, r152285 and r152290. | Akira Hatanaka | 2012-03-08 | 1 | -0/+27 |
* | Use llvm-mc instead of llc. Patch by Jack Carter. | Rafael Espindola | 2012-03-07 | 1 | -5/+5 |
* | Fix infinite loop in nested multiclasses. | Jakob Stoklund Olesen | 2012-03-07 | 1 | -0/+46 |
* | Add the DW_AT_APPLE_runtime_class attribute to forward declarations | Eric Christopher | 2012-03-07 | 1 | -0/+27 |
* | Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo... | Evan Cheng | 2012-03-06 | 1 | -4/+8 |
* | Fix the operand ordering on aliases for shld and shrd. PR12173, part 2. | Eli Friedman | 2012-03-06 | 1 | -13/+21 |