summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* Obvious pasto survived a couple rounds of cleanup.Andrew Trick2013-11-19
* Formatting and 80-col.Eric Christopher2013-11-19
* Fix comment.Eric Christopher2013-11-19
* Refactor the section emission code to remove duplicates now thatEric Christopher2013-11-19
* Reformat file.Eric Christopher2013-11-19
* Fix patchpoint comments.Andrew Trick2013-11-19
* Add an abstraction to handle patchpoint operands.Andrew Trick2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* DwarfDebug: Move trailing else to the same line as prior closing braceDavid Blaikie2013-11-18
* DwarfDebug: Remove some more redundant explicit constructions.David Blaikie2013-11-18
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* Remove unnecessary temporary construction.David Blaikie2013-11-17
* Remove redundant explicit default initialization.David Blaikie2013-11-17
* DwarfCompileUnit: Add type safety to createGlobalVariableDIEDavid Blaikie2013-11-17
* Revert "Micro-optimization"Bill Wendling2013-11-17
* DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...Benjamin Kramer2013-11-17
* Use more getZExtOrTruncsMatt Arsenault2013-11-17
* Use getZExtOrTrunc instead of repeating the same logic.Matt Arsenault2013-11-17
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* Use right address space pointer sizeMatt Arsenault2013-11-17
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-16
* Fix codegen for null different sized pointer.Matt Arsenault2013-11-16
* DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...David Blaikie2013-11-16
* DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() callDavid Blaikie2013-11-16
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-16
* DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...David Blaikie2013-11-15
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-15
* DwarfCompileUnit: Simplify getLanguage() calls to use existing member functionDavid Blaikie2013-11-15
* Replace the dangling context hotfix with an assertion.Adrian Prantl2013-11-15
* DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-11-15
* DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIEDavid Blaikie2013-11-15
* DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUsDavid Blaikie2013-11-15
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Fix confusing machine verifier error.Matt Arsenault2013-11-15
* Reimplement r194843 in a slightly less broken way.Adrian Prantl2013-11-15
* Restore the behaviour from before r194728.Adrian Prantl2013-11-15
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-15
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-15
* Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-15
* Use a reference rather than a pointer as we don't expect a NULLEric Christopher2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* When folding memory operands, preserve existing MachineMemOperands.Andrew Trick2013-11-14
* DebugInfo: Simplify/narrow null-check for getOrCreateTypeDavid Blaikie2013-11-14
* DwarfCompileUnit::getOrCreateContext: Return the compile unit DIE rather than...David Blaikie2013-11-14
* Remove unnecessary 'else' after return.David Blaikie2013-11-14
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* Minor extension to llvm.experimental.patchpoint: don't require a call.Andrew Trick2013-11-14
* DIEHash: Move header include to be first in the implementation file to flush ...David Blaikie2013-11-13