summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Use an explicit assignment.Eric Christopher2015-08-271-2/+2
* Assume loads fix #2Piotr Padlewski2015-08-275-11/+18
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-276-110/+218
* CGDebugInfo: Factor out a getOrCreateStandaloneType() method.Adrian Prantl2015-08-272-3/+18
* Target attribute syntax compatibility fix - gcc uses no- rather than mno-.Eric Christopher2015-08-271-1/+1
* Rewrite the code generation handling for function feature and cpu attributes.Eric Christopher2015-08-271-62/+70
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-273-0/+3
* DI: Clarify meaning of createTempFunctionFwdDecl() arg, NFCDuncan P. N. Exon Smith2015-08-261-1/+1
* [X86][SSE] Add _mm_undefined_* intrinsicsSimon Pilgrim2015-08-261-0/+4
* Revert r245879. Speculative, might have caused crbug.com/524604Nico Weber2015-08-252-1/+16
* Convert SampleProfile pass into a Module pass.Diego Novillo2015-08-251-12/+3
* [ARM NEON] Use CGF cached Types instead of llvm::Type::get. NFC.Ahmed Bougacha2015-08-241-13/+11
* [ARM NEON] Replace redundant code with a new GetFloatNeonType. NFC.Ahmed Bougacha2015-08-241-63/+22
* [MS ABI] Don't emit stackrestore in cleanupsDavid Majnemer2015-08-242-16/+1
* [WinEH] Update to new EH pad/ret signatures (with tokens required)Joseph Tremoulet2015-08-233-8/+6
* [CUDA] Change initializer for CUDA device code based on CUDA documentation.Jingyue Wu2015-08-221-1/+21
* [ARM NEON] Use the common naming scheme for vcvt f16 builtins. NFC.Ahmed Bougacha2015-08-211-2/+2
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski2015-08-216-218/+110
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-216-110/+218
* Properly provide alignment of 'byval' arguments down to llvm.James Y Knight2015-08-211-3/+18
* [OPENMP 4.1] Add codegen for 'simdlen' clause.Alexey Bataev2015-08-211-4/+14
* [OPENMP 4.1] Initial support for 'simdlen' clause.Alexey Bataev2015-08-211-0/+1
* Generating available_externally vtables bugfixPiotr Padlewski2015-08-191-6/+4
* [modules] Don't eagerly deserialize so many ImportDecls. CodeGen basically ig...Richard Smith2015-08-191-5/+2
* Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...David Blaikie2015-08-1813-44/+44
* Fix for MSVCDavid Blaikie2015-08-181-1/+1
* Wdeprecated: Support movability of EHScopeStack::Cleanup objects as they are ...David Blaikie2015-08-181-0/+5
* Initialize the AST consumer as soon as we have both an ASTConsumer and anRichard Smith2015-08-182-9/+3
* [OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev2015-08-181-6/+9
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Justin Bogner2015-08-186-218/+110
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-186-110/+218
* Revert r245257 "Generating assumption loads of vptr after ctor call"Hans Wennborg2015-08-185-216/+109
* Generating assumption loads of vptr after ctor callPiotr Padlewski2015-08-175-109/+216
* [MS ABI] Switch catchpad/cleanuppad to use tokensDavid Majnemer2015-08-153-19/+22
* [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.Alexey Bataev2015-08-141-19/+1
* Wdeprecated: ByrefHelpers are copy constructed by the ::buildByrefHelpers hel...David Blaikie2015-08-132-22/+23
* Avoid iteration invalidation issues around MaterializedTemporaryExprDavid Majnemer2015-08-131-3/+2
* Fix previous commit: poison only class members, simpler testsNaomi Musgrave2015-08-131-7/+32
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-138-21/+0
* Remove raw_svector_ostream::resync and users. It's no-op after r244870.Yaron Keren2015-08-131-2/+0
* Remove superfluous private:, TypeCache is private by default.Yaron Keren2015-08-131-1/+0
* Wdeprecated: ApplyDebugLocation is returned by value yet if it is ever copied...David Blaikie2015-08-122-24/+36
* Wdeprecated: CGBuilderInserter is copy constructed in some contexts - remove ...David Blaikie2015-08-121-5/+3
* Revert "Implement poisoning of only class members in dtor, as opposed to also...Naomi Musgrave2015-08-121-32/+7
* Implement poisoning of only class members in dtor, as opposed to also poisoni...Naomi Musgrave2015-08-121-7/+32
* Untabify.Eric Christopher2015-08-111-12/+12
* This patch fixes the assert in emitting captured code in the target data cons...Michael Wong2015-08-111-1/+3
* Propagate SourceLocations through to get a Loc on float_cast_overflowFilipe Cabecinhas2015-08-116-103/+127
* Print vectorization analysis when loop hint is specified.Tyler Nowicki2015-08-111-15/+21
* Append options for vectorization when pointer checking threshold is exceeded.Tyler Nowicki2015-08-101-0/+19
OpenPOWER on IntegriCloud