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
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] allow fast-math-flags on phi of FP values (2nd try)
Sanjay Patel
2019-09-25
1
-0
/
+21
*
Revert [IR] allow fast-math-flags on phi of FP values
Sanjay Patel
2019-09-25
1
-21
/
+0
*
[IR] allow fast-math-flags on phi of FP values
Sanjay Patel
2019-09-25
1
-0
/
+21
*
Add AutoUpgrade function to add new address space datalayout string to existi...
Amy Huang
2019-09-18
3
-0
/
+27
*
[BitcodeReader] Check if we can create a null constant for type.
Florian Hahn
2019-08-21
2
-0
/
+6
*
[Intrinsics] Add a 'NoAlias' intrinsic property; annotate llvm.memcpy
David Bolvansky
2019-08-14
1
-1
/
+1
*
[AutoUpgrader] Make ArcRuntime Autoupgrader more conservative
Steven Wu
2019-08-13
2
-34
/
+36
*
Do not call replaceAllUsesWith to upgrade calls to ARC runtime functions
Akira Hatanaka
2019-08-13
3
-6
/
+54
*
Revert "Do not call replaceAllUsesWith to upgrade calls to ARC runtime functi...
Akira Hatanaka
2019-08-13
3
-54
/
+6
*
Do not call replaceAllUsesWith to upgrade calls to ARC runtime functions
Akira Hatanaka
2019-08-12
3
-6
/
+54
*
[ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls if
Akira Hatanaka
2019-08-08
4
-2
/
+77
*
[DataLayout] Check StackNatural and FunctionPtr alignments.
Florian Hahn
2019-08-07
2
-0
/
+5
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
3
-60
/
+60
*
Reland: [Remarks] Add an LLVM-bitstream-based remark serializer
Francis Visoiu Mistrih
2019-07-31
2
-0
/
+3
*
Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"
Francis Visoiu Mistrih
2019-07-31
2
-3
/
+0
*
[Remarks] Add an LLVM-bitstream-based remark serializer
Francis Visoiu Mistrih
2019-07-30
2
-0
/
+3
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
8
-62
/
+70
*
Allow prefetching from non-zero address spaces
JF Bastien
2019-07-25
8
-26
/
+26
*
IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expre...
Peter Collingbourne
2019-07-24
1
-0
/
+11
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
8
-8
/
+8
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-2
/
+9
*
Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."
Florian Hahn
2019-07-14
2
-0
/
+5
*
[BitcodeReader] Use tighter upper bound to validate forward references.
Florian Hahn
2019-07-14
1
-1
/
+1
*
[Attributor] Deduce "nosync" function attribute.
Stefan Stipanovic
2019-07-11
1
-3
/
+10
*
Revert [BitcodeReader] Validate OpNum, before accessing Record array.
Florian Hahn
2019-07-11
2
-5
/
+0
*
[BitcodeReader] Validate OpNum, before accessing Record array.
Florian Hahn
2019-07-11
2
-0
/
+5
*
[NFC] Adjust "invalid.ll.bc" tests to check for AttrKind #255 not #63
Johannes Doerfert
2019-07-11
2
-1
/
+1
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-2
/
+8
*
[ThinLTO] Attempt to recommit r365188 after alignment fix
Eugene Leviant
2019-07-05
10
-22
/
+22
*
Reverted r365188 due to alignment problems on i686-android
Eugene Leviant
2019-07-05
10
-22
/
+22
*
Scalable Vector IR Type with further LTO fixes
Graham Hunter
2019-07-05
1
-0
/
+4
*
[ThinLTO] Attempt to recommit r365040 after caching fix
Eugene Leviant
2019-07-05
10
-22
/
+22
*
Revert [ThinLTO] Optimize writeonly globals out
Reid Kleckner
2019-07-04
10
-22
/
+22
*
[Bitcode] Update CHECK-DAG usage in tests
Joel E. Denny
2019-07-03
3
-9
/
+8
*
[ThinLTO] Optimize writeonly globals out
Eugene Leviant
2019-07-03
10
-22
/
+22
*
[Attr] Add "willreturn" function attribute
Johannes Doerfert
2019-06-27
1
-2
/
+9
*
Bitcode: derive all types used from records instead of Values.
Tim Northover
2019-06-27
1
-1
/
+1
*
Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"
Hans Wennborg
2019-06-27
1
-4
/
+0
*
Fix Bitcode/invalid.test
JF Bastien
2019-06-26
1
-6
/
+6
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-7
/
+7
*
[SVE][IR] Scalable Vector IR Type with pr42210 fix
Graham Hunter
2019-06-18
1
-0
/
+4
*
Change semantics of fadd/fmul vector reductions.
Sander de Smalen
2019-06-11
2
-0
/
+64
*
Revert r361953 "[SVE][IR] Scalable Vector IR Type"
Nico Weber
2019-06-09
1
-4
/
+0
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
13
-12
/
+28
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
13
-28
/
+12
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
13
-12
/
+28
*
[SVE][IR] Scalable Vector IR Type
Graham Hunter
2019-05-29
1
-0
/
+4
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-0
/
+18
*
[IR] allow fast-math-flags on select of FP values
Sanjay Patel
2019-05-22
1
-0
/
+28
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
4
-4
/
+9
[next]