mi-sched: improve regpressure tracing.
[oota-llvm.git] / include /
2013-09-06 Andrew TrickAdded MachineSchedPolicy.
2013-09-06 Matthias Braunavoid unnecessary direct access to LiveInterval::ranges
2013-09-06 Matthias Braunremove unused argument from LiveRanges::join()
2013-09-06 Matthias Braunfix typo in comment
2013-09-06 Matt ArsenaultUse type helper functions.
2013-09-05 Manman RenTrying to un-break the bots.
2013-09-05 Manman RenDebug Info: Use identifier to reference DIType in base...
2013-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-05 Eric ChristopherRename enums to match convention and remove superfluous...
2013-09-05 Joey Gouly[ARMv8] Implement the new DMB/DSB operands.
2013-09-05 Nick LewyckyFix typos in assert message.
2013-09-05 Eric ChristopherClean up some whitespace and comment formatting.
2013-09-04 Nick KledzikAdd names for mach-o permissions bits and use the symbo...
2013-09-04 Eric ChristopherMove default dwarf version enum into the llvm dwarf...
2013-09-04 Nick Kledzikfix typo in enum name
2013-09-04 Andrew Trickmi-sched: Suppress register pressure tracking when...
2013-09-04 Andrew Trickmi-sched: Load clustering is a bit to expensive to...
2013-09-04 Andrew Trickmi-sched: bypass heuristic checks when regpressure...
2013-09-04 Andrew TrickAdded -misched-regpressure option.
2013-09-04 Rafael EspindolaRename some variables to match the style guide.
2013-09-04 Bill WendlingRemove 'param' label from comments. They aren't used...
2013-09-04 Rafael EspindolaRevert "Add r159136 back now that pr13124 has been...
2013-09-04 Alexander KornienkoMove generic isPrint and columnWidth implementations...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-09-04 Eric ChristopherUse Intrinsic::ID for the pattern match templates,...
2013-09-04 NAKAMURA TakumiMCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]
2013-09-03 Rafael EspindolaAdd r159136 back now that pr13124 has been fixed.
2013-09-03 Bill WendlingAdd comments to the CFI instructions and reformat with...
2013-09-03 Matt ArsenaultFix grammar
2013-09-03 Joerg SonnenbergerAdd a Python-like join function to merge a list of...
2013-09-03 Joey Gouly[MC] Revert part of my previous change, I was a bit...
2013-09-03 Eric ChristopherMigrate the DWARF_VERSION constant to 4. It largely...
2013-09-03 Joey Gouly[MC] AvailableFeatures needs to be a uint64_t to match...
2013-09-03 Daniel Sanders[mips][msa] Added IntrNoMem and removed Commutative...
2013-09-03 Daniel Sanders[mips][msa] Added IntrNoMem to the floating-point intri...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-31 Benjamin KramerFree PressureDiffs instead of leaking.
2013-08-30 Daniel Dunbar[conf] Add config variable to disable crash related...
2013-08-30 Andrew TrickUse LiveRangeQuery for instruction-level liveness queries.
2013-08-30 Andrew Trickmi-sched: update PressureDiffs on-the-fly for liveness.
2013-08-30 Andrew TrickReplace LiveInterval::killedAt with isKilledAtInstr.
2013-08-30 Andrew Trick mi-sched: improve the generic register pressure compar...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-29 Manman RenDIBuilder: retain a type when created with a unique...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-29 Kaelyn UhrainFix the following error when NDEBUG is defined:
2013-08-29 Andrew TrickComment and revise the cyclic critical path code.
2013-08-29 Alexander KornienkoisCharInSet refactoring.
2013-08-29 Craig TopperMove StringToOffsetTable into the TableGen include...
2013-08-29 Hal FinkelRevert: r189565 - Add getUnrollingPreferences to TTI
2013-08-29 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-29 Hal FinkelAdd useAA() to TargetSubtargetInfo
2013-08-28 Rui Ueyama[Object/COFF] Add coff_aux_weak_external.
2013-08-28 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-28 Tim NorthoverARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.
2013-08-28 Daniel Sanders[mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v
2013-08-28 Daniel Sanders[mips][msa] Added load/store intrinsics.
2013-08-28 Daniel Sanders[mips][msa] Added move.v
2013-08-28 Daniel Sanders[mips][msa] Added cfcmsa, and ctcmsa
2013-08-28 Daniel Sanders[mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs...
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-08-28 Argyrios Kyrtzidis[BumpPtrAllocator] Move DefaultSlabAllocator to a membe...
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-27 Manman RenDIBuilder: take an optional StringRef to pass in unique...
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-27 Shuxin Yang Revert 189297, the original commit message is following.
2013-08-27 Joey GoulyAdd an assertion to the fixed-size allocator to ensure...
2013-08-27 Alexey SamsonovAdd support for DebugFission to DWARF parser
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisSupport/MachO: Add a bunch of defines.
2013-08-27 Shuxin Yang Add new API lto_codegen_compile_parallel().
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-26 Alexey Samsonov[cmake] Check for realpath availability in CMake
2013-08-26 Tom StellardSelectionDAG: Use correct pointer size when lowering...
2013-08-25 Jakub StaszakFix #include guard.
2013-08-24 Saleem Abdulrasool[Support] fix compile with -Werror
2013-08-24 Saleem Abdulrasool[Support] add missing enumeration values
2013-08-24 Benjamin KramerAdd a function object to compare the first or second...
2013-08-24 Dmitri GribenkoAdded const qualifier to StringRef::edit_distance membe...
2013-08-23 Andrew TrickPrintVRegOrUnit
2013-08-23 Andrew TrickAdd a convenient PSetIterator for visiting pressure...
2013-08-23 Andrew TrickAdds cyclic critical path computation and heuristics...
2013-08-23 Andrew TrickMI Sched: record local vreg uses.
2013-08-23 Andrew TrickRemove unused field.
2013-08-23 Andrew Trickmi-sched: Don't call MBB.size() in initSUnits. The...
2013-08-23 Daniel Sanders[mips][msa] Few MSA Builtins have side-effects. Added...
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-23 Jakob Stoklund OlesenAdd an OtherPreserved field to the CalleeSaved TableGen...
2013-08-22 Chandler CarruthAdd a new helper method to Value to strip in-bounds...
2013-08-22 Chandler CarruthClean up the doxygen formatting of the comments on...
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-21 David MajnemerADT/Triple: Helper to determine if we are targeting...
2013-08-21 David BlaikieBasic unit tests for PointerUnion
2013-08-21 NAKAMURA TakumiMCFunction.h: Prune \returns to fix a warning in r18888...
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...
2013-08-21 Ahmed BougachaMC CFG: Support disassembly at arbitrary addresses...
next