[PlaceSafepoints] Switch to being a FunctionPass
[oota-llvm.git] / test /
2015-05-12 Reid Kleckner[X86] Always return the sret parameter in eax/rax,...
2015-05-12 Philip Reames[PlaceSafepoints] Remove dependence on LoopSimplify
2015-05-12 Sundeep Kushwaha[PATCH] [HEXAGON] Add a test program to verify calling...
2015-05-12 Pat Gavlin[Statepoints] Split the calling convention and statepoi...
2015-05-12 Jozef Kolek[mips][microMIPSr6] Implement SELEQZ and SELNEZ instruc...
2015-05-12 Michael ZolotukhinReimplement heuristic for estimating complete-unroll...
2015-05-12 Petar Jovanovic[Mips] Return false for isFPCloseToIncomingSP()
2015-05-12 Tom StellardR600/SI: add pass to mark CF live ranges as non-spillable
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-05-12 Keith Walker[DWARF] Add CIE header fields address_size and segment_...
2015-05-12 Tom StellardR600/SI: Remove M0Reg register class
2015-05-12 Tom StellardR600/SI: Remove explicit m0 operand from DS instructions
2015-05-12 Tom StellardR600/SI: Make sendmsg test more strict
2015-05-12 Elena DemikhovskyAVX-512, X86: Added lowering for shift operations for...
2015-05-12 John Brawn[ARM] Use AEABI aligned function variants
2015-05-12 Igor LaevskyReverse ordering of base and derived pointer during...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Handle calls with non legal types...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Simplify callabi.ll by using multiple...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Allow computation of addresses from...
2015-05-12 Elena DemikhovskyAVX-512: asm parser errors check
2015-05-12 Elena DemikhovskyAVX-512: select operation for i1 vectors
2015-05-12 Michael Kuperstein[X86] DAGCombine should not assume arbitrary vector...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-11 Ahmed Bougacha[MemCpyOpt] Look at any dependency -not just source...
2015-05-11 Andrew Kaylor[WinEH] Handle nested landing pads that return directly...
2015-05-11 Andrew Kaylor[WinEH] Update exception numbering to give handlers...
2015-05-11 Sanjoy Das[RewriteStatepointsForGC] Fix a bug on creating gc_relo...
2015-05-11 Pirama Arumuga Nainar[X86] Updates to X86 backend for f16 promotion
2015-05-11 Adam Nemet[Testsuite] Renumber metadata in ScopedNoAliasAA test...
2015-05-11 Elena DemikhovskyAVX-512: Changed CC parameter in "cmp" intrinsic
2015-05-11 Hal Finkel[InstCombine/PowerPC] Fix single-precision QPX load...
2015-05-11 Elena DemikhovskyAVX-512: Added SKX instructions and intrinsics:
2015-05-11 David MajnemerMake buildbots happy
2015-05-11 David Majnemer[InstCombine] Canonicalize single element array store
2015-05-11 David Majnemer[InstCombine] Canonicalize single element array load
2015-05-10 Elena DemikhovskyAVX-512: fixed UINT_TO_FP operation for 512-bit types.
2015-05-10 Elena DemikhovskyAVX-512: fixed a bug in i1 vectors lowering
2015-05-09 NAKAMURA Takumillvm/test/CodeGen/AArch64/tailcall_misched_graph.ll...
2015-05-09 James Y KnightFix MergeConsecutiveStore for non-byte-sized memory...
2015-05-09 Pete Cooper[Fast-ISel] Don't mark the first use of a remat constan...
2015-05-08 Arnold SchwaighoferScheduleDAGInstrs: In functions with tail calls PseudoS...
2015-05-08 Hans WennborgSwitch lowering: cluster adjacent fall-through cases...
2015-05-08 Pete Cooper[Fast-ISel] Clear kill flags on registers replaced...
2015-05-08 Brendon Cahoon[Hexagon] Generate more hardware loops
2015-05-08 Sanjoy Das[BasicAA] Fix zext & sext handling
2015-05-08 Pete Cooper[X86] Fast-ISel was incorrectly always killing the...
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-08 Jingyue Wu[NoTTI] reject negative scale in addressing mode
2015-05-08 Pete CooperClear kill flags on all used registers when sinking...
2015-05-08 Pete CooperRemove duplicate cmake target I added in r236792.
2015-05-08 Brendon Cahoon[Hexagon] Update AnalyzeBranch, etc target hooks
2015-05-08 Andrea Di Biagio[X86] Teach 'getTargetShuffleMask' how to look through...
2015-05-08 Jozef Kolek[mips][microMIPSr6] Implement ALUIPC and AUIPC instructions
2015-05-08 James Y KnightFix test added in r236850 for OSX builders.
2015-05-08 Jozef Kolek[mips][microMIPSr6] Implement ADDIUPC and LWPC instructions
2015-05-08 James Y KnightFix alignment checks in MergeConsecutiveStores.
2015-05-08 Vasileios Kalintiris[mips] Emit the .insn directive for empty basic blocks.
2015-05-08 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine...
2015-05-08 Eric ChristopherNow that we have a soft-float attribute, use it instead...
2015-05-07 Pete CooperAdd yaml-bench to the list of tools make check needs...
2015-05-07 NAKAMURA Takumi[CMake] llvm/test/YAMLParser requires yaml-bench. This...
2015-05-07 Pete CooperClear kill flags in tail duplication.
2015-05-07 Ismail PazarbasiWhen checking msan.module_ctor, use CHECK-LABEL instead...
2015-05-07 Ismail PazarbasiMSan: Use `createSanitizerCtor` to create ctor, and...
2015-05-07 Ismail PazarbasiTSan: Use `createSanitizerCtor` to create ctor, and...
2015-05-07 Ismail PazarbasiASan: Use `createSanitizerCtor` to create ctor, and...
2015-05-07 Pete Cooper[AArch64] Fix sext/zext folding in address arithmetic.
2015-05-07 Sergey DmitroukDisable r235989 "Reapply r235977 "[DebugInfo] Add debug...
2015-05-07 Nemanja IvanovicAdd VSX Scalar loads and stores to the PPC back end
2015-05-07 Alex LorenzYAML: Enable the YAMLParser tests.
2015-05-07 Diego NovilloFix information loss in branch probability computation.
2015-05-07 Jozef Kolek[mips][microMIPSr6] Implement JIALC and JIC instructions
2015-05-07 Michael ZolotukhinPopulate list of vectorizable functions for Accelerate...
2015-05-07 Sanjay Patel[x86] eliminate unnecessary shuffling/moves with unary...
2015-05-07 Simon Atanasyan[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
2015-05-07 Simon Atanasyan[llvm-readobj] Print .MIPS.abiflags section content
2015-05-07 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support more MIPS...
2015-05-07 Elena DemikhovskyAVX-512: Added all forms of FP compare instructions...
2015-05-07 Toma Tabacu[mips] Add the SoftFloat MipsSubtarget feature.
2015-05-07 NAKAMURA Takumillvm/test/CodeGen/X86/llc-override-mcpu-mattr.ll: Tweak...
2015-05-07 Mehdi AminiUpdate InstCombine to transform aggregate loads into...
2015-05-07 Philip Reames[JumpThreading] Simplify comparisons when simplifying...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-05-06 Sanjoy Das[IRBuilder] Add a CreateGCStatepointInvoke.
2015-05-06 Justin BognerInstrProf: Give coverage its own errors instead of...
2015-05-06 Duncan P. N. Exon... Bitcode: Set LastDL after writing DebugLocs
2015-05-06 Pete CooperHandle dead defs in the if converter.
2015-05-06 Zachary TurnerA few fixes for llvm-symbolizer on Windows.
2015-05-06 Pete CooperFix incorrect kill flags in fastisel.
2015-05-06 Pete Cooper[x86] Fix register class of folded load index reg.
2015-05-06 Tim NorthoverCodeGen: move over-zealous assert into actual if statement.
2015-05-06 Duncan P. N. Exon... DwarfDebug: Emit number of bytes in .debug_loc entry...
2015-05-06 Diego NovilloAllow 0-weight branches in BranchProbabilityInfo.
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-05-06 Pawel BylicaReadd the regression test from r236584. Calling convent...
2015-05-06 Pete Cooper[ARM] Fast-Isel was incorrectly selecting <2 x double...
2015-05-06 Bill Schmidt[PPC64LE] Adjust vector splats during VSX swap optimization
2015-05-06 Artyom Skrobov[ARM] generate VMAXNM/VMINNM for a compare followed...
2015-05-06 Pawel BylicaRevert regression test from r236584.
2015-05-06 Pawel BylicaSelectionDAG: Handle out-of-bounds index in extract...
next