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
/
CGExprComplex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lower compound assignment for the missing type llvm::Type::FP128TyID.
Jiangning Liu
2014-10-21
1
-0
/
+4
*
[complex] Teach the complex math IR gen to emit direct math and
Chandler Carruth
2014-10-19
1
-17
/
+83
*
complex long double support for PowerPC
Joerg Sonnenberger
2014-10-17
1
-0
/
+4
*
[complex] Use the much more powerful EmitCall routine to call libcalls
Chandler Carruth
2014-10-11
1
-17
/
+1
*
[complex] Teach Clang to preserve different-type operands to arithmetic
Chandler Carruth
2014-10-11
1
-35
/
+162
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-1
/
+1
*
Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
2014-02-17
1
-4
/
+0
*
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
*
CodeGen: Whitespace
Justin Bogner
2013-11-22
1
-5
/
+5
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-16
/
+21
*
Make IgnoreParens() look through ChooseExprs.
Eli Friedman
2013-07-20
1
-1
/
+1
*
Propagate alignment for _Complex
JF Bastien
2013-07-17
1
-6
/
+20
*
Fix crash on complex constant zero.
Eli Friedman
2013-07-16
1
-3
/
+3
*
Add support for complex compound assignments where the LHS is a scalar.
Eli Friedman
2013-06-12
1
-34
/
+64
*
Make sure we don't emit invalid IR for StmtExprs with complex cleanups.
Eli Friedman
2013-06-10
1
-1
/
+3
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+4
*
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
1
-1
/
+6
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-58
/
+56
*
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
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-11-01
1
-2
/
+2
*
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-31
1
-0
/
+1
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-2
/
+2
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-11
/
+4
*
Unify the BlockDeclRefExpr and DeclRefExpr paths so that
John McCall
2012-03-10
1
-2
/
+18
*
Add missing code for compound literals of complex type. <rdar://problem/1093...
Eli Friedman
2012-02-27
1
-0
/
+4
*
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-22
1
-0
/
+1
*
Split reinterpret_casts of member pointers out from CK_BitCast; this
John McCall
2012-02-15
1
-0
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-16
1
-0
/
+4
*
Revert r147664; it's breaking clang regression tests.
Eli Friedman
2012-01-06
1
-1
/
+1
*
Silence GCC warnings.
Jakub Staszak
2012-01-06
1
-1
/
+1
*
Enter the cleanups for a block outside the enclosing
John McCall
2011-11-10
1
-1
/
+3
*
Rip out CK_GetObjCProperty.
John McCall
2011-11-07
1
-1
/
+0
*
Rip the ObjCPropertyRef l-value kind out of IR-generation.
John McCall
2011-11-07
1
-28
/
+5
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-0
/
+4
*
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
1
-1
/
+1
*
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
1
-1
/
+1
*
Introduce a placeholder type for "pseudo object"
John McCall
2011-10-25
1
-1
/
+1
*
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
Eli Friedman
2011-10-11
1
-0
/
+4
*
de-tmpify clang.
Benjamin Kramer
2011-09-27
1
-24
/
+24
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Add list initialization for complex numbers in C. Essentially, this allows "...
Eli Friedman
2011-09-19
1
-1
/
+8
*
Rename the ARC cast kinds to start with "ARC".
John McCall
2011-09-10
1
-4
/
+4
*
When converting a block pointer to an Objective-C pointer type, extend
John McCall
2011-09-10
1
-0
/
+1
*
Give conversions of block pointers to ObjC pointers a different cast kind
John McCall
2011-09-09
1
-1
/
+2
[next]