aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* R600: Add support for local memory atomic addTom Stellard2013-09-057-14/+78
* R600: Expand SELECT nodes rather than custom lowering themTom Stellard2013-09-052-15/+6
* R600: Fix incorrect LDS size calculationTom Stellard2013-09-052-4/+14
* R600/SI: Don't emit S_WQM_B64 instruction for compute shadersTom Stellard2013-09-051-1/+2
* R600: Fix segfault in R600TextureIntrinsicReplacerTom Stellard2013-09-051-0/+3
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-055-56/+30
* Reformat.Eric Christopher2013-09-052-99/+103
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-057-20/+27
* Add AArch32 DCPS{1,2,3} and HLT instructions.Richard Barton2013-09-054-7/+47
* Reverting 190043 for now.Tilmann Scheller2013-09-053-23/+3
* ARM: Add GPR register class excluding LR for use with the ADR instruction.Tilmann Scheller2013-09-053-3/+23
* [SystemZ] Add NC, OC and XCRichard Sandiford2013-09-057-46/+170
* Declare missing dependency on AliasAnalysis. Patch by Liu Xin!Nick Lewycky2013-09-051-0/+1
* [Sparc] Correctly handle call to functions with ReturnsTwice attribute.Venkatraman Govindaraju2013-09-054-4/+46
* Fix comments to reflect reality.Bill Wendling2013-09-051-6/+2
* Formatting.Eric Christopher2013-09-051-2/+2
* mi-sched: Force bottom up scheduling for generic targets.Andrew Trick2013-09-041-3/+23
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-041-2/+4
* Add missing header line.Bill Wendling2013-09-041-0/+1
* Use ArrayRef instead of explicit container.Bill Wendling2013-09-041-2/+2
* Remove hack ensuring that darwin didn't produce dwarf > 3 for modulesEric Christopher2013-09-041-5/+1
* Revert "Revert r189902 as the workaround shouldn't be necessary anymore."Eric Christopher2013-09-041-1/+5
* Revert r189902 as the workaround shouldn't be necessary anymore.Eric Christopher2013-09-041-5/+1
* comment typoAndrew Trick2013-09-041-1/+1
* Remove dead subtree limit code.Andrew Trick2013-09-041-9/+0
* -view-misched-dags, better pruning.Andrew Trick2013-09-041-1/+1
* mi-sched: DEBUG cleanup, call tracePick for unidirectional scheduling.Andrew Trick2013-09-041-0/+2
* 80 columnsAndrew Trick2013-09-041-2/+2
* mi-sched: Suppress register pressure tracking when the scheduling window is t...Andrew Trick2013-09-041-16/+29
* mi-sched: Load clustering is a bit to expensive to enable unconditionally.Andrew Trick2013-09-041-1/+1
* mi-sched: Reuse an invalid HazardRecognizer to save compile time.Andrew Trick2013-09-041-6/+14
* mi-sched: bypass heuristic checks when regpressure tracking is disabled.Andrew Trick2013-09-042-27/+32
* Added -misched-regpressure option.Andrew Trick2013-09-042-21/+51
* Rename some variables to match the style guide.Rafael Espindola2013-09-041-6/+6
* R600: Use shared op optimization when checking cycle compatibilityVincent Lejeune2013-09-041-0/+2
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-09-044-19/+60
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-09-044-23/+19
* Unify and clean up.Eric Christopher2013-09-041-9/+4
* ARM: Teach A15 SDOptimizer to properly handle D-reg by-lane.Jim Grosbach2013-09-041-0/+7
* Small simplification given that insert of an empty range is a nop.Rafael Espindola2013-09-041-2/+1
* Refactor duplicated logic to a helper function.Rafael Espindola2013-09-041-36/+53
* Remove dead code.Rafael Espindola2013-09-041-10/+0
* Swift: Only build vldm/vstm with q register aligned register listsArnold Schwaighofer2013-09-041-1/+4
* Fix scheduling for vldm/vstm instructions that load/store more than 32 bytes ...Silviu Baranga2013-09-041-78/+54
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-041-11/+0
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-045-115/+41
* Error on linking appending globals with different unnamed_addr.Rafael Espindola2013-09-041-1/+5
* [Sparc] Fix an assertion failure while lowering fcmp on long double.Venkatraman Govindaraju2013-09-041-1/+1
* Fix linking of unnamed_addr in functions.Rafael Espindola2013-09-041-1/+5
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-042-2/+4