summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Make NaCl's use of .init_array for static constructors match LinuxDerek Schuff2015-03-111-0/+8
* [CodeGenPrepare] Refine the cost model provided by the promotion helper.Quentin Colombet2015-03-102-3/+32
* Add support for part-word atomics for PPCNemanja Ivanovic2015-03-101-0/+54
* [AArch64] Avoid going through GPRs for across-vector instructions.Ahmed Bougacha2015-03-105-5/+450
* Change the generation of the vmuluwm instruction to be based on the MUL opcode.Kit Barton2015-03-102-5/+6
* Teach lowering to correctly handle invoke statepoint and gc results tied to t...Igor Laevsky2015-03-101-0/+38
* [X86, AVX] replace vinsertf128 intrinsics with generic shufflesSanjay Patel2015-03-104-107/+47
* [Hexagon] Removing unused patterns.Colin LeMahieu2015-03-091-3/+2
* [CodeGen] Replace the reused stores' chain for extractelt expansion.Ahmed Bougacha2015-03-092-122/+185
* [X86] Add nounwind to vector-idiv.ll testcases. NFC.Ahmed Bougacha2015-03-091-13/+15
* Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...Reid Kleckner2015-03-095-6/+118
* [Hexagon] Reapply r231699. Remove assumption that second operand is an immed...Colin LeMahieu2015-03-091-1/+2
* [Hexagon] Reverting r231699Colin LeMahieu2015-03-091-2/+1
* [Hexagon] Updating constant set to simpler versions.Colin LeMahieu2015-03-091-1/+2
* [Hexagon] Eliminating immediate condition set.Colin LeMahieu2015-03-093-0/+3
* Print jump tables before exception tables.Rafael Espindola2015-03-091-3/+5
* Add logical ops to Mips fast-iselReed Kotler2015-03-091-0/+605
* R600/SI: Limit SGPRs to 80 on Tonga and IcelandMarek Olsak2015-03-091-3/+6
* Fix line ending in test CodeGen/X86/pr22774.ll. NFC.Andrea Di Biagio2015-03-091-4/+1
* [X86][AVX] Fix wrong lowering of VPERM2X128 nodesAndrea Di Biagio2015-03-082-8/+77
* [DAGCombiner] Fix wrong folding of AND dag nodes.Andrea Di Biagio2015-03-071-0/+15
* [DAGCombiner] SCALAR_TO_VECTOR(EXTRACT_VECTOR_ELT(V,C)) -> VECTOR_SHUFFLESimon Pilgrim2015-03-072-7/+4
* Remove use of misched-bench from this test and replace it withEric Christopher2015-03-071-1/+1
* Recommit r231324 with a fix to the ARM execution domain codeEric Christopher2015-03-071-0/+4
* [AArch64][LoadStoreOptimizer] Generate LDP + SXTW instead of LD[U]R + LD[U]RSW.Quentin Colombet2015-03-061-0/+94
* fixed to test features, not CPUsSanjay Patel2015-03-061-3/+3
* fixed to test features, not CPUsSanjay Patel2015-03-061-2/+2
* loosen checking for buildbotsSanjay Patel2015-03-061-2/+1
* fixed to test only the feature, not the feature and a CPUSanjay Patel2015-03-061-2/+1
* fixed to test only the feature, not the feature and a CPUSanjay Patel2015-03-061-4/+4
* fixed test to use FileCheckSanjay Patel2015-03-061-3/+8
* fixed to use CHECK-LABELsSanjay Patel2015-03-061-9/+9
* fixed to test only the feature, not the feature and a CPUSanjay Patel2015-03-061-1/+1
* fixed to test only the feature, not the feature and a CPUSanjay Patel2015-03-061-2/+2
* fixed to test feature, not CPUSanjay Patel2015-03-061-1/+1
* fixed to test features, not CPUsSanjay Patel2015-03-061-3/+3
* fixed test to use SSE2 attributeSanjay Patel2015-03-061-1/+1
* fixed to test only the feature, not the feature and a CPUSanjay Patel2015-03-061-1/+1
* DAGCombiner: Canonicalize select(and/or,x,y) depending on target.Matthias Braun2015-03-065-14/+115
* LegalizeTypes: Handle shift by 0 in ExpandShiftByConstant.Michael Zolotukhin2015-03-061-0/+12
* [AVX] Lower / fast-isel scalar FP selects into VBLENDV instructions (PR22483)Sanjay Patel2015-03-051-72/+24
* [AArch64] Teach AsmPrinter about GlobalAddress operands.Ahmed Bougacha2015-03-051-0/+20
* Use the correct func begin symbol in all places in ppc.Rafael Espindola2015-03-052-3/+4
* [ARM] Enable vector extload combine for legal types.Ahmed Bougacha2015-03-053-12/+2
* Use the generic Lfunc_begin label on ppc.Rafael Espindola2015-03-055-25/+89
* X86: Optimize address mode matching for FRAME_ALLOC_RECOVER nodesDavid Majnemer2015-03-051-4/+4
* Replace llvm.frameallocate with llvm.frameescapeReid Kleckner2015-03-058-132/+142
* [DagCombiner] Allow shuffles to merge through bitcastsSimon Pilgrim2015-03-056-20/+79
* While reviewing the changes to Clang to add builtin support for the vsld, vsr...Kit Barton2015-03-051-5/+8
* Revert change r231366 as it broke clang-native-arm-cortex-a9 Analysis/propert...Igor Laevsky2015-03-051-38/+0
OpenPOWER on IntegriCloud