Commit History

Author SHA1 Message Date
  Xiuli Pan 97f9428a0d [OpenCL] Pipe type support 9 years ago
  Serge Pavlov 3a6fcd9a38 [PGO] Instrument only base constructors and destructors. 9 years ago
  George Burgess IV 7727f3dca1 Add the `pass_object_size` attribute to clang. 9 years ago
  Eric Christopher f9222288ac When producing error messages for always_inline functions with the 9 years ago
  Eric Christopher b330637801 Add support for the always_inline + target feature diagnostic to print 9 years ago
  James Molloy 2b0f6ba441 [C++] Add the "norecurse" attribute to main() if in C++ mode 9 years ago
  David Blaikie 5ebc7fa63f Refactor out some common code from r252834 9 years ago
  Eric Christopher 55531a4dd0 Provide a frontend based error for always_inline functions that require 9 years ago
  Eric Christopher f4bfe4cc8f Move checkTargetFeatures to CodeGenFunction.cpp to make it 9 years ago
  Duncan P. N. Exon Smith 2ceddccf8f CodeGen: Remove implicit ilist iterator conversions, NFC 9 years ago
  Angel Garcia Gomez d162035b9b Roll-back r250822. 9 years ago
  Angel Garcia Gomez e83bf34da9 Apply modernize-use-default to clang. 9 years ago
  Charles Davis 69b5694b76 Support __builtin_ms_va_list. 10 years ago
  David Majnemer 2affb95d6d [MS ABI] Make member pointers return true for isIncompleteType 10 years ago
  John McCall f4ddf94ecb Compute and preserve alignment more faithfully in IR-generation. 10 years ago
  Sanjay Patel a43b1f18fd add __builtin_unpredictable and convert to metadata 10 years ago
  David Majnemer 3b33f744e9 [MS ABI] Hook clang up to the new EH instructions 10 years ago
  Reid Kleckner 55c7cc771e Update clang for intrinsic rename of framerecover to localrecover 10 years ago
  Reid Kleckner a4bd538963 Revert "Revert 241171, 241187, 241199 (32-bit SEH)." 10 years ago
  Akira Hatanaka fad164855f Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap. 10 years ago
  Benjamin Kramer 247b5bd74b Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops. 10 years ago
  Nico Weber 6c5a911bba Revert 241171, 241187, 241199 (32-bit SEH). 10 years ago
  Reid Kleckner 0e2d47b82f [SEH] Add 32-bit lowering for SEH __try 10 years ago
  Alexander Potapenko 6dba74e779 [ASan] Initial support for Kernel AddressSanitizer 10 years ago
  Peter Collingbourne 4d2986d891 Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute 10 years ago
  Reid Kleckner a81d8fe06e Revert "Re-land r236052, "[SEH] Add 32-bit lowering code for __try"" 10 years ago
  Reid Kleckner b2c611a18b Re-land r236052, "[SEH] Add 32-bit lowering code for __try" 10 years ago
  David Blaikie 34ef52a5d1 API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/initializer_list+braced init 10 years ago
  Peter Collingbourne bb987e72f3 Implement no_sanitize attribute. 10 years ago
  Artem Belevich 1508f392a4 [cuda] Include GPU binary into host object file and generate init/deinit code. 10 years ago