summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
AgeCommit message (Expand)Author
2016-02-04[PGO] cc1 option name change for profile instrumentationRong Xu
2016-02-02Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer
2016-01-16Introduce -fsanitize-stats flag.Peter Collingbourne
2016-01-12function names start with a lower case letter ; NFCSanjay Patel
2016-01-09[OpenCL] Pipe type supportXiuli Pan
2015-12-06[PGO] Instrument only base constructors and destructors.Serge Pavlov
2015-12-02Add the `pass_object_size` attribute to clang.George Burgess IV
2015-11-16When producing error messages for always_inline functions with theEric Christopher
2015-11-14Add support for the always_inline + target feature diagnostic to printEric Christopher
2015-11-12[C++] Add the "norecurse" attribute to main() if in C++ modeJames Molloy
2015-11-12Refactor out some common code from r252834David Blaikie
2015-11-12Provide a frontend based error for always_inline functions that requireEric Christopher
2015-11-12Move checkTargetFeatures to CodeGenFunction.cpp to make itEric Christopher
2015-11-06CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2015-09-17Support __builtin_ms_va_list.Charles Davis
2015-09-10[MS ABI] Make member pointers return true for isIncompleteTypeDavid Majnemer
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-09-02add __builtin_unpredictable and convert to metadataSanjay Patel
2015-07-31[MS ABI] Hook clang up to the new EH instructionsDavid Majnemer
2015-07-07Update clang for intrinsic rename of framerecover to localrecoverReid Kleckner
2015-07-07Revert "Revert 241171, 241187, 241199 (32-bit SEH)."Reid Kleckner
2015-07-02Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.Akira Hatanaka
2015-07-02Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer
2015-07-02Revert 241171, 241187, 241199 (32-bit SEH).Nico Weber
2015-07-01[SEH] Add 32-bit lowering for SEH __tryReid Kleckner
2015-06-19[ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko
2015-06-15Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne
2015-06-09Revert "Re-land r236052, "[SEH] Add 32-bit lowering code for __try""Reid Kleckner
2015-06-09Re-land r236052, "[SEH] Add 32-bit lowering code for __try"Reid Kleckner
2015-05-18API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...David Blaikie
2015-05-15Implement no_sanitize attribute.Peter Collingbourne
2015-05-07[cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich
2015-05-02InstrProf: Cede ownership of createProfileWeights to CGFJustin Bogner
2015-04-30Revert most of r236271, leaving only the datalayout change in lib/Basic/Targe...Reid Kleckner
2015-04-30Use 4 byte preferred aggregate alignment in datalayout on x86 Win32Reid Kleckner
2015-04-29Revert r236128, LLVM isn't falling back in the right wayReid Kleckner
2015-04-29Re-land r236052, the linker errors were fixed by LLVM r236123Reid Kleckner
2015-04-29Revert r236052, it caused linker errors when building 32-bit applications.Nico Weber
2015-04-28[SEH] Add 32-bit lowering code for __tryReid Kleckner
2015-04-23InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner
2015-04-22Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer
2015-04-14Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner
2015-04-13Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber
2015-04-13Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber
2015-04-13Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber
2015-04-11Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber
2015-04-10[SEH] Re-land r234532, but use internal linkage for all SEH helpersReid Kleckner
2015-04-10Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison