summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenAction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Diagnostics: remove dodgy handler for bitcode inlineasm diagnostics.Tim Northover2016-03-311-8/+0
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-301-3/+3
* Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner2016-03-171-3/+3
* For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner2016-03-171-3/+3
* Temporarily revert these patches:Eric Christopher2016-03-121-7/+1
* Fix clang crash: when CodeGenAction is initialized without a context, use the...Mehdi Amini2016-03-111-1/+1
* Fix build: use -> with pointers and not .Mehdi Amini2016-03-111-1/+1
* Remove compile time PreserveName switch based on NDEBUGMehdi Amini2016-03-111-1/+7
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-2/+2
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-5/+0
* Serialize `#pragma comment`.Nico Weber2016-03-021-8/+0
* Avoid double deletion in Clang driver.Serge Pavlov2016-02-181-21/+8
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-02-021-11/+64
* Revert r259036, it introduces a cyclic library dependencyOliver Stannard2016-01-281-65/+11
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-281-11/+65
* Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...NAKAMURA Takumi2016-01-281-64/+11
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-271-11/+64
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-261-0/+4
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-2/+2
* [ThinLTO] Leverage new in-place renaming supportTeresa Johnson2016-01-081-35/+1
* Update for llvm api change.Rafael Espindola2015-12-161-2/+2
* Update for llvm api change.Rafael Espindola2015-12-141-33/+27
* [ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson2015-12-071-21/+55
* Update for llvm api change.Rafael Espindola2015-12-011-1/+1
* Allow linking multiple bitcode files.Artem Belevich2015-10-271-53/+61
* [CUDA] Postprocess bitcode linked in during device-side CUDA compilation.Artem Belevich2015-09-101-1/+6
* Initialize the AST consumer as soon as we have both an ASTConsumer and anRichard Smith2015-08-181-5/+2
* 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
* Append options for floating-point commutivity when related diagnostics are pr...Tyler Nowicki2015-08-101-0/+19
* Rename DescriptionString -> DataLayoutString as it matches the actualEric Christopher2015-08-051-2/+2
* Rangify for loops, NFC.Yaron Keren2015-08-011-2/+1
* Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.Adrian Prantl2015-06-301-2/+6
* 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
* Update for llvm api change.Rafael Espindola2015-06-161-2/+2
* CodeGen: Avoid a reserved name and fix the naming style of some arguments. NFCJustin Bogner2015-05-221-8/+8
* Fixed double-free in case of module loading error.Artem Belevich2015-05-121-2/+2
* Fix BackendConsumer::EmitOptimizationMessage()Diego Novillo2015-05-081-7/+10
* Implemented support for testing the ASTImporter'sSean Callanan2015-04-281-0/+5
* Use raw_pwrite_stream in clang.Rafael Espindola2015-04-141-7/+6
* Add InlineAsmDiagnosticHandler for bitcode inputSteven Wu2015-02-121-0/+8
* Make a codegen warning a real warning instead of a getCustomDiagID().Nico Weber2015-01-291-5/+3
* Remove unused parameter, followup to r179639. No behavior change.Nico Weber2015-01-151-2/+1
* Remove ASTConsumer::HandleVTable()'s bool parameter.Nico Weber2015-01-151-2/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-3/+3
* Initialize BackendConsumer::Context in constructor.Yaron Keren2014-12-251-1/+1
* Update for LLVM API change.Rafael Espindola2014-10-281-1/+1
* Use the newer/simple API for passing a diagnostic handler to the IR linker.Rafael Espindola2014-10-271-16/+5
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-6/+3
OpenPOWER on IntegriCloud