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
/
IR
/
DIBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-22
1
-0
/
+21
*
80-col fixup.
Eric Christopher
2013-04-19
1
-1
/
+2
*
Rename ClassType to the more accurate UnderlyingType and document its purpose.
Adrian Prantl
2013-04-19
1
-3
/
+3
*
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
1
-21
/
+0
*
PR14606: debug info imported_module support
David Blaikie
2013-04-19
1
-0
/
+21
*
Support and test template arguments for unions.
Eric Christopher
2013-04-02
1
-1
/
+2
*
Reformat arguments.
Eric Christopher
2013-04-02
1
-4
/
+6
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
1
-109
/
+29
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
1
-29
/
+109
*
Make DIBuilder::createClassType more type safe by returning DICompositeType r...
David Blaikie
2013-03-26
1
-8
/
+10
*
Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair
David Blaikie
2013-03-22
1
-1
/
+1
*
reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes
David Blaikie
2013-03-22
1
-2
/
+2
*
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-22
1
-1
/
+1
*
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-22
1
-1
/
+1
*
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
1
-2
/
+2
*
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
1
-2
/
+2
*
Remove unused field in DISubprogram
David Blaikie
2013-03-21
1
-4
/
+6
*
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
1
-7
/
+12
*
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
1
-1
/
+1
*
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
1
-1
/
+0
*
Refactor file/directory path in namespace debug info to refer directly to the...
David Blaikie
2013-03-20
1
-1
/
+1
*
DIBuilder: allow linkage name to be specified for global variables
David Blaikie
2013-03-20
1
-4
/
+13
*
Reorder the DIFile parameter in DINameSpace
David Blaikie
2013-03-20
1
-1
/
+1
*
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-20
1
-10
/
+10
*
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-19
1
-44
/
+21
*
Fix the build broken in r177239
David Blaikie
2013-03-17
1
-1
/
+1
*
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
1
-2
/
+5
*
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
1
-1
/
+0
*
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-13
1
-3
/
+1
*
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
1
-2
/
+0
*
Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.
David Blaikie
2013-03-11
1
-6
/
+31
*
DIBuilder: support structs with vtable pointers in the same way as classes
David Blaikie
2013-02-25
1
-8
/
+12
*
Add a field to the compile unit of where we plan on splitting out
Eric Christopher
2013-02-22
1
-2
/
+3
*
Add a TODO and explain when we can get rid of the isMain field.
Eric Christopher
2013-02-22
1
-1
/
+1
*
DIBuilder: Correct the null/0 type of trailing fields in struct debug info.
David Blaikie
2013-02-18
1
-2
/
+2
*
DIBuilder: Add function and method definitions to the list of all subprograms
David Blaikie
2013-02-18
1
-1
/
+4
*
Narrow the return types of a few DIBuilder utility functions.
David Blaikie
2013-02-18
1
-39
/
+37
*
DIBuilder: make the return type of createBasicType more specific
David Blaikie
2013-02-12
1
-4
/
+4
*
[DebugInfo] remove more node indirection (this time from the subprogram's var...
David Blaikie
2013-02-04
1
-10
/
+2
*
Remove the (apparently) unnecessary debug info metadata indirection.
David Blaikie
2013-02-02
1
-12
/
+4
*
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
1
-3
/
+29
*
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
1
-3
/
+4
*
Fix comment.
Eric Christopher
2013-01-08
1
-1
/
+2
*
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
1
-0
/
+18
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+1045