LoopAccessAnalysis.cpp: Tweak r243239 to avoid side effects. It caused different...
[oota-llvm.git] / test /
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-26 Simon Pilgrim[X86][SSE] Refreshed vector bit count tests.
2015-07-26 Simon Pilgrim[X86][AVX2] Refreshed avx2 conversion tests
2015-07-26 Igor BregerImplemented encoding and intrinsics of the following...
2015-07-26 Tobias GrosserFix typo in comment
2015-07-25 Simon Pilgrim[InstCombine] Split off SSE4a tests.
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero load exten...
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero extension...
2015-07-25 Chen Li[LoopUnswitch] Improve loop unswitch pass to find trivi...
2015-07-25 Juergen Ributzka[AArch64][FastISel] Always use an AND instruction when...
2015-07-25 Eric ChristopherFix PPCMaterializeInt to check the size of the integer...
2015-07-25 Akira Hatanaka[AArch64] Define subtarget feature "reserve-x18", which...
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Alex LorenzMIR Serialization: Serialize MachineFrameInfo's callee...
2015-07-24 Lawrence HuHandle loop with negtive induction variable increment
2015-07-24 Alex LorenzMIR Serialization: Serialize the simple virtual registe...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Adjust naming scheme to be...
2015-07-24 Alex LorenzMIR Parser: Run the machine verifier after initializing...
2015-07-24 Lang Hames[RuntimeDyld] MachO: Add support for ARM scattered...
2015-07-24 Alex LorenzMIR Tests: Add liveins and successors to make tests...
2015-07-24 Alex LorenzMIR Tests: Make the basic block successor test an X86...
2015-07-24 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-24 NAKAMURA Takumillvm/test/tools/dsymutil/ARM/lit.local.cfg: Fix possibl...
2015-07-24 Luke Cheeseman[ARM] - Fix lowering of shufflevectors in AArch32
2015-07-24 Luke CheesemanWhen lowering vector shifts a check is performed to...
2015-07-24 Frederic Riss[dsymutil] Implement support for universal mach-o objec...
2015-07-24 Frederic Riss[dsymutil] Make the triple detection more strict.
2015-07-24 Michael ZolotukhinHandle resolvable branches in complete loop unroll...
2015-07-24 Eric ChristopherClean up function attributes on PPC fast-isel tests.
2015-07-23 Alex LorenzMIR Serialization: Serialize the '.cfi_offset' CFI...
2015-07-23 JF BastienWebAssembly: test that valid -mcpu flags are accepted.
2015-07-23 Sanjay Patelfix crash in machine trace metrics due to processing...
2015-07-23 Colin LeMahieuMoving tests in to X86 directory.
2015-07-23 Colin LeMahieuUsing an input object file instead of trying to generat...
2015-07-23 Colin LeMahieuSpecifying a test triple.
2015-07-23 Colin LeMahieu[llvm-objdump] Add -D and --disassemble-all flags that...
2015-07-23 Matt Wala[Scalarizer] Fix potential for stale data in Scattered...
2015-07-23 Weiming ZhaoThis patch eanble register coalescing to coalesce the...
2015-07-23 Igor LaevskyNFC. Explicitly specify attributes in BasicAA/cs-cs...
2015-07-23 Michael Kuperstein[X86] Allow load folding into PUSH instructions
2015-07-23 Kuba Brecka[asan] Rename the ABI versioning symbol to '__asan_vers...
2015-07-23 Michael Kuperstein[X86] Fix order of operands for ins and outs instructio...
2015-07-23 Rafael EspindolaSupport printing relocations in files with no section...
2015-07-23 Elena DemikhovskyX86: Fixed assertion failure in 32-bit mode
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-23 Igor BregerAVX : Fix ISA disabling in case AVX512VL , some instruc...
2015-07-23 Rafael EspindolaRefactor duplicated code and check for invalid symbol...
2015-07-22 Frederic Riss[dsymutil] Check archive members timestamps.
2015-07-22 David Majnemer[ConstantFolding] Support folding loads from a GlobalAlias
2015-07-22 Rafael EspindolaForce the gnu archive format to fix the test on darwin.
2015-07-22 JF BastienWebAssembly: basic bitcode → assembly CodeGen test
2015-07-22 Alex LorenzMIR Serialization: Serialize the machine instruction...
2015-07-22 Rafael EspindolaFix fetching the symbol table of a thin archive.
2015-07-22 Rafael EspindolaIdentify thin archives as archives.
2015-07-22 Alex LorenzMIR Serialization: Serialize the metadata machine operands.
2015-07-22 Quentin Colombet[ARM] Make the frame lowering code ready for shrink...
2015-07-22 Asaf Badouh[X86][AVX512] add reduce/range/scalef/rndScale
2015-07-22 Michael KupersteinFix test from r242886 to use the right triple.
2015-07-22 Michael Kuperstein[X86] Add .intel_syntax noprefix directive to intel...
2015-07-22 Michael KupersteinFix mem2reg to correctly handle allocas only used in...
2015-07-22 Kuba Brecka[asan] Improve moving of non-instrumented allocas
2015-07-22 Elena DemikhovskyAVX-512: Added intrinsics for VCVT* instructions.
2015-07-22 Chen Li[LoopUnswitch] Code refactoring to separate trivial...
2015-07-22 Jingyue Wu[BranchFolding] do not iterate the aliases of virtual...
2015-07-22 Chandler Carruth[SROA] Fix a nasty pile of bugs to do with big-endian...
2015-07-21 Frederic Riss[dsymutil] Implement ODR uniquing for C++ code.
2015-07-21 Alex LorenzMIR Serialization: Start serializing the CFI operands...
2015-07-21 Jingyue Wu[MDA] change BlockScanLimit into a command line option.
2015-07-21 Bruno Cardoso Lopes[AsmPrinter] Check for valid constants in handleIndirec...
2015-07-21 Michael J. Spencer[Object][ELF] Handle files with no section header strin...
2015-07-21 Bill Schmidt[PPC64LE] More vector swap optimization TLC
2015-07-21 Reid KlecknerRe-land 242726 to use RAII to do cleanup
2015-07-21 Arnold SchwaighoferMergeFunc: Transfer the callee's attributes when replac...
2015-07-21 Alex LorenzMIR Serialization: Serialize the external symbol machin...
2015-07-21 Nico WeberRevert 242726, it broke ASan on OS X.
2015-07-21 Karthik BhatConstfold trunc,rint,nearbyint,ceil and floor using...
2015-07-21 Igor BregerAVX512 : Implemented VPMADDUBSW and VPMADDWD instruction ,
2015-07-21 Akira Hatanaka[ARM] Define subtarget feature "reserve-r9", which...
2015-07-21 Matthias BraunARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor...
2015-07-21 Matthias BraunARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
2015-07-20 Akira HatanakaRevert r242737.
2015-07-20 Akira Hatanaka[ARM] Define subtarget feature "reserve-r9", which...
2015-07-20 Matthias BraunRevert "ARMLoadStoreOptimizer: Create LDRD/STRD on...
2015-07-20 Matthias BraunRevert "ARMLoadStoreOpt: Merge subs/adds into LDRD...
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-20 Reid KlecknerDon't try to instrument allocas used by outlined SEH...
2015-07-20 Matthias BraunAArch64: Add aditional Cyclone macroop fusion opportunities
2015-07-20 Matthias BraunMachineScheduler: Restrict macroop fusion to data-depen...
2015-07-20 Quentin Colombet[ARM] Refactor the prologue/epilogue emission to be...
2015-07-20 Jingyue Wu[NVPTX] make load on global readonly memory to use ldg
2015-07-20 Rafael EspindolaSimplify iterating over the dynamic section and report...
2015-07-20 Krzysztof Parzyszek[Hexagon] Generate MUX from conditional transfers when...
2015-07-20 Alex LorenzMIR Serialization: Initial serialization of machine...
2015-07-20 Sanjoy Das[ImplicitNullChecks] Work with implicit defs.
2015-07-20 Alex LorenzMIR Parser: Add support for quoted named global value...
2015-07-20 Rafael EspindolaRemove Elf_Rela_Iter and Elf_Rel_Iter.
2015-07-20 Chad Rosier[AArch64] Change EON pattern to match more often.
next