summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Conservative fix for PR17827 - don't optimize a shift + and + compare sequenc...Kay Tiong Khoo2013-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
* Output .eh_frames on COFF too now that the integrated as is used on mingw.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
* [tsan] fix instrumentation of vector vptr updates (https://code.google.com/p/...Kostya Serebryany2013-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
* Use accessor methods instead.Bill Wendling2013-12-01
* Use 'unsigned char' to get this past gcc error message:Bill Wendling2013-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
* Reverse the order of eviction checks for possible compile time savings. No fu...Andrew Trick2013-11-29
* 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
* Teach LocalStackSlotAllocation that stackmaps/patchpoints don't have rangeLang Hames2013-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
* Remove unused variable from r195944.Lang Hames2013-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
* Add missing pattern for supporting intrinsic function vbsl_f64 withJiangning Liu2013-11-29
* [AArch64 NEON]Fix a assertion failure when disassemble SHLL instruction.Kevin Qin2013-11-29
* Rein in overzealous InstCombine of fptrunc(OP(fpextend, fpextend)).Stephen Canon2013-11-28
* Refactor to remove a bit of duplication. No functionality change.Rafael Espindola2013-11-28
* Silence sign-compare warning and reduce nesting.Benjamin Kramer2013-11-28
* Remove an always true parameter.Rafael Espindola2013-11-28
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28