aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous attribute number.Chad Rosier2013-02-251-1/+1
* [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 orChad Rosier2013-02-251-0/+25
* pre-RA-sched fix: only reevaluate physreg interferences when necessary.Andrew Trick2013-02-251-0/+56
* [ms-inline asm] Add support for the pushad/popad mnemonics.Chad Rosier2013-02-251-0/+13
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-1/+1
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-251-6/+11
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-252-0/+29
* CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer2013-02-241-0/+20
* Fix invalid IR in test, missing incoming value for PHI node.Benjamin Kramer2013-02-241-1/+1
* Revert r169638 because it broke Mesa llvmpipe tests.Nadav Rotem2013-02-242-2/+2
* Some more tests for the global structure vectorizerRenato Golin2013-02-231-20/+596
* X86: Disable cmov-memory patterns on subtargets without cmov.Benjamin Kramer2013-02-231-0/+11
* Expand pseudos/macros for Selt. This is the last of the complexReed Kotler2013-02-232-10/+11
* ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach2013-02-232-0/+69
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-221-1/+1
* [mips] Emit call16 operator instead of got_disp. The former allows lazy binding.Akira Hatanaka2013-02-222-14/+29
* Fix test by matching movaps instead of AVX-only vmovapsPeter Collingbourne2013-02-221-2/+2
* x86_64: designate most general purpose and SSE registers as callee save under...Peter Collingbourne2013-02-221-0/+24
* Remove unused CHECK lines copied from another testPete Cooper2013-02-221-8/+0
* More tests to global struct vectorizerRenato Golin2013-02-221-0/+146
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-2227-407/+407
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-2239-149/+237
* Expand mips16 SelT form pseudso/macros.Reed Kotler2013-02-227-4/+85
* Fix isa<> check which could never be true.Pete Cooper2013-02-221-0/+32
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-211-0/+13
* Allow GlobalValues to vectorize with AliasAnalysisRenato Golin2013-02-211-0/+356
* Hexagon: Expand cttz, ctlz, and ctpop for now.Anshuman Dasgupta2013-02-211-0/+34
* Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen2013-02-211-0/+9
* Large code model support for PowerPC.Bill Schmidt2013-02-2110-94/+207
* DAGCombiner: Make the post-legalize vector op optimization more aggressive.Benjamin Kramer2013-02-211-2/+0
* R600: Fix for Unigine when MachineSched is enabledTom Stellard2013-02-211-0/+28
* R600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32Michel Danzer2013-02-211-0/+23
* Expand the sel pseudo/macro. This generates basic blocks where previouslyReed Kotler2013-02-211-3/+3
* Mips specific standalone assembler addressing mode %hi and %lo.Jack Carter2013-02-212-3/+13
* PPCDAGToDAGISel::PostprocessISelDAG()Bill Schmidt2013-02-217-1/+187
* ELF symbol table field st_other support, Jack Carter2013-02-203-13/+182
* Stabilize vec_constants.llBill Schmidt2013-02-201-1/+4
* DAGCombiner: Fold pointless truncate, bitcast, buildvector seriesArnold Schwaighofer2013-02-201-0/+15
* Additional fixes for bug 15155.Bill Schmidt2013-02-202-14/+85
* Fix PR15267Michael Liao2013-02-201-0/+66
* Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].Bill Schmidt2013-02-201-0/+99
* Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma2013-02-202-2/+59
* Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt2013-02-201-0/+77
* I optimized the following patterns:Elena Demikhovsky2013-02-202-1/+34
* [asan] instrument invoke insns with noreturn attribute (as well as call insns)Kostya Serebryany2013-02-201-1/+22
* Fix thumbv5e frame lowering assertion failure.Logan Chien2013-02-201-0/+29
* Use the attribute group reference instead of the attribute directly.Bill Wendling2013-02-201-1/+2
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-2027-148/+228
* Expand pseudos/macros:Reed Kotler2013-02-2013-15/+15
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-201-0/+13