llvm/examples: Add missing include according to r230907.
[oota-llvm.git] / lib /
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...
2015-02-27 Toma Tabacu[mips] Remove redundant periods from -mattr=help descri...
2015-02-27 Chandler Carruth[x86] Make the single-input v8i16 lowering directly...
2015-02-27 Vasileios Kalintiris[mips] Account for constant-zero operands in ADDE nodes.
2015-02-27 Anna Zaks[asan] Skip promotable allocas to improve performance...
2015-02-27 Sanjoy DasDon't modify the DenseMap being iterated over from...
2015-02-27 Charles DavisTarget/X86: Save Win64 non-volatile registers in a...
2015-02-27 Eric ChristopherRewrite MachineOperand::print and MachineInstr::print...
2015-02-26 Rafael EspindolaPut jump tables in distinct sections if -ffunction...
2015-02-26 Zachary Turner[llvm-pdbdump] Fix dumping of function pointers and...
2015-02-26 Eric ChristopherRemove DebugLoc::print(LLVMContext, raw_ostream), it...
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Eric ChristopherAdd a TargetMachine argument to the AddressingModeMatch...
2015-02-26 Chandler Carruth[x86] Fix PR22706 where we would incorrectly try lower...
2015-02-26 Rafael EspindolaSimplify arange output.
2015-02-26 Chandler Carruth[x86] Restructure the comments and the conditions for...
2015-02-26 Chandler Carruth[x86] Re-order the combines of select in the X86 backen...
2015-02-26 Chandler Carruth[x86] Add an assert to catch if we ever try to blend...
2015-02-26 Reid KlecknerSilence some Win64 clang-cl warnings about unused stuff...
2015-02-26 Reid KlecknerUse wider type for overflow check on LLP64 platforms...
2015-02-26 Justin BognerInstrProf: Simplify the construction of BinaryCoverageR...
2015-02-26 Justin BognerInstrProf: Rename ObjectFileCoverageMappingReader to...
2015-02-26 Sanjoy DasSCEVExpander incorrectly marks generated subtractions...
2015-02-26 Frederic Riss[MC] Use the non-EH register mapping in the debug_frame...
2015-02-26 Reid KlecknerDon't sibcall between SysV and Win64 convention functions
2015-02-26 Hal Finkel[InstCombine/PowerPC] Convert aligned QPX load/store...
2015-02-26 Paul RobinsonWhen the source has a series of assignments, users...
2015-02-26 Petar JovanovicFix justify error for small structures in varargs for...
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to support hwdiv...
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to specify the...
2015-02-26 Adam Nemet[LV/LoopAccesses] Backward dependences are not safe...
2015-02-26 Tom StellardR600/SI: Remove M0 from DS assembly strings
2015-02-26 Michael Kuperstein[X86][Haswell][SchedModel] Fix WriteMULm latency.
2015-02-26 Chandler Carruth[x86] Sink the single-input v8i16 lowering code that...
2015-02-26 Chandler Carruth[x86] Remove a SimpleTy usage. No need for it here...
2015-02-26 Sanjoy DasIRCE: only touch loops that have been shown to have...
2015-02-26 Sanjoy DasIRCE: generalize to handle loops with decreasing induct...
2015-02-26 Chandler Carruth[x86] Make the vector shuffle helpers order the SDLoc...
2015-02-26 Adam Nemet[LoopAccesses] Add command-line option for RuntimeMemor...
2015-02-26 Sanjoy DasIRCE: print newline after printing an InductiveRangeCheck.
2015-02-26 Reid KlecknerPass /nologo to ml64 for quieter builds
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
2015-02-26 Eric ChristopherRemove a FIXME.
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
next