Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for DIContext...
[oota-llvm.git] / lib / CodeGen /
2015-05-22 Puyan LotfiCompile time improvements to VirtRegRewriter.
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-22 Duncan P. N. Exon... SDAG: Give SDDbgValues their own allocator (and reset it)
2015-05-22 Duncan P. N. Exon... SDAG: Cleanup initialization of SDDbgValue, NFC
2015-05-21 Quentin Colombet[InlineSpiller] Fix rematerialization for bundles.
2015-05-21 Sanjay Patelfix typo in comment; NFC
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Sanjay Pateluse range-based for-loops; NFCI
2015-05-21 Sanjay Pateluse range-based for-loops; NFCI
2015-05-21 Sanjay Pateluse range-based for-loop
2015-05-21 Sanjay Pateluse range-based for-loop; NFCI
2015-05-21 Manuel Klimekstd::sort must be called with a strict weak ordering.
2015-05-21 Simon Pilgrim[X86][SSE] Improve support for 128-bit vector sign...
2015-05-21 Duncan P. N. Exon... AsmPrinter: Compute absolute label difference directly
2015-05-20 Andrew KaylorFix build error
2015-05-20 Andrew KaylorFix build warning
2015-05-20 Andrew Kaylor[WinEH] C++ EH state numbering fixes
2015-05-20 Pete CooperDon't generate comments in the DebugLocStream unless...
2015-05-20 Pete CooperRevert "Add bool to DebugLocDwarfExpression to control...
2015-05-20 Pete CooperAdd bool to DebugLocDwarfExpression to control emitting...
2015-05-20 Matthias BraunDAGCombiner: Continue combining if FoldConstantArithmet...
2015-05-20 Pawel BylicaFix icmp lowering
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-20 Daniel SandersRevert r237789 - [mips] The naming convention for priva...
2015-05-20 Daniel Sanders[mips] The naming convention for private labels is...
2015-05-20 Igor Laevsky[StatepointLowering] Support of the gc.relocates for...
2015-05-20 Swaroop SridharAdd a GCStrategy for CoreCLR
2015-05-19 Philip ReamesRemove a stale comment
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Matthias BraunMachineInstr: Remove unused parameter.
2015-05-19 Sanjay Pateluse 'auto *' for pointers; clearer usage, no deep copying
2015-05-19 Sanjay Pateltidy up
2015-05-19 Sanjay Pateluse range-based for-loop
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-19 Matthias BraunRegisterCoalescer: Improve a comment.
2015-05-19 Sanjay Pateluse range-based for loop
2015-05-19 Matthias BraunSelectionDAG: Cleanup and simplify FoldConstantArithmetic
2015-05-19 Matthias BraunDAGCombiner: Factor common pattern into isOneConstant...
2015-05-19 Matthias BraunDAGCombiner: Factor common pattern into isAllOnesConsta...
2015-05-19 Matthias BraunDAGCombiner: Use isNullConstant() where possible
2015-05-18 Matthias BraunRevert accidental change in r237633
2015-05-18 Matthias BraunDAGCombiner: Factor common pattern into isNullConstant...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-18 Hal FinkelPreserve the order of READ_REGISTER and WRITE_REGISTER
2015-05-18 Oliver StannardRevert r237579, as it broke windows buildbots
2015-05-18 Oliver Stannard[LLVM - ARM/AArch64] Add ACLE special register intrinsics
2015-05-18 Hal Finkel[DAGCombine] Be more pedantic about use iteration in...
2015-05-17 Andrew TrickMachineScheduler debug output clarity.
2015-05-17 Andrew TrickRegisterPressureTracker: reword stale comments.
2015-05-16 Benjamin Kramer[WinEH] Push unique_ptr through the Action interface.
2015-05-16 Craig TopperCorrect indentation. NFC
2015-05-16 Matthias BraunMachineSink: Collect registers before clearing their...
2015-05-15 James Molloy[SDAGBuilder] Make the AArch64 builder happier.
2015-05-15 James MolloyAdd SDNodes for umin, umax, smin and smax.
2015-05-15 Akira HatanakaStop resetting SanitizeAddress in TargetMachine::resetT...
2015-05-14 Matthias BraunTurn effective assert(0) into llvm_unreachable
2015-05-14 Matthias BraunTargetSchedule: factor out common code; NFC
2015-05-14 Matthias BraunRemove MCInstrItineraries includes in parts that don...
2015-05-14 Ahmed Bougacha[CodeGen] Use standard -not gnueabi- naming for f16...
2015-05-13 Nick LewyckyRevert r237046. See the testcase on the thread where...
2015-05-13 Sergey Dmitrouk[DebugInfo] Debug locations for constant SD nodes
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Saleem AbdulrasoolCodeGen: ignore DEBUG_VALUE nodes in KILL tagging
2015-05-12 Pat Gavlin[Statepoints] Clean up statepoint argument accessors.
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-05-12 Pat Gavlin[Statepoints] Split the calling convention and statepoi...
2015-05-12 Igor LaevskyReverse ordering of base and derived pointer during...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-12 Andrew KaylorFixing memory leak
2015-05-11 Sanjoy DasRefactoring gc_relocate related code in CodeGenPrepare.cpp
2015-05-11 Andrew Kaylor[WinEH] Handle nested landing pads that return directly...
2015-05-11 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes; 2nd...
2015-05-11 Andrew KaylorFixing build warnings
2015-05-11 Andrew Kaylor[WinEH] Update exception numbering to give handlers...
2015-05-11 Sanjoy Das[RewriteStatepointsForGC] Fix a bug on creating gc_relo...
2015-05-11 Matthias BraunLiveRangeCalc: Improve error messages on malformed IR
2015-05-10 Simon Pilgrim[SelectionDAG] Fixed constant folding issue when legali...
2015-05-09 James Y KnightFix MergeConsecutiveStore for non-byte-sized memory...
2015-05-09 Tom StellardMachineCSE: Add a target query for the LookAheadLimit...
2015-05-09 Pete Cooper[Fast-ISel] Don't mark the first use of a remat constan...
2015-05-08 Arnold SchwaighoferScheduleDAGInstrs: In functions with tail calls PseudoS...
2015-05-08 Hans WennborgSwitch lowering: cluster adjacent fall-through cases...
2015-05-08 Pete Cooper[Fast-ISel] Clear kill flags on registers replaced...
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-08 Pete CooperClear kill flags on all used registers when sinking...
2015-05-08 Pete Cooper80 cols fix since i'm looking at this function anyway...
2015-05-08 James Y KnightFix alignment checks in MergeConsecutiveStores.
2015-05-08 Igor LaevskyFix coding standart based on post submit comments.
2015-05-07 Pete CooperClear kill flags in tail duplication.
2015-05-07 Hans WennborgSwitch lowering: handle zero-weight branch probabilities
2015-05-06 Pete CooperHandle dead defs in the if converter.
2015-05-06 Quentin Colombet[RegisterCoalescer] Make sure each live-range has only...
2015-05-06 Pete CooperFix incorrect kill flags in fastisel.
2015-05-06 Duncan P. N. Exon... MC: Skip names of temporary symbols in object streamer
2015-05-06 Tim NorthoverCodeGen: move over-zealous assert into actual if statement.
2015-05-06 Duncan P. N. Exon... DwarfDebug: Emit number of bytes in .debug_loc entry...
2015-05-06 Reid Kleckner[WinEH] Improve fatal error message about failed demotion
next