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
*
Use operator<< instead of print in a few more places.
Rafael Espindola
2015-05-27
2
-5
/
+2
*
Use "auto &" in range-based for-loop and remove the extra braces.
Adrian Prantl
2015-05-26
1
-2
/
+1
*
Fix a use-after-free in a DEBUG output.
Adrian Prantl
2015-05-26
1
-4
/
+4
*
AsmPrinter: Avoid creating symbols in DwarfStringPool
Duncan P. N. Exon Smith
2015-05-24
2
-4
/
+14
*
AsmPrinter: Prune an include, NFC
Duncan P. N. Exon Smith
2015-05-24
3
-1
/
+3
*
AsmPrinter: Remove dead code, NFC
Duncan P. N. Exon Smith
2015-05-24
1
-17
/
+0
*
AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable
Duncan P. N. Exon Smith
2015-05-24
2
-1
/
+11
*
AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable, NFC
Duncan P. N. Exon Smith
2015-05-24
3
-17
/
+11
*
AsmPrinter: Make DIEString small
Duncan P. N. Exon Smith
2015-05-24
2
-29
/
+38
*
AsmPrinter: Extract DwarfStringPoolEntry from DwarfStringPool, NFC
Duncan P. N. Exon Smith
2015-05-24
2
-14
/
+14
*
AsmPrinter: Emit the DwarfStringPool offset directly when possible
Duncan P. N. Exon Smith
2015-05-24
3
-23
/
+35
*
AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC
Duncan P. N. Exon Smith
2015-05-24
2
-14
/
+11
*
Silencing a spurious -Wreturn-type warning; NFC.
Aaron Ballman
2015-05-23
1
-0
/
+1
*
AsmPrinter: Remove the vtable-entry from DIEValue
Duncan P. N. Exon Smith
2015-05-23
1
-29
/
+86
*
CodeGen: Remove redundant DIETypeSignature::dump(), NFC
Duncan P. N. Exon Smith
2015-05-23
1
-2
/
+0
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
12
-48
/
+43
*
AsmPrinter: Compute absolute label difference directly
Duncan P. N. Exon Smith
2015-05-21
1
-0
/
+4
*
Don't generate comments in the DebugLocStream unless required. NFC.
Pete Cooper
2015-05-20
3
-10
/
+22
*
Revert "Add bool to DebugLocDwarfExpression to control emitting comments."
Pete Cooper
2015-05-20
4
-17
/
+6
*
Add bool to DebugLocDwarfExpression to control emitting comments.
Pete Cooper
2015-05-20
4
-6
/
+17
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
6
-26
/
+26
*
Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.
Akira Hatanaka
2015-05-15
2
-3
/
+10
*
[WinEH] Update exception numbering to give handlers their own base state.
Andrew Kaylor
2015-05-11
1
-1
/
+13
*
DwarfDebug: Emit number of bytes in .debug_loc entry directly
Duncan P. N. Exon Smith
2015-05-06
1
-6
/
+3
*
Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-05
1
-0
/
+2
*
DebugInfo: Use low_pc relative debug_ranges under fission when the CU has a l...
David Blaikie
2015-05-02
1
-1
/
+1
*
Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-2
/
+0
*
Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-0
/
+2
*
Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-2
/
+0
*
[WinEH] Add an EH registration and state insertion pass for 32-bit x86
Reid Kleckner
2015-05-01
1
-0
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
15
-265
/
+264
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
19
-427
/
+427
*
Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...
Reid Kleckner
2015-04-23
1
-40
/
+0
*
Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...
Reid Kleckner
2015-04-23
1
-0
/
+40
*
[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works
Reid Kleckner
2015-04-22
1
-40
/
+0
*
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
3
-9
/
+9
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
12
-75
/
+77
*
Re-land r235154-r235156 under the existing -sehprepare flag
Reid Kleckner
2015-04-21
1
-0
/
+30
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
8
-43
/
+45
*
DebugInfo: Delete old subclasses of DIType
Duncan P. N. Exon Smith
2015-04-20
4
-32
/
+29
*
DwarfUnit: Split MDSubroutineType version of constructTypeDIE()
Duncan P. N. Exon Smith
2015-04-20
3
-32
/
+36
*
DwarfUnit: Cleanup comments
Duncan P. N. Exon Smith
2015-04-20
2
-194
/
+87
*
DebugInfo: Remove DIType
Duncan P. N. Exon Smith
2015-04-20
4
-27
/
+27
*
DebugInfo: Remove DIScope
Duncan P. N. Exon Smith
2015-04-20
4
-28
/
+29
*
DebugInfo: Remove typedefs for DITypeRef, etc.
Duncan P. N. Exon Smith
2015-04-20
2
-4
/
+4
*
DebugInfo: Delete DIDescriptor (but not its subclasses)
Duncan P. N. Exon Smith
2015-04-18
3
-21
/
+16
*
DebugInfo: Remove DIDescriptor from the DebugInfo API
Duncan P. N. Exon Smith
2015-04-17
1
-1
/
+1
*
AsmPrinter: Create a unified .debug_loc stream
Duncan P. N. Exon Smith
2015-04-17
8
-86
/
+182
*
Remove dead code, NFC
Duncan P. N. Exon Smith
2015-04-17
1
-8
/
+0
*
[WinEH] Reusing HandlerType entries leads to small CatchHigh values
David Majnemer
2015-04-17
1
-1
/
+0
[next]