SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / lib /
2015-01-26 Hans WennborgSimplifyCFG: don't remove unreachable default switch...
2015-01-26 Hans WennborgMake ConstantFoldTerminator() handle switches with...
2015-01-26 Justin Holewinski[NVPTX] Generate a more optimal sequence for select...
2015-01-26 Reid KlecknerAdd a UTF8 to UTF16 conversion wrapper for use in the...
2015-01-26 Eric ChristopherCache the lookup of TargetLowering in the atomic expand...
2015-01-26 Ahmed Bougacha[SelectionDAG] Fix assert message copypasta. NFC.
2015-01-26 Justin Holewinski[NVPTX] Handle floating-point conversion patterns that...
2015-01-26 Alex RosenbergUse a different encoding for debugtrap on PS4.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-26 Philip ReamesRefine memory dependence's notion of volatile semantics
2015-01-26 Sanjay PatelModel sqrtsd as a binary operation with one source...
2015-01-26 Philip ReamesPass QueryInst down through non-local dependency calcul...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2015-01-26 Alex RosenbergRemove trailing whitespace. NFC ®
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-26 Eric ChristopherStore the passed in CPU name string so that it can...
2015-01-26 Daniel BerlinFix incorrect partial aliasing
2015-01-26 Daniel BerlinFix delegation
2015-01-26 Michael J. Spencer[Support][Windows] Disable error dialog boxes when...
2015-01-26 Chris BienemanPutting all the standard tool options into a "Generic...
2015-01-26 Vasileios Kalintiris[mips] Enable arithmetic and binary operations for...
2015-01-26 Joerg SonnenbergerThe canonical CPU variant for ARM according to config...
2015-01-26 Vladimir MedicWhen disassembler meets compact jump instructions for...
2015-01-26 Vasileios KalintirisRevert "[mips] Fix assertion on i128 addition/subtracti...
2015-01-26 Erik EcksteinSLPVectorizer: fix wrong scheduling of atomic load...
2015-01-26 Eric ChristopherCorrect the header guard for MipsABIInfo.h.
2015-01-26 Eric ChristopherFix a problem where the AArch64 ELF assembler was faili...
2015-01-25 Craig Topper[X86] Use i8 immediate for comparison type on AVX512...
2015-01-25 Alex RosenbergAdd the triple for the Sony Playstation®4.
2015-01-25 Adrian PrantlDebug info: Fix PR22296 by omitting the DW_AT_location...
2015-01-25 Bill Schmidt[PowerPC] Reset the baseline for ppc64le to be equivale...
2015-01-25 NAKAMURA TakumiInstantiate Registry<GCStrategy> in LLVMCore, to let...
2015-01-25 Simon Atanasyan[ELFYAML] Support mips64 relocation record format in...
2015-01-25 Elena DemikhovskyAVX-512: Changes in operations on masks registers for...
2015-01-25 NAKAMURA TakumiOrcJIT: Avoid non-static initializers.
2015-01-25 NAKAMURA TakumiOrc/LLVMBuild.txt: Prune redundant "Target" in libdeps.
2015-01-25 Craig Topper[X86] Give scalar VRNDSCALE instructions priority in...
2015-01-25 Craig TopperSimplify a multiclass. No functional change.
2015-01-25 Craig TopperRemove tab characters. NFC
2015-01-25 Elena DemikhovskyImplemented cost model for masked load/store operations.
2015-01-25 Craig Topper[X86] Replace i32i8imm on SSE/AVX instructions with...
2015-01-25 Craig Topper[X86] Use u8imm in several places that used i32i8imm...
2015-01-25 Craig TopperRemove tab characters. NFC.
2015-01-24 Justin Bognerllvm-cov: Only combine segments if they overlap exactly
2015-01-24 Saleem AbdulrasoolCodeGen: drive-by formatting clean ups
2015-01-24 Benjamin KramerDebugInfo: Fix use after return found by asan.
2015-01-24 Lang Hames[Orc] Add TransformUtils to Orc's dependency list.
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
next