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
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-4
/
+4
*
Revert "Revert r178079, it caused PR15637."
Eric Christopher
2013-04-02
1
-34
/
+16
*
Revert r178079, it caused PR15637.
Nico Weber
2013-04-01
1
-15
/
+33
*
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-29
1
-2
/
+4
*
Improvement on r177086.
Adrian Prantl
2013-03-29
1
-3
/
+17
*
Remove magic number usage from CGDebugInfo with new DICompositeType::setConta...
David Blaikie
2013-03-26
1
-8
/
+7
*
Debug Info: remove use of magic numbers to tweak specific debug info metadata...
David Blaikie
2013-03-26
1
-33
/
+15
*
Make clang emit linkage names in debug info for subprograms when coverage info
Nick Lewycky
2013-03-20
1
-2
/
+7
*
Always declare the .block_descriptor parameter, not just the local copy.
Adrian Prantl
2013-03-14
1
-9
/
+10
*
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-14
1
-10
/
+16
*
Force column info to be generated for call expressions so we can
Adrian Prantl
2013-03-12
1
-11
/
+13
*
Improve the caching of debuginfo Objective C interface types.
Adrian Prantl
2013-03-11
1
-27
/
+59
*
Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
2013-03-06
1
-6
/
+57
*
Temporarily revert r176116 for compile-time performance regression.
Adrian Prantl
2013-02-27
1
-28
/
+2
*
Ensure that DIType is regenerated after we visited an implementation that add...
Adrian Prantl
2013-02-26
1
-2
/
+28
*
Update Clang for a minor DIBuilder breaking change.
David Blaikie
2013-02-25
1
-10
/
+9
*
Propagate the split dwarf file information through into the backend
Eric Christopher
2013-02-22
1
-1
/
+8
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-9
/
+15
*
Fix formatting and tabs in file.
Eric Christopher
2013-02-21
1
-26
/
+25
*
Patch for debug info of qualified-id types is 'id'
Fariborz Jahanian
2013-02-21
1
-2
/
+8
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+5
*
Revert r174246, accidentally committed.
David Blaikie
2013-02-02
1
-9
/
+0
*
Basics
David Blaikie
2013-02-02
1
-0
/
+9
*
Fix exception handling line table problems introduced by r173593
David Blaikie
2013-02-01
1
-1
/
+3
*
PR14566: Debug Info: avoid top level lexical blocks in functions
David Blaikie
2013-01-26
1
-1
/
+1
*
CGDebugInfo.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-21
1
-0
/
+1
*
PR14472: Preserve qualifiers while unwrapping types for debug info
David Blaikie
2013-01-21
1
-14
/
+9
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+3
*
The last of PR14471: Debug info support for inline in-class initializer for f...
David Blaikie
2013-01-20
1
-4
/
+8
*
Emit the function type of member function pointer types the same as member fu...
David Blaikie
2013-01-19
1
-2
/
+9
*
Collect both normal and static data members of a class in source
Eric Christopher
2013-01-16
1
-105
/
+155
*
Extract the instance-method case for debug info out into a separate function.
David Blaikie
2013-01-07
1
-10
/
+10
*
Simplify computing debug info type for static member functions.
David Blaikie
2013-01-07
1
-26
/
+27
*
PR14759: Improve/correct support for debug info for C++ member pointers.
David Blaikie
2013-01-07
1
-32
/
+2
*
PR14573: Unnamed parameters in debug info, Part 2
David Blaikie
2013-01-05
1
-2
/
+2
*
Emit debug info for unnamed parameters.
David Blaikie
2013-01-05
1
-17
/
+15
*
Fix fieldNo usage for lambdas. No behavior change since the
Eric Christopher
2013-01-04
1
-2
/
+2
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
1
-0
/
+32
*
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
1
-2834
/
+2802
*
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-18
1
-2802
/
+2834
*
Debug Info: Emit vtables pointer members as artificial.
David Blaikie
2012-12-13
1
-1
/
+1
*
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
1
-26
/
+9
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-6
/
+6
*
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
1
-5
/
+18
*
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-28
1
-2
/
+2
*
A step towards sorting out handling of triviality of special members in C++11.
Richard Smith
2012-11-16
1
-1
/
+1
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
1
-1
/
+1
*
Fix 80-column violation.
Fariborz Jahanian
2012-11-14
1
-3
/
+5
*
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-14
1
-0
/
+6
[next]