aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-0238-46/+46
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-0234-37/+37
* Do not attempt to use ROR for Thumb1.Bob Wilson2012-07-021-2/+4
* Fix the TCL-style quoting in one random test that somehow slippedChandler Carruth2012-07-021-1/+1
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02112-213/+213
* Rewrite three tests that had truly egregious abuses of 'grep' in them toChandler Carruth2012-07-023-32/+643
* Now that RegistersDefinedFromSameValue handles one instruction being anRafael Espindola2012-07-011-0/+27
* Optimization of shuffle node that can fit to the register form of VBROADCAST ...Elena Demikhovsky2012-07-011-0/+96
* Clear kill flags in InstrEmitter::EmitSubregNode().Jakob Stoklund Olesen2012-06-291-2/+37
* In the initial exec mode we always do a load to find the address of a variable.Rafael Espindola2012-06-291-5/+6
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-291-10/+90
* add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...Nuno Lopes2012-06-281-0/+31
* The Mips specific inline asm operand modifier 'z' has theJack Carter2012-06-281-0/+12
* Test case for r159240.Akira Hatanaka2012-06-271-0/+9
* Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-261-0/+6
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-261-0/+80
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-3/+0
* Shuffle optimization for AVX/AVX2.Elena Demikhovsky2012-06-261-0/+21
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-261-4/+4
* Make some ugly hacks for inline asm operands which name a specific register a...Eli Friedman2012-06-251-3/+16
* ARM: update peephole optimization.Manman Ren2012-06-251-0/+12
* Enforce stricter liveness rules for PHIs.Jakob Stoklund Olesen2012-06-251-0/+26
* Run ProcessImplicitDefs on SSA form where it can be much simpler.Jakob Stoklund Olesen2012-06-251-2/+2
* %RCX is not a function live-out in eh.return functions.Jakob Stoklund Olesen2012-06-241-0/+252
* DAG legalisation can now handle illegal fma vector types by scalarisationPete Cooper2012-06-241-0/+12
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-233-0/+396
* Handle aliases to tls variables in all architectures, not just x86.Rafael Espindola2012-06-231-0/+10
* (sub X, imm) gets canonicalized to (add X, -imm)Evan Cheng2012-06-231-0/+12
* Add support for the PPC isel instruction.Hal Finkel2012-06-221-0/+23
* FileCheckize tests.Chad Rosier2012-06-222-2/+10
* Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames2012-06-224-4/+4
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-0/+11
* test/CodeGen/Generic/asm-large-immediate.ll: Mark it as XFAIL: powerpc, possi...NAKAMURA Takumi2012-06-221-1/+3
* Functions calling __builtin_eh_return must have a frame pointer.Jakob Stoklund Olesen2012-06-221-3/+24
* ARM scheduling fix: compute predicated implicit use properly.Andrew Trick2012-06-221-3/+3
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-224-4/+4
* The inline asm operand modifier 'n' is suppose Jack Carter2012-06-212-3/+6
* 1. fix null program output after some other changesAkira Hatanaka2012-06-211-4/+0
* Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel2012-06-211-0/+22
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-211-0/+10
* Revert r158209, "test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc si...NAKAMURA Takumi2012-06-211-1/+0
* Add a missing llvm.fma -> VFNMS pattern to the ARM backend.Lang Hames2012-06-211-0/+9
* Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 andEvan Cheng2012-06-211-1/+15
* Remove the -live-regunits command line option.Jakob Stoklund Olesen2012-06-201-1/+0
* Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen2012-06-201-0/+1
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-201-0/+49
* Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...Craig Topper2012-06-202-1/+9
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-194-4/+4
* Add a triple.Jakob Stoklund Olesen2012-06-191-1/+1
* Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen2012-06-191-0/+17