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
*
DebugInfo: Allow the addition of other (such as static data) members to a rec...
David Blaikie
2013-08-16
1
-4
/
+5
*
Make sure that if we're going to attempt to add a type to a DIE that
Eric Christopher
2013-08-08
1
-1
/
+0
*
Remove DIBuilder cache of variable TheCU and change the few
Eric Christopher
2013-07-19
1
-14
/
+18
*
Revert "Remove DIBuilder cache of variable TheCU and change the few"
Eric Christopher
2013-07-18
1
-18
/
+14
*
Remove DIBuilder cache of variable TheCU and change the few
Eric Christopher
2013-07-18
1
-14
/
+18
*
Debug Info: cleanup
Manman Ren
2013-07-02
1
-4
/
+6
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-07-01
1
-16
/
+18
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-29
1
-4
/
+8
*
Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce
Peter Collingbourne
2013-06-27
1
-4
/
+9
*
s/C++0x/C++11/
Adrian Prantl
2013-06-25
1
-1
/
+1
*
typo.
Adrian Prantl
2013-06-24
1
-1
/
+1
*
DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694
David Blaikie
2013-06-24
1
-1
/
+1
*
DebugInfo: Support (using GNU extensions) for template template parameters an...
David Blaikie
2013-06-22
1
-6
/
+37
*
DIBuilder: No functionality change.
Manman Ren
2013-06-07
1
-23
/
+26
*
DIBuilder: No functionality change.
Manman Ren
2013-06-07
1
-3
/
+3
*
Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...
David Blaikie
2013-05-22
1
-2
/
+6
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-10
/
+39
*
PR14492: Debug Info: Support for values of non-integer non-type template para...
David Blaikie
2013-05-10
1
-2
/
+2
*
Rename DIImportedModule to DIImportedEntity and allow imported declarations
David Blaikie
2013-05-07
1
-2
/
+17
*
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
[next]