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
/
CGExprScalar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update for IR: add a second AtomicOrdering to cmpxchg insts.
Tim Northover
2014-03-11
1
-4
/
+6
*
[Modules] Update to reflect the move of CFG.h to the IR library in LLVM
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
2014-02-17
1
-8
/
+0
*
Fix some minor whitespace issues.
Bob Wilson
2014-02-17
1
-1
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
CodeGen: Rename adjustFallThroughCount -> adjustForControlFlow
Justin Bogner
2014-01-13
1
-4
/
+4
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-3
/
+34
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-3
/
+0
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-1
/
+1
*
Add front-end infrastructure now address space casts are in LLVM IR.
David Tweed
2013-12-11
1
-2
/
+13
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
Remove an incorrect optimization inside Clang's IRGen. Its check to determine
Nick Lewycky
2013-11-08
1
-15
/
+8
*
Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted
Richard Smith
2013-10-22
1
-2
/
+2
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-18
/
+23
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+76
*
UBSan: Fix alignment checks emitted in downcasts.
Filipe Cabecinhas
2013-08-08
1
-4
/
+7
*
Add support for passing -1 to __builtin_shufflevector to signify an undefined...
Craig Topper
2013-08-03
1
-2
/
+6
*
Remove more odd code that tries to account for an off by 1 problem in vec3 sh...
Craig Topper
2013-08-01
1
-8
/
+0
*
Fix to handle all non-power-of-2 vector sizes in the mask form of _builtin_sh...
Craig Topper
2013-08-01
1
-10
/
+2
*
Remove broken and unnecessary vec3 handling from VisitShuffleVectorExpr.
Craig Topper
2013-08-01
1
-5
/
+1
*
Fix formatting. No functional change.
Craig Topper
2013-07-27
1
-1
/
+1
*
Remove trailing whitespace.
Craig Topper
2013-07-26
1
-91
/
+91
*
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
/
+1
*
PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit...
David Blaikie
2013-07-13
1
-12
/
+0
*
Add support for complex compound assignments where the LHS is a scalar.
Eli Friedman
2013-06-12
1
-9
/
+2
*
Make sure we don't emit invalid IR for StmtExprs with complex cleanups.
Eli Friedman
2013-06-10
1
-2
/
+6
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+4
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-2
/
+2
*
UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ...
Richard Smith
2013-03-27
1
-34
/
+49
*
PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion,
Richard Smith
2013-03-19
1
-8
/
+24
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-4
/
+4
*
Improve C11 atomics support:
David Chisnall
2013-03-03
1
-7
/
+89
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-3
/
+8
*
[ubsan] Emit single check for left shift.
Will Dietz
2013-02-25
1
-4
/
+15
*
ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...
Richard Smith
2013-02-23
1
-1
/
+10
*
Add support to Sema and CodeGen for floating point vector types in OpenCL.
Joey Gouly
2013-02-21
1
-10
/
+21
*
ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,
Richard Smith
2013-02-13
1
-1
/
+9
*
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
2013-01-29
1
-1
/
+1
*
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
1
-6
/
+5
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+5
*
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-18
1
-26
/
+23
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Testing with a full OpenCL compiler (based on clang) reveals r71734 missed
David Tweed
2013-01-10
1
-2
/
+6
*
[ubsan] Use correct type for compound assignment ops.
Will Dietz
2013-01-07
1
-2
/
+2
*
Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be
David Tweed
2013-01-07
1
-11
/
+20
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Simplify vector splat code. No functionality change.
Benjamin Kramer
2013-01-01
1
-18
/
+2
[prev]
[next]