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
/
CGExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: ubsan is built static on windows, give handlers local storage
Saleem Abdulrasool
2016-12-15
1
-1
/
+2
*
CodeGen: clean up -Wpedantic warning (NFC)
Saleem Abdulrasool
2016-12-13
1
-1
/
+1
*
Avoid use of std::to_string. NFC.
Vedant Kumar
2016-12-12
1
-1
/
+1
*
[Fix] Add missing include from r289444.
Filipe Cabecinhas
2016-12-12
1
-0
/
+2
*
[clang] Version support for UBSan handlers
Filipe Cabecinhas
2016-12-12
1
-16
/
+38
*
[ubsan] Treat ObjC's BOOL as if its range is always {0, 1}
Vedant Kumar
2016-12-09
1
-7
/
+8
*
[c++17] P0135R1: Guaranteed copy elision.
Richard Smith
2016-12-06
1
-1
/
+1
*
Improve handling of __FUNCTION__ and other predefined expression for Objectiv...
Mehdi Amini
2016-11-16
1
-3
/
+13
*
Revert "Improve handling of __FUNCTION__ and other predefined expression for ...
Mehdi Amini
2016-11-15
1
-13
/
+3
*
Improve handling of __FUNCTION__ and other predefined expression for Objectiv...
Mehdi Amini
2016-11-15
1
-3
/
+13
*
[OPENMP] Fixed codegen for __real/__imag expressions in atomic
Alexey Bataev
2016-11-07
1
-2
/
+4
*
[OPENMP] Fixed capturing of VLA variables.
Alexey Bataev
2016-11-07
1
-6
/
+5
*
Revert "[OPENMP] Fixed capturing of VLA variables."
Diana Picus
2016-11-07
1
-5
/
+6
*
[OPENMP] Fixed capturing of VLA variables.
Alexey Bataev
2016-11-07
1
-6
/
+5
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-76
/
+104
*
[CodeGen][ObjC] Do not call objc_storeStrong when initializing a
Akira Hatanaka
2016-10-18
1
-1
/
+9
*
[ubsan] Disable bounds-check for flexible array ivars
Vedant Kumar
2016-10-04
1
-0
/
+2
*
Switch to a different workaround for unimplementability of P0145R3 in MS ABIs.
Richard Smith
2016-09-29
1
-7
/
+25
*
Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom to
Richard Smith
2016-09-28
1
-1
/
+10
*
Revert r282556. This change made several bots unhappy.
Richard Smith
2016-09-28
1
-10
/
+1
*
P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side of
Richard Smith
2016-09-27
1
-1
/
+10
*
Remove default argument from lambda to appease old MSVC.
Richard Smith
2016-09-27
1
-1
/
+1
*
P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of array
Richard Smith
2016-09-26
1
-15
/
+35
*
Update Clang for D20147 ("DebugInfo: New metadata representation for global v...
Peter Collingbourne
2016-09-13
1
-2
/
+2
*
Update clang for D21514. NFC
Amaury Sechet
2016-09-09
1
-4
/
+5
*
P0217R3: code generation support for decomposition declarations.
Richard Smith
2016-08-15
1
-0
/
+6
*
[OpenCL] Generate opaque type for sampler_t and function call for the initial...
Yaxun Liu
2016-07-28
1
-0
/
+1
*
[CodeGen] Use llvm::Type::getVectorNumElements instead of casting to llvm::Ve...
Craig Topper
2016-07-08
1
-2
/
+1
*
[Temporary, Lifetime] Add lifetime marks for temporaries
Tim Shen
2016-07-01
1
-1
/
+19
*
CodeGen: Update Clang to use the new type metadata.
Peter Collingbourne
2016-06-24
1
-9
/
+8
*
Update clang for D20348
Peter Collingbourne
2016-06-14
1
-3
/
+3
*
[MS Volatile] Don't make volatile loads/stores to underaligned objects atomic
David Majnemer
2016-05-24
1
-8
/
+7
*
[ObjC][CodeGen] Remove an assert that is no longer correct.
Akira Hatanaka
2016-05-13
1
-3
/
+10
*
[ubsan] Add -fsanitize-undefined-strip-path-components=N
Filipe Cabecinhas
2016-05-12
1
-1
/
+28
*
Fix argument expansion of reference fields of structs
Reid Kleckner
2016-05-02
1
-0
/
+4
*
Remove redundant conditions of the form (A || (!A && B)) -> (A || B)
Benjamin Kramer
2016-04-11
1
-1
/
+1
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-1
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+1
*
[cfi] Don't emit checks for disabled CFI kinds.
Evgeniy Stepanov
2016-03-15
1
-8
/
+7
*
Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...
Mehdi Amini
2016-03-13
1
-2
/
+0
*
Temporarily revert these patches:
Eric Christopher
2016-03-12
1
-0
/
+2
*
Remove compile time PreserveName switch based on NDEBUG
Mehdi Amini
2016-03-11
1
-2
/
+0
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-2
/
+2
*
[OPENMP 4.0] Fixed support of array sections/array subscripts.
Alexey Bataev
2016-02-04
1
-44
/
+99
*
[cfi] Safe handling of unaddressable vtable pointers (clang).
Evgeniy Stepanov
2016-02-03
1
-2
/
+12
*
Fix use of constexpr std::pair that's not in C++11.
Evgeniy Stepanov
2016-01-25
1
-1
/
+1
*
[cfi] Cross-DSO CFI diagnostic mode (clang part)
Evgeniy Stepanov
2016-01-25
1
-34
/
+132
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-0
/
+2
*
CodeGen: Only emit CFI unrelated cast checks for bit casts.
Peter Collingbourne
2016-01-14
1
-1
/
+2
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+1
[next]