[MC] Fix style bugs introduced in r247471. Reported by Rafael Espindola.
[oota-llvm.git] / lib /
2015-09-11 Davide Italiano[MC] Fix style bugs introduced in r247471. Reported...
2015-09-11 Davide Italiano[MC] Don't crash on division by zero.
2015-09-11 Yunzhong GaoAdd a non-exiting diagnostic handler for LTO.
2015-09-11 Sanjay Pateltypo; NFC
2015-09-11 Akira HatanakaUse function attribute "stackrealign" to decide whether...
2015-09-11 David Majnemer[X86] Make sure startproc/endproc are paired
2015-09-11 Reid Kleckner[IR] Print the label operands of a catchpad like an...
2015-09-11 Ahmed Bougacha[CodeGen] Refactor TLI/AtomicExpand interface to make...
2015-09-11 Ahmed Bougacha[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpans...
2015-09-11 NAKAMURA Takumi[PR24785] Appease MSC18 to tweak optimizations.
2015-09-11 Yaron KerenAdd #include llvm-config.h to Locale.cpp which depends...
2015-09-11 NAKAMURA TakumiPPCFrameLowering::emitEpilogue(): Avoid manipulating...
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-11 Cong HouFixed a bug that BranchProbability is not defined in...
2015-09-11 Duncan P. N. Exon... AsmWriter: Avoid O(N^2) processing of metadata
2015-09-11 Mehdi AminiRevert "[InstCombineCalls] Use isKnownNonNullAt() to...
2015-09-11 Kostya Serebryany[libFuzzer] perform fewer crossover operations compared...
2015-09-10 Reid KlecknerAdd .exe check to Execute to fix clang-modernize tests...
2015-09-10 Reid KlecknerScanDirForExecutable on Windows fails to find executabl...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Chen Li[InstCombineCalls] Use isKnownNonNullAt() to check...
2015-09-10 Chen Li[InstCombineCalls] Use isKnownNonNullAt() to check...
2015-09-10 Filipe CabecinhasRemove gcc warning when comparing an unsigned var for...
2015-09-10 Reid Kleckner[WinEH] Push and pop EBP for 32-bit funclets
2015-09-10 Matt ArsenaultAMDGPU: Simplify debug printing
2015-09-10 Matt ArsenaultAMDGPU: Use StringRef value
2015-09-10 James Y Knight[SPARC] Switch to the Machine Scheduler.
2015-09-10 Reid KlecknerFix SEH state numbering algorithm to handle cleanupendpads
2015-09-10 Matthew Simpson[LV] Relax Small Size Reduction Type Requirement
2015-09-10 Lang Hames[RuntimeDyld] Support non-zero addends for the MachO...
2015-09-10 Lang Hames[RuntimeDyld] Fix a bug in debugging output: all sectio...
2015-09-10 Chandler CarruthAdd an explicit 'inline' specifier to these static...
2015-09-10 James Y KnightRevert "[SPARC] Switch to the Machine Scheduler."
2015-09-10 David Majnemer[IR] Conservatively mark 'catchpad' as accessing memory
2015-09-10 Kostya Serebryany[libFuzzer] refactor the code to allow building libFuzz...
2015-09-10 James Y Knight[SPARC] Switch to the Machine Scheduler.
2015-09-10 Matthew Simpson[SCEV] Consistently Handle Expressions That Cannot...
2015-09-10 JF Bastien[MergeFuncs] Fix callsite attributes in thunk generation
2015-09-10 Philip Reames[SimplifyCFG] Use known bits to eliminate dead switch...
2015-09-10 Adrian PrantlDebug Info: Allow a DIModule to appear as the scope...
2015-09-10 Kostya Serebryany[libFuzzer] add two more variants of FuzzerDriver for...
2015-09-10 Joseph Tremoulet[WinEH] Fix single-block cleanup coloring
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Steven WuFix an undefined behavior introduces in r247234
2015-09-10 Sanjay Patel80-cols; NFC
2015-09-10 Sanjay Pateluse range-based for loop; NFCI
2015-09-10 Sanjay Pateluse range-based for loop; NFCI
2015-09-10 Sanjay Patelfix typo; NFC
2015-09-10 Alex LorenzFix PR 24724 - The implicit register verifier shouldn...
2015-09-10 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-10 Jakub KuderskiThere is a trunc(lshr (zext A), Cst) optimization in...
2015-09-10 Chandler Carruth[ADT] Rewrite the StringRef::find implementation to...
2015-09-10 Silviu Baranga[DAGCombine] Truncate BUILD_VECTOR operators if necessa...
2015-09-10 James MolloyEnable GlobalsAA by default
2015-09-10 James MolloyAdd GlobalsAA as preserved to a bunch of transforms
2015-09-10 James Molloy[ARM] Do not use vtrn for vectorshuffle if the order...
2015-09-10 Chandler Carruth[ADT] Micro-optimize the Triple constructor by doing...
2015-09-10 Chandler Carruth[ADT] Fix a confusing interface spec and some annoying...
2015-09-10 NAKAMURA TakumiGlobalsAAResult(&&): Move every members.
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-09-10 Chandler Carruth[ADT] Add a single-character version of the small vecto...
2015-09-10 Sanjoy Das[ScalarEvolution] Fix PR24757.
2015-09-10 Chandler Carruth[LPM] Simplify this code and fix a compile error for...
2015-09-10 Chandler Carruth[LPM] Use a map from analysis ID to immutable passes...
2015-09-10 Kit BartonEnable the shrink wrapping optimization for PPC64.
2015-09-10 Ahmed Bougacha[AArch64] Match FI+offset in STNP addressing mode.
2015-09-10 Ahmed Bougacha[AArch64] Match base+offset in STNP addressing mode.
2015-09-10 Ahmed Bougacha[AArch64] Support selecting STNP.
2015-09-10 Matt ArsenaultAMDGPU/SI: Fix more cases of losing exec operands
2015-09-10 Matt ArsenaultAMDGPU/SI: Fix creating v_mov_b32s without exec uses
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Ahmed Bougacha[CodeGen] Make x86 nontemporal store patfrags generic...
2015-09-10 Philip Reames[RewriteStatepointsForGC] Minor refactor to use shared...
2015-09-10 Philip Reames[RewriteStatepointsForGC] Strengthen a confusingly...
2015-09-10 Philip Reames[RewriteStatepointsForGC] One last bit of naming [NFCI]
2015-09-10 Reid Kleckner[WinEH] Add codegen support for cleanuppad and cleanupret
2015-09-10 Philip Reames[RewriteStatepointsForGC] Further style/naming fixup...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-10 Philip Reames[RewriteStatepointsForGC] More naming cleanup [NFCI]
2015-09-09 Philip Reames[RewriteStatepointsForGC] Code cleanup [NFC]
2015-09-09 Philip Reames[RewriteStatepointsForGC] Extend base pointer inference...
2015-09-09 Philip Reames[RewriteStatepointsForGC] Make base pointer inference...
2015-09-09 Peter CollingbourneLowerBitSets: Fix non-determinism bug.
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-09 Piotr PadlewskiScalarEvolution assume hanging bugfix
2015-09-09 David MajnemerRevert trunc(lshr (sext A), Cst) to ashr A, Cst
2015-09-09 Renato GolinRevert "AVX512: Implemented encoding and intrinsics...
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-09-09 Matthias BraunVirtRegMap: Improve addMBBLiveIns() using SlotIndex...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-09 Matthias BraunMachineVerifier: Check that SlotIndex MBBIndexList...
2015-09-09 Matt ArsenaultAMDGPU: Extract full 64-bit subregister and use subregs
2015-09-09 Matt ArsenaultAMDGPU: Remove unused multiclass argument
2015-09-09 Dan Gohman[WebAssembly] Implement calls with void return types.
2015-09-09 Tom StellardAMDGPU/SI: Fold operands through REG_SEQUENCE instructions
2015-09-09 Silviu Baranga[CostModel][AArch64] Remove amortization factor for...
2015-09-09 Sanjay Pateldon't repeat function names in comments; NFC
2015-09-09 Dan Gohman[WebAssembly] Tidy up some unneeded newline characters.
2015-09-09 Sanjay Patelfunction names start with a lower case letter; NFC
2015-09-09 Igor BregerAVX512: Implemented encoding and intrinsics for
next