summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify and clean up.Eric Christopher2013-09-041-9/+4
* Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...Michael Gottesman2013-09-042-36/+7
* Revert "Remove the darwin gdb option, that version of gdb is now dead and the...Michael Gottesman2013-09-042-7/+36
* Remove the darwin gdb option, that version of gdb is now dead andEric Christopher2013-09-042-36/+7
* Make the default dwarf version 3 for darwin when we can't find oneEric Christopher2013-09-041-1/+5
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-032-0/+23
* Sentences end with periods.Eric Christopher2013-09-031-2/+2
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-032-6/+240
* Fix my previous checkin to updatePressureDiffs.Andrew Trick2013-08-311-4/+19
* Use LiveRangeQuery for instruction-level liveness queries.Andrew Trick2013-08-302-7/+9
* mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick2013-08-303-29/+85
* Replace LiveInterval::killedAt with isKilledAtInstr.Andrew Trick2013-08-302-4/+4
* mi-sched: improve the generic register pressure comparison.Andrew Trick2013-08-301-14/+12
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-303-66/+264
* comment typoAndrew Trick2013-08-301-1/+1
* Don't bother emitting the pubtypes section on darwin since there aren'tEric Christopher2013-08-301-7/+3
* Reformat slightly.Eric Christopher2013-08-301-4/+4
* Comment and revise the cyclic critical path code.Andrew Trick2013-08-292-72/+116
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-291-5/+0
* Add getUnrollingPreferences to TTIHal Finkel2013-08-291-0/+5
* Use TargetSubtargetInfo::useAA() in DAGCombineHal Finkel2013-08-291-3/+10
* Add useAA() to TargetSubtargetInfoHal Finkel2013-08-291-13/+19
* Fix a typo and coding style of a previous commit. No functional change.Juergen Ributzka2013-08-281-3/+2
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-282-113/+0
* Add a TODO here.Eric Christopher2013-08-281-0/+1
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-282-0/+12
* Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher2013-08-271-22/+53
* DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover2013-08-271-6/+24
* Remove an over-zealous assertion. A pointer type could be illegal if the tar...Owen Anderson2013-08-271-1/+0
* Formatting.Eric Christopher2013-08-261-10/+10
* Make the lifetime of the DICompileUnit we're constructing from theEric Christopher2013-08-261-2/+1
* Have the skeleton compile unit construction method take the CU itEric Christopher2013-08-262-6/+6
* Remove duplicate set of CompilationDir.Eric Christopher2013-08-261-1/+0
* Remove the language parameter and variable from the compile unit. WeEric Christopher2013-08-263-16/+16
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-262-17/+20
* Only emit the section sym if we're emitting the section.Eric Christopher2013-08-261-1/+2
* Fix thinko.Eric Christopher2013-08-261-1/+1
OpenPOWER on IntegriCloud