提交历史

作者 SHA1 备注 提交日期
  Mehdi Amini 753bd2a772 Turn some C-style vararg into variadic templates 8 年之前
  Adam Nemet 0213fce043 [SSP] In opt remarks, stream Function directly 8 年之前
  David Bozier 3d50c64c92 [Stack Protection] Add diagnostic information for why stack protection was applied to a function 8 年之前
  Eugene Zelenko 096e40d35f [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 8 年之前
  David Bozier 32e76df475 Revert: "[Stack Protection] Add diagnostic information for why stack protection was applied to a function" 8 年之前
  David Bozier ed71bd2a51 [Stack Protection] Add diagnostic information for why stack protection was applied to a function 8 年之前
  George Burgess IV 452ae8c3eb [CodeGen] stop short-circuiting the SSP code for sspstrong. 9 年之前
  Silviu Baranga f64fd3777c [StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE_PASS 9 年之前
  Yunzhong Gao c530a20326 Add an artificial line-0 debug location when the compiler emits a call to 9 年之前
  Rafael Espindola 809018e56e Delete unused includes. NFC. 9 年之前
  Etienne Bergeron 70cf01c276 [stack-protection] Add support for MSVC buffer security check 9 年之前
  Tim Shen e7221e673c [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARD 9 年之前
  Evgeniy Stepanov 00cd59a292 [safestack] Add canary to unsafe stack frames 9 年之前
  Tim Shen 1a7750eecd [SSP] Remove llvm.stackprotectorcheck. 9 年之前
  Evgeniy Stepanov 9c4431f3cb Faster stack-protector for Android/AArch64. 9 年之前
  Cong Hou 40288f7238 [BPI] Replace weights by probabilities in BPI. 9 年之前
  Rafael Espindola 2fe94b6b08 Refactor: Simplify boolean conditional return statements in lib/CodeGen. 9 年之前
  Duncan P. N. Exon Smith ac4d7b6f10 CodeGen: Remove implicit ilist iterator conversions, NFC 10 年之前
  Mehdi Amini c845b4d7be Redirect DataLayout from TargetMachine to Module in StackProtector 10 年之前
  David Blaikie 042dd34f9c Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced init only 10 年之前
  Duncan P. N. Exon Smith 9de77c7eca CodeGen: Canonicalize access to function attributes, NFC 10 年之前
  Eric Christopher ad5a857bc5 Replace some uses of getSubtargetImpl with the cached version 10 年之前
  Saleem Abdulrasool 11dd9c3d55 CodeGen: minor style tweaks to SSP 10 年之前
  Saleem Abdulrasool 281f568720 CodeGen: constify and use range loop for SSP 10 年之前
  Akira Hatanaka ca780b4578 [stack protector] Set edge weights for newly created basic blocks. 10 年之前
  Simon Pilgrim 1c86b63b9b Target triple OS detection tidyup. NFC 10 年之前
  David Blaikie 5401ba7099 Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool> 10 年之前
  Reid Kleckner e094cca7f0 Use nullptr instead of NULL for variadic sentinels 10 年之前
  Eric Christopher 9f85dccfc6 Remove the TargetMachine forwards for TargetSubtargetInfo based 11 年之前
  Chandler Carruth 8677f2ff9a [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 11 年之前