summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-02-04[Hexagon] Adding encoding information for absolute-reg mode stores. Xfailing...Colin LeMahieu
2015-02-04[ARM] Fix subtarget feature set truncation when using .cpu directiveBradley Smith
2015-02-04[mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructionsZoran Jovanovic
2015-02-04[mips] Remove unused check prefix from tests. NFC.Daniel Sanders
2015-02-04Adding support to LLVM for targeting Cortex-A72Renato Golin
2015-02-04[x86] Give movss and movsd execution domains in the x86 backend.Chandler Carruth
2015-02-04[x86] Remove a low-value test that was just checking how we clearedChandler Carruth
2015-02-04[x86] Mechanically update a bunch of tests' check lines using the latestChandler Carruth
2015-02-04Reverting VLD1/VST1 base-updating/post-incrementing combiningRenato Golin
2015-02-04[x86] Include the destination register in the check-lines for AVXChandler Carruth
2015-02-04[x86] Add some tests I missed in the prior commit to cover blends withChandler Carruth
2015-02-04[x86] Start to introduce bit-masking based blend lowering.Chandler Carruth
2015-02-04[x86] Add tests for blends-with-zero on 4-element vectors.Chandler Carruth
2015-02-04[PowerPC] Handle 32-bit targets properly in PPCTLSDynamicCall.cppBill Schmidt
2015-02-04Fix some unnoticed/unwanted behavior change from r222319.Frederic Riss
2015-02-04[sanitizer] add another workaround for PR 17409: when over a threshold emit c...Kostya Serebryany
2015-02-04Add code to llvm-objdump so the -section option with -macho will disassemble ...Kevin Enderby
2015-02-04[x86] Refresh the checks of a number of tests usingChandler Carruth
2015-02-04[x86] Switch to using the long '--check-prefix' form which theChandler Carruth
2015-02-04[x86] Port this test to use utils/update_llc_test_checks.py.Chandler Carruth
2015-02-04improved CHECKSanjay Patel
2015-02-04Remove a gross usage of environment variables in MachineVerifier, replacing i...Owen Anderson
2015-02-03[X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2Simon Pilgrim
2015-02-03[PowerPC] Implement the vpopcnt instructions for POWER8Bill Schmidt
2015-02-03[x86] Add two truly horrific test cases for the new vector shuffleChandler Carruth
2015-02-03[x86] Update the indent and layout of some tests in this file. NFCChandler Carruth
2015-02-03AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith
2015-02-03IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith
2015-02-03R600/SI: Remove the -CHECK suffix from all FileCheck prefixes in LIT testsMarek Olsak
2015-02-03R600/SI: Fix B64 VALU shifts on VIMarek Olsak
2015-02-03InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't usedJustin Bogner
2015-02-03[x86] Tweak my update script to use test case function names startingChandler Carruth
2015-02-03[Hexagon] Converting XTYPE/SHIFT intrinsics. Cleaning out old intrinsic patt...Colin LeMahieu
2015-02-03Allow PRE to insert no-cost phi nodesDaniel Berlin
2015-02-03[X86][SSE] Added general integer shuffle matching for MOVQ instructionSimon Pilgrim
2015-02-03[Hexagon] Updating XTYPE/PRED intrinsics.Colin LeMahieu
2015-02-03Add straight-line strength reduction to LLVMJingyue Wu
2015-02-03[Hexagon] Updating XTYPE/PERM intrinsics.Colin LeMahieu
2015-02-03[X86][AVX2] Enabled shuffle matching for the AVX2 zero extension (128bit -> 2...Simon Pilgrim
2015-02-03Fix typo in test/CodeGen/X86/sibcall.ll (pr22331).Rafael Espindola
2015-02-03[Hexagon] Adding missing vector multiply instruction encodings. Converting m...Colin LeMahieu
2015-02-03Merge consecutive 16-byte loads into one 32-byte load (PR22329)Sanjay Patel
2015-02-03[Hexagon] Converting complex number intrinsics and adding tests.Colin LeMahieu
2015-02-03[Hexagon] Adding vector intrinsics for alu32/alu and xtype/alu.Colin LeMahieu
2015-02-03R600/SI: Don't generate non-existent LSHL, LSHR, ASHR B32 variants on VIMarek Olsak
2015-02-03R600/SI: Fix dependency between instruction writing M0 and S_SENDMSG on VI (v2)Marek Olsak
2015-02-03Fix program crashes due to alignment exceptions generated for SSE memop instr...Sanjay Patel
2015-02-03Disable 32-bit tests in tls-pic.ll until they can be repairedBill Schmidt
2015-02-03Further revise too-restrictive test CodeGen/PowerPC/tls-pic.llBill Schmidt
2015-02-03Further revise too-restrictive test CodeGen/PowerPC/tls-pic.llBill Schmidt