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
/
clang
/
lib
/
CodeGen
/
CGDebugInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is always going to be true so the cast isn't necessary.
Eric Christopher
2012-08-13
1
-5
/
+3
*
If we don't have a complete type for the array type yet either then
Eric Christopher
2012-08-07
1
-1
/
+4
*
Remove some unintended changes from my last patch.
Eric Christopher
2012-08-07
1
-3
/
+2
*
Make sure when we get the replacement type for a template argument
Eric Christopher
2012-08-07
1
-5
/
+14
*
Simplify code, no functionality change.
Benjamin Kramer
2012-08-04
1
-6
/
+2
*
Fix the name of this variable.
Eric Christopher
2012-08-04
1
-4
/
+4
*
Update comment to accurately reflect what should happen.
Eric Christopher
2012-08-04
1
-1
/
+1
*
Temporarily revert this to see if it brings the gdb bot back.
Eric Christopher
2012-07-11
1
-0
/
+4
*
The end of a block doesn't necessarily need a line table entry unless
Eric Christopher
2012-07-11
1
-4
/
+0
*
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...
Benjamin Kramer
2012-07-04
1
-1
/
+1
*
Fix grammar.
Eric Christopher
2012-06-28
1
-1
/
+1
*
Don't circumvent the debug info type cache when emitting info for EnumConstan...
Benjamin Kramer
2012-06-20
1
-2
/
+3
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-3
/
+3
*
Remove unused variable.
Bill Wendling
2012-06-12
1
-1
/
+0
*
[C++11 Compat] Fix breaking change in C++11 pair copyctor.
Michael J. Spencer
2012-06-08
1
-2
/
+4
*
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-07
1
-1
/
+1
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-3
/
+3
*
Reapply "Only emit debug information for methods that are user defined, there's"
Eric Christopher
2012-06-05
1
-2
/
+6
*
Revert "Only emit debug information for methods that are user defined, there's"
John McCall
2012-06-05
1
-6
/
+2
*
Only emit debug information for methods that are user defined, there's
Eric Christopher
2012-06-05
1
-2
/
+6
*
Support C++11 enum forward declarations.
Eric Christopher
2012-06-01
1
-1
/
+2
*
Emit C++11 enum class information if it exists.
Eric Christopher
2012-05-23
1
-1
/
+4
*
Revert r115805. An array type is required to have a range type,
Eric Christopher
2012-05-21
1
-18
/
+14
*
Update API usage for llvm DIBuilder changes for rvalue reference
Eric Christopher
2012-05-19
1
-4
/
+6
*
Remove unnecessary temporary.
Eric Christopher
2012-05-16
1
-3
/
+1
*
The address of a vla is actually complex and requires a dereference.
Eric Christopher
2012-05-08
1
-1
/
+18
*
Whitespace.
Eric Christopher
2012-05-08
1
-1
/
+0
*
Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNa...
Argyrios Kyrtzidis
2012-05-05
1
-1
/
+1
*
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-05-04
1
-17
/
+43
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-3
/
+3
*
Use enum to set debug info size generated by Clang
Alexey Samsonov
2012-04-27
1
-2
/
+2
*
Forward declarations should take a context. This helps the debugger
Eric Christopher
2012-04-23
1
-7
/
+6
*
Avoid string thrashing when we can concatenate them in the final buffer.
Benjamin Kramer
2012-04-13
1
-8
/
+8
*
static functions have a need for mangled name debug information too.
Eric Christopher
2012-04-12
1
-3
/
+4
*
Enable debug info for objective c implementations that may not have
Eric Christopher
2012-04-11
1
-1
/
+11
*
Only emit the getter and setter names if they're not the default
Eric Christopher
2012-04-05
1
-5
/
+13
*
Change location information for synthesized properties to be at the
Eric Christopher
2012-04-03
1
-5
/
+6
*
Revert previous commit changing location information to see if this
Eric Christopher
2012-03-30
1
-4
/
+5
*
Change location information for synthesized properties to be at the
Eric Christopher
2012-03-30
1
-5
/
+4
*
Go back to using just the selector name for the getter and setter
Eric Christopher
2012-03-29
1
-8
/
+13
*
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
1
-17
/
+22
*
Simplify some users of DenseMap::erase.
Benjamin Kramer
2012-03-24
1
-4
/
+1
*
Update comment.
Eric Christopher
2012-03-20
1
-2
/
+1
*
Debug info: Tighten up uses of plain MDNode pointers which don't survive repl...
Benjamin Kramer
2012-03-20
1
-15
/
+13
*
Add support to mangle templated member function names with template
Eric Christopher
2012-03-14
1
-1
/
+14
*
When adding member functions to a class add any specializations of
Eric Christopher
2012-03-13
1
-9
/
+22
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-10
/
+10
*
Reapply r151702 with a small fix for a failure to cut and paste
Eric Christopher
2012-03-01
1
-30
/
+61
*
Revert r151702, "Add support for handling captured variables in lambda debug
Daniel Dunbar
2012-02-29
1
-61
/
+30
*
Add support for handling captured variables in lambda debug info.
Eric Christopher
2012-02-29
1
-30
/
+61
[next]