ArrayRef-ify libDriverMain
[oota-llvm.git] / test /
2015-06-20 Hans WennborgSwitch lowering: add heuristic for filling leaf nodes...
2015-06-20 Simon Pilgrim[X86][SSE] Fix PerformSExtCombine bug that accessed...
2015-06-20 Simon Pilgrim[X86][SSE][CostModel] Added full set of sitofp/uitofp...
2015-06-20 Peter CollingbourneUse correct escaping for semicolon on Windows.
2015-06-20 Peter CollingbourneLibDriver tests require x86 target.
2015-06-20 Peter CollingbourneLibDriver: implement /libpath and $LIB; ignore /ignore...
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Sanjoy Das[CallGraph] Given -print-callgraph a stable printing...
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-19 Alex LorenzMIR Parser: report an error when a basic block isn...
2015-06-19 Alex LorenzMIR Serialization: Serialize the list of machine basic...
2015-06-19 Michael Zolotukhin[SLP] Vectorize for all-constant entries.
2015-06-19 Matt ArsenaultAMDGPU: Fix some places missed in rename
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-19 Ahmed Bougacha[ARM] Look through concat when lowering in-place shuffl...
2015-06-19 Ahmed Bougacha[ARM] Add D-sized vtrn/vuzp/vzip tests, and cleanup...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-18 Alex LorenzMIR Serialization: Reenable one of the MIRParser tests...
2015-06-18 Rafael EspindolaImprove the --expand-relocs handling of MachO.
2015-06-18 Yi JiangAvoid redundant select node in early if-conversion...
2015-06-18 Hans WennborgSwitch lowering: enable whole-switch jump tables at...
2015-06-18 Rafael EspindolaPass --expand-relocs to a few more tests.
2015-06-18 Sanjay Pateladd test to show suboptimal load merging behavior
2015-06-18 Simon Pilgrim[X86][SSE][CostModel] Fixed uitofp/sitofp cost target...
2015-06-18 Sanjay Patelfixed to test attributes and use better checks
2015-06-18 Rafael EspindolaUse --expand-relocs in a test. It will make the next...
2015-06-18 Colin LeMahieu[Hexagon] Printing packet brackets when asm printing...
2015-06-18 Sanjoy Das[CallGraph] Teach the CallGraph about non-leaf intrinsics.
2015-06-18 David Majnemer[CodeGen] Don't emit a random reference to the personal...
2015-06-18 James Y Knight[SPARC] Repair GOT references to internal symbols.
2015-06-18 Rafael EspindolaConvert a few tests to use llvm-mc.
2015-06-18 Simon Pilgrim[X86][AVX2] Added AVX2 SINT_TO_FP/UINT_TO_FP tests
2015-06-18 Asaf Badouh[AVX512]
2015-06-18 Elena DemikhovskyAVX-512: (fixed) Added encoding of all forms of VPERMT2...
2015-06-18 Elena Demikhovskyreverted 239999 due to test failures
2015-06-18 Elena DemikhovskyAVX-512: Added encoding of all forms of VPERMT2W/D...
2015-06-17 Benjamin Kramer[AsmPrinter] Make isRepeatedByteSequence smarter about...
2015-06-17 Simon Pilgrim[X86][SSE] Improved support for vector i16 to float...
2015-06-17 Jingyue WuAdd NVPTXLowerAlloca pass to convert alloca'ed memory...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Ahmed Bougacha[CodeGenPrepare] Generalize inserted set from truncs...
2015-06-17 Colin LeMahieu[Hexagon] Adding a number of other tests for min/max...
2015-06-17 Peter CollingbourneLowerBitSets: Do not assign names to aliases of unnamed...
2015-06-17 Rafael EspindolaAllow aliases to be unnamed.
2015-06-17 Colin LeMahieu[Hexagon] Adding some compare tests, fixing existing...
2015-06-17 Diego NovilloAdd documentation for new backedge mass propagation...
2015-06-17 Benjamin Kramer[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
2015-06-17 Toma Tabacu[mips] [IAS] Add support for expanding LASym with a...
2015-06-17 Toma Tabacu[mips] [IAS] Add support for the B{L,G}{T,E}(U) branch...
2015-06-17 Toma Tabacu[mips] [IAS] Fix LA with relative label operands.
2015-06-17 Toma Tabacu[mips] [IAS] Add test for SW with relative label operan...
2015-06-17 Toma Tabacu[mips] [IAS] Fix LW with relative label operands.
2015-06-17 Igor BregerAVX-512: cvtusi2ss/d intrinsics.
2015-06-17 Matthias BraunRevert "AArch64: Use CMP;CCMP sequences for and/or...
2015-06-17 Colin LeMahieu[Hexagon] Adding MC ELF streamer and updating addend...
2015-06-16 Sanjay PatelAdd some tests based on PR21711
2015-06-16 Simon Atanasyan[llvm-readobj] Print MIPS .reginfo section content
2015-06-16 Simon Pilgrim[X86][SSE] Vectorize v2i32 to v2f64 conversions
2015-06-16 Philip ReamesReapply 239795 - [InstCombine] Propagate non-null facts...
2015-06-16 Rafael EspindolaImprove handling of end of file in the bitcode reader.
2015-06-16 Diego NovilloFix PR 23525 - Separate header mass propagation in...
2015-06-16 Igor Laevsky[Statepoints] Test only change. Check that statepoint...
2015-06-16 Frederic RissHave MachOObjectFile::isValidArch() accept armv7
2015-06-16 Alex LorenzMIR Parser: Report an error when a machine function...
2015-06-16 Rafael EspindolaAdd a test for padded bitcode files.
2015-06-16 Kit BartonProperly handle the mftb instruction.
2015-06-16 Matt ArsenaultRevert "Revert "Fix merges of non-zero vector stores""
2015-06-16 Benjamin Kramer[InstSimplify] Allow folding of fdiv X, X with just...
2015-06-16 Daniel Sanders[mips][ias] Expand on r238751 to cover as many relocs...
2015-06-16 Daniel Sanders[llvm-mc] The object form of the GNU triple should...
2015-06-16 Asaf Badouh[AVX512] add integer min/max intrinsics support.
2015-06-16 NAKAMURA TakumiDisable llvm/test/CodeGen/MIR/machine-function.mir...
2015-06-16 Elena DemikhovskyX86: optimized i64 vector multiply with constant
2015-06-16 Philip ReamesRevert 239795
2015-06-16 Ahmed Bougacha[AArch64] Generalize extract-high DUP extension to...
2015-06-16 Ahmed Bougacha[AArch64] Robustize neon-2velem-high test. NFC.
2015-06-16 Philip Reames[InstCombine] Propagate non-null facts to call parameters
2015-06-16 Alex LorenzMIR Serialization: Print and parse simple machine funct...
2015-06-15 Alex LorenzMIR Serialization: Create dummy functions when the...
2015-06-15 Alex LorenzMIR Serialization: Report an error when machine functio...
2015-06-15 Peter CollingbourneAdd safestack attribute to LLVMAttribute enum and Go...
2015-06-15 Colin LeMahieu[Hexagon] Using readobj rather than objdump.
2015-06-15 Colin LeMahieu[Hexagon] PC-relative offsets are relative to packet...
2015-06-15 Simon Pilgrim[X86][SSE] Added tests for vector i8/i16 to f32/f64...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Sanjoy DasAdd "REQUIRES: asserts" to test case that uses -debug...
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...
2015-06-15 Evgeny AstigeevichOn behalf of Alexandros Lamprineas:
2015-06-15 Rafael Espindolagold-plugin: save the .o when given -save-temps.
2015-06-15 Jingyue Wu[ValueTracking] do not overwrite analysis results alrea...
2015-06-15 Hao Liu[AArch64] Delete two empty files, which should be remov...
2015-06-15 Hao Liu[AArch64] Revert r239711 again. We need to discuss...
2015-06-15 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-14 Benjamin Kramer[InstSimplify] fsub nnan x, x -> 0.0 is valid without...
2015-06-14 Benjamin Kramer[InstSimplify] Add self-fdiv identities for -ffinite...
2015-06-14 Igor BregerAVX-512: Implemented DAG lowering for shuff62x2/shufi62...
2015-06-14 Michael KupersteinAdd support for parsing the XOR operator in Intel synta...
2015-06-14 Igor BregerAVX-512: Implemented cvtsi2ss/d cvtusi2ss/d instruction...
2015-06-13 Colin LeMahieu[Hexagon] Adding some codegen tests and updating some...
next