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
*
[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
*
[ThinLTO] Fix a few more test match issues
Teresa Johnson
2018-05-26
6
-24
/
+27
*
[ThinLTO] Fix another bot failure due to test mismatch
Teresa Johnson
2018-05-26
1
-1
/
+3
*
[ThinLTO] Print module summary index to assembly
Teresa Johnson
2018-05-26
6
-0
/
+103
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
6
-7
/
+7
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
1
-0
/
+22
*
augmenting description for fcmp fmf - NFC
Michael Berg
2018-04-26
1
-1
/
+1
*
[bcanalyzer] Recognize more stream types
Brian Gesiak
2018-04-21
5
-0
/
+16
*
[IR] Upgrade comment token in objc retain release marker for asm call
Gerolf Hoflehner
2018-04-17
2
-0
/
+9
*
[IR] Upgrade comment token in objc retain release marker
Gerolf Hoflehner
2018-04-05
2
-0
/
+6
*
Add the ShadowCallStack attribute
Vlad Tsyrklevich
2018-04-03
1
-2
/
+9
*
Refactor check for dllimport in the Verifier.
Rafael Espindola
2018-03-06
1
-2
/
+0
*
[DebugInfo] Add remaining files to r325970
Scott Linder
2018-02-23
2
-0
/
+13
*
[ThinLTO] Represent relative BF using a scaled representation .
Easwaran Raman
2018-02-22
1
-1
/
+1
*
bitcode support change for fast flags compatibility
Steven Wu
2018-02-19
6
-30
/
+10
[next]