summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Keep the link register for uwtable.Logan Chien2014-02-25
* Fix typosAlp Toker2014-02-25
* Indent this continued line.Nick Lewycky2014-02-25
* Add missing constMatt Arsenault2014-02-24
* Trivial code simplificationMatt Arsenault2014-02-24
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* LocalStackSlotAllocation: Turn one-iteration loop into if.Benjamin Kramer2014-02-23
* Fix typoManman Ren2014-02-22
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-22
* [CodeGenPrepare] Fix the check of the legality of an instruction.Quentin Colombet2014-02-22
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* [DAGCombiner] PCMP* sets its result to all ones or zeros so we can AND with theQuentin Colombet2014-02-21
* [Stackmaps] Move the target-independent frame index elimination for stackmaps...Juergen Ributzka2014-02-21
* DebugInfo: Remove the empty macinfo section.David Blaikie2014-02-21
* Rename a few more DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* Fix change in behaviour accidentally introduced in r201754.Nick Lewycky2014-02-20
* Simplify the implementation of getUnderlyingObjectsForInstr, without intendin...Nick Lewycky2014-02-20
* Add support for hashing attributes with DW_FORM_block. This requiredEric Christopher2014-02-20
* Make DIELoc/DIEBlock's ComputeSize method const. Add a setSizeEric Christopher2014-02-20
* Format.Eric Christopher2014-02-20
* Add support for hashing DW_FORM_sdata and a small testcase.Eric Christopher2014-02-20
* Remove FIXME that had snuck in.Eric Christopher2014-02-20
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* 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