aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Debug Info: for static member variables, add AT_MIPS_linkage_name to theManman Ren2013-02-271-0/+3
* Constant fold vector bitcasts of halves similarly to how floats and doubles a...Michael Ilseman2013-02-261-0/+5
* Revert r176120 as it caused a failure at static-member.cppManman Ren2013-02-261-3/+3
* Fix PR15332 (patch by Florian Zeitz).Bill Schmidt2013-02-261-0/+39
* Debug Info: for static member variables, move AT_MIPS_linkage_name fromManman Ren2013-02-261-3/+3
* Add a test case for r176066.Chad Rosier2013-02-261-0/+10
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-261-0/+6
* Remove a few unused arguments.Chad Rosier2013-02-261-2/+2
* Proper XFAILs for ARMv7 / v5Renato Golin2013-02-267-6/+7
* Fix PR15359.Bill Schmidt2013-02-261-0/+20
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-2614-38/+38
* Fix PR10499Michael Liao2013-02-251-0/+14
* 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