summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* 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
* PGO branch weight: fix PR18752.Manman Ren2014-02-07
* Track register pressure a bit more carefully (weird corner case).Andrew Trick2014-02-06
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-06
* Yet another patch to reduce compile time for small programs:Puyan Lotfi2014-02-06
* The following patch' purpose is to reduce compile time for compilation of smallPuyan Lotfi2014-02-06
* This small change reduces compile time for small programs on targets that havePuyan Lotfi2014-02-06
* [DAG] Don't pull the binary operation though the shift if the operands have o...Juergen Ributzka2014-02-06
* Pass address space to allowsUnalignedMemoryAccessesMatt Arsenault2014-02-05
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-05
* [RegAlloc] Add a last chance recoloring mechanism when everything else failed toQuentin Colombet2014-02-05
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-05
* Use the default values.Rafael Espindola2014-02-04
* RegAllocGreedy.cpp: Use more simple value as Hysteresis, to suppress -mfpmath...NAKAMURA Takumi2014-02-04
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-04
* Expand vector bswap in LegalizeVectorOpsHal Finkel2014-02-03
* Remove some unused #includesEli Bendersky2014-02-01
* [stackprotector] Implement the sspstrong rules for stack layout.Josh Magee2014-02-01
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* Don't put non-static allocas in the static alloca mapReid Kleckner2014-01-31
* Remove a redundant call to hasRawTextSupport.Rafael Espindola2014-01-31
* If we're not producing DWARF accel tables, don't waste memoryPaul Robinson2014-01-31
* Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashingEric Christopher2014-01-31
* DebugInfo: Flag type unit references as declarationsDavid Blaikie2014-01-31
* This patch teaches the DAGCombiner how to fold insert_subvector nodesManman Ren2014-01-31
* DAGCombine should not produce ISD::OR nodes after operation legalization if t...Owen Anderson2014-01-31
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-31
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* Revert "[Stackmaps] Record the stack size of each function that contains a st...Juergen Ributzka2014-01-30