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
/
CGExprConstant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+1
*
Clean ExprConstant/CGExprConstant up a bit. NFC.
George Burgess IV
2015-12-11
1
-5
/
+7
*
PR25368: Replace workaround for build failure with modules enabled with a fix
Richard Smith
2015-11-05
1
-1
/
+1
*
CGExprConstant.cpp: Appease Modules.
NAKAMURA Takumi
2015-10-30
1
-1
/
+1
*
[DEBUG INFO] Emit debug info for type used in explicit cast only.
Alexey Bataev
2015-10-20
1
-0
/
+2
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-19
/
+31
*
[CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointer
David Majnemer
2015-06-23
1
-1
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+156
*
[CodeGen] Indirect fields can initialize a union
David Majnemer
2015-05-30
1
-2
/
+8
*
[CodeGen] Handle flexible array members containing pointers to members
David Majnemer
2015-05-26
1
-4
/
+0
*
Replace getPointeeType()->isFunctionType with isMemberDataPointerType
David Majnemer
2015-04-24
1
-2
/
+1
*
[opaque pointer type] Update for GEP API changes in LLVM
David Blaikie
2015-04-02
1
-1
/
+1
*
CodeGen: Correctly initialize bitfields with non-constant initializers
David Majnemer
2015-03-14
1
-3
/
+8
*
CodeGen: Optimize emssion of zeroinitialzied arrays
David Majnemer
2014-12-28
1
-12
/
+24
*
CodeGen: Compound literals with funny types shouldn't crash
David Majnemer
2014-12-14
1
-1
/
+2
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-2
/
+2
*
CodeGen: ConstStructBuilder must verify packed constraints after padding
David Majnemer
2014-10-19
1
-14
/
+30
*
Revert r220153: "CodeGen: ConstStructBuilder must verify packed constraints a...
Chandler Carruth
2014-10-19
1
-10
/
+9
*
CodeGen: ConstStructBuilder must verify packed constraints after padding
David Majnemer
2014-10-19
1
-9
/
+10
*
CodeGen: Kill FillInNullDataMemberPointers
David Majnemer
2014-10-17
1
-106
/
+3
*
Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
2014-10-08
1
-1
/
+2
*
Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
2014-08-27
1
-1
/
+2
*
PR18097: Support initializing an _Atomic(T) from an object of C++ class type T
Richard Smith
2014-07-31
1
-0
/
+19
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-20
/
+20
*
Objective-C [IRGen]. Fixes a crash in IRGen involving use of
Fariborz Jahanian
2014-04-23
1
-1
/
+4
*
Bug 18567: Fix constantexpr pointer casts with address spaces.
Matt Arsenault
2014-04-17
1
-1
/
+3
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-9
/
+7
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-8
/
+5
*
Rename isBuiltinCall() to getBuiltinCallee()
Alp Toker
2013-12-28
1
-1
/
+1
*
Add front-end infrastructure now address space casts are in LLVM IR.
David Tweed
2013-12-11
1
-2
/
+5
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-31
/
+10
*
AST: Handle qualified array types in typeid() expressions
David Majnemer
2013-09-27
1
-1
/
+1
*
Make IgnoreParens() look through ChooseExprs.
Eli Friedman
2013-07-20
1
-1
/
+1
*
Make Expr::isConstantInitializer match IRGen.
Eli Friedman
2013-07-16
1
-1
/
+5
*
Rewrite record layout for ms_struct structs.
Eli Friedman
2013-06-26
1
-30
/
+2
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-5
/
+0
*
Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
2013-06-05
1
-0
/
+9
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+6
*
Allow EmitConstantInit() to emit constant initializers for objects with trivi...
Alexey Samsonov
2013-04-05
1
-2
/
+1
*
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-03-05
1
-0
/
+2
*
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
1
-1
/
+2
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
c++ IRGen. In trivial cases that object is going into static
Fariborz Jahanian
2013-01-10
1
-0
/
+17
*
Don't assert/crash on reference variables in lambdas bound to a
Eli Friedman
2013-01-03
1
-4
/
+2
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
[next]