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
*
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
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-9
/
+41
*
Preserve exceptions information during calls code generation.
Samuel Antao
2015-11-23
1
-2
/
+12
*
Clarify and elaborate the conditions on which we're checking target
Eric Christopher
2015-11-14
1
-4
/
+6
*
Provide a frontend based error for always_inline functions that require
Eric Christopher
2015-11-12
1
-0
/
+9
*
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-1
/
+1
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-16
/
+15
*
[DEBUG INFO] Emit debug info for type used in explicit cast only.
Alexey Bataev
2015-10-20
1
-3
/
+13
*
Honor the casted-to alignment of an explicit cast even when
John McCall
2015-09-29
1
-1
/
+0
*
Decorating vptr load & stores with !invariant.group
Piotr Padlewski
2015-09-15
1
-3
/
+5
*
[OPENMP] Preserve alignment of the original variables for the captured refere...
Alexey Bataev
2015-09-11
1
-2
/
+6
*
[OPENMP] Outlined function for parallel and other regions with list of captur...
Alexey Bataev
2015-09-10
1
-1
/
+4
*
CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne
2015-09-10
1
-0
/
+23
*
CodeGen: Add CFI unrelated cast checks to the new pointer code path.
Peter Collingbourne
2015-09-09
1
-0
/
+8
*
Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.
Michael Zolotukhin
2015-09-08
1
-4
/
+18
[next]