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
*
CodeGen: refactor DwarfException
Saleem Abdulrasool
2014-06-11
8
-205
/
+201
*
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
2014-06-09
1
-0
/
+1
*
Generate better location ranges for some register-described variables.
Alexey Samsonov
2014-06-09
1
-24
/
+55
*
Fix typos
Alp Toker
2014-06-07
1
-1
/
+1
*
DebugInfo: Use the scope of the function declaration, if any, to name a funct...
David Blaikie
2014-06-06
3
-4
/
+10
*
DebugInfo: pubnames: include file-local (static or anonymous namespace) varia...
David Blaikie
2014-06-06
1
-9
/
+10
*
Fix a few issues with comdat handling on COFF.
Rafael Espindola
2014-06-06
1
-4
/
+2
*
Fix null dereference with -debug-only=dwarfdebug
Alexey Samsonov
2014-06-05
1
-2
/
+5
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+49
*
Revert r210221 again, due to a crash Richard Smith has provided involving sel...
David Blaikie
2014-06-05
1
-2
/
+1
*
DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...
David Blaikie
2014-06-05
2
-7
/
+2
*
DebugInfo: Roll argument insertion into variable insertion to ensure argument...
David Blaikie
2014-06-05
1
-6
/
+5
*
PR19388: DebugInfo: Emit dead arguments in their originally declared order.
David Blaikie
2014-06-05
1
-5
/
+6
*
DebugInfo: Add comments/assert description to r209674 based on Eric Christoph...
David Blaikie
2014-06-05
1
-2
/
+4
*
DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...
David Blaikie
2014-06-04
3
-14
/
+42
*
Don't emit structors for available_externally globals (PR19933)
Hans Wennborg
2014-06-04
1
-3
/
+8
*
DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariabl...
David Blaikie
2014-06-04
1
-1
/
+5
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-6
/
+4
*
DebugInfo: Assert that DbgVariables have associated DIEs
David Blaikie
2014-06-01
2
-3
/
+2
*
Fix typos
Alp Toker
2014-05-31
1
-1
/
+1
*
Roll DbgVariable::setMInsn into the constructor. No functional changes.
Adrian Prantl
2014-05-30
2
-8
/
+15
*
Fix MIPS exception personality encoding.
Logan Chien
2014-05-30
1
-1
/
+1
*
Debug Info: Remove unused code. The MInsn of an _abstract_ variable is
Adrian Prantl
2014-05-29
1
-2
/
+0
*
Change representation of instruction ranges where variable is accessible.
Alexey Samsonov
2014-05-27
3
-99
/
+110
*
Factor out looking for prologue end into a function
Alexey Samsonov
2014-05-27
1
-12
/
+12
*
Don't pre-populate the set of keys in the map with variable locations history.
Alexey Samsonov
2014-05-27
2
-11
/
+3
*
DebugInfo: partially revert cleanup committed in r209680
David Blaikie
2014-05-27
1
-1
/
+2
*
DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters.
David Blaikie
2014-05-27
3
-23
/
+12
*
DebugInfo: Create abstract function definitions even when concrete definition...
David Blaikie
2014-05-27
2
-49
/
+35
*
DebugInfo: Avoid an extra map lookup when finding abstract subprogram DIEs.
David Blaikie
2014-05-27
1
-1
/
+1
*
DebugInfo: Lazily construct subprogram definition DIEs.
David Blaikie
2014-05-27
1
-10
/
+22
*
DebugInfo: Lazily attach definition attributes to definitions.
David Blaikie
2014-05-27
3
-1
/
+30
*
DebugInfo: Separate out the addition of subprogram attribute additions so tha...
David Blaikie
2014-05-27
2
-9
/
+17
*
DwarfUnit: Remove some misleading no-op code introduced in r204162.
David Blaikie
2014-05-26
1
-4
/
+0
*
DebugInfo: Put concrete definitions referencing abstract definitions in the s...
David Blaikie
2014-05-23
1
-1
/
+3
*
Add FIXME comment based on code review feedback by Hal Finkel on r209338
David Blaikie
2014-05-23
1
-0
/
+2
*
Rename a couple of variables to be more accurate.
David Blaikie
2014-05-23
1
-8
/
+8
*
DebugInfo: Fix cross-CU references for scopes (and variables within those sco...
David Blaikie
2014-05-23
1
-3
/
+4
*
DebugInfo: Simplify dead variable collection slightly.
David Blaikie
2014-05-22
1
-3
/
+1
*
Revert "DebugInfo: Don't put fission type units in comdat sections."
David Blaikie
2014-05-21
3
-19
/
+10
*
DebugInfo: Use the SPMap to find the parent CU of inlined functions as they m...
David Blaikie
2014-05-21
1
-13
/
+11
*
DebugInfo: Ensure concrete out of line variables from inlined functions refer...
David Blaikie
2014-05-21
2
-21
/
+27
*
DebugInfo: Simplify subprogram declaration creation/references and accidental...
David Blaikie
2014-05-21
1
-21
/
+18
*
Revert "DebugInfo: Assume all subprogram DIEs have been created before any ab...
David Blaikie
2014-05-20
1
-5
/
+5
*
Unbreak the sanitizer buildbots after r209226 due to SROA issue described in ...
David Blaikie
2014-05-20
1
-4
/
+7
*
Fix test breakage introduced in r209223.
David Blaikie
2014-05-20
1
-1
/
+2
*
Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.
Alexey Samsonov
2014-05-20
3
-122
/
+142
*
PR19767: DebugInfo emission of pointer constants.
David Blaikie
2014-05-20
1
-2
/
+13
*
DebugInfo: Emit function definitions within their namespace scope.
David Blaikie
2014-05-20
1
-22
/
+0
*
DebugInfo: Assume all subprogram DIEs have been created before any abstract s...
David Blaikie
2014-05-19
1
-5
/
+5
[next]