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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not held on to DenseMap slot accross map insertion. The insertion may caus...
Devang Patel
2009-10-27
1
-5
/
+5
*
Add support to record DbgScope as inlined scope.
Devang Patel
2009-10-14
1
-1
/
+1
*
Extract scope information from the variable itself, instead of relying on all...
Devang Patel
2009-10-09
1
-1
/
+1
*
Do not record line number to implicitly mark start of function if function ha...
Devang Patel
2009-10-08
1
-1
/
+1
*
Remove dead code.
Devang Patel
2009-10-06
1
-5
/
+0
*
Add utility routine to set begin and end labels for DbgScopes.
Devang Patel
2009-10-06
1
-0
/
+7
*
Remove unintentional function decl.
Devang Patel
2009-10-06
1
-1
/
+0
*
Add utility routine to collect variable debug info. This is not yet used.
Devang Patel
2009-10-06
1
-0
/
+3
*
Adjust context for the global variables that are not at file scope, e.g.
Devang Patel
2009-10-05
1
-0
/
+4
*
Add support to extract lexical scope information from DebugLoc attached with ...
Devang Patel
2009-10-01
1
-1
/
+16
*
Use MDNode * directly as an RecordSourceLine() argument.
Devang Patel
2009-09-30
1
-1
/
+1
*
Add a way for a frontend to generate more complex dwarf location
Mike Stump
2009-09-30
1
-2
/
+13
*
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-09-29
1
-2
/
+2
*
Subprogram is a scope. Derive DISubprogram from DIScope.
Devang Patel
2009-08-31
1
-4
/
+1
*
Add flag to mark structs for Apple Block "byref" variables; also add code to
Caroline Tice
2009-08-31
1
-0
/
+13
*
Reapply 79977.
Devang Patel
2009-08-28
1
-12
/
+12
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
1
-12
/
+12
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
1
-12
/
+12
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-2
/
+2
*
Record variable debug info at ISel time directly.
Devang Patel
2009-08-22
1
-11
/
+1
*
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
1
-1
/
+1
*
revert rev. 75503 for now.
Devang Patel
2009-07-13
1
-4
/
+1
*
Use Mangler to remove leading '1' from linkage names.
Devang Patel
2009-07-13
1
-1
/
+4
*
Remove dead code.
Devang Patel
2009-07-07
1
-5
/
+0
*
s/MainCU/ModuleCU/g
Devang Patel
2009-06-29
1
-3
/
+2
*
Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms
Devang Patel
2009-06-26
1
-13
/
+2
*
Simplify.
Devang Patel
2009-06-25
1
-7
/
+1
*
Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.
Bill Wendling
2009-05-20
1
-6
/
+2
*
Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.
Bill Wendling
2009-05-20
1
-13
/
+6
*
Revert r72192. It was causing a build failure.
Bill Wendling
2009-05-20
1
-33
/
+44
*
Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with
Bill Wendling
2009-05-20
1
-44
/
+33
*
RecordVariable is called each time a DECLARE node is encountered. For an inlined
Bill Wendling
2009-05-18
1
-1
/
+8
*
Split out the DwarfDebug module from the DwarfWriter module.
Bill Wendling
2009-05-15
1
-0
/
+565