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
/
lib
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reverted r365188 due to alignment problems on i686-android
Eugene Leviant
2019-07-05
2
-54
/
+25
*
Scalable Vector IR Type with further LTO fixes
Graham Hunter
2019-07-05
2
-3
/
+8
*
[ThinLTO] Attempt to recommit r365040 after caching fix
Eugene Leviant
2019-07-05
2
-25
/
+54
*
Fix -Wdocumentation param warning.
Simon Pilgrim
2019-07-04
1
-2
/
+2
*
Revert [ThinLTO] Optimize writeonly globals out
Reid Kleckner
2019-07-04
2
-54
/
+25
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
6
-516
/
+5
*
[ThinLTO] Optimize writeonly globals out
Eugene Leviant
2019-07-03
2
-25
/
+54
*
[ThinLTO] Address post-review suggestions for index-based WPD summary
Teresa Johnson
2019-07-02
1
-14
/
+11
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-07-02
2
-5
/
+123
*
[Attr] Add "willreturn" function attribute
Johannes Doerfert
2019-06-27
2
-0
/
+6
*
Bitcode: derive all types used from records instead of Values.
Tim Northover
2019-06-27
3
-144
/
+311
*
Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"
Hans Wennborg
2019-06-27
2
-8
/
+3
*
Fix -Wunused-variable warnings after r364464
Hans Wennborg
2019-06-27
1
-2
/
+2
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
3
-313
/
+705
*
[SVE][IR] Scalable Vector IR Type with pr42210 fix
Graham Hunter
2019-06-18
2
-3
/
+8
*
[ThinLTO][Bitcode] Add 'entrycount' to FS_COMBINED_PROFILE. NFC
Eugene Leviant
2019-06-13
1
-0
/
+1
*
Revert r361953 "[SVE][IR] Scalable Vector IR Type"
Nico Weber
2019-06-09
2
-8
/
+3
*
IR: make getParamByValType Just Work. NFC.
Tim Northover
2019-06-05
2
-2
/
+3
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
3
-9
/
+62
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
3
-62
/
+9
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
3
-9
/
+62
*
[SVE][IR] Scalable Vector IR Type
Graham Hunter
2019-05-29
2
-3
/
+8
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
2
-2
/
+29
*
[IR] allow fast-math-flags on select of FP values
Sanjay Patel
2019-05-22
2
-1
/
+10
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
1
-1
/
+7
*
[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible
Teresa Johnson
2019-05-10
2
-1
/
+3
*
Avoid use-after-move warnings by using swap instead. NFCI.
Simon Pilgrim
2019-05-07
1
-1
/
+2
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
1
-1
/
+1
*
Avoid cppcheck operator precedence warnings. NFCI.
Simon Pilgrim
2019-05-03
1
-1
/
+1
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
1
-2
/
+2
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
1
-2
/
+2
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
1
-2
/
+2
*
Add LLVM IR debug info support for Fortran COMMON blocks
Adrian Prantl
2019-04-08
2
-0
/
+28
*
[DebugInfoMetadata] Move main subprogram DIFlag into DISPFlags
Petar Jovanovic
2019-03-19
1
-7
/
+28
*
[ThinLTO] Restructure AliasSummary to contain ValueInfo of Aliasee
Teresa Johnson
2019-03-15
1
-12
/
+6
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
2
-0
/
+6
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
3
-4
/
+105
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-7
/
+9
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
[opaque pointer types] Pass function types to InvokeInst creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...
Julian Lettner
2019-01-24
2
-6
/
+2
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-24
2
-2
/
+6
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
2
-0
/
+4
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
2
-4
/
+0
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
2
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
15
-60
/
+45
*
Revert "[ThinLTO] Add summary entries for index-based WPD"
Teresa Johnson
2019-01-17
2
-109
/
+5
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-01-17
2
-5
/
+109
*
[LTO] Record whether LTOUnit splitting is enabled in index
Teresa Johnson
2019-01-11
2
-7
/
+83
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-6
/
+6
[prev]
[next]