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
...
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-3
/
+3
*
[OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
2015-03-30
1
-8
/
+6
*
[CodeGen] Support native half inc/dec amounts.
Ahmed Bougacha
2015-03-24
1
-1
/
+6
*
[CodeGen] Properly support the half FP type with non-native operations.
Ahmed Bougacha
2015-03-23
1
-34
/
+60
*
[CodeGen] Convert double -> __fp16 in one step.
Ahmed Bougacha
2015-03-23
1
-9
/
+18
*
Implement bad cast checks using control flow integrity information.
Peter Collingbourne
2015-03-14
1
-0
/
+11
*
[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...
Alexey Samsonov
2015-03-09
1
-26
/
+37
*
Revert "[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanit...
Alexey Samsonov
2015-03-05
1
-32
/
+28
*
[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...
Alexey Samsonov
2015-03-03
1
-28
/
+32
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-1
/
+1
*
Fix typoo.
Richard Smith
2015-02-12
1
-1
/
+1
*
DebugInfo: Refactor default arg handling into a common place (instead of hand...
David Blaikie
2015-02-09
1
-8
/
+2
*
DebugInfo: Ensure calls to functions with default arguments which themselves ...
David Blaikie
2015-02-03
1
-1
/
+2
*
Address review feedback for r228003.
Adrian Prantl
2015-02-03
1
-1
/
+1
*
Merge ArtificialLocation into ApplyDebugLocation and make a clear
Adrian Prantl
2015-02-03
1
-1
/
+1
*
DebugInfo: Use the preferred location rather than the start location for expr...
David Blaikie
2015-01-25
1
-1
/
+1
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-1
/
+2
*
[mips] Fix va_arg() for pointer types on big-endian N32.
Daniel Sanders
2015-01-13
1
-2
/
+6
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-2
/
+1
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-1
/
+2
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-2
/
+1
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-1
/
+2
*
Fix an address space id reset with array decay's
Pekka Jaaskelainen
2014-12-19
1
-1
/
+2
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-2
/
+1
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-1
/
+2
*
Bugfix for Codegen of atomic load/store/other ops.
Alexey Bataev
2014-12-15
1
-10
/
+10
*
CodeGen: Compound literals with funny types shouldn't crash
David Majnemer
2014-12-14
1
-2
/
+4
*
[OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...
Anastasia Stulova
2014-11-26
1
-2
/
+2
*
Allow EmitVAArg() to promote types and use this to fix some N32/N64 vararg is...
Daniel Sanders
2014-11-19
1
-2
/
+10
*
Bundle conditions checked by UBSan with sanitizer kinds they implement.
Alexey Samsonov
2014-11-11
1
-26
/
+28
*
Propagate SanitizerKind into CodeGenFunction::EmitCheck() call.
Alexey Samsonov
2014-11-10
1
-12
/
+22
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-26
/
+29
*
Get rid of SanitizerOptions::Disabled global. NFC.
Alexey Samsonov
2014-10-30
1
-22
/
+22
*
Sanitize upcasts and conversion to virtual base.
Alexey Samsonov
2014-10-13
1
-3
/
+3
*
Suppress a warning about an unused variable in NDEBUG builds.
Chandler Carruth
2014-10-11
1
-0
/
+1
*
[complex] Teach the other two binary operators on complex numbers (==
Chandler Carruth
2014-10-11
1
-5
/
+23
*
Emit @llvm.assume for non-parameter lvalue align_value-attribute loads
Hal Finkel
2014-10-04
1
-3
/
+41
*
Include debug info for types referenced only via explicit cast expressions.
David Blaikie
2014-09-24
1
-0
/
+4
*
Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
2014-08-27
1
-4
/
+8
*
[UBSan] Add !nosanitize metadata to the code generated by UBSan.
Alexey Samsonov
2014-07-17
1
-12
/
+22
*
IR: update Clang to use polymorphic __fp16 conversion intrinsics.
Tim Northover
2014-07-17
1
-8
/
+15
*
Fix the dtor location issues in PR20038 harder.
David Blaikie
2014-07-10
1
-9
/
+7
*
[Sanitizer] Remove brittle cache variable and slightly simplify blacklisting ...
Alexey Samsonov
2014-07-07
1
-1
/
+1
*
Cleanup. No functionality change intended.
Richard Smith
2014-07-07
1
-5
/
+4
*
PR20038: DebugInfo: Call sites without DebugLocs for temporary dtors after a ...
David Blaikie
2014-06-25
1
-1
/
+4
*
IR-change: cmpxchg operations now return { iN, i1 }.
Tim Northover
2014-06-13
1
-4
/
+6
*
[CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {ext...
Michael J. Spencer
2014-05-31
1
-4
/
+1
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-23
/
+23
*
Remove some empty statements
Alp Toker
2014-04-19
1
-1
/
+1
*
Ensure we evaluate VLA bounds if a variably-modified type is used as the
Richard Smith
2014-04-14
1
-0
/
+4
[prev]
[next]