Add explicit type to empty std::set initializer to fix the libc++ build.
[oota-llvm.git] / lib /
2015-03-03 Ahmed Bougacha[X86] Special-case 2x CMOV when custom-inserting.
2015-03-03 Ahmed Bougacha[X86] Combine (cmov (and/or (setcc) (setcc))) into...
2015-03-03 Peter CollingbourneLowerBitSets: Use byte arrays instead of bit sets to...
2015-03-03 Andrew KaylorRemap arguments and non-alloca values used by outlined...
2015-03-03 Benjamin KramerLoopIdiom: Give globals for memset_pattern16 private...
2015-03-02 Michael ZolotukhinTLI: Factor out sanitizeFunctionName. NFC.
2015-03-02 Adrian PrantlRevert "Revert "For the dwarf expression code get the...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-03-02 Rui UeyamaUse read{16,32,64}{le,be}() instead of *reinterpret_cas...
2015-03-02 Michael ZolotukhinTLI: Use lambda. NFC.
2015-03-02 Michael ZolotukhinMake ToVectorTy static.
2015-03-02 Adrian PrantlRevert "Refactor DebugLocDWARFExpression so it doesn...
2015-03-02 Adrian PrantlRevert "For the dwarf expression code get the subtarget...
2015-03-02 Paul RobinsonRemove useless .debug_macinfo section setup.
2015-03-02 Eric ChristopherFor the dwarf expression code get the subtarget off...
2015-03-02 Juergen RibutzkaRestore LLVMLinkModules C API until it is properly...
2015-03-02 Jan VeselyR600: Use c++11 style for loop
2015-03-02 Paul RobinsonRevert r230979, should apply to all X86 ELF.
2015-03-02 Paul Robinson[PS4] Correct relocation for DWARF TLS references.
2015-03-02 Justin BognerDetect malformed YAML sequence in yaml::Input::beginSeq...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Benjamin KramerAccidentaly inverted the condition again. Sorry.
2015-03-02 Benjamin KramerAvoid assertion in MSVC 2013 debug builds.
2015-03-02 Benjamin KramerAsmWriter: Only print one space after the load type
2015-03-02 Benjamin KramerSLPVectorizer: Rewrite ArrayRef slice compare to be...
2015-03-02 Elena DemikhovskyAVX-512: Add assembly parser support for Rounding mode
2015-03-02 Benjamin KramerNVPTX: Remove dead code.
2015-03-02 Vasileios Kalintiris[mips] Optimize conditional moves where RHS is zero.
2015-03-02 Elena DemikhovskyAVX-512: Simplified MOV patterns, no functional changes.
2015-03-02 Benjamin KramerSimplify code. NFC.
2015-03-02 Owen AndersonTeach the verifier to enforce that the alignment argume...
2015-03-02 Owen AndersonTeach DataLayout that alignments on basic types must...
2015-03-02 Owen AndersonTeach DataLayout that ABI alignments for non-aggregate...
2015-03-02 Owen AndersonTeach DataLayout that pointer ABI and preferred alignme...
2015-03-02 Owen AndersonTeach DataLayout that zero-byte pointer sizes don't...
2015-03-02 Owen AndersonTeach the LLParser to fail gracefully when it encounter...
2015-03-02 Owen AndersonFix a crash in the LL parser where it failed to validat...
2015-03-02 Zachary Turner[llvm-pdbdump] Many minor fixes and improvements
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Craig Topper[X86] There are only 8 mask registers. Fail disassembly...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 NAKAMURA TakumiRevert r230921, "Revert some changes that were made...
2015-03-02 Craig Topper[X86] Fix diassembler crash on AVX512 cmpps/cmppd with...
2015-03-02 Sanjoy Das[AArch64] fix an invalid-iterator-use bug.
2015-03-01 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-03-01 Benjamin KramerX86: Replace variadic function with init list. NFC.
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-03-01 Arnaud A. de Grand... [PBQP] Address post-commit style comment for r230904...
2015-03-01 Benjamin KramerArrayRef: Remove the equals helper with many arguments.
2015-03-01 Arnaud A. de Grand... [PBQP] Do not add an edge between nodes with totally...
2015-03-01 Benjamin KramerMake some non-constant static variables non-static...
2015-03-01 Elena DemikhovskyReverted 230471 - gather scatter handling in table...
2015-03-01 Elena DemikhovskyAVX-512: Added mask and rounding mode for scalar arithm...
2015-03-01 Zachary Turner[llvm-pdbdump] Clean up method signatures.
2015-03-01 Sanjay Patelavoid infinite looping when folding vector multiplies...
2015-02-28 Duncan P. N. Exon... DebugInfo: Use TempMDNode in DIDescriptor::replaceAllUs...
2015-02-28 Duncan P. N. Exon... Optimize metadata node fields for CHECK-ability
2015-02-28 Sanjay Patelfix typo; NFC
2015-02-28 Duncan P. N. Exon... AsmWriter: Escape string fields in metadata
2015-02-28 Duncan P. N. Exon... AsmWriter: Extract writeStringField(), NFCI
2015-02-28 Zachary Turner[llvm-pdbdump] Better error handling.
2015-02-28 Benjamin KramerDwarfAccelTable: We know how many hashes we have in...
2015-02-28 Benjamin KramerStackColoring: Move set instead of copying. NFC.
2015-02-28 Benjamin KramerLiveRange: Replace a creative vector erase loop with...
2015-02-28 Mehdi AminiFixup for recent -fast-isel-abort change: code didn...
2015-02-28 Craig Topper[X86] Remove the blendpd/blendps/pblendw/pblendd intrin...
2015-02-28 Zachary Turner[raw_ostream] When printing color on Windows, use corre...
2015-02-28 Alexei Starovoitovbpf: fix build
2015-02-28 Benjamin KramerTRE: Just erase dead BBs and tweak the iteration loop...
2015-02-28 Yaron KerenSilence three more variable set but not used warnings...
2015-02-28 Benjamin KramerConvert push_back loops into append calls.
2015-02-28 Yaron KerenSilence variable set but not used warning, NFC.
2015-02-28 Benjamin KramerArrayRefize memory operand folding. NFC.
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Reduce indentation via early...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix another order of iteratio...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Reduce indentation via early...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix iterator invalidation bug
2015-02-28 Philip Reames[RewriteStatepointsForGC] Add tests for the base pointe...
2015-02-27 Benjamin KramerMachineDominators: Move applySplitCriticalEdges into...
2015-02-27 Bill Schmidt[PowerPC] Fix PR22711 - Misaligned .toc section
2015-02-27 Benjamin KramerReduce double set lookups.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Charles DavisTarget/X86: Never use the redzone for Win64 ABI functions.
2015-02-27 Hal Finkel[PowerPC] Use vector types for memcpy and friends ...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-27 Sanjay Patelremove function names from comments; NFC
2015-02-27 Sanjay Patelremove function names from comments; NFC
2015-02-27 Renato GolinEqually to NetBSD, Bitrig/ARM uses the Itanium-ABI.
2015-02-27 Zoran Jovanovic[mips][microMIPS] Change register class for GP register
2015-02-27 Tom StellardR600/SI: Add missing mubuf instructions
2015-02-27 Tom StellardR600/SI: Consistently put soffset before the offset...
2015-02-27 Tom StellardR600/SI: Add slc, glc, and tfe to non-atomic _ADDR64...
2015-02-27 Chandler Carruth[x86] Run most of the rest of the shuffle combining...
2015-02-27 Chandler Carruth[x86] Teach a bunch of the x86-specific shuffle combini...
2015-02-27 Chandler Carruth[x86] Make the v8i16 clever single-input shuffle loweri...
next