aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-27[clang-repl][CUDA] Re-land: Initial interactive CUDA support for clang-replAnubhab Ghosh1-1/+1
2023-05-20Revert "[clang-repl][CUDA] Initial interactive CUDA support for clang-repl"Anubhab Ghosh1-1/+1
2023-05-20[clang-repl][CUDA] Initial interactive CUDA support for clang-replAnubhab Ghosh1-1/+1
2022-12-03[clang-repl] Support statements on global scope in incremental mode.Vassil Vassilev1-0/+1
2022-07-26[CGDebugInfo] Access the current working directory from the `VFS`Argyrios Kyrtzidis1-9/+15
2022-06-18Reland "[CodeGen] Keep track info of lazy-emitted symbols in ModuleBuilder"Jun Zhang1-0/+7
2022-06-14Revert "Reland "[CodeGen] Keep track info of lazy-emitted symbols in ModuleBu...Jun Zhang1-7/+0
2022-06-14Reland "[CodeGen] Keep track info of lazy-emitted symbols in ModuleBuilder"Jun Zhang1-0/+7
2022-06-13Revert "[CodeGen] Keep track info of lazy-emitted symbols in ModuleBuilder"Mitch Phillips1-7/+0
2022-06-09[CodeGen] Keep track info of lazy-emitted symbols in ModuleBuilderJun Zhang1-0/+7
2022-02-02[clang][macho] add clang frontend support for emitting macho files with two b...Alex Lorenz1-0/+5
2021-11-10[clang-repl] Allow Interpreter::getSymbolAddress to take a mangled name.Vassil Vassilev1-0/+8
2021-04-27[clang/Basic] Make TargetInfo.h not use DataLayout againNico Weber1-1/+1
2019-12-22reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song1-0/+4
2019-12-22Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner1-4/+0
2019-12-10[DebugInfo] Support to emit debugInfo for extern variablesYonghong Song1-0/+4
2019-09-30[Clang] Use -main-file-name for source filename if not setTeresa Johnson1-2/+10
2019-08-05[OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse1-0/+3
2019-08-04Revert "[OpenMP 5.0] Codegen support for user-defined mappers."Michael Kruse1-3/+0
2019-08-04[OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse1-0/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-17[darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz1-0/+3
2018-12-11Move CodeGenOptions from Frontend to BasicRichard Trieu1-1/+1
2018-09-18[MS] Defer dllexport inline friend functions like other inline methodsReid Kleckner1-20/+9
2017-08-27D34444: Teach codegen to work in incremental processing mode.Vassil Vassilev1-0/+13
2017-04-19[Coverage] Don't emit mappings for functions in dependent contexts (fixes PR3...Vedant Kumar1-1/+1
2017-02-09[DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud1-0/+8
2016-11-30Introduce a type-safe enum for ForDefinition.John McCall1-1/+1
2016-05-18Various improvements to the public IRGen interface.John McCall1-5/+39
2016-04-22Fix a bug involving deferred decl emission and PCHReid Kleckner1-2/+18
2016-04-08revert SVN r265702, r265640Saleem Abdulrasool1-3/+1
2016-04-07Basic: move CodeGenOptions from FrontendSaleem Abdulrasool1-1/+3
2016-03-30For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann1-4/+15
2016-03-17Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner1-14/+4
2016-03-17For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner1-4/+14
2016-03-13Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini1-2/+3
2016-03-04Make TargetInfo store an actual DataLayout instead of a string.James Y Knight1-1/+1
2016-03-04[OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev1-0/+9
2016-03-02Serialize `#pragma detect_mismatch`.Nico Weber1-5/+0
2016-03-02Serialize `#pragma comment`.Nico Weber1-10/+2
2016-01-28Check for frontend errors after releasing the Builder.Manman Ren1-3/+6
2016-01-26[MS ABI] Allow a member pointers' converted type to changeDavid Majnemer1-0/+7
2016-01-16Introduce -fsanitize-stats flag.Peter Collingbourne1-3/+5
2015-10-08[MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...David Majnemer1-1/+1
2015-08-05Rename DescriptionString -> DataLayoutString as it matches the actualEric Christopher1-1/+1
2015-07-24LLVM API Change: the Module always owns the DataLayoutMehdi Amini1-8/+3
2015-06-30Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.Adrian Prantl1-12/+21
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1