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 "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-8
/
+9
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-9
/
+8
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-8
/
+9
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-9
/
+8
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-8
/
+9
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-9
/
+8
*
DebugInfo: Correct location of initialization of auto __complex
David Blaikie
2014-12-09
1
-1
/
+1
*
DebugInfo: Correct the location of initializations of auto.
David Blaikie
2014-12-09
1
-1
/
+1
*
DebugInfo: Correctly identify the location of C++ member initializer list ele...
David Blaikie
2014-12-09
1
-11
/
+9
*
Revert "Remove threshold for lifetime marker insertion of named temporaries"
Arnaud A. de Grandmaison
2014-12-01
1
-26
/
+26
*
Remove threshold for lifetime marker insertion of named temporaries
Arnaud A. de Grandmaison
2014-12-01
1
-26
/
+26
*
Emit OpenCL local global variables without zeorinitializer
Matt Arsenault
2014-11-03
1
-1
/
+9
*
Revert r218865 because it introduced PR21236, a crash in codegen emitting the...
Nick Lewycky
2014-10-10
1
-52
/
+14
*
Revert "Remove threshold on object size for inserting lifetime begin / end"
Arnaud A. de Grandmaison
2014-10-08
1
-9
/
+18
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-1
/
+1
*
Remove threshold on object size for inserting lifetime begin / end
Arnaud A. de Grandmaison
2014-10-08
1
-18
/
+9
*
Revert commit r219297.
Alexey Bataev
2014-10-08
1
-1
/
+1
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-1
/
+1
*
Revert back r219295.
Alexey Bataev
2014-10-08
1
-1
/
+1
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-1
/
+1
*
Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
2014-10-08
1
-38
/
+66
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-10-02
1
-14
/
+52
*
DebugInfo: Blocks: Do not depend on LLVM argument numbering when choosing the...
David Blaikie
2014-08-08
1
-1
/
+2
*
Remove separator parameter from static local naming code
Reid Kleckner
2014-08-04
1
-7
/
+5
*
[Sanitizer] Introduce SanitizerMetadata class.
Alexey Samsonov
2014-08-01
1
-1
/
+1
*
MS ABI: Don't push destructor cleanups for aggregate parameters in thunks
Reid Kleckner
2014-07-25
1
-1
/
+3
*
Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...
Arnaud A. de Grandmaison
2014-07-21
1
-16
/
+24
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-07-21
1
-24
/
+16
*
Revert r213415, "Merge two lines". It broke tests in -Asserts builds.
NAKAMURA Takumi
2014-07-18
1
-1
/
+2
*
Merge two lines
Alexey Samsonov
2014-07-18
1
-2
/
+1
*
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
[next]