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
*
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
*
[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible
Teresa Johnson
2019-05-10
6
-40
/
+40
*
[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols
Steven Wu
2019-04-17
2
-0
/
+3
*
[ObjC][ARC] Convert the retainRV marker that is passed as a named
Akira Hatanaka
2019-04-10
1
-2
/
+2
*
[DebugInfoMetadata] Move main subprogram DIFlag into DISPFlags
Petar Jovanovic
2019-03-19
2
-0
/
+24
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
3
-4
/
+8
*
[Bitcode] Fix bitcode compatibility issue with clang.arc.use intrinsic
Steven Wu
2019-03-08
2
-0
/
+14
*
Fix auto-upgrade for the new parameter to llvm.objectsize
Erik Pilkington
2019-02-12
2
-0
/
+12
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
2
-0
/
+14
*
Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...
Julian Lettner
2019-01-24
1
-9
/
+2
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-24
1
-2
/
+9
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
1
-0
/
+7
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
1
-7
/
+0
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
1
-0
/
+7
*
Allow FP types for atomicrmw xchg
Matt Arsenault
2019-01-17
1
-0
/
+6
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
1
-2
/
+2
*
[LTO] Record whether LTOUnit splitting is enabled in index
Teresa Johnson
2019-01-11
9
-0
/
+9
*
[ThinLTO] Compute synthetic function entry count
Easwaran Raman
2018-12-13
7
-6
/
+27
*
[ThinLTO] Allow importing of functions with var args
Teresa Johnson
2018-12-01
1
-4
/
+1
*
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
Paul Robinson
2018-11-28
3
-1
/
+87
*
[ThinLTO] Assembly representation of ReadOnly attribute
Eugene Leviant
2018-11-23
2
-3
/
+3
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
10
-21
/
+21
*
[ThinLTO] Update handling of vararg functions to match inliner
Teresa Johnson
2018-11-14
1
-4
/
+14
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
2
-1
/
+37
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
10
-21
/
+21
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
10
-21
/
+21
*
[ThinLTO] Split NotEligibleToImport into legality and inlinability flags
Teresa Johnson
2018-11-06
1
-1
/
+1
*
Fix some missing opcodes in bcanalyzer
Matt Arsenault
2018-09-24
1
-0
/
+14
*
[Bitcode] Address backwards compat bug in r342631
Vedant Kumar
2018-09-20
2
-0
/
+8
*
[IR] Add a boolean field in DILocation to know if a line must covered or not
Calixte Denizet
2018-09-20
2
-0
/
+190
*
[AArch64] Add parsing of aarch64_vector_pcs attribute.
Sander de Smalen
2018-09-12
1
-0
/
+11
*
Allow creating llvm::Function in non-zero address spaces
Alexander Richardson
2018-08-23
4
-0
/
+126
*
DebugInfo: Add metadata support for disabling DWARF pub sections
David Blaikie
2018-08-16
1
-2
/
+2
*
[ThinLTO] Handle optional args in assembly format for ConstVCalls
Teresa Johnson
2018-08-14
1
-4
/
+4
*
[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
Joel E. Denny
2018-07-11
3
-4
/
+4
*
Add bitcode compatibility test for 6.0
Steven Wu
2018-07-09
2
-0
/
+1716
*
[BitcodeReader] Infer the correct runtime preemption for GlobalValue
Steven Wu
2018-07-09
2
-0
/
+3
*
[ThinLTO] Parse module summary index from assembly
Teresa Johnson
2018-06-26
6
-9
/
+30
[next]