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
/
CGDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-1
/
+1
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
[ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scop...
Alexey Samsonov
2013-04-02
1
-0
/
+3
*
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-29
1
-1
/
+1
*
Remove useGlobalsForAutomaticVariables.
Rafael Espindola
2013-03-26
1
-92
/
+80
*
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
1
-1
/
+68
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-0
/
+1
*
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-14
1
-3
/
+13
*
Tighten up the rules for precise lifetime and document
John McCall
2013-03-13
1
-5
/
+12
*
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
1
-2
/
+6
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-5
/
+13
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-0
/
+1
*
objective-C arc IR-gen. Retaining of strong
Fariborz Jahanian
2013-02-21
1
-8
/
+17
*
Revert r174246, accidentally committed.
David Blaikie
2013-02-02
1
-6
/
+2
*
Basics
David Blaikie
2013-02-02
1
-2
/
+6
*
Destroy arrays and ARC fields when throwing out of ctors.
John McCall
2013-02-01
1
-1
/
+12
*
When we're emitting a constructor or destructor call from a delegating
Douglas Gregor
2013-01-31
1
-1
/
+3
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-4
/
+4
*
CGDecl.cpp: Prune three descriptions in two methods, CodeGenFunction::pushIrr...
NAKAMURA Takumi
2012-12-24
1
-8
/
+0
*
Don't eagerly emit a global static merged with a local extern.
Rafael Espindola
2012-12-21
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-11-01
1
-4
/
+4
*
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor
2012-10-23
1
-5
/
+7
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
CUDA: give correct address space to globals declared in functions
Peter Collingbourne
2012-08-28
1
-1
/
+3
*
CodeGen: Hoist check from recursive function to its only callsite.
Benjamin Kramer
2012-08-27
1
-4
/
+4
*
CodeGen: When emitting stores for an initializer, only emit a GEP if we reall...
Benjamin Kramer
2012-08-27
1
-7
/
+10
*
Add -ftls-model command-line flag.
Hans Wennborg
2012-06-28
1
-12
/
+6
*
Support the tls_model attribute (PR9788)
Hans Wennborg
2012-06-23
1
-4
/
+14
*
objc-arc: captured block variable accessed in its block literal
Fariborz Jahanian
2012-06-19
1
-0
/
+8
*
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-05-04
1
-10
/
+20
*
Don't enter cleanups for unreachable variables. It's impossible to
John McCall
2012-04-13
1
-0
/
+4
*
Make sure we unique static-local decls across multiple emissions of
John McCall
2012-03-30
1
-17
/
+25
*
Revert r153723, and its follow-ups r153728 and r153733.
Chandler Carruth
2012-03-30
1
-96
/
+55
*
Do the static-locals thing properly in the face of unions and
John McCall
2012-03-30
1
-61
/
+84
*
When emitting a static local variable in C++, handle
John McCall
2012-03-30
1
-0
/
+18
*
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-29
1
-3
/
+2
*
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-28
1
-2
/
+3
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-5
/
+5
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-4
/
+4
*
Make sure we update the static local decl address map when we are forced to r...
Eli Friedman
2012-03-09
1
-1
/
+3
*
Make heap-allocation of std::initializer_list 'work'.
Sebastian Redl
2012-02-19
1
-1
/
+1
*
Fix comment.
Chad Rosier
2012-02-18
1
-1
/
+1
*
Basic code generation support for std::initializer_list.
Sebastian Redl
2012-02-17
1
-0
/
+1
*
Bug fix: do not emit static const local variables with mutable members
Richard Smith
2012-02-17
1
-15
/
+10
*
Whether an argument is required (in contrast with being an
John McCall
2012-02-17
1
-1
/
+1
[next]