summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix test case from r153135.Chad Rosier2012-03-20
* [avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu toChad Rosier2012-03-20
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-20
* LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick2012-03-20
* LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.Andrew Trick2012-03-20
* LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walkAndrew Trick2012-03-20
* [avx] Move the vextractf128 patterns closer to the vextractf128 def. RemoveChad Rosier2012-03-20
* Fix assembling ARM vst2 instructions with double-spaced registers.Kevin Enderby2012-03-20
* ARM non-scattered MachO relocations for movw/movt.Jim Grosbach2012-03-20
* Fix test.Chad Rosier2012-03-20
* [avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.Chad Rosier2012-03-20
* The ARM instructions that have an unpredictable behavior when the pc register...Silviu Baranga2012-03-20
* It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling2012-03-20
* Perform mul combine when multiplying wiht negative constants.Anton Korobeynikov2012-03-19
* llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.NAKAMURA Takumi2012-03-19
* This patch adds X86 instruction itineraries for non-pseudo opcodes inPreston Gurd2012-03-19
* Factor out the multiply analysis code in ComputeMaskedBits and apply it to theNick Lewycky2012-03-18
* MC asm parser macro argument count was wrong when empty.Jim Grosbach2012-03-17
* ARM ldm/stm register lists can be out of order.Jim Grosbach2012-03-16
* Revert r152907.Bill Wendling2012-03-16
* The alignment of the pointer part of the store instruction may have anBill Wendling2012-03-16
* Rip out support for 'llvm.noinline'. This thing has a strange history...Chandler Carruth2012-03-16
* LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.Andrew Trick2012-03-16
* In InstCombiner::visitOr, make sure we reverse the operand swap used for chec...Eli Friedman2012-03-16
* ARM optional operand on MRC/MCR assembly instructions.Jim Grosbach2012-03-16
* ARM vmrs system registers mvfr0 and mvfr1 handling.Jim Grosbach2012-03-16
* Do the right thing on NULL uint64 fields.Eric Christopher2012-03-16
* For types with a parent of the compile unit make sure and emitEric Christopher2012-03-15
* [fast-isel] Address Eli's comments for r152847. Specifically, add a test caseChad Rosier2012-03-15
* ARM case-insensitive checking for APSR_nzcv.Jim Grosbach2012-03-15
* line endingsMatt Beaumont-Gay2012-03-15
* Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints onLang Hames2012-03-15
* Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ...Kristof Beyls2012-03-15
* Short term fix for pr12270 before we change dominates to handle unreachableRafael Espindola2012-03-15
* When optimizing certain BUILD_VECTOR nodes into other BUILD_VECTOR nodes, add...Nadav Rotem2012-03-15
* Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher2012-03-15
* [avx] Add patterns for VINSERTF128rm.Chad Rosier2012-03-15
* Fixed a transform crash when setting a negative size value for memset. Fixes...Aaron Ballman2012-03-15
* Extend the inline cost calculation to account for bonuses due toChandler Carruth2012-03-14
* When an invoke is marked with metadata indicating its unwind edgeDan Gohman2012-03-14
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-03-14
* DAG combine incorrectly optimize (i32 vextract (v4i16 load $addr), c) toEvan Cheng2012-03-13
* Change the X86 assembler to not require a segment register on stringKevin Enderby2012-03-13
* enhance jump threading to preserve TBAA information when PRE'ing loads,Chris Lattner2012-03-13
* Teach globalopt how to evaluate an invoke with a non-void return type.Dan Gohman2012-03-13
* Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->Duncan Sands2012-03-13
* Fix regression from r151466: an we can't replace uses of an instruction reach...Eli Friedman2012-03-13
* Change the second line of the test added for r152414 to use CHECK-NEXT.Kevin Enderby2012-03-12
* Added a missing error check for X86 assembly with mismatched base and indexKevin Enderby2012-03-12
* [asan] move x86-specific test to a separate X86 directory with a custom lit.l...Kostya Serebryany2012-03-12