summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* R600/SI: Remove v_sub_f64 pseudoMatt Arsenault2015-02-203-10/+101
* R600: Use new fmad node.Matt Arsenault2015-02-201-0/+567
* LoopRotate: When reconstructing loop simplify form don't split edges from ind...Benjamin Kramer2015-02-201-0/+18
* IR: Change MDFile to directly store the filename/directoryDuncan P. N. Exon Smith2015-02-208-27/+27
* Introduce bitset metadata format and bitset lowering pass.Peter Collingbourne2015-02-203-0/+201
* Reversed revision 229706. The reason is regression, which is caused by theJozef Kolek2015-02-202-36/+0
* Verifier: Unused comdats might not have a corresponding GVDavid Majnemer2015-02-201-0/+5
* [X86][FastIsel] Teach how to select float-half conversion intrinsics.Andrea Di Biagio2015-02-202-0/+51
* Bugfix for 229954Philip Reames2015-02-201-0/+11
* I incorrectly marked the VORC instruction as isCommutable when I added it. Kit Barton2015-02-201-5/+8
* [PowerPC] Loop Data Prefetching for the BG/QHal Finkel2015-02-201-0/+29
* [x86] Remove the old vector shuffle lowering code and its flag.Chandler Carruth2015-02-201-27/+0
* [x86] Now that the new vector shuffle legality is enabled and everythingChandler Carruth2015-02-2013-42/+42
* Bitcode: Stop assuming non-null fieldsDuncan P. N. Exon Smith2015-02-201-0/+13
* [InstCombine] Remove unnecessary variable indexing into single-element arraysHal Finkel2015-02-202-5/+51
* [x86] Make the new vector shuffle legality test on by default, whichChandler Carruth2015-02-205-280/+157
* [x86] Clean up a couple of test cases with the new update script. SplitChandler Carruth2015-02-203-178/+435
* Adjust enablement of RewriteStatepointsForGCPhilip Reames2015-02-201-4/+4
* Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...Chandler Carruth2015-02-205-118/+6
* [sanitizer] fix a test broken by r229940Kostya Serebryany2015-02-201-2/+2
* Add a pass for constructing gc.statepoint sequences w/explicit relocationsPhilip Reames2015-02-201-0/+77
* EH: Prune unreachable resume instructions during Dwarf EH preparationReid Kleckner2015-02-205-6/+118
* Revert "AVX-512: Full implementation for VRNDSCALESS/SD instructions and intr...Eric Christopher2015-02-202-33/+0
* [objc-arc-contract] We can not move retains over instructions which can not c...Michael Gottesman2015-02-201-24/+72
* IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith2015-02-191-0/+12
* [ARM] Re-re-apply VLD1/VST1 base-update combine.Ahmed Bougacha2015-02-195-21/+526
* DebugInfo: Match Name and DisplayName in testcaseDuncan P. N. Exon Smith2015-02-191-2/+2
* MC: Allow multiple comma-separated expressions on the .uleb128 directive.Benjamin Kramer2015-02-191-4/+5
* [LoopAccesses] Add -analyze supportAdam Nemet2015-02-192-0/+121
* add X86 load folding tests for unary math opsSanjay Patel2015-02-191-0/+57
* Avoid conversion to float when creating ConstantDataArray/ConstantDataVector.Rafael Espindola2015-02-192-0/+21
* [x86] Delete still more piles of complex code now that we have a goodChandler Carruth2015-02-195-171/+112
* [x86] Teach the unpack lowering how to lower with an initial unpack inChandler Carruth2015-02-196-109/+71
* [x86] Dramatically improve v8i16 shuffle lowering by not using itsChandler Carruth2015-02-194-173/+170
* [x86] Remove the final fallback in the v8i16 lowering that isn't reallyChandler Carruth2015-02-193-43/+35
* [x86] Simplify the pre-SSSE3 v16i8 lowering significantly by decomposingChandler Carruth2015-02-192-57/+39
* [x86] Remove the insanely over-aggressive unpack lowering strategy forChandler Carruth2015-02-196-410/+223
* [mips][microMIPS] Make usage of AND16, OR16 and XOR16 by code generatorJozef Kolek2015-02-193-0/+54
* Add few simple tests to check statepoint placement for invoke instructions.Igor Laevsky2015-02-191-0/+110
* Implement invoke statepoint verification.Igor Laevsky2015-02-191-2/+32
* AVX-512: Full implementation for VRNDSCALESS/SD instructions and intrinsics.Elena Demikhovsky2015-02-192-0/+33
* [x86] Add support for bit-wise blending and use it in the v8 and v16Chandler Carruth2015-02-195-182/+134
* [x86,sdag] Two interrelated changes to the x86 and sdag code.Chandler Carruth2015-02-194-106/+255
* llvm-mc: Use Target::createNullStreamer to fix crashes on target-specific asm...Peter Collingbourne2015-02-191-0/+2
* Introduce Target::createNullTargetStreamer and use it from IRObjectFile.Peter Collingbourne2015-02-191-0/+9
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-197-27/+18
* [x86] Merge checks for a recently added test case that is the same onChandler Carruth2015-02-181-32/+9
* IR: Allow MDSubrange to have 'count: -1'Duncan P. N. Exon Smith2015-02-182-2/+19
* Add an IR-to-IR test for dwarf EH preparation using optReid Kleckner2015-02-181-0/+51
* [Objdump] Fixing crash when printing symbols in ELF sections with special types.Colin LeMahieu2015-02-182-0/+3
OpenPOWER on IntegriCloud