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
...
*
Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...
Arnaud A. de Grandmaison
2014-07-18
1
-16
/
+24
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-07-18
1
-24
/
+16
*
[ASan] Collect unmangled names of global variables in Clang to print them in ...
Alexey Samsonov
2014-07-12
1
-1
/
+1
*
[ASan] Print exact source location of global variables in error reports.
Alexey Samsonov
2014-07-02
1
-0
/
+2
*
Inherit dll attributes to static locals
Hans Wennborg
2014-06-18
1
-0
/
+7
*
Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
2014-06-13
1
-3
/
+0
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-10
/
+8
*
Eliminate redundant MangleBuffer class
Alp Toker
2014-06-03
1
-5
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-10
/
+10
*
CodeGen: Fix linkage of reference temporaries
David Majnemer
2014-04-28
1
-10
/
+4
*
Fix type mismatch assertion related to inalloca and PR19287
Reid Kleckner
2014-04-02
1
-2
/
+5
*
Proper handling of static local variables with address space qualifiers.
Eli Bendersky
2014-03-24
1
-8
/
+14
*
[C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...
Aaron Ballman
2014-03-17
1
-4
/
+3
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-6
/
+4
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-4
/
+3
*
Objective-C++ IRGen. Due to change to AST for initialization of c++11’s
Fariborz Jahanian
2014-03-14
1
-1
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-9
/
+9
*
Use llvm.compiler.used instead of llvm.used for objc symbols.
Rafael Espindola
2014-03-06
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
2014-02-01
1
-20
/
+26
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
[ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
2013-12-04
1
-1
/
+1
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-3
/
+4
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-0
/
+3
*
Simplify linkage code for static local vars.
Eli Friedman
2013-07-01
1
-49
/
+3
*
Fix mangling for block literals.
Eli Friedman
2013-07-01
1
-8
/
+39
*
[ms-cxxabi] Destroy temporary record arguments in the callee
Reid Kleckner
2013-06-21
1
-2
/
+10
*
Compute the visibility of static local variables consistently. Fixes PR16208.
Eli Friedman
2013-06-17
1
-2
/
+1
*
Cleanup linkage computation for static locals.
Rafael Espindola
2013-06-17
1
-5
/
+3
*
Fix the linkage of static locals inside a CapturedStmt. (Found in the
Eli Friedman
2013-06-13
1
-3
/
+21
*
Simplify: we don't need any special-case lifetime extension when initializing
Richard Smith
2013-06-12
1
-1
/
+1
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-1
/
+0
*
Reapply r183721, reverted in r183776, with a fix for a bug in the former (we
Richard Smith
2013-06-12
1
-0
/
+20
*
Revert r183721. It caused cleanups to be delayed too long in some cases.
Richard Smith
2013-06-11
1
-20
/
+0
*
Rework IR emission for lifetime-extended temporaries. Instead of trying to walk
Richard Smith
2013-06-11
1
-0
/
+20
*
PR12848: When emitting a local variable declared 'constexpr', always initiali...
Richard Smith
2013-06-02
1
-8
/
+15
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-1
/
+4
*
Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of...
David Blaikie
2013-05-20
1
-2
/
+5
*
Let CodeGenFunction::EmitVarDecl query the semantic storage class info.
Enea Zaffanella
2013-05-16
1
-11
/
+7
*
Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl...
David Blaikie
2013-05-15
1
-5
/
+2
*
Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type...
David Blaikie
2013-05-08
1
-2
/
+5
*
Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...
David Blaikie
2013-04-22
1
-1
/
+4
*
Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"
Eric Christopher
2013-04-19
1
-4
/
+1
*
PR14606: Debug info for using directives/DW_TAG_imported_module
David Blaikie
2013-04-19
1
-1
/
+4
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-1
/
+1
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-0
/
+1
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+1
*
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
[prev]
[next]