summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [CodeGen] Teach the peephole optimizer to remember (and exploit) all foldingLang Hames2014-04-02
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-02
* [PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI::getMemoryOpCostHal Finkel2014-04-02
* Add comments and test case for [DAG] Keep the opaque constant flag when perfo...Juergen Ributzka2014-04-02
* [X86] Make the VFMA*231 variants commutable and relax the alignment restrictionsLang Hames2014-04-02
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-02
* Add comments and test case for [X86TTI] Make constant base pointers for GetEl...Juergen Ributzka2014-04-02
* ARM: update subtarget information for Windows on ARMSaleem Abdulrasool2014-04-02
* Make a few more range-based loops use explicit types.Jim Grosbach2014-04-02
* TargetLibraryInfo: Disable memcpy and memset on R600Tom Stellard2014-04-02
* Simplify resolveFrameIndex() signature.Jim Grosbach2014-04-02
* ARM: cortex-m0 doesn't support unaligned memory access.Jim Grosbach2014-04-02
* Make some range based loop types more explicit.Jim Grosbach2014-04-02
* [mips] Add more Octeon cnMips instructionsKai Nacke2014-04-02
* [C++11,ARM64] Range based for and explicit 'override' in STP cleanup.Jim Grosbach2014-04-02
* [C++11,ARM64] Range based for loops in constant promotion.Jim Grosbach2014-04-02
* [C++11,ARM64] Range based for loops in load/store pair optimizer.Jim Grosbach2014-04-02
* [C++11,ARM64] Range based for loops in target lowering.Jim Grosbach2014-04-02
* [C++11,ARM64] Range based for loops in frame lowering.Jim Grosbach2014-04-02
* [C++11,ARM64] Range based for loops in pseudo expansion.Jim Grosbach2014-04-02
* [C++11,ARM64] Range based for loops for LOHJim Grosbach2014-04-02
* [C++11,ARM64] Range based for loops TLS cleanup.Jim Grosbach2014-04-02
* [C++11,ARM64] Range based for loops in branch relaxation.Jim Grosbach2014-04-02
* [C++11,ARM64] Range based for loops in address type promotion.Jim Grosbach2014-04-02
* [ARM64][CollectLOH] Remove the link to the radar from the comments.Quentin Colombet2014-04-02
* ARM: Add support for segmented stacksOliver Stannard2014-04-02
* clarify commentAdrian Prantl2014-04-02
* ARM64: use GOT for weak symbols & PIC.Tim Northover2014-04-02
* ARM64: fix lowering of fp128 fptosi/fptouiTim Northover2014-04-02
* SLPVectorizer: compare entire intrinsic for SLP compatibility.Tim Northover2014-04-02
* ARM64: make sure first argument to INSERT_SUBVECTOR has right type.Tim Northover2014-04-02
* ARM64: convert fp16 narrowing ISel to pseudo-instructionTim Northover2014-04-02
* Mark FPB as a reserved register when needed.Job Noorman2014-04-02
* Work around gold bug http://sourceware.org/PR16794.Rafael Espindola2014-04-02
* Remove duplicated DMB instructionsRenato Golin2014-04-02
* Added isTargetWindowsMSVC(), renamed isTargetMingw() to isTargetWindowsGNU()Yaron Keren2014-04-02
* [LoopVectorizer] Count dependencies of consecutive pointers as uniformsHal Finkel2014-04-02
* Adjust comments regarding non-relocated abbrev offset in debug_info.dwoDavid Blaikie2014-04-02
* Split debug_loc and debug_loc.dwo emission into two separate functionsDavid Blaikie2014-04-02
* DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...David Blaikie2014-04-02
* [ARM64][CollectLOH] Add some comments to explain how the LOHsQuentin Colombet2014-04-02
* Add a doxygen comment to DebugLocEntry::Merge.Adrian Prantl2014-04-01
* DebugLocEntry: Actually merge the loc entry when returning true.David Blaikie2014-04-01
* Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocationDavid Blaikie2014-04-01
* Remove unused function DebugLocEntry::isEmptyDavid Blaikie2014-04-01
* Refactor out the comparison of the location/value in a DebugLocEntryDavid Blaikie2014-04-01
* DebugInfo: Split DebugLocEntry into its own file.David Blaikie2014-04-01
* Add a comment about the DIDescriptor class hierarchy.Adrian Prantl2014-04-01
* DwarfDebug: Prevent DebugLocEntry merging from coalescing two differentAdrian Prantl2014-04-01
* [PowerPC] Add some missing VSX bitcast patternsHal Finkel2014-04-01