summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Fix unused variables.Eli Friedman2013-09-102-1/+2
* Hoist section call out of loop.Eric Christopher2013-09-101-2/+2
* Debug Info: create scope children DIEs when the scope DIE is not null.Manman Ren2013-09-102-19/+54
* Debug Info: define a DIRef template.Manman Ren2013-09-102-6/+4
* Don't use getSetCCResultType for creating a vselectMatt Arsenault2013-09-101-2/+1
* Enable -misched-cyclicpath by default.Andrew Trick2013-09-091-1/+1
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-093-27/+1
* mi-sched: smooth out the cyclicpath heuristic.Andrew Trick2013-09-091-1/+4
* white spaces and long linesJack Carter2013-09-091-45/+81
* Always add global names. We're adding them in the rest of the codeEric Christopher2013-09-091-3/+2
* Rename for consistency.Eric Christopher2013-09-092-4/+4
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-091-4/+3
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-092-7/+7
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-093-5/+31
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-092-36/+53
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-093-1/+18
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-092-5/+5
* [stackprotector] Modernize code with IRBuilderBenjamin Kramer2013-09-091-32/+17
* [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-091-21/+18
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-3/+4
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-071-1/+1
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-061-1/+1
* mi-sched: cleanup register pressure update, remove a FIXME.Andrew Trick2013-09-061-19/+26
* mi-sched: improve regpressure tracing.Andrew Trick2013-09-061-2/+7
* mi-sched: print tree size in -view-misched-dagsAndrew Trick2013-09-061-1/+5
* mi-sched: register pressure update tracing.Andrew Trick2013-09-061-0/+4
* mi-sched: Reorder Cyclicpath (latency) and CriticalMax (pressure) heuristics.Andrew Trick2013-09-061-4/+4
* Added MachineSchedPolicy.Andrew Trick2013-09-061-35/+51
* avoid unnecessary direct access to LiveInterval::rangesMatthias Braun2013-09-063-31/+30
* remove unused argument from LiveRanges::join()Matthias Braun2013-09-062-4/+2
* remove pointless assertMatthias Braun2013-09-061-2/+0
* fix commentMatthias Braun2013-09-061-1/+1
* SelectionDAG: create correct BooleanContent constantsTim Northover2013-09-062-2/+11
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-053-1/+14
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-054-56/+14
* Reformat.Eric Christopher2013-09-052-99/+103
* mi-sched: Force bottom up scheduling for generic targets.Andrew Trick2013-09-041-3/+23
* 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
OpenPOWER on IntegriCloud