summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Correct think-o in foldPatchpoint. Thanks to Andy Trick for pointing it out.Lang Hames2013-12-07
* Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune2013-12-07
* DebugInfo: Move unit begin/end labels into the unitDavid Blaikie2013-12-06
* DebugInfo: Include the section and start-of-section label in the unitDavid Blaikie2013-12-06
* DwarfDebug: Walk skeletons during fission pubtypes/pubnames emissionDavid Blaikie2013-12-06
* DebugInfo: Ensure unit IDs (for non-skeletal units) match thein index in the ...David Blaikie2013-12-06
* comment grammarAndrew Trick2013-12-06
* Fix bug introduced in r196517.Daniel Jasper2013-12-06
* Check hint registers for interference only once before evictionsAditya Nandakumar2013-12-05
* Revert part of GCC warning fix to fix debug build.Matt Arsenault2013-12-05
* Fix minor GCC warnings.Matt Arsenault2013-12-05
* Rename DwarfUnits to DwarfFile to help avoid some naming confusion.Eric Christopher2013-12-05
* MI-Sched: Model "reserved" processor resources.Andrew Trick2013-12-05
* MI-Sched: handle latency of in-order operations with the new machine model.Andrew Trick2013-12-05
* comment typo and reformatAndrew Trick2013-12-05
* DwarfDebug/DwarfUnit: Push abbreviation structures down into DwarfUnits to re...David Blaikie2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* Try harder to get a consistent floating point results.Rafael Espindola2013-12-05
* DwarfDebug: Avoid unnecessary abbreviation lookup when emitting DIEsDavid Blaikie2013-12-05
* DwarfDebug: Remove trivial function wrapperDavid Blaikie2013-12-05
* 80-column.Eric Christopher2013-12-05
* Remove special handling for DW_AT_ranges support by constructing theEric Christopher2013-12-05
* Fix comment.Eric Christopher2013-12-05
* DwarfUnit: Correct comment by generalizing over all units, not just compilati...David Blaikie2013-12-04
* Update comment.Eric Christopher2013-12-04
* Update comment.Eric Christopher2013-12-04
* Remove incorrect comment and pointless cast.Eric Christopher2013-12-04
* const on its own line is confusing.Eric Christopher2013-12-04
* Simplify check.Eric Christopher2013-12-04
* Reformat slightly.Eric Christopher2013-12-04
* Make RangeSpanList take a symbol for the beginning of the rangeEric Christopher2013-12-04
* DwarfDebug: Unconditionalize trivial asm commentsDavid Blaikie2013-12-04
* DwarfDebug: Reduce code duplication for sec offset emissionDavid Blaikie2013-12-04
* Couple of small logical cleanups to use !empty rather than otherEric Christopher2013-12-04
* Use move and stack allocation for RangeSpanLists. As a result makeEric Christopher2013-12-04
* DebugInfo: Remove unused start/end labels for the debug_abbrevs sectionDavid Blaikie2013-12-04
* DebugInfo: Avoid recreating matching labels in disparate places.David Blaikie2013-12-04
* Update comment grammar and contents.Eric Christopher2013-12-03
* Fixed various whitespace/spelling/80+ issues.Michael Gottesman2013-12-03
* Fix a typo in a commentTimur Iskhodzhanov2013-12-03
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-03
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-03
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-03
* Added MachineBlockFrequencyInfo::view for displaying the block frequency prop...Michael Gottesman2013-12-03
* Refactor the handling of lexical block and inline scope rangesEric Christopher2013-12-03
* Update doxygen tags.Eric Christopher2013-12-03
* Reorder member function declarations to match source order.Eric Christopher2013-12-03
* Make ranges and range lists be a discrete entity that can be locatedEric Christopher2013-12-03
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* Remove unnecessary/commented-out header inclusion.David Blaikie2013-12-02