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
...
*
[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
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-405
/
+625
*
[OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trap
Alexey Bataev
2015-09-04
1
-4
/
+10
*
[OPENMP 4.0] Codegen for array sections.
Alexey Bataev
2015-08-31
1
-0
/
+151
*
Revert "[OPENMP 4.0] Codegen for array sections."
Daniel Jasper
2015-08-28
1
-127
/
+0
*
[OPENMP 4.0] Codegen for array sections.
Alexey Bataev
2015-08-28
1
-0
/
+127
*
Propagate SourceLocations through to get a Loc on float_cast_overflow
Filipe Cabecinhas
2015-08-11
1
-2
/
+4
*
[CodeGen] Simplify creation of shuffle masks.
Benjamin Kramer
2015-07-28
1
-33
/
+8
*
Pass an iterator range to EmitCallArgs
David Blaikie
2015-07-21
1
-2
/
+2
*
Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...
David Blaikie
2015-07-14
1
-2
/
+1
*
Respect alignment of nested bitfields
Ulrich Weigand
2015-07-10
1
-9
/
+10
*
Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
2015-07-02
1
-2
/
+13
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Peter Collingbourne
2015-06-19
1
-2
/
+4
*
Introduce -fsanitize-trap= flag.
Peter Collingbourne
2015-06-18
1
-12
/
+12
*
API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...
David Blaikie
2015-05-18
1
-4
/
+4
*
Unify sanitizer kind representation between the driver and the rest of the co...
Peter Collingbourne
2015-05-11
1
-4
/
+6
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-4
/
+3
*
[CodeGen] Do a more principled fix for PR231653, always use the inner type.
Benjamin Kramer
2015-04-09
1
-10
/
+9
[prev]
[next]