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
/
DwarfWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add DebugInfo based APIs to record source line info.
Devang Patel
2009-01-08
1
-4
/
+43
*
Add APIs to record regions and variables.
Devang Patel
2009-01-08
1
-0
/
+27
*
Add APIs to manage scope using DebugInfo interface.
Devang Patel
2009-01-08
1
-0
/
+297
*
Set up DwarfDebug using DebugInfo API.
Devang Patel
2009-01-06
1
-0
/
+33
*
Forgot that this was needed for Linux. This should fix the builds.
Bill Wendling
2009-01-06
1
-2
/
+2
*
Construct subprogram DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+39
*
Construct global variable DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-1
/
+48
*
Construct compile unit dies using DebugInfo.
Devang Patel
2009-01-05
1
-1
/
+70
*
Revert r61415 and r61484. Duncan was correct that these weren't needed.
Bill Wendling
2009-01-05
1
-18
/
+6
*
Extract source location info from DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+78
*
Add type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-9
/
+79
*
Construct composite type DIE using DebugInfo.
Devang Patel
2009-01-05
1
-4
/
+83
*
s/ConstructType/ConstructTypeDIE/g
Devang Patel
2009-01-05
1
-6
/
+6
*
Construct stuct field DIEs.
Devang Patel
2009-01-05
1
-0
/
+78
*
Construct enumerator DIE using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+11
*
Construct array/vector type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+40
*
Construct basic and derived type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+44
*
subsume ConstructPointerType()
Devang Patel
2009-01-05
1
-8
/
+2
*
subsume ConstructBasicType().
Devang Patel
2009-01-05
1
-11
/
+6
*
Linux wants the FDE initial location and address range to be forced to 32-bit.
Bill Wendling
2008-12-29
1
-2
/
+4
*
The FDE initial location and address range data should be free to be 64-bit
Bill Wendling
2008-12-29
1
-2
/
+2
*
Darwin likes for the EH frame to be non-local.
Bill Wendling
2008-12-24
1
-4
/
+16
*
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
Bill Wendling
2008-12-24
1
-4
/
+16
*
Fix typo.
Devang Patel
2008-12-23
1
-1
/
+2
*
Fix bug 3202.
Rafael Espindola
2008-12-19
1
-1
/
+1
*
Do not print empty DW_AT_comp_dir.
Devang Patel
2008-12-12
1
-1
/
+2
*
Fix a couple of Dwarf bugs.
Evan Cheng
2008-12-10
1
-5
/
+16
*
Cosmetic changes.
Evan Cheng
2008-12-09
1
-6
/
+8
*
The Dwarf writer was comparing mangled and unmangled names for C++ code when we
Bill Wendling
2008-10-17
1
-1
/
+4
*
Align EH tables before label is emitted, not after,
Dale Johannesen
2008-10-08
1
-1
/
+1
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-11
/
+11
*
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-09-26
1
-6
/
+50
*
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
1
-2
/
+2
*
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
1
-8
/
+9
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-5
/
+6
*
Move all assembler printing related stuff into new libAsmPrinter
Anton Korobeynikov
2008-08-17
1
-0
/
+3930
[prev]