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
*
Cleanup: Calls to getDwarfRegNum() may actually fail, if there is
Adrian Prantl
2014-12-05
3
-27
/
+44
*
Prologue support
Peter Collingbourne
2014-12-03
1
-3
/
+7
*
Debug Info: revert r222195, r222210 and r222239.
Manman Ren
2014-11-21
1
-2
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
2
-3
/
+4
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-2
/
+1
*
Allow DwarfCompileUnit::constructImportedEntityDIE to instanciate a GlobalVar...
Frederic Riss
2014-11-18
1
-0
/
+2
*
Debug Info: In DIBuilder, the context field of a global variable is updated to
Manman Ren
2014-11-18
1
-2
/
+2
*
Rename EH related stuff to be more precise
Reid Kleckner
2014-11-14
3
-9
/
+9
*
Allow the use of functions as typeinfo in landingpad clauses
Reid Kleckner
2014-11-14
2
-7
/
+7
*
Fix emission of Dwarf accelerator table when there are multiple CUs.
Frederic Riss
2014-11-12
3
-7
/
+10
*
Temporary fix for PR21528 - use mangled C++ function names in COFF debug info...
Timur Iskhodzhanov
2014-11-12
1
-1
/
+8
*
[COFF] Make it clearer that the symbols subsection holds function display nam...
Timur Iskhodzhanov
2014-11-12
1
-1
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
2
-5
/
+5
*
Add Forward Control-Flow Integrity.
Tom Roeder
2014-11-11
1
-6
/
+6
*
Compute the correct jump table entries on 32 bit windows.
Rafael Espindola
2014-11-06
1
-2
/
+3
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
2
-5
/
+5
*
Provide gmlt-like inline scope information in the skeleton CU to facilitate s...
David Blaikie
2014-11-04
5
-31
/
+74
*
Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere w...
David Blaikie
2014-11-04
3
-14
/
+14
*
CodeGen: Enable DWARF emission for MS ABI targets
David Majnemer
2014-11-04
1
-5
/
+3
*
Use common range handling for the CU's ranges
David Blaikie
2014-11-03
4
-55
/
+38
*
Push the CURangeList down into the skeleton CU (where available) rather than ...
David Blaikie
2014-11-03
3
-3
/
+3
*
Add DwarfCompileUnit::BaseAddress to track the base address used by relative ...
David Blaikie
2014-11-03
3
-7
/
+11
*
Cleanup some unused or trivial functions in DwarfCompileUnit
David Blaikie
2014-11-03
2
-7
/
+1
*
Sink DwarfUnit::CURanges into DwarfCompileUnit
David Blaikie
2014-11-03
3
-8
/
+7
*
Revert r221150, as it broke sanitizer tests
Oliver Stannard
2014-11-03
2
-2
/
+2
*
Emit .eh_frame with relocations to functions, rather than sections
Oliver Stannard
2014-11-03
2
-2
/
+2
*
Sink range list handling down from DwarfUnit into its only use, in DwarfCompi...
David Blaikie
2014-11-03
2
-15
/
+15
*
Formatting
David Blaikie
2014-11-02
1
-1
/
+1
*
Add DwarfUnit::isDwoUnit and use it to generalize string creation
David Blaikie
2014-11-02
5
-15
/
+34
*
Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into Dwa...
David Blaikie
2014-11-02
3
-4
/
+7
*
Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit
David Blaikie
2014-11-02
4
-8
/
+10
*
Sink DwarfUnit::addExpr into DwarfCompileUnit
David Blaikie
2014-11-02
4
-10
/
+10
*
Fix the build from the last commit
David Blaikie
2014-11-02
1
-2
/
+2
*
Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit
David Blaikie
2014-11-02
4
-12
/
+12
*
Sink DwarfUnit::addLocationList down into DwarfCompileUnit
David Blaikie
2014-11-02
4
-13
/
+12
*
Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit
David Blaikie
2014-11-02
4
-67
/
+65
*
Push DwarfUnit::addAddress down into DwarfCompileUnit
David Blaikie
2014-11-02
4
-24
/
+22
*
Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don...
David Blaikie
2014-11-02
4
-18
/
+17
*
DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...
David Blaikie
2014-11-02
6
-33
/
+42
*
Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalName
David Blaikie
2014-11-02
2
-7
/
+15
*
DebugInfo: Refactor index type DIE initialization by rolling it into the acce...
David Blaikie
2014-11-02
2
-10
/
+13
*
Be sure to initialize DwarfCompileUnit::LabelBegin now that it may be skipped...
David Blaikie
2014-11-02
1
-1
/
+1
*
Don't bother creating LabelBegin for .dwo units
David Blaikie
2014-11-02
2
-4
/
+8
*
Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the sk...
David Blaikie
2014-11-02
2
-17
/
+5
*
Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only p...
David Blaikie
2014-11-02
3
-10
/
+10
*
Sink dwarf unit length emission down into DwarfUnit::emitHeader
David Blaikie
2014-11-01
4
-7
/
+14
*
Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...
David Blaikie
2014-11-01
5
-12
/
+5
*
Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.
David Blaikie
2014-11-01
4
-40
/
+28
*
Make DwarfCompileUnit::Skeleton more narrowly typed (DwarfCompileUnit* instea...
David Blaikie
2014-11-01
1
-3
/
+3
*
Sink DwarfUnit::Skeleton down into DwarfCompileUnit
David Blaikie
2014-11-01
4
-25
/
+25
[next]