summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...Michael Gottesman2013-09-04
* Revert "Remove the darwin gdb option, that version of gdb is now dead and the...Michael Gottesman2013-09-04
* Remove the darwin gdb option, that version of gdb is now dead andEric Christopher2013-09-04
* Make the default dwarf version 3 for darwin when we can't find oneEric Christopher2013-09-04
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-03
* Sentences end with periods.Eric Christopher2013-09-03
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-03
* Fix my previous checkin to updatePressureDiffs.Andrew Trick2013-08-31
* Use LiveRangeQuery for instruction-level liveness queries.Andrew Trick2013-08-30
* mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick2013-08-30
* Replace LiveInterval::killedAt with isKilledAtInstr.Andrew Trick2013-08-30
* mi-sched: improve the generic register pressure comparison.Andrew Trick2013-08-30
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-30
* comment typoAndrew Trick2013-08-30
* Don't bother emitting the pubtypes section on darwin since there aren'tEric Christopher2013-08-30
* Reformat slightly.Eric Christopher2013-08-30
* Comment and revise the cyclic critical path code.Andrew Trick2013-08-29
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-29
* Add getUnrollingPreferences to TTIHal Finkel2013-08-29
* Use TargetSubtargetInfo::useAA() in DAGCombineHal Finkel2013-08-29
* Add useAA() to TargetSubtargetInfoHal Finkel2013-08-29
* Fix a typo and coding style of a previous commit. No functional change.Juergen Ributzka2013-08-28
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-28
* Add a TODO here.Eric Christopher2013-08-28
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-28
* Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher2013-08-27
* DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover2013-08-27
* Remove an over-zealous assertion. A pointer type could be illegal if the tar...Owen Anderson2013-08-27
* Formatting.Eric Christopher2013-08-26
* Make the lifetime of the DICompileUnit we're constructing from theEric Christopher2013-08-26
* Have the skeleton compile unit construction method take the CU itEric Christopher2013-08-26
* Remove duplicate set of CompilationDir.Eric Christopher2013-08-26
* Remove the language parameter and variable from the compile unit. WeEric Christopher2013-08-26
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-26
* Only emit the section sym if we're emitting the section.Eric Christopher2013-08-26
* Fix thinko.Eric Christopher2013-08-26
* SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()Tom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when splitting vector storesTom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* AsmPrinter: Get rid of llvm$workaround$fake$stub$David Majnemer2013-08-25
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-24
* Simplify code. No functionality change.Benjamin Kramer2013-08-24
* DwarfDebug: Delete orphaned children.Benjamin Kramer2013-08-24
* PrintVRegOrUnitAndrew Trick2013-08-23
* Rename to RegPressure API parameters RegUnits.Andrew Trick2013-08-23
* Simplify RegPressure helpers.Andrew Trick2013-08-23
* Add a convenient PSetIterator for visiting pressure sets affected by a register.Andrew Trick2013-08-23
* Adds cyclic critical path computation and heuristics, temporarily disabled.Andrew Trick2013-08-23
* MI Sched: record local vreg uses.Andrew Trick2013-08-23
* mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...Andrew Trick2013-08-23