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
*
Put something sane in the DWARF offset field for bitfield ObjC ivars.
Eli Friedman
2012-11-06
1
-6
/
+16
*
Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead ...
David Blaikie
2012-11-02
1
-4
/
+2
*
Fix debug tag type of forward declarations of struct/class in C++.
David Blaikie
2012-11-02
1
-10
/
+6
*
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-11-01
1
-2
/
+2
*
Initialize debug info for special cases of functions that lack declarations a...
Alexey Samsonov
2012-10-25
1
-6
/
+16
*
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor
2012-10-23
1
-15
/
+15
*
Fix up comment and invert order. Most simple check first.
Eric Christopher
2012-10-18
1
-4
/
+6
*
Add a new option for and disable column number information as there
Eric Christopher
2012-10-18
1
-0
/
+2
*
Revert r158009 since there are some uses of artificial functions in
Eric Christopher
2012-10-17
1
-6
/
+2
*
Make -mms-bitfields behave consistently.
Eli Friedman
2012-10-12
1
-1
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-10-05
1
-9
/
+22
*
Mark the passed in "self" for a block as an object pointer so
Eric Christopher
2012-09-21
1
-3
/
+9
*
Grammar.
Eric Christopher
2012-09-19
1
-1
/
+1
*
Update and expand comment.
Eric Christopher
2012-09-19
1
-2
/
+4
*
Handle a captured this for the debug information as well.
Eric Christopher
2012-09-19
1
-0
/
+10
*
Fix awkward comment.
Eric Christopher
2012-09-19
1
-1
/
+1
*
Reapply:
Eric Christopher
2012-09-12
1
-4
/
+12
*
Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial"
Eric Christopher
2012-09-12
1
-12
/
+4
*
Make clang emit a flag for DW_AT_object_pointer for the artificial
Eric Christopher
2012-09-12
1
-4
/
+12
*
Update comment and space.
Eric Christopher
2012-09-11
1
-2
/
+2
*
The type of the self and cmd variables should be artificial. (Note
Eric Christopher
2012-09-11
1
-2
/
+4
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-1
/
+1
*
Normalize line endings of r163013 (part 2).
Joao Matos
2012-08-31
1
-7
/
+7
*
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-31
1
-7
/
+7
*
Reapply:
Eric Christopher
2012-08-20
1
-14
/
+28
*
Reapply:
Eric Christopher
2012-08-17
1
-6
/
+8
*
Temporarily revert r162066 and r162062 to see if it brings the gdb
Eric Christopher
2012-08-17
1
-29
/
+15
*
Fix undefined behavior in debug info emission: operator* on WeakVH returns a
Richard Smith
2012-08-17
1
-17
/
+24
*
Add some caching here for the builtin types.
Eric Christopher
2012-08-16
1
-15
/
+27
*
Make isa part of objc_object at metadata generation time.
Eric Christopher
2012-08-16
1
-6
/
+8
*
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
[next]