summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Fix 80-col. violations in PPCCTRLoopsHal Finkel2013-03-18
* Fix large count and negative constant count handling in PPCCTRLoopsHal Finkel2013-03-18
* Cleanup initial-value constants in PPCCTRLoopsHal Finkel2013-03-18
* R600/SI: implement indirect adressing for SIChristian Konig2013-03-18
* R600/SI: add float vector typesChristian Konig2013-03-18
* R600/SI: add shl patternChristian Konig2013-03-18
* R600/SI: add BUFFER_LOAD_DWORD patternChristian Konig2013-03-18
* R600/SI: implement SI.load.const intrinsicChristian Konig2013-03-18
* R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodesChristian Konig2013-03-18
* R600/SI: fix inserting waits for all definesChristian Konig2013-03-18
* TLS support for MinGW targets.Anton Korobeynikov2013-03-18
* Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper2013-03-18
* Refactor some duplicated code into helper functions.Craig Topper2013-03-18
* To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.Sylvestre Ledru2013-03-17
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-17
* Remove PPC avoidWriteAfterWrite callbackHal Finkel2013-03-16
* Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper2013-03-16
* Define more SchedWrites for annotating X86 instructions.Jakob Stoklund Olesen2013-03-16
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-15
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-15
* ARM: Fix an old refacto.Benjamin Kramer2013-03-15
* Enable unaligned memory access on PPC for scalar typesHal Finkel2013-03-15
* ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer2013-03-15
* Protect PPC Altivec patterns with a predicateHal Finkel2013-03-15
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-15
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* Unaligned loads should use the VMOVUPS opcode.Nadav Rotem2013-03-14
* Remove some unused variables to clean the Clang -Werror buildDavid Blaikie2013-03-14
* [mips] Set isAllocatable bit of unallocatable register classes to 0.Akira Hatanaka2013-03-14
* Prepare for adding InstrSchedModel annotations to X86 instructions.Jakob Stoklund Olesen2013-03-14
* Add a new method which enables one to change register classes.Reed Kotler2013-03-14
* [fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier2013-03-14
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-14
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* Use frame-index scavenging for PPC register spillingHal Finkel2013-03-14
* Not all PPC functions with a frame pointer need a RS spill slotHal Finkel2013-03-14
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-14
* [mips] Fix filename in comment and delete unnecessary lines of code.Akira Hatanaka2013-03-14
* Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma2013-03-14
* Add back lines which were accidentally deleted in CMakeLists.txt.Akira Hatanaka2013-03-14
* [mips] Define function MipsSEDAGToDAGISel::selectAddESubE.Akira Hatanaka2013-03-14
* Add a comment about overlapping PPC frame offsetsHal Finkel2013-03-14
* [mips] Rename functions and variables to start with proper case.Akira Hatanaka2013-03-14
* Add header file MipsISelDAGToDAG.h.Akira Hatanaka2013-03-14
* [mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is forAkira Hatanaka2013-03-14
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-14
* Fix the name of a variable to match its declaration. Fixes build failure from...Craig Topper2013-03-14
* Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper2013-03-14
* Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...Craig Topper2013-03-14
* Fix PR15309Michael Liao2013-03-14