Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
261cc194d7bf391913ea75617f19d7ad4880d7d2
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
261cc19
Accidently dropped this while removing dead code in previous commit.
by Devang Patel
· 15 years ago
0a4afb6
Remove dead code.
by Devang Patel
· 15 years ago
93a65b2
Struct types are described using field types only.
by Devang Patel
· 15 years ago
1dbc771
s/MainCU/ModuleCU/g
by Devang Patel
· 15 years ago
70f4426
Multiple DW_TAG_compile_unit is not used, afaict, on any target.
by Devang Patel
· 15 years ago
13e16b6
by Devang Patel
· 15 years ago
208622d
Simplify.
by Devang Patel
· 15 years ago
04c05f7
Down with statics!
by Owen Anderson
· 15 years ago
b839c3f
simplify macro debug info directive handling.
by Chris Lattner
· 15 years ago
c223082
Use MainCU if it is available.
by Devang Patel
· 15 years ago
11a407f
Gracefully handle imbalanced inline function begin and end markers.
by Devang Patel
· 15 years ago
daf9e02
llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block in a function. If that happens then any basic block that follows (lexically) the block with regin.end will not have scope info available. LexicalScopeStack relies on processing basic block in CFG order, but this processing order is not guaranteed. Things get complicated when the optimizer gets a chance to optimizer IR with dbg intrinsics.
by Devang Patel
· 15 years ago
9217f79
Clear AbstractInstanceRootMap at the end of the function.
by Devang Patel
· 15 years ago
c965ee2
Remove some unnecessary #includes.
by Dan Gohman
· 15 years ago
8fff19b
Accidental commit. This isn't ready for prime time just yet.
by Bill Wendling
· 15 years ago
51b16f4
Untabification.
by Bill Wendling
· 15 years ago
39dd696
Minor code cleanup. No functionality change.
by Bill Wendling
· 15 years ago
1795616
Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.
by Bill Wendling
· 15 years ago
995f80a
Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.
by Bill Wendling
· 15 years ago
829e67b
Add comment for emit section.
by Bill Wendling
· 15 years ago
94d04b8
Move 'Emit' methods down to their own place.
by Bill Wendling
· 15 years ago
f0fb987
Revert r72192. It was causing a build failure.
by Bill Wendling
· 15 years ago
63ad10c
Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with
by Bill Wendling
· 15 years ago
1180c78
Don't set the "location" information for inlined functions' variables.
by Bill Wendling
· 15 years ago
cde5d63
Small code cleanup.
by Bill Wendling
· 15 years ago
6679ee4
RecordVariable is called each time a DECLARE node is encountered. For an inlined
by Bill Wendling
· 15 years ago
0310d76
Split out the DwarfDebug module from the DwarfWriter module.
by Bill Wendling
· 16 years ago