Remove a number of redundant ExecutionEngine regression tests.
[oota-llvm.git] / lib /
2015-01-24 Alexei StarovoitovBPF backend
2015-01-24 Daniel Sanders[mips] Fix 'jumpy' debug line info around calls.
2015-01-24 Daniel Sanders[mips] Fix assertion on i128 addition/subtraction on...
2015-01-24 Andrea Di Biagio[DAG] Fix wrong canonicalization performed on shuffle...
2015-01-24 Chandler Carruth[PM] General doxygen and comment cleanup for this pass.
2015-01-24 Chandler Carruth[PM] Reformat this code with clang-format so that I...
2015-01-24 Chandler Carruth[PM] Port LowerExpectIntrinsic to the new pass manager.
2015-01-24 Chandler Carruth[PM] Change LowerExpectIntrinsic to actually return...
2015-01-24 Chandler Carruth[PM] Use a more appropriate name for the statistics...
2015-01-24 Chandler Carruth[PM] Switch tihs code to use a range based for loop...
2015-01-24 Chandler Carruth[PM] Use a SmallVector instead of std::vector to avoid...
2015-01-24 Chandler Carruth[PM] Pull the two helpers for this pass into static...
2015-01-24 Chandler Carruth[PM] Add a basic doxygen comment for this pass.
2015-01-24 Chandler Carruth[PM] Clean up the formatting of the LowerExpectIntrinsi...
2015-01-24 Chandler Carruth[PM] Move the LowerExpectIntrinsic pass to the Scalar...
2015-01-24 Yunzhong GaoIf we see UTF-8 BOM sequence at the beginning of a...
2015-01-24 Chandler Carruth[PM] Port instcombine to the new pass manager!
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-24 Quentin Colombet[AArch64][LoadStoreOptimizer] Form LDPSW when possible.
2015-01-24 Bruno Cardoso Lopes[x86] Fix a comment
2015-01-23 Tom StellardR600/SI: Emit .hsa.version section for amdhsa OS
2015-01-23 Reid KlecknerFix assertion when C++ EH filters are present in functi...
2015-01-23 Adrian PrantlAddress more review comments for DIExpression::iterator.
2015-01-23 Justin Bognerllvm-cov: Don't use llvm::outs() in library code
2015-01-23 Justin Bognerllvm-cov: Use range-for (NFC)
2015-01-23 Bruno Cardoso Lopes[x86] Combine x86mmx/i64 to v2i64 conversion to use...
2015-01-23 Justin Bognerllvm-cov: clang-format the GCOV files (NFC)
2015-01-23 Reid KlecknerFix the MSVC build with the new Orc JIT APIs
2015-01-23 Lang Hames[Orc] Remove a bunch of constructors from ObjectLinking...
2015-01-23 Tom StellardR600/SI: Move i64 -> v2i32 load promotion into AMDGPUDA...
2015-01-23 Michael J. Spencer[Object][ELF] Test unknown type.
2015-01-23 Michael J. Spencer[YAMLIO] Add support for numeric values in enums.
2015-01-23 Lang Hames[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in...
2015-01-23 Lang Hames[Orc] New JIT APIs.
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-23 Alexei Starovoitov[mips] fix spelling of 'disassembler'
2015-01-23 Hans WennborgLowerSwitch: replace unreachable default with popular...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 Adrian PrantlDebug Info / PR22309: Allow union types to be emitted...
2015-01-23 Eric ChristopherRemove some local variables in place of just querying...
2015-01-23 Toma Tabacu[mips] Add new error message and improve testing for...
2015-01-23 Jyoti AllurThis patch fixes issue with lowering below mentioned...
2015-01-23 Craig Topper[x86] Change u8imm operands to always print as unsigned...
2015-01-23 Mehdi AminiDAGCombine: always constant fold FMA when target disabl...
2015-01-23 Craig Topper[X86] Add IntrNoMem to the AVX512 conflict intrinsics.
2015-01-23 Rafael EspindolaAdd STB_GNU_UNIQUE to the ELF writer.
2015-01-23 NAKAMURA TakumiReformat.
2015-01-23 NAKAMURA TakumiMipsAsmParser.cpp: Suppress a warning introduced in...
2015-01-22 Jan VeselyR600: Try to use lower types for 64bit division if...
2015-01-22 Jan VeselySelectionDAG: Add KnownBits and SignBits computation...
2015-01-22 Jan VeselyR600: Simplify LowerUDIVREM
2015-01-22 Duncan P. N. Exon... IR: Change GenericDwarfNode::getHeader() to StringRef
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-22 Simon Pilgrim[X86][AVX] Added (V)MOVDDUP / (V)MOVSLDUP / (V)MOVSHDUP...
2015-01-22 Chandler Carruth[PM] Actually add the new pass manager support for...
2015-01-22 Benjamin KramerRemove dead leak detector parts that fell out of use...
2015-01-22 Duncan P. N. Exon... IR: Update references to temporaries before deleting
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-22 Reid KlecknerRevert "Don't remove a landing pad if the invoke requir...
2015-01-22 Sanjay Patelmerge consecutive stores of extracted vector elements...
2015-01-22 David BlaikieRevert "PR21408: Workaround the appearance of duplicate...
2015-01-22 Tim NorthoverAArch64: decode all MRS/MSR forms early to avoid saving...
2015-01-22 Adrian PrantlRewrite DIExpression::printInternal() to use the iterat...
2015-01-22 Adrian PrantlRename DIExpressionIterator to DIExpression::iterator.
2015-01-22 Rafael Espindola[pr21886] Change MCJIT/ELF to support MSVC C++ mangled...
2015-01-22 Aaron BallmanSilencing a -Wsign-compare warning (all uses of this...
2015-01-22 Michael Kuperstein[DAGCombine] Produce better code for constant splats
2015-01-22 Alexander PotapenkoMark |TLI| variables used to suppress -Wunused-variable...
2015-01-22 Michael KupersteinRevert r226811, MSVC accepts code sane compilers don't.
2015-01-22 Michael Kuperstein[DAGCombine] Produce better code for constant splats
2015-01-22 Timur Iskhodzhanov[ASan/Win] Move the shadow to 0x30000000
2015-01-22 Elena DemikhovskyFixed a bug in type legalizer for masked load/store...
2015-01-22 Elena DemikhovskyFixed a comment
2015-01-22 Elena DemikhovskyFixed a bug in narrowing store operation.
2015-01-22 Sanjoy Das[NFC] Introduce a 'struct Range' for IRCE
2015-01-22 Craig TopperRevert r226798. Guess I missed the patterns.
2015-01-22 Craig TopperUse u8imm instead of i32i8imm on a couple instructions...
2015-01-22 Craig Topper[X86] Remove some unused multiclasses from AVX512 instr...
2015-01-22 Sanjoy DasFix crashes in IRCE caused by mismatched types
2015-01-22 Erik EcksteinSLPVectorizer: add a second limit for the number of...
2015-01-22 Elena DemikhovskyFixed a bug in masked load/store in reversed loop.
2015-01-22 Chandler Carruth[PM] Rename InstCombine.h to InstCombineInternal.h...
2015-01-22 Chandler Carruth[canonicalize] Teach InstCombine to canonicalize loads...
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-22 Chandler Carruth[canonicalize] Move a helper function further up the...
2015-01-22 Reid KlecknerWin64 SEH: Emit the constant 1 for catch-all into xdata
2015-01-22 Sanjoy DasMake ScalarEvolution less aggressive with respect to...
2015-01-22 Adrian PrantlMake DwarfExpression use the new DIExpressionIterator...
2015-01-22 Adrian PrantlRewrite DIExpression::Verify() using an iterator. NFC.
2015-01-21 Chandler Carruth[canonicalization] Refactor how we create new stores...
2015-01-21 Simon Pilgrim[X86][SSE] Missing SSE/AVX1 memory folding integer...
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-21 David BlaikieDebugInfo: Use distinct inlinedAt MDLocations to avoid...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Mark subregister defs as undef...
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2015-01-21 Jonathan RoelofsFix load-store optimizer on thumbv4t
2015-01-21 David MajnemerInstCombine: Don't strip bitcasts off of callsites...
next