[python-bindings] Removed unused import byref from llvm/disassembler.py.
[oota-llvm.git] / include /
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-10 Manman RenDebug Info: define a DIRef template.
2013-09-10 Daniel Sanders[mips][msa] Removed unsupported dot product instruction...
2013-09-09 Manman RenDebug Info: move DIScope::getContext back from DwarfDebug.
2013-09-09 Jack Carterwhite spaces and long lines
2013-09-09 Eric ChristopherAdd the gnu pubnames and pubtypes sections to the mc...
2013-09-09 Eric ChristopherAdd constant defines for gnu pubnames and gnu pubtypes...
2013-09-09 Eric ChristopherFormatting.
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Manman RenDebug Info: move DIScope::getContext to DwarfDebug.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-09 Manman RenDebug Info: Move isSubprogramContext from DebugInfo...
2013-09-09 Manman RenDebug Info: Rename DITypeRef to DIScopeRef.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-08 Manman RenRevert r190269 to fix dragonegg failures.
2013-09-08 Manman RenDebug Info: pass in DIScope instead of DIDescriptor...
2013-09-07 Bill WendlingRun clang-format on these header files. Part of a WIP.
2013-09-07 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: pass in VTableHolder as DIType instead...
2013-09-06 Manman RenTBAA: add isTBAAVtableAccess to MDNode so clients can...
2013-09-06 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: Move a helper function getTypeIdentifier...
2013-09-06 Andrew Trickmi-sched: cleanup register pressure update, remove...
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.
next