summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas2016-05-121-1/+28
* Fix argument expansion of reference fields of structsReid Kleckner2016-05-021-0/+4
* Remove redundant conditions of the form (A || (!A && B)) -> (A || B)Benjamin Kramer2016-04-111-1/+1
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-1/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+1
* [cfi] Don't emit checks for disabled CFI kinds.Evgeniy Stepanov2016-03-151-8/+7
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-2/+0
* Temporarily revert these patches:Eric Christopher2016-03-121-0/+2
* Remove compile time PreserveName switch based on NDEBUGMehdi Amini2016-03-111-2/+0
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-2/+2
* [OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-041-44/+99
* [cfi] Safe handling of unaddressable vtable pointers (clang).Evgeniy Stepanov2016-02-031-2/+12
* Fix use of constexpr std::pair that's not in C++11.Evgeniy Stepanov2016-01-251-1/+1
* [cfi] Cross-DSO CFI diagnostic mode (clang part)Evgeniy Stepanov2016-01-251-34/+132
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+2
* CodeGen: Only emit CFI unrelated cast checks for bit casts.Peter Collingbourne2016-01-141-1/+2
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-0/+1
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-9/+41
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-2/+12
* Clarify and elaborate the conditions on which we're checking targetEric Christopher2015-11-141-4/+6
* Provide a frontend based error for always_inline functions that requireEric Christopher2015-11-121-0/+9
* CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-061-1/+1
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-16/+15
* [DEBUG INFO] Emit debug info for type used in explicit cast only.Alexey Bataev2015-10-201-3/+13
* Honor the casted-to alignment of an explicit cast even whenJohn McCall2015-09-291-1/+0
* Decorating vptr load & stores with !invariant.groupPiotr Padlewski2015-09-151-3/+5
* [OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev2015-09-111-2/+6
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-1/+4
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-0/+23
* CodeGen: Add CFI unrelated cast checks to the new pointer code path.Peter Collingbourne2015-09-091-0/+8
* Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.Michael Zolotukhin2015-09-081-4/+18
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-405/+625
* [OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev2015-09-041-4/+10
* [OPENMP 4.0] Codegen for array sections.Alexey Bataev2015-08-311-0/+151
* Revert "[OPENMP 4.0] Codegen for array sections."Daniel Jasper2015-08-281-127/+0
* [OPENMP 4.0] Codegen for array sections.Alexey Bataev2015-08-281-0/+127
* Propagate SourceLocations through to get a Loc on float_cast_overflowFilipe Cabecinhas2015-08-111-2/+4
* [CodeGen] Simplify creation of shuffle masks.Benjamin Kramer2015-07-281-33/+8
* Pass an iterator range to EmitCallArgsDavid Blaikie2015-07-211-2/+2
* Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...David Blaikie2015-07-141-2/+1
* Respect alignment of nested bitfieldsUlrich Weigand2015-07-101-9/+10
* Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.Akira Hatanaka2015-07-021-2/+13
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-191-2/+4
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-181-12/+12
* API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...David Blaikie2015-05-181-4/+4
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-4/+6
* InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner2015-04-231-4/+3
* [CodeGen] Do a more principled fix for PR231653, always use the inner type.Benjamin Kramer2015-04-091-10/+9
OpenPOWER on IntegriCloud