Move LTO support library to a component, allowing it to be tested
[oota-llvm.git] / include /
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...
2013-09-24 David Blaikiellvm-dwarfdump support for gnu_pubtypes
2013-09-24 Benjamin KramerTeach MemoryBuiltins and InstructionSimplify that opera...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching vshf from normal...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching bsel and bseli...
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-09-23 David Blaikiellvm-dwarfdump/libDebugInfo support for type units
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching insert and copy...
2013-09-22 David BlaikieRemove dead code
2013-09-22 David BlaikieStringRef-ize some things
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-20 Anders WaldenborgRevert "llvm-c: Add LLVMGetPointerToFunction"
2013-09-20 Andrew TrickAllow subtarget selection of the default MachineSchedul...
2013-09-20 David BlaikieDebugInfo: GDBIndexEntry*String conversion functions...
2013-09-19 Richard MittonFixed warning
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 David BlaikieDebugInfo: llvm-dwarfdump support for gnu_pubnames...
2013-09-19 David BlaikieDebugInfo: Improve IR annotation comments for GNU pubth...
2013-09-19 Benjamin KramerUnbreak C++03 build.
2013-09-19 David BlaikieUnshift the GDB index/GNU pubnames constants modified...
2013-09-19 Anders Waldenborgllvm-c: Add LLVMGetPointerToFunction
2013-09-19 Anders Waldenborgllvm-c: Make LLVMGetFirstTarget a proper prototype
2013-09-19 David BlaikieDebugInfo: Simplify gnu_pubnames index computation.
2013-09-19 Shuxin Yang Add function DominatorTree::getDescendants().
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-09-18 Adrian PrantlDebug info: Get rid of the VLA indirection hack in...
2013-09-18 Joey Gouly[ARMv8] Add CRC instructions.
2013-09-18 Craig TopperFix X86 subtarget to not overwrite the autodetected...
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-09-17 Ben LangmuirAdd llvm.x86.* intrinsics for Intel SHA Extensions
2013-09-17 Craig TopperMake a more clear AVX-512 section header that matches...
2013-09-17 Adrian Prantlsimplify expression
2013-09-16 Adrian PrantlDebug info: Fix PR16736 and rdar://problem/14990587.
2013-09-16 Matt ArsenaultMemCpyOptimizer: Use max legal int size instead of...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-14 Chandler CarruthRemove the long, long defunct IR block placement pass.
2013-09-13 Filip PizloMake PrettyStackTraceEntry use ManagedStatic for its...
2013-09-13 Benjamin KramerAdd warn_unused_result to empty() on various containers.
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-12 Joey GoulySomehow this important part of the patch, where I actua...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-12 Matt ArsenaultFix comment to match what the assert actually enforces
2013-09-11 Bill WendlingUse the appropriate return type for the compact unwind...
2013-09-11 Hal FinkelAdd getUnrollingPreferences to TTI
2013-09-11 Manman RenDebug Info: move class definition of DIRef.
2013-09-11 Benjamin KramerPath: Add an in-place version of path::native.
2013-09-11 Daniel Sanders[mips][msa] Corrected the definition of the dotp_[su...
2013-09-11 Nico RieckSupport ANSI escape code on Windows
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...
next