summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [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
* When inlining a function and adding its inner call sites to theChandler Carruth2012-03-12
* Teach instsimplify how to constant fold pointer differences.Chandler Carruth2012-03-12
* FileCheck-ize this test.Chandler Carruth2012-03-12
* Move llc + target triple tests into X86Andrew Trick2012-03-10
* Don't try to filecheck bitcode.Benjamin Kramer2012-03-10
* Make this transformation slightly less agressive and more correct.Bill Wendling2012-03-10
* Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.Bill Wendling2012-03-10
* Add the missing call to Error when a bad X86 scale expression is parsed.Kevin Enderby2012-03-09
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-09
* When identifying exit nodes for the reverse-CFG reverse-post-orderDan Gohman2012-03-09
* Fix the x86 disassembler to at least print the lock prefix if it is the firstKevin Enderby2012-03-09
* test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in targets.NAKAMURA Takumi2012-03-09
* Eliminate switch cases that can never match, for example removes allDuncan Sands2012-03-09
* Undo a previous restriction on the inline cost calculation which NickChandler Carruth2012-03-09
* Fix a regression from r147481.Chad Rosier2012-03-09
* Remove the no longer existent psp triple from a test.Benjamin Kramer2012-03-08
* Test case for r152280, r152285 and r152290.Akira Hatanaka2012-03-08
* Use llvm-mc instead of llc. Patch by Jack Carter.Rafael Espindola2012-03-07
* Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen2012-03-07
* Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher2012-03-07
* Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo...Evan Cheng2012-03-06
* Fix the operand ordering on aliases for shld and shrd. PR12173, part 2.Eli Friedman2012-03-06
* Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.Kevin Enderby2012-03-06
* Add <imp-def> operands when reloading into physregs.Jakob Stoklund Olesen2012-03-06
* Split fpscr into two registers: FPSCR and FPSCR_NZCV.Lang Hames2012-03-06
* ARM vpush/vpop assembler mnemonics accept an optional size suffix.Jim Grosbach2012-03-05
* Make sure we don't return bits outside the mask in ComputeMaskedBits. PR12189.Eli Friedman2012-03-05
* Remove a test case that no longer makes sense.Jakob Stoklund Olesen2012-03-05
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-05
* Make aliases for shld and shrd match gas. PR12173.Eli Friedman2012-03-05
* Use <def,undef> operands when spilling NEON bundles.Jakob Stoklund Olesen2012-03-04
* Nick pointed out on IRC that GVN's propagateEquality wasn't propagatingDuncan Sands2012-03-04
* Do trivial CSE of dead BBs during codegen preparation.Bill Wendling2012-03-04
* Fix RA-dependent test.Jakob Stoklund Olesen2012-03-03
* LVI: Recognize the form instcombine canonicalizes range checks into when form...Benjamin Kramer2012-03-02
* Prevent obscure and incorrect tail-call optimization.Chad Rosier2012-03-02