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
*
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
*
Always emit DW_AT_declaration attribute when the variable isn't a definition.
Frederic Riss
2014-09-18
1
-3
/
+3
*
Add back a fallback case for targets that do not or cannot implement getNoopF...
Owen Anderson
2014-09-16
1
-1
/
+5
*
DebugInfo: Add comment describing the need to disable address pool usage in s...
David Blaikie
2014-09-15
1
-0
/
+5
*
Fix a lot of confusion around inserting nops on empty functions.
Rafael Espindola
2014-09-15
1
-15
/
+3
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
9
-61
/
+43
*
Cleanup: Use the appropriate API for accessing the DIVariable of a
Adrian Prantl
2014-09-10
1
-1
/
+1
*
[asan-assembly-instrumentation] Added CFI directives to the generated instrum...
Yuri Gorshenin
2014-09-10
1
-0
/
+5
*
Sink PrevCU updating into DwarfUnit::addRange to ensure consistency
David Blaikie
2014-09-09
4
-6
/
+8
*
Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address ran...
David Blaikie
2014-09-09
3
-15
/
+3
*
DebugInfo: Do not use DW_FORM_GNU_addr_index in skeleton CUs, GDB 7.8 errors ...
David Blaikie
2014-09-07
1
-1
/
+1
*
CodeGen: indicate Windows unwind data format
Saleem Abdulrasool
2014-09-01
1
-1
/
+6
*
CodeGen: split out the Win64Exception emitter
Saleem Abdulrasool
2014-09-01
4
-34
/
+54
*
DebugInfo: Elide lexical scopes which only contain other (inline or lexical) ...
David Blaikie
2014-08-31
2
-15
/
+31
*
DebugInfo: Move argument creation up into the caller that's unambiguously han...
David Blaikie
2014-08-31
2
-26
/
+34
*
Delay adding imported entity DIEs to the lexical scope, streamlining the chec...
David Blaikie
2014-08-31
1
-5
/
+5
*
Modify DwarfDebug::constructImportedEntityDIE to return rather than insert in...
David Blaikie
2014-08-31
2
-16
/
+7
*
Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a ...
David Blaikie
2014-08-31
2
-11
/
+16
*
Simplify expression using container's front() rather than begin()->
David Blaikie
2014-08-31
1
-3
/
+1
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
2
-4
/
+4
*
Debug info: Add a new explicit DIDescriptor flag for the "public" access
Adrian Prantl
2014-08-29
1
-3
/
+3
*
Revert accidentally committed patches r216787-r216789
David Blaikie
2014-08-29
2
-29
/
+9
*
Omit DW_AT_artificial, DW_AT_external, and similar attributes under -gmlt
David Blaikie
2014-08-29
1
-0
/
+3
*
Omit dwarf::DW_AT_frame_base under -gmlt
David Blaikie
2014-08-29
1
-3
/
+6
*
Stuff
David Blaikie
2014-08-29
1
-6
/
+20
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
Use DwarfDebug::attachLowHighPC for the compilation unit DIE.
Frederic Riss
2014-08-29
1
-4
/
+1
*
Constify MCSymbol* parameters to DwarfDebug::attachLowHighPC.
Frederic Riss
2014-08-28
2
-3
/
+3
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-3
/
+5
*
Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...
Craig Topper
2014-08-27
1
-1
/
+1
*
Remove type unit skeletons. GDB no longer needs them & this saves a heap of s...
David Blaikie
2014-08-27
1
-22
/
+1
*
Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...
David Blaikie
2014-08-21
1
-2
/
+2
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-6
/
+4
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
2
-4
/
+4
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
2
-4
/
+4
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
2
-4
/
+4
[next]