summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [yaml2obj][ELF] Move section index to the ELFState class.Simon Atanasyan2014-04-02
* [yaml2obj][ELF] Remove relationship between ELFStateSimon Atanasyan2014-04-02
* ARM: Add support for segmented stacksOliver Stannard2014-04-02
* clarify commentAdrian Prantl2014-04-02
* fix a comment to use ASCII aprostrophes.Adrian 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
* Add inequality operator for MachineLocation.David 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
* If isKnownWindowsMSVCEnvironment then getOS == Triple::Win32 andYaron Keren2014-04-01
* Implement X86TTI::getUnrollingPreferencesHal Finkel2014-04-01
* Add some additional fields to TTI::UnrollingPreferencesHal Finkel2014-04-01
* Use TopTTI->getGEPCost from within getUserCostHal Finkel2014-04-01
* [mips] Add Octeon cnMips instructions mtmX and mtpXKai Nacke2014-04-01
* Support segmented stacks on Win64Reid Kleckner2014-04-01
* Fix missing RUN line in testMatt Arsenault2014-04-01
* isTargetWindows() renamed to isTargetKnownWindowsMSVC()Yaron Keren2014-04-01
* Make isSetCCEquivalent respect the TargetBooleanContentsMatt Arsenault2014-04-01
* Add helpers for checking if a value is a target boolean constant.Matt Arsenault2014-04-01
* DebugInfo: Factor out common functionality for rendering debug_loc and debug_...David Blaikie2014-04-01
* Cleanup remaining use of removed variable to fix the buildDavid Blaikie2014-04-01
* Simplify debug_loc.dwo handling slightly.David Blaikie2014-04-01
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-01
* ARM: teach LLVM that Cortex-A7 is very similar to A8.Tim Northover2014-04-01
* Attempting to fix r205124, which had failed asserts when built with MSVC.Aaron Ballman2014-04-01
* ARM: add cyclone CPU with ZeroCycleZeroing feature.Tim Northover2014-04-01
* [mips] Renamed ParseAnyRegisterWithoutDollar to MatchAnyRegisterWithoutDollarDaniel Sanders2014-04-01
* Fixing an MSVC warning about widening the result of a 32-bit shift implicitly...Aaron Ballman2014-04-01
* ARM64: add intrinsic for pmull (p64 x p64 = p128) operations.Tim Northover2014-04-01
* Fixing warnings in the MSVC build. No functional changes intended.Aaron Ballman2014-04-01