index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DebugInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce DILocation.
Devang Patel
2009-09-01
1
-0
/
+12
*
Subprogram is a scope. Derive DISubprogram from DIScope.
Devang Patel
2009-08-31
1
-1
/
+18
*
Rename DIBlock as DILexicalBlock.
Devang Patel
2009-08-31
1
-2
/
+10
*
Derive DICompileUnit from DIScope.
Devang Patel
2009-08-31
1
-0
/
+8
*
Introduce DIScope.
Devang Patel
2009-08-31
1
-0
/
+16
*
Oops. Fix inverted logic in assertion check.
Devang Patel
2009-08-31
1
-6
/
+6
*
Simplify isDerivedType() and other predicate interface.
Devang Patel
2009-08-31
1
-22
/
+59
*
Reapply 79977.
Devang Patel
2009-08-28
1
-333
/
+176
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
1
-179
/
+329
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
1
-329
/
+179
*
remove uses of llvm/Support/Streams.h.
Chris Lattner
2009-08-23
1
-32
/
+33
*
bug 4530: Make debug information static to it is preservered during bitcode l...
Richard Pennington
2009-08-21
1
-2
/
+2
*
Oops. find all llvm.dbg.global_variables.
Devang Patel
2009-08-17
1
-1
/
+1
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-36
/
+36
*
Keep track of DIType.
Devang Patel
2009-08-10
1
-3
/
+13
*
Remove dead code.
Devang Patel
2009-08-06
1
-31
/
+1
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
1
-11
/
+21
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-4
/
+4
*
Process DbgDeclareInst.
Devang Patel
2009-07-31
1
-0
/
+15
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-1
/
+1
*
s/DebugInfoEnumerator/DebugInfoFinder/g
Devang Patel
2009-07-30
1
-31
/
+31
*
walk DbgRegionStartInst and DbgRegionEndInst
Devang Patel
2009-07-30
1
-2
/
+20
*
Eliminate a few unused-variable warnings
Douglas Gregor
2009-07-29
1
-1
/
+0
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-4
/
+4
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-3
/
+3
*
Add DebugInfoEnumerator to collect debug info.
Devang Patel
2009-07-28
1
-0
/
+117
*
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
1
-2
/
+2
*
Move ConstantStruct back to 2.5 API.
Owen Anderson
2009-07-27
1
-20
/
+10
*
Remove Value::getName{Start,End}, the last of the old Name APIs.
Daniel Dunbar
2009-07-26
1
-2
/
+2
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-34
/
+34
*
Fix thinko.
Devang Patel
2009-07-22
1
-1
/
+1
*
Add replaceAllUsesWith() to FE replace debug info constructs while building c...
Devang Patel
2009-07-22
1
-0
/
+12
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-1
/
+1
*
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
1
-24
/
+24
*
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-08
1
-12
/
+12
*
Re-LLVMContext-ize DebugInfo, now with less breakage.
Owen Anderson
2009-07-07
1
-58
/
+72
*
Revert part of r74873 that broke Clang's debug info generation.
Owen Anderson
2009-07-07
1
-81
/
+57
*
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...
Owen Anderson
2009-07-06
1
-57
/
+81
*
Simplify debug info intrisinc lowering.
Devang Patel
2009-07-02
1
-6
/
+0
*
Fix typo.
Devang Patel
2009-07-02
1
-5
/
+5
*
Add debug info utility routines.
Devang Patel
2009-07-02
1
-0
/
+111
*
Keep DIDescriptor methods together.
Devang Patel
2009-07-01
1
-123
/
+127
*
improve the APIs for creating struct and function types with no arguments/ele...
Chris Lattner
2009-07-01
1
-1
/
+1
*
Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms
Devang Patel
2009-06-26
1
-67
/
+37
*
It is not a good idea to have data member's name match argument's name. In fa...
Devang Patel
2009-06-23
1
-21
/
+21
*
Fix old-style type names in comments.
Dan Gohman
2009-06-14
1
-1
/
+1
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-1
/
+1
*
Non-functionality changes:
Bill Wendling
2009-05-14
1
-110
/
+85
*
Print out nicer dump info for DIDescriptor.
Bill Wendling
2009-05-08
1
-1
/
+2
*
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
1
-31
/
+1
[next]