Commit History

Author SHA1 Message Date
  Guillaume Chatelet 4eef7a8ad0 [Alignment][Clang][NFC] Add CharUnits::getAsAlign 5 years ago
  Simon Pilgrim 418e4ac57a CGObjCMac - silence static analyzer dyn_cast<>/getAs<> null dereference warnings. NFCI. 5 years ago
  Mikael Holmen dc2f89f72d Silence gcc warning "control reaches end of non-void function" [NFCI] 6 years ago
  Hubert Tong 3c483a1858 [NFC] Make some ObjectFormatType switches covering 6 years ago
  John McCall 64add31d1a Add the `objc_class_stub` attribute. 6 years ago
  Akira Hatanaka f96304e9cc [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and make 6 years ago
  Erik Pilkington 765bbb23ec Support objc_nonlazy_class attribute on Objective-C implementations 6 years ago
  Akira Hatanaka a751cfc2db [CodeGen][ObjC] Remove the leading 'l' from symbols for protocol 6 years ago
  James Y Knight 937984b3a9 [opaque pointer types] Cleanup CGBuilder's Create*GEP. 6 years ago
  James Y Knight 679ab5f711 [opaque pointer types] Pass function types for runtime function calls. 6 years ago
  Joe Daniels 66dd171c94 [OBJC] Add attribute to mark Objective C class as non-lazy 6 years ago
  James Y Knight 8060008472 Cleanup: replace uses of CallSite with CallBase. 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Erik Pilkington 4ee4a0f331 [CodeGenObjC] Use a constant value for non-fragile ivar offsets when possible 6 years ago
  Richard Trieu 27ce6b3918 Move CodeGenOptions from Frontend to Basic 6 years ago
  Erik Pilkington 0edbdbe2bc [CodeGen] Handle extern references to OBJC_CLASS_$_* 6 years ago
  Alex Lorenz b14b766b1c [ObjC] Error out when using forward-declared protocol in a @protocol 7 years ago
  Akira Hatanaka 0e6cfa4e8a [CodeGen] Merge identical block descriptor global variables. 7 years ago
  Fangrui Song abdbb605f2 Remove trailing space 7 years ago
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 years ago
  Alexander Kornienko b8b9458165 Fix typos in clang 7 years ago
  Akira Hatanaka 8a96d34fb2 [ObjC] Use the name specified by objc_runtime_name instead of the class 7 years ago
  Yaxun Liu a25e503459 Recommit r326946 after reducing CallArgList memory footprint 7 years ago
  Richard Smith 5034f5fdda Revert r326946. It caused stack overflows by significantly increasing the size of a CallArgList. 7 years ago
  Yaxun Liu 8e23619931 CodeGen: Fix address space of indirect function argument 7 years ago
  Rafael Espindola cba8d12198 Start setting dllimport/dllexport in setGVProperties. 7 years ago
  Saleem Abdulrasool bc95497330 CodeGen: use `llvm.used` for ObjC protocols 7 years ago
  Eric Christopher 019ab6b7aa Remove unused addIfPresent function. 7 years ago
  Alex Lorenz 978d2c74ec [driver] Set the 'simulator' environment for Darwin when compiling for 7 years ago
  Ahmed Bougacha 56e12b471f [CodeGen] Compute the objc EH vtable address point using inbounds GEP. 7 years ago