| Commit message (Expand) | Author | Age | Files | Lines |
* | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -3/+3 |
* | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight | 2019-02-01 | 1 | -4/+3 |
* | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -5/+4 |
* | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -4/+5 |
* | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -5/+4 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [IR] Add Instruction::isLifetimeStartOrEnd, NFC | Vedant Kumar | 2018-12-21 | 1 | -9/+1 |
* | [GlobalISel] Fix insertion of stack-protector epilogue | Petr Pavlu | 2018-11-29 | 1 | -8/+23 |
* | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-13 | 1 | -32/+30 |
* | Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe... | Matthias Braun | 2018-07-12 | 1 | -30/+32 |
* | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-12 | 1 | -32/+30 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
* | [StackProtector] Ignore certain intrinsics when calculating sspstrong heuristic. | Matt Davis | 2018-04-06 | 1 | -2/+13 |
* | Re-commit r319490 "XOR the frame pointer with the stack cookie when protectin... | Hans Wennborg | 2017-12-05 | 1 | -1/+5 |
* | Revert r319490 "XOR the frame pointer with the stack cookie when protecting t... | Hans Wennborg | 2017-12-04 | 1 | -5/+1 |
* | XOR the frame pointer with the stack cookie when protecting the stack | Reid Kleckner | 2017-11-30 | 1 | -1/+5 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
* | [NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure | Vivek Pandya | 2017-10-11 | 1 | -18/+26 |
* | Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.* | Adam Nemet | 2017-10-09 | 1 | -1/+1 |
* | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-06-07 | 1 | -1/+3 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | Remove some #include from StackProtector.h; NFC | Matthias Braun | 2017-06-05 | 1 | -0/+6 |
* | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -2/+2 |
* | [LegacyPassManager] Remove TargetMachine constructors | Francis Visoiu Mistrih | 2017-05-18 | 1 | -5/+8 |
* | Module::getOrInsertFunction is using C-style vararg instead of variadic templ... | Serge Guelton | 2017-04-11 | 1 | -3/+3 |
* | Revert "Turn some C-style vararg into variadic templates" | Diana Picus | 2017-04-11 | 1 | -3/+3 |
* | Turn some C-style vararg into variadic templates | Serge Guelton | 2017-04-11 | 1 | -3/+3 |
* | Revert "Turn some C-style vararg into variadic templates" | Mehdi Amini | 2017-04-06 | 1 | -5/+6 |
* | Turn some C-style vararg into variadic templates | Mehdi Amini | 2017-04-06 | 1 | -6/+5 |
* | [SSP] In opt remarks, stream Function directly | Adam Nemet | 2017-03-09 | 1 | -9/+14 |
* | [Stack Protection] Add diagnostic information for why stack protection was ap... | David Bozier | 2017-02-28 | 1 | -1/+25 |
* | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-02-22 | 1 | -7/+14 |
* | Revert: "[Stack Protection] Add diagnostic information for why stack protecti... | David Bozier | 2017-02-09 | 1 | -41/+1 |
* | [Stack Protection] Add diagnostic information for why stack protection was ap... | David Bozier | 2017-02-09 | 1 | -1/+41 |
* | [CodeGen] stop short-circuiting the SSP code for sspstrong. | George Burgess IV | 2016-09-20 | 1 | -5/+0 |
* | [StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE_PASS | Silviu Baranga | 2016-09-14 | 1 | -1/+1 |
* | Add an artificial line-0 debug location when the compiler emits a call to | Yunzhong Gao | 2016-06-30 | 1 | -0/+2 |
* | Delete unused includes. NFC. | Rafael Espindola | 2016-06-30 | 1 | -1/+0 |
* | [stack-protection] Add support for MSVC buffer security check | Etienne Bergeron | 2016-06-07 | 1 | -8/+37 |
* | [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARD | Tim Shen | 2016-04-19 | 1 | -24/+37 |
* | [safestack] Add canary to unsafe stack frames | Evgeniy Stepanov | 2016-04-11 | 1 | -0/+3 |
* | [SSP] Remove llvm.stackprotectorcheck. | Tim Shen | 2016-04-08 | 1 | -95/+31 |
* | Faster stack-protector for Android/AArch64. | Evgeniy Stepanov | 2016-04-05 | 1 | -16/+12 |
* | [BPI] Replace weights by probabilities in BPI. | Cong Hou | 2015-12-22 | 1 | -5/+6 |
* | Refactor: Simplify boolean conditional return statements in lib/CodeGen. | Rafael Espindola | 2015-10-24 | 1 | -4/+1 |
* | CodeGen: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 1 | -2/+2 |
* | Redirect DataLayout from TargetMachine to Module in StackProtector | Mehdi Amini | 2015-07-07 | 1 | -1/+1 |
* | Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini... | David Blaikie | 2015-05-18 | 1 | -3/+3 |
* | CodeGen: Canonicalize access to function attributes, NFC | Duncan P. N. Exon Smith | 2015-02-14 | 1 | -8/+4 |
* | Replace some uses of getSubtargetImpl with the cached version | Eric Christopher | 2015-01-27 | 1 | -1/+1 |