Replace loop doing postorder walk with postorder iterator
[oota-llvm.git] / lib /
2015-04-16 Ahmed Bougacha[CodeGen] Re-apply r234809 (concat of scalars), with...
2015-04-16 Duncan P. N. Exon... DebugInfo: DIRef<> => TypedDebugNodeRef<>
2015-04-16 Keno Fischer[RuntimeDyldELF] Fix missing cases in Placeholder proce...
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIScope, DIEnumerator and DISubrange
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIType and subclasses
2015-04-16 Nick LewyckyRevert r234809 because it caused PR23246.
2015-04-16 Reid Kleckner[SEH] Deal with users of the old lpad for SEH catch...
2015-04-15 Keno Fischer[RuntimeDyldELF] Fold Placeholder into Addend
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove unnecessary API from DIDerivedType...
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-15 Duncan P. N. Exon... DebugInfo: factor out dead variable in NDEBUG from...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... Verifier: Check that @llvm.dbg.* intrinsics have a...
2015-04-15 Richard TrieuOne more -Wrange-loop-analysis cleanup.
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
2015-04-15 Reid Kleckner[WinEH] Try to make the MachineFunction CFG more accurate
2015-04-15 Reid KlecknerReland "[WinEH] Use the parent function when computing...
2015-04-15 Reid KlecknerRevert "[WinEH] Use the parent function when computing...
2015-04-15 Daniel BerlinAdd range iterators for post order and inverse post...
2015-04-15 Reid Kleckner[WinEH] Use the parent function when computing frameesc...
2015-04-15 Charlie TurnerFix BXJ is undefined in AArch32.
2015-04-15 Jingyue Wu[SLSR] handle candidate form (B + i * S)
2015-04-15 Sanjay Patel[X86] add an exedepfix entry for movq == movlps ==...
2015-04-15 Sanjay Patel[x86] Implement combineRepeatedFPDivisors
2015-04-15 Chandler Carruth[MBP] Spell the conditions the same way through out...
2015-04-15 Chandler Carruth[MBP] Sink a comment into the if block to which it...
2015-04-15 Chandler Carruth[MBP] Fix a really misleading typo in a comment.
2015-04-15 Rafael EspindolaWrite section and section table entries in the same...
2015-04-15 Daniel Sanders[msp430] Only support the 'm' inline assembly memory...
2015-04-15 Filipe CabecinhasRevert "Verify sizes when trying to read a VBR"
2015-04-15 Toma Tabacu[mips] [IAS] Refactor the function which checks for...
2015-04-15 Filipe CabecinhasVerify sizes when trying to read a VBR
2015-04-15 Yaron KerenFix lib\support\Windows/TimeValue.inc(48): warning...
2015-04-15 Daniel JasperRe-apply r234898 and fix tests.
2015-04-15 Lang Hames[RuntimeDyld] Add casts to make delta computation 64...
2015-04-15 Lang Hames[RuntimeDyld] Make sure we emit MachO __eh_frame and...
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-04-15 Alexei Starovoitov[bpf] fix build
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through PrintModulePass
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the assembly bit up out of the printer
2015-04-15 Duncan P. N. Exon... uselistorder: Start pulling out -preserve-ll-uselistorder
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-15 Duncan P. N. Exon... uselistorder: Pull bit through BitcodeWriterPass
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Duncan P. N. Exon... uselistorder: Thread bit through ValueEnumerator
2015-04-14 Rafael EspindolaUse the ability to pwrite to simplify the ELF writer.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Reid Kleckner[WinEH] Avoid emitting xdata tables twice for cleanups
2015-04-14 Ed MasteCorrect 'teh' and other typos / repeated words.
2015-04-14 Reid Kleckner[Inliner] Don't inline functions with frameescape calls
2015-04-14 Duncan P. N. Exon... IR: Set -preserve-bc-uselistorder=false by default
2015-04-14 Duncan P. N. Exon... IR: Rename 'use-list-order' options to 'uselistorder'
2015-04-14 David BlaikieDebugInfo: Pubnames: Do not include variable declaratio...
2015-04-14 Lang Hames[RuntimeDyld] Make SectionEntry's Name field a std...
2015-04-14 Rafael EspindolaRevert "The code that originally made me discover this...
2015-04-14 Chad RosierImprove RefreshCallGraph to remove invalid call graph...
2015-04-14 Alexander KornienkoRefactor: Simplify boolean expressions in ARM target
2015-04-14 Daniel JasperThe code that originally made me discover this is:
2015-04-14 Bradley Smith[AArch64] Allow non-standard INS/DUP encodings
2015-04-14 Rafael EspindolaAdd raw_pwrite_stream type.
2015-04-14 Tom StellardR600/SI: Fix verifier error caused by SIAnnotateControlFlow
2015-04-14 Filipe CabecinhasError out of ParseBitcodeInto(Module*) if we haven...
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-14 Daniel Jasper[MachineLICM] Use newer model of register pressure...
2015-04-14 Anders WaldenborgFix crash in DebugInfoFinder when adding a module with...
2015-04-14 Jingyue WuSimplify n-ary adds by reassociation
2015-04-14 Duncan P. N. Exon... DebugInfo: Update signature of DICompileUnit::replace*()
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Sanjoy Das[LoopUnrollRuntime] Avoid high-cost trip count computation.
2015-04-14 Sanjoy Das[SCEV] Strengthen SCEVExpander::isHighCostExpansion.
2015-04-14 Sanjoy Das[SCEV] Refactor out isHighCostExpansion. NFCI.
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DINamespace and DITemplate*Parameter
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-14 Keno Fischer[RuntimeDyldELF] Improve GOT support
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DIVariable::printExtendedName() to...
2015-04-14 Duncan P. N. Exon... DebugInfo: Inline DIVariable::isBlockByrefVariable...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIObjCProperty and DIImportedEntity
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DILocation
2015-04-14 Adam Nemet[LoopAccesses] Properly print whether memchecks are...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIExpression
2015-04-14 Philip Reames[RewriteStatepointsForGC] Delete dead code [NFC]
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DILocation::computeNewDiscriminators()
2015-04-14 Duncan P. N. Exon... AddDiscriminators: Create new MDLocation directly
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIObjCProperty attribute accessors...
2015-04-13 Daniel BerlinAdd new getModRefInfo API to determine whether an Instr...
2015-04-13 Daniel BerlinCommon some code from MemoryDependenceAnalysis that...
2015-04-13 Daniel BerlinMake getModRefInfo with a default location not crash.
2015-04-13 Ahmed Bougacha[CodeGen] Combine concat_vectors of scalars into build_...
2015-04-13 Daniel BerlinAllow printing functions with an optional annotationwriter
2015-04-13 Duncan P. N. Exon... SelectionDAG: Stop using DIVariable::isInlinedFnArgument()
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIGlobalVariable::getGlobal()
2015-04-13 Krzysztof ParzyszekExpand ADDO/SUBO on Hexagon
2015-04-13 Duncan P. N. Exon... StripSymbols: Use DIGlobalVariable::getConstant() inste...
2015-04-13 Nick LewyckyGCC complains thusly: "attributes at the beginning...
2015-04-13 Philip Reames[RwriteStatepointsForGC] Minor indentation and naming...
2015-04-13 Nick LewyckySubtraction is not commutative. Fixes PR23212!
2015-04-13 Philip Reames[RewriteStatepointsForGC] Avoid inserting empty holder
2015-04-13 Duncan P. N. Exon... DebugInfo: Migrate DISubprogram::describes() to new...
2015-04-13 Duncan P. N. Exon... Reapply "Verifier: Check for incompatible bit piece...
next