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
/
CGExprAgg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Werror build.
Richard Smith
2016-03-08
1
-1
/
+1
*
P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas...
Richard Smith
2016-03-08
1
-6
/
+36
*
Default vaarg lowering should support indirect struct types.
James Y Knight
2016-02-24
1
-5
/
+2
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+1
*
Atomics: support __c11_* calls on _Atomic struct types.
Tim Northover
2015-11-09
1
-1
/
+2
*
[DEBUG INFO] Emit debug info for type used in explicit cast only.
Alexey Bataev
2015-10-20
1
-0
/
+2
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-2
/
+2
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-98
/
+81
*
Don't use unreachable as a placeholder, it confuses EmitBlock
Reid Kleckner
2015-09-04
1
-1
/
+3
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+14
*
[CodeGen] Reuse stack space from unused function results (with more accurate ...
Leny Kholodov
2015-06-08
1
-5
/
+6
*
Evaluate union cast subexpressions when the cast value is unused
Reid Kleckner
2015-05-20
1
-1
/
+6
*
Fix for aggregate copying of variable length arrays.
Alexey Bataev
2015-05-20
1
-13
/
+30
*
PR23373: A defaulted union copy constructor that is not trivial must still be
Richard Smith
2015-04-29
1
-1
/
+2
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-3
/
+3
*
clang-format my last commit
David Blaikie
2015-04-05
1
-1
/
+1
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-2
/
+2
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-1
/
+1
*
Revert "Revert r229082 for a bit, it caused PR22577."
David Majnemer
2015-02-14
1
-3
/
+5
*
Revert r229082 for a bit, it caused PR22577.
Nico Weber
2015-02-13
1
-5
/
+3
*
MS ABI: Implement /volatile:ms
David Majnemer
2015-02-13
1
-3
/
+5
*
DebugInfo: Refactor default arg handling into a common place (instead of hand...
David Blaikie
2015-02-09
1
-5
/
+0
*
DebugInfo: Suppress the location of instructions in aggregate default arguments.
David Blaikie
2015-02-09
1
-0
/
+5
*
DebugInfo: Use the preferred location rather than the start location for expr...
David Blaikie
2015-01-25
1
-1
/
+1
*
DebugInfo: Attribute aggregate expressions to the source location of the expr...
David Blaikie
2015-01-18
1
-0
/
+5
*
PR18097: Support initializing an _Atomic(T) from an object of C++ class type T
Richard Smith
2014-07-31
1
-0
/
+10
*
A non-trivial array-fill expression isn't necessarily a CXXConstructExpr. It
Richard Smith
2014-06-13
1
-6
/
+24
*
Remove incorrect assertion.
Richard Smith
2014-06-03
1
-4
/
+3
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-10
/
+11
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-9
/
+4
*
Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
2014-02-17
1
-4
/
+0
*
Handle va_arg on struct types for the le32 target (PNaCl and Emscripten)
Mark Seaborn
2014-01-22
1
-1
/
+5
*
CodeGen: Rename adjustFallThroughCount -> adjustForControlFlow
Justin Bogner
2014-01-13
1
-2
/
+2
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-1
/
+7
*
Add front-end infrastructure now address space casts are in LLVM IR.
David Tweed
2013-12-11
1
-0
/
+1
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-2
/
+2
*
Make IgnoreParens() look through ChooseExprs.
Eli Friedman
2013-07-20
1
-1
/
+1
*
Fix build.
Eli Friedman
2013-07-11
1
-2
/
+2
*
Simplify atomic load/store IRGen.
Eli Friedman
2013-07-11
1
-64
/
+22
*
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
-138
/
+52
*
Fix assert on temporary std::initializer_list.
Richard Smith
2013-05-23
1
-1
/
+2
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-1
/
+8
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-1
/
+1
*
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
1
-2
/
+147
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-12
/
+22
*
Evaluate compound literals directly into the result aggregate
John McCall
2013-03-07
1
-4
/
+2
*
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
1
-0
/
+5
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+1
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-4
/
+4
[next]