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
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+1
*
Preserve exceptions information during calls code generation.
Samuel Antao
2015-11-23
1
-7
/
+13
*
[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
-40
/
+35
*
Propagate SourceLocations through to get a Loc on float_cast_overflow
Filipe Cabecinhas
2015-08-11
1
-17
/
+22
*
Don't repeat function names in comments. NFC.
Filipe Cabecinhas
2015-08-05
1
-3
/
+3
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-3
/
+4
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-4
/
+4
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-1
/
+1
*
CodeGen: _Atomic(_Complex) shouldn't crash
David Majnemer
2015-02-14
1
-0
/
+2
*
Revert "Revert r229082 for a bit, it caused PR22577."
David Majnemer
2015-02-14
1
-1
/
+2
*
Revert r229082 for a bit, it caused PR22577.
Nico Weber
2015-02-13
1
-2
/
+1
*
MS ABI: Implement /volatile:ms
David Majnemer
2015-02-13
1
-1
/
+2
*
Fix typoo.
Richard Smith
2015-02-12
1
-2
/
+2
*
DebugInfo: Refactor default arg handling into a common place (instead of hand...
David Blaikie
2015-02-09
1
-8
/
+2
*
DebugInfo: Suppress the location of instructions in complex default arguments.
David Blaikie
2015-02-09
1
-2
/
+8
*
DebugInfo: Use the preferred location rather than the start location for expr...
David Blaikie
2015-01-25
1
-1
/
+1
*
DebugInfo: Attribute complex expressions to the source location of the expres...
David Blaikie
2015-01-18
1
-0
/
+1
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-14
/
+8
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-8
/
+14
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-14
/
+8
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-8
/
+14
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-14
/
+8
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-8
/
+14
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-14
/
+8
*
DebugInfo: Correct location for compound complex assignment
David Blaikie
2014-12-09
1
-2
/
+1
*
DebugInfo: Accurate location information for complex assignment
David Blaikie
2014-12-09
1
-4
/
+4
*
DebugInfo: Emit the correct location for initialization of a complex variable
David Blaikie
2014-12-09
1
-8
/
+14
*
Fix invalid calling convention used for libcalls on ARM.
Anton Korobeynikov
2014-12-02
1
-5
/
+14
*
Remove CastKind typedef from CastExpr since CastKind is in the clang namespace.
Craig Topper
2014-10-31
1
-2
/
+2
*
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
[next]