index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
SafeStack
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
2
-5
/
+5
*
[SafeStack] Insert the deref before remaining elements
Petr Hosek
2019-07-24
1
-0
/
+5
*
[SafeStack] Insert the deref after the offset
Petr Hosek
2019-07-22
1
-2
/
+2
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
3
-3
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
54
-0
/
+2480
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
54
-2480
/
+0
*
SafeStack: Prevent OOB reads with mem intrinsics
Vlad Tsyrklevich
2018-08-30
1
-0
/
+14
*
[SafeStack] Set debug location for calls to __safestack_pointer_address.
Eli Friedman
2018-08-24
1
-0
/
+98
*
[SafeStack] Handle unreachable code with safe stack coloring.
Eli Friedman
2018-08-22
1
-0
/
+23
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
3
-3
/
+3
*
[SafeStack] Use updated CreateMemCpy API to set more accurate source and dest...
Daniel Neilson
2018-02-12
1
-0
/
+17
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
2
-6
/
+6
*
Parse and print DIExpressions inline to ease IR and MIR testing
Reid Kleckner
2017-08-23
3
-10
/
+5
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
2
-13
/
+13
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
2
-5
/
+5
*
[safestack] Disable stack coloring by default.
Evgeniy Stepanov
2017-05-19
4
-6
/
+6
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-2
/
+2
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
6
-109
/
+109
*
[Fuchsia] Use thread-pointer ABI slots for stack-protector and safe-stack
Petr Hosek
2017-02-24
2
-3
/
+7
*
Disable TLS for stack protector on Android API<17.
Evgeniy Stepanov
2017-02-23
1
-7
/
+11
*
[safestack] Use non-thread-local unsafe stack pointer for Contiki OS
David L Kreitzer
2016-10-14
1
-2
/
+1
*
[safestack] Move X86-targeted tests into the X86 subdirectory.
David L Kreitzer
2016-10-13
41
-0
/
+0
*
[safestack] Fix assertion failure in stack coloring.
Evgeniy Stepanov
2016-09-16
1
-0
/
+39
*
[safestack] Layout large allocas first to reduce fragmentation.
Evgeniy Stepanov
2016-08-02
1
-0
/
+39
*
[safestack] Fix stack guard live range.
Evgeniy Stepanov
2016-07-26
1
-0
/
+34
*
Fix invalid iterator use in safestack coloring.
Evgeniy Stepanov
2016-07-25
1
-0
/
+84
*
StackColoring for SafeStack.
Evgeniy Stepanov
2016-06-29
2
-0
/
+526
*
[safestack] Sink unsafe address computation to each use.
Evgeniy Stepanov
2016-06-16
5
-12
/
+66
*
[safestack] Fixup llvm.dbg.value when rewriting unsafe allocas.
Evgeniy Stepanov
2016-06-16
2
-0
/
+155
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-4
/
+4
*
[AArch64] [ARM] Make a target-independent llvm.thread.pointer intrinsic.
Marcin Koscielnicki
2016-04-19
2
-4
/
+4
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-3
/
+2
*
[safestack] Add canary to unsafe stack frames
Evgeniy Stepanov
2016-04-11
3
-0
/
+71
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-1
/
+1
*
[safestack] Make sure the unsafe stack pointer is popped in all cases
Anna Zaks
2016-02-02
3
-4
/
+8
*
[safestack] Add option for non-TLS unsafe stack pointer.
Evgeniy Stepanov
2015-12-22
1
-0
/
+5
*
[safestack] Protect byval function arguments.
Evgeniy Stepanov
2015-12-01
2
-59
/
+110
*
[safestack] Fix handling of array allocas.
Evgeniy Stepanov
2015-12-01
1
-0
/
+48
*
[safestack] Fix alignment of dynamic allocas.
Evgeniy Stepanov
2015-11-25
1
-1
/
+1
*
[safestack] Rewrite isAllocaSafe using SCEV.
Evgeniy Stepanov
2015-11-13
4
-4
/
+264
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-2
/
+2
*
[safestack] Fast access to the unsafe stack pointer on AArch64/Android.
Evgeniy Stepanov
2015-10-26
1
-1
/
+3
*
Revert "[safestack] Fast access to the unsafe stack pointer on AArch64/Android."
Evgeniy Stepanov
2015-10-15
1
-3
/
+1
*
[safestack] Fast access to the unsafe stack pointer on AArch64/Android.
Evgeniy Stepanov
2015-10-15
1
-1
/
+3
*
Fix debug info with SafeStack.
Evgeniy Stepanov
2015-09-30
1
-0
/
+83
*
[safestack] Fix a stupid mix-up in the direct-tls code path.
Evgeniy Stepanov
2015-09-30
1
-6
/
+6
*
[safestack] Fix compiler crash in the presence of stack restores.
Evgeniy Stepanov
2015-09-24
1
-0
/
+34
*
Android support for SafeStack.
Evgeniy Stepanov
2015-09-23
6
-0
/
+75
*
Revert "Android support for SafeStack."
Evgeniy Stepanov
2015-09-23
1
-38
/
+0
[next]