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
...
*
Remove another duplicated variable.
Eric Christopher
2012-01-26
1
-8
/
+7
*
Tidy and remove some unused variables.
Eric Christopher
2012-01-26
1
-7
/
+5
*
Collect this information together. No reason to have it split.
Eric Christopher
2012-01-26
1
-7
/
+5
*
Refactor into its own function.
Eric Christopher
2012-01-26
1
-22
/
+29
*
Clean up comment.
Eric Christopher
2012-01-25
1
-1
/
+1
*
Refactor the record decl forward declaration code a bit.
Eric Christopher
2012-01-25
1
-37
/
+27
*
When adding types to the context chain for record types, just emit
Eric Christopher
2012-01-20
1
-3
/
+54
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-3
/
+0
*
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
Richard Smith
2012-01-14
1
-3
/
+2
*
Formatting.
Eric Christopher
2012-01-12
1
-1
/
+1
*
Formatting.
Eric Christopher
2012-01-12
1
-1
/
+1
*
Small refactoring and simplification of constant evaluation and some of its
Richard Smith
2011-12-28
1
-8
/
+8
*
When in a limited debug information situation if we can find the original
Eric Christopher
2011-12-16
1
-6
/
+23
*
Start down the path of getting clang to internally agree on structs versus
Eric Christopher
2011-12-16
1
-12
/
+15
*
When generating debug info for an ObjCInterfaceDecl, try to dig out the defin...
Douglas Gregor
2011-12-15
1
-1
/
+3
*
Keep track of all declarations of an Objective-C class (both forward
Douglas Gregor
2011-12-15
1
-1
/
+1
*
Make sure that forward declarations are marked as such in the debug info
Eric Christopher
2011-11-29
1
-1
/
+2
*
Use the canonical decl to index so that we can really find it later.
Eric Christopher
2011-11-17
1
-4
/
+4
*
Fixup comment.
Eric Christopher
2011-11-14
1
-1
/
+1
*
Reflow lines, remove else-if after returns, rename variable "TydefContext" to
Nick Lewycky
2011-11-10
1
-14
/
+9
*
Reflow one line I missed in previous cleanup commit. No functionality change.
Nick Lewycky
2011-11-09
1
-2
/
+1
*
Minor cleanup, mostly reindenting. Remove one helper function that just called
Nick Lewycky
2011-11-09
1
-21
/
+15
*
Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will
Richard Smith
2011-10-29
1
-1
/
+2
*
In case of template specialization, do not try to delay emitting debug info f...
Devang Patel
2011-10-28
1
-5
/
+21
*
Do not drop type qualifiers in -flimit-debug-info mode.
Devang Patel
2011-10-24
1
-1
/
+7
*
Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is
Nick Lewycky
2011-10-21
1
-0
/
+3
*
Macro metaprogramming for builtin types.
John McCall
2011-10-18
1
-9
/
+5
*
Add a new placeholder type to represent "unbridged"
John McCall
2011-10-17
1
-0
/
+2
*
Provide half floating point support as a storage only type.
Anton Korobeynikov
2011-10-14
1
-0
/
+1
*
Simplify code to avoid a useless string copy.
Benjamin Kramer
2011-10-14
1
-6
/
+4
*
Upgrade to PathV2.
Benjamin Kramer
2011-10-14
1
-5
/
+5
*
Add parens to pacify GCC.
Benjamin Kramer
2011-10-14
1
-2
/
+2
*
Recommit:
Eric Christopher
2011-10-13
1
-84
/
+74
*
Revert file/scope handling patches. gdb testing revealed a couple of bugs.
Eric Christopher
2011-10-12
1
-73
/
+83
*
Remember to set the location in EmitGlobalVariable to the current decl
Eric Christopher
2011-10-12
1
-0
/
+2
*
Start handling debug line and scope information better:
Eric Christopher
2011-10-11
1
-83
/
+71
*
80-column and tab cleanup.
Eric Christopher
2011-10-11
1
-13
/
+20
*
Reorder this to make it easier to add more changes for a location set.
Eric Christopher
2011-10-11
1
-2
/
+4
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
1
-10
/
+14
*
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-10-06
1
-0
/
+10
*
When constructing debug information for synthesized variables for the
Eric Christopher
2011-10-06
1
-3
/
+8
*
Reformat comment.
Eric Christopher
2011-10-06
1
-6
/
+6
*
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
Argyrios Kyrtzidis
2011-10-03
1
-1
/
+1
*
Change "Regions" to be "LexicalBlocks" since that's what they
Eric Christopher
2011-09-29
1
-33
/
+33
*
Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't
Eric Christopher
2011-09-29
1
-2
/
+4
*
Reorder functions in the file.
Eric Christopher
2011-09-29
1
-31
/
+30
*
Call UpdateLineDirectiveRegion every time we want to emit a stop
Eric Christopher
2011-09-29
1
-0
/
+4
*
Update comment.
Eric Christopher
2011-09-29
1
-1
/
+2
*
Update comments.
Eric Christopher
2011-09-26
1
-3
/
+3
*
Create a VTableContext class and start moving CodeGenVTables methods to it
Peter Collingbourne
2011-09-26
1
-2
/
+3
[prev]
[next]