summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* 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
* DebugInfo: Rename generic unit references to "TheU" instead of TheCU now that...David Blaikie2013-12-02
* DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.David Blaikie2013-12-02
* DebugInfo: Refactor CompileUnit into a Unit baseclass and CompileUnit/TypeUni...David Blaikie2013-12-02
* DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.David Blaikie2013-12-02
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Reverse the order of eviction checks for possible compile time savings. No fu...Andrew Trick2013-11-29
* Teach LocalStackSlotAllocation that stackmaps/patchpoints don't have rangeLang Hames2013-11-29
* Remove unused variable from r195944.Lang Hames2013-11-29
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* Remove an always true parameter.Rafael Espindola2013-11-28
* DebugInfo: Do not include variables only referenced by templates in aranges.David Blaikie2013-11-27
* Show stackmap entry encodings in stackmap debug logs. This makes it easier toLang Hames2013-11-27
* Use the same tls section name as msvc.Rafael Espindola2013-11-27
* Use simple section names for COMDAT sections on COFF.Rafael Espindola2013-11-27
* 80-column fixups.Eric Christopher2013-11-26
* DwarfDebug: Include type units in accelerator tables.David Blaikie2013-11-26
* Rename DwarfException methods so the new names are consistent with DwarfDebug...Timur Iskhodzhanov2013-11-26
* StackMap: Implement support for DirectMemRefOp.Andrew Trick2013-11-26
* DebugInfo: Remove CompileUnit::constructTypeDIEImpl now that it's just a simp...David Blaikie2013-11-26
* DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...David Blaikie2013-11-26
* DebugInfo: Pubtypes: Coelesce pubtype registration with accelerator type regi...David Blaikie2013-11-26
* Unrevert r195599 with testcase fix.Bill Wendling2013-11-25
* Revert r195599 as it broke the builds.Amara Emerson2013-11-25
* Fixed tryFoldToZero() for vector types that need expansion.Daniel Sanders2013-11-25
* Don't look past volatile loads.Bill Wendling2013-11-25
* Output a bit more information in the debug printing for MBP. This wasChandler Carruth2013-11-25
* DwarfDebug: Move ownership of CompileUnits into DwarfUnitsDavid Blaikie2013-11-23
* Refactor DW_AT_ranges handling to use labels for ranges rather thanEric Christopher2013-11-23
* Reformat const for readability.Eric Christopher2013-11-23
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* DEBUG shouldEvict decisionsAndrew Trick2013-11-22
* Minor cleanup. EvictionCost ctor was confusing relative to the other costs fl...Andrew Trick2013-11-22
* patchpoint: factor SD builder code for live vars. Plain stackmap also optimiz...Andrew Trick2013-11-22
* patchpoint: eliminate hard coded operand indices.Andrew Trick2013-11-22
* SelectionDAG: Optimize expansion of vec_type = BITCAST scalar_typeTom Stellard2013-11-22
* Split SETCC if VSELECT requires splitting too.Tom Stellard2013-11-22
* In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into aEric Christopher2013-11-21