summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Avoid an infinite cycle with private linkage and -f{data|function}-sections.Rafael Espindola2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-18
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* Add a DIELoc class to cover the DW_FORM_exprloc set of expressionsEric Christopher2014-02-16
* DebugInfo: Deduplicate entries in the fission address tableDavid Blaikie2014-02-15
* DwarfDebug: Remove dead code.David Blaikie2014-02-15
* DebugInfo: Implement DW_AT_stmt_list for type unitsDavid Blaikie2014-02-14
* DwarfUnit: Remove unnecessarily explicit/out of line virtual dtors.David Blaikie2014-02-14
* DwarfUnit: Remove unnecessary (void)t; that was previously used to suppress -...David Blaikie2014-02-14
* DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fis...David Blaikie2014-02-14
* TargetLowering: n * r where n > 2 should be an illegal addressing modeTom Stellard2014-02-14
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-14
* Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov2014-02-14
* Revert "DebugInfo: Don't include the name of the CU file in the line table fi...Eric Christopher2014-02-14
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-14
* Disable emission of aranges by default and add a command lineEric Christopher2014-02-14
* Use __literal16. It has been supported by the linker since 2005.Rafael Espindola2014-02-13
* [PR18809] Revert r201187, "DebugInfo: Don't include the name of the CU file i...NAKAMURA Takumi2014-02-13
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* [RegAlloc] Fix the assertion in the last chance recoloring to match theQuentin Colombet2014-02-13
* [DAG] Fix the recognition of opaque constants in the SelectionDAGBuilder.Juergen Ributzka2014-02-13
* Reformat a few lines with clang-format.Eric Christopher2014-02-12
* 80-col.Eric Christopher2014-02-12
* [Stackmaps] Improve the stackmap lowering code in the SelectionDAGBuilder.Juergen Ributzka2014-02-12
* [Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the ...Juergen Ributzka2014-02-12
* Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.Adrian Prantl2014-02-12
* Pass edges weights to MachineBasicBlock::addSuccessor in TailDuplicatePass toAkira Hatanaka2014-02-12
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* DwarfUnit: Include type unit's file strings in the defining compile unit's fi...David Blaikie2014-02-12
* Fix some formatting in my last commit (r201196)David Blaikie2014-02-12
* DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...David Blaikie2014-02-12
* DwarfUnit: Refactor DW_AT_file creation into a common function.David Blaikie2014-02-12
* DwarfUnit: Replace unnecessary conditionals with asserts.David Blaikie2014-02-11
* Reapply r201180 with an additional error path.Adrian Prantl2014-02-11
* Revert "Debug info: Emit values in subregisters that do not have a separate"Adrian Prantl2014-02-11
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-11
* whitespaceAdrian Prantl2014-02-11
* Debug info: Emit values in subregisters that do not have a separateAdrian Prantl2014-02-11
* Teach the DAGCombiner how to fold concat_vector nodes when the input is twoRobert Lougher2014-02-11
* DebugInfo: Use existing symbol rather than creating it again.David Blaikie2014-02-11
* [Stackmaps] Cleanup code. No functional change intended.Juergen Ributzka2014-02-10
* Remove some prototype code accidentally committed in r201043David Blaikie2014-02-10
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Fix formatting introduced in r200941David Blaikie2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it.Rafael Espindola2014-02-07
* Refactor logic into a function predicate.Rafael Espindola2014-02-07