summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Addrspacecasts are no-ops on ARM.James Molloy2013-12-03
* [SystemZ] Fix choice of known-zero mask in insertion optimizationRichard Sandiford2013-12-03
* Enhance the fix of PR17631Michael Liao2013-12-03
* [AArch64]Add missing floating point convert, round and misc intrinsics.Hao Liu2013-12-03
* AArch64: add missing ACLE intrinsics mapping to general arithmetic operation ...Hao Liu2013-12-03
* Whitespace.NAKAMURA Takumi2013-12-03
* AArch64: Add missing scalar pair intrinsics.Hao Liu2013-12-03
* Add some missing pattern matches for AArch64 Neon intrinsics like vuqadd_s64 ...Jiangning Liu2013-12-03
* Add some missing pattern matches for AArch64 Neon intrinsics like vmull_high_...Jiangning Liu2013-12-03
* Don't set PrivateGlobalPrefix for NVPTX and R600.Rafael Espindola2013-12-03
* Remove PPCScoreboardHazardRecognizerHal Finkel2013-12-02
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Don't set PrivateGlobalPrefix twice in the same function.Rafael Espindola2013-12-02
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* [AArch64] Implemented vcopy_lane patterns using scalar DUP instruction.Chad Rosier2013-12-02
* R600: Workaround for cayman loop bugVincent Lejeune2013-12-02
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Introduce poor man's consumeToken() in X86AsmParserAlp Toker2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* ARM: decide whether to use movw/movt based on "minsize" attribute.Tim Northover2013-12-02
* XCoreFrameLowering.cpp: Use [in,out] instead of [in] [out]. [-Wdocumentation]NAKAMURA Takumi2013-12-02
* XCore target: Make handling of large frames not dependent upon an FP.Robert Lytton2013-12-02
* ARM: add pseudo-instructions for lit-pool global materialisationTim Northover2013-12-02
* XCore: Unbreak C++11 build.Benjamin Kramer2013-12-02
* XCore target: fix large code model 'select' indirect address handling.Robert Lytton2013-12-02
* XCore target: Add large code modelRobert Lytton2013-12-02
* XCore target: Fix eliminateFrameIndex() to handle large framesRobert Lytton2013-12-02
* XCore target: Enable frames larger than 65535 to be loweredRobert Lytton2013-12-02
* Remove leftovers from a non-MC asm printer.Rafael Espindola2013-12-02
* Remove #if 0 declarations.Rafael Espindola2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* Remove dead declarations.Rafael Espindola2013-12-02
* Refactor for clarity and efficiency.Rafael Espindola2013-12-02
* ARM: fix bug in -Oz stack adjustment foldingTim Northover2013-12-01
* Revamp error checking in the ms inline asm parser.Benjamin Kramer2013-12-01
* Add a scheduling model (with itinerary) for the PPC POWER7Hal Finkel2013-11-30
* Split some PPC itinerary classesHal Finkel2013-11-30
* Fixed issue with microMIPS long branch.Zoran Jovanovic2013-11-30
* [mips][msa] MSA loads and stores have a 10-bit offset. Account for this when ...Daniel Sanders2013-11-30
* [mips][msa] A small refactor to reduce patch noise in my next commitDaniel Sanders2013-11-30
* Part 1 of 3 patches that completes very long conditional branchesReed Kotler2013-11-29
* Revert revision 195965.Zoran Jovanovic2013-11-29
* Fixed issue with microMIPS long branch.Zoran Jovanovic2013-11-29
* Adjust PPC A2 input operand latenciesHal Finkel2013-11-29
* Create a PPC440 SchedMachineModelHal Finkel2013-11-29
* Fixup PPC440 load/store operand latenciesHal Finkel2013-11-29
* Adjust PPC440 operand latenciesHal Finkel2013-11-29
* Don't model the fetch and decode units for the PPC440Hal Finkel2013-11-29
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* AArch64: The pattern match should check the range of the immediate value.Hao Liu2013-11-29