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
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DWARF] Suppress .loc directives from CFI instructions
Paul Robinson
2016-12-09
1
-2
/
+2
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-39
/
+39
*
This change removes the dependency on DwarfDebug that was used for DW_FORM_re...
Greg Clayton
2016-12-01
1
-7
/
+6
*
revert r288283 as it causes debug info (line numbers) to be lost in instrumen...
Kostya Serebryany
2016-12-01
1
-47
/
+8
*
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-4
/
+4
*
Recommit r288212: Emit 'no line' information for interesting 'orphan' instruc...
Paul Robinson
2016-11-30
1
-8
/
+47
*
Revert r288212 due to lldb failure.
Paul Robinson
2016-11-29
1
-47
/
+8
*
Emit 'no line' information for interesting 'orphan' instructions.
Paul Robinson
2016-11-29
1
-8
/
+47
*
Rely on a single DWARF version instead of having two copies
Greg Clayton
2016-11-23
1
-6
/
+8
*
Restructure DwarfDebug::beginInstruction(). [NFC]
Paul Robinson
2016-11-22
1
-21
/
+26
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-3
/
+6
*
Simplify control flow in the the DWARF expression compiler
Adrian Prantl
2016-11-02
1
-9
/
+6
*
Emit DW_OP_piece also if the previous value was a constant.
Adrian Prantl
2016-11-02
1
-4
/
+6
*
Import/update constants from the DWARF 5 public review draft document.
Adrian Prantl
2016-10-28
1
-2
/
+2
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-5
/
+4
*
Invoke add-discriminator at -g0 -fsample-profile
Dehao Chen
2016-10-07
1
-1
/
+2
*
Stop calling getTargetTriple off of the AsmPrinter and constructing a
Eric Christopher
2016-10-01
1
-2
/
+2
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-1
/
+9
*
Make some LLVM_CONSTEXPR variables const. NFC.
George Burgess IV
2016-08-25
1
-1
/
+1
*
DebugInfo: Add flag to CU to disable emission of inline debug info into the s...
David Blaikie
2016-08-24
1
-2
/
+4
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-7
/
+5
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-1
/
+1
*
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
DwarfDebug: Simplify. NFC.
Peter Collingbourne
2016-06-01
1
-6
/
+2
*
[MC] Rename EmitFill to emitFill
Petr Hosek
2016-06-01
1
-1
/
+1
*
DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when not targeting LLDB
David Blaikie
2016-05-24
1
-8
/
+12
*
CodeGen: Move the call to DwarfDebug::beginModule() out of the constructor.
Peter Collingbourne
2016-05-20
1
-5
/
+1
*
CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.
Peter Collingbourne
2016-05-20
1
-7
/
+7
*
Fix pr27728.
Rafael Espindola
2016-05-20
1
-16
/
+8
*
clang-format. NFC.
Rafael Espindola
2016-05-19
1
-13
/
+13
*
Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flag
Adrian Prantl
2016-05-17
1
-0
/
+3
*
Debug Info: Prevent DW_AT_abstract_origin from being emitted twice
Adrian Prantl
2016-05-10
1
-7
/
+0
*
Reverting 268054 & 268063 as they caused PR27579.
Amjad Aboud
2016-04-30
1
-29
/
+6
*
Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-04-29
1
-6
/
+29
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-17
/
+7
*
[DWARF] Force a linkage_name on an inlined subprogram's abstract origin.
Paul Robinson
2016-04-18
1
-11
/
+19
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-25
/
+31
*
Drop debug info for DISubprograms that are not referenced by anything
Adrian Prantl
2016-04-09
1
-29
/
+8
*
Support the Nodebug emission kind for DICompileUnits.
Adrian Prantl
2016-04-08
1
-12
/
+21
*
DwarfDebug: Support floating point constants in location lists.
Adrian Prantl
2016-04-08
1
-3
/
+3
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-2
/
+1
*
Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...
Reid Kleckner
2016-03-24
1
-27
/
+5
*
[debuginfo] Include dwo_name in the split unit to improve dwp diagnostics
David Blaikie
2016-03-24
1
-1
/
+4
*
Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-03-24
1
-5
/
+27
*
Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...
Benjamin Kramer
2016-03-14
1
-27
/
+5
*
Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-03-14
1
-5
/
+27
*
Improve the debug output of DwarfDebug::buildLocationList().
Adrian Prantl
2016-02-29
1
-1
/
+1
*
Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations.
Adrian Prantl
2016-02-29
1
-2
/
+17
*
fix typo in comment
Adrian Prantl
2016-02-29
1
-1
/
+1
*
Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...
Hans Wennborg
2016-02-23
1
-27
/
+5
[prev]
[next]