index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-1
/
+1
*
Revert some parts of r196288 that were confusing and untested.
David Blaikie
2014-10-14
1
-8
/
+2
*
Add an assertion about the integrity of the iterator.
Adrian Prantl
2014-10-13
1
-0
/
+5
*
Simplify a few uses of DwarfDebug::SPMap
David Blaikie
2014-10-10
2
-22
/
+4
*
Reorder functions in WinCodeViewLineTables.cpp [NFC]
Timur Iskhodzhanov
2014-10-10
1
-51
/
+53
*
Fix a small typo, NFC
Timur Iskhodzhanov
2014-10-10
1
-1
/
+1
*
Sink the per-CU part of DwarfDebug::finishSubprogramDefinitions into DwarfCom...
David Blaikie
2014-10-10
3
-15
/
+21
*
Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE down into DwarfC...
David Blaikie
2014-10-10
4
-29
/
+40
*
Avoid unnecessary map lookup/insertion.
David Blaikie
2014-10-10
1
-2
/
+2
*
Remove unused parameter
David Blaikie
2014-10-09
2
-6
/
+5
*
Sink DwarfDebug::createAndAddScopeChildren down into DwarfCompileUnit.
David Blaikie
2014-10-09
4
-19
/
+17
*
Sink DwarfDebug::constructSubprogramScopeDIE down into DwarfCompileUnit
David Blaikie
2014-10-09
4
-49
/
+55
*
Sink DwarfDebug::createScopeChildrenDIE down into DwarfCompileUnit.
David Blaikie
2014-10-09
4
-28
/
+31
*
Sink DwarfDebug.cpp::constructVariableDIE into DwarfCompileUnit.
David Blaikie
2014-10-09
3
-12
/
+14
*
Move DwarfUnit::constructVariableDIE down to DwarfCompileUnit, since it's onl...
David Blaikie
2014-10-09
4
-72
/
+74
*
Sink DwarfDebug::constructLexicalScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-09
4
-23
/
+21
*
Missing reformatting
David Blaikie
2014-10-09
1
-1
/
+1
*
Sink DwarfDebug::constructInlinedScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-09
4
-44
/
+50
*
Push DwarfDebug::attachRangesOrLowHighPC down into DwarfCompileUnit
David Blaikie
2014-10-09
4
-15
/
+15
*
Sink DwarfDebug::addScopeRangeList down into DwarfCompileUnit
David Blaikie
2014-10-09
4
-37
/
+43
*
Sink DwarfUnit::addSectionDelta into DwarfCompileUnit, the only place it's ne...
David Blaikie
2014-10-08
4
-14
/
+12
*
Reformat some stuff I missed in recent previous commits
David Blaikie
2014-10-08
1
-2
/
+4
*
Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLa...
David Blaikie
2014-10-08
5
-40
/
+29
*
DebugInfo: The rest of pushing DwarfDebug::constructScopeDIE down into DwarfC...
David Blaikie
2014-10-08
2
-71
/
+1
*
Push DwarfDebug::constructScopeDIE down into DwarfCompileUnit
David Blaikie
2014-10-08
3
-18
/
+90
*
Fix COFF section index relocation should be 16 bits, not 32
Timur Iskhodzhanov
2014-10-08
1
-0
/
+2
*
DbgValueHistoryCalculator: Store modified registers in a BitVector instead of...
Benjamin Kramer
2014-10-06
1
-23
/
+33
*
DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.
David Blaikie
2014-10-06
4
-36
/
+34
*
Remove unused map
David Blaikie
2014-10-05
2
-6
/
+0
*
Remove unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
2014-10-04
1
-1
/
+3
*
Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-04
4
-33
/
+41
*
Reformatting accidentally left out of r219057
David Blaikie
2014-10-04
1
-1
/
+2
*
Sink DwarfDebug::attachLowHighPC into DwarfCompileUnit
David Blaikie
2014-10-04
4
-20
/
+20
*
Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)
David Blaikie
2014-10-04
7
-300
/
+352
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-1
/
+1
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+1
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
6
-85
/
+118
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
6
-118
/
+85
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
6
-85
/
+118
*
Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_bound
David Blaikie
2014-10-01
1
-6
/
+3
*
Omit DW_AT_inline under -gmlt to save a little more space.
David Blaikie
2014-09-30
1
-1
/
+2
*
DebugInfo: Sink the code emitting DW_AT_APPLE_omit_frame_ptr down to a more c...
David Blaikie
2014-09-30
2
-7
/
+5
*
Disable the -gmlt optimization implemented in r218129 under Darwin due to iss...
David Blaikie
2014-09-30
2
-3
/
+3
*
Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod...
David Blaikie
2014-09-19
2
-24
/
+37
*
Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable.
Frederic Riss
2014-09-19
3
-12
/
+13
*
Omit DW_AT_frame_base under -gmlt for size
David Blaikie
2014-09-19
1
-3
/
+7
*
Describe the -gmlt optimization committed in the previous revision.
David Blaikie
2014-09-19
1
-0
/
+1
*
Omit all the extra static attributes on subprograms in -gmlt
David Blaikie
2014-09-19
1
-0
/
+3
*
Revert part of r218041.
Frederic Riss
2014-09-18
1
-0
/
+3
[next]