aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Merging r196858:Bill Wendling2013-12-101-1/+1
* Revert r191049 and r191059. They were causing failures. See PR17975.Bill Wendling2013-12-051-49/+4
* --- Reverse-merging r195823 into '.':Bill Wendling2013-12-011-17/+21
* Merging r195798:Bill Wendling2013-11-271-21/+17
* Merging r195148:Bill Wendling2013-11-271-1/+2
* Merging r195670:Bill Wendling2013-11-251-0/+5
* Merging r195636:Bill Wendling2013-11-251-5/+0
* Merging r195635:Daniel Sanders2013-11-252-15/+4
* Merging r195491:Bill Wendling2013-11-251-0/+44
* Merging r195599:Bill Wendling2013-11-251-0/+5
* Merging r195398:Bill Wendling2013-11-222-10/+41
* Merging r195397:Bill Wendling2013-11-222-21/+43
* Merging r195156:Bill Wendling2013-11-226-114/+75
* Merging r195339:Bill Wendling2013-11-211-40/+1
* Merging r195355:Daniel Sanders2013-11-211-14/+54
* Merging r195317:Bill Wendling2013-11-211-1/+40
* Merging r195138:Bill Wendling2013-11-201-2/+1
* Merging r195103:Bill Wendling2013-11-191-1/+2
* Merging r195093:Bill Wendling2013-11-191-4/+84
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-194-0/+11
* DwarfDebug: Move trailing else to the same line as prior closing braceDavid Blaikie2013-11-181-4/+2
* DwarfDebug: Remove some more redundant explicit constructions.David Blaikie2013-11-181-4/+3
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-181-21/+18
* Revert r194865 and r194874.Alexey Samsonov2013-11-184-11/+0
* Remove unnecessary temporary construction.David Blaikie2013-11-171-1/+1
* Remove redundant explicit default initialization.David Blaikie2013-11-171-2/+2
* DwarfCompileUnit: Add type safety to createGlobalVariableDIEDavid Blaikie2013-11-173-5/+4
* Revert "Micro-optimization"Bill Wendling2013-11-171-4/+5
* DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...Benjamin Kramer2013-11-171-1/+1
* Use more getZExtOrTruncsMatt Arsenault2013-11-172-9/+2
* Use getZExtOrTrunc instead of repeating the same logic.Matt Arsenault2013-11-171-5/+1
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-173-6/+50
* Use right address space pointer sizeMatt Arsenault2013-11-171-1/+2
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-161-1/+1
* Fix codegen for null different sized pointer.Matt Arsenault2013-11-161-2/+4
* DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...David Blaikie2013-11-162-5/+5
* DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() callDavid Blaikie2013-11-161-1/+1
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-162-2/+4
* DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...David Blaikie2013-11-152-5/+4
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-154-16/+16
* DwarfCompileUnit: Simplify getLanguage() calls to use existing member functionDavid Blaikie2013-11-151-3/+3
* Replace the dangling context hotfix with an assertion.Adrian Prantl2013-11-151-4/+1
* DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-11-152-7/+5
* DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIEDavid Blaikie2013-11-153-19/+20
* DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUsDavid Blaikie2013-11-151-5/+5
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-154-0/+11
* Fix confusing machine verifier error.Matt Arsenault2013-11-151-1/+1
* Reimplement r194843 in a slightly less broken way.Adrian Prantl2013-11-151-3/+5
* Restore the behaviour from before r194728.Adrian Prantl2013-11-151-1/+3
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-151-0/+15