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
/
Reader
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SVE][IR] Scalable Vector IR Type with pr42210 fix
Graham Hunter
2019-06-18
1
-2
/
+4
*
Revert r361953 "[SVE][IR] Scalable Vector IR Type"
Nico Weber
2019-06-09
1
-4
/
+2
*
IR: make getParamByValType Just Work. NFC.
Tim Northover
2019-06-05
1
-1
/
+2
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-3
/
+47
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-47
/
+3
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-3
/
+47
*
[SVE][IR] Scalable Vector IR Type
Graham Hunter
2019-05-29
1
-2
/
+4
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-1
/
+19
*
[IR] allow fast-math-flags on select of FP values
Sanjay Patel
2019-05-22
1
-0
/
+5
*
[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
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
1
-0
/
+12
*
[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
1
-0
/
+4
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+68
*
[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
1
-4
/
+2
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-24
1
-2
/
+4
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
1
-0
/
+2
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
1
-2
/
+0
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
8
-32
/
+24
*
Revert "[ThinLTO] Add summary entries for index-based WPD"
Teresa Johnson
2019-01-17
1
-53
/
+0
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-01-17
1
-0
/
+53
*
[LTO] Record whether LTOUnit splitting is enabled in index
Teresa Johnson
2019-01-11
1
-7
/
+72
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-6
/
+6
*
[ThinLTO] Compute synthetic function entry count
Easwaran Raman
2018-12-13
1
-8
/
+18
*
[ModuleSummary] use StringRefs to avoid a redundant copy; NFC
George Burgess IV
2018-12-07
1
-1
/
+1
*
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
Paul Robinson
2018-11-28
1
-21
/
+42
*
[DebugInfo] DISubprogram flags get their own flags word. NFC.
Paul Robinson
2018-11-19
1
-4
/
+4
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
1
-7
/
+44
*
Remove unused getMDNodeFwdRefOrNull interfaces (NFC)
Teresa Johnson
2018-11-14
2
-13
/
+3
*
[ThinLTO] Fix a crash in lazy loading of Metadata
Teresa Johnson
2018-11-14
1
-2
/
+4
*
DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...
David Blaikie
2018-11-13
1
-1
/
+2
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-0
/
+47
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
1
-44
/
+7
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
1
-7
/
+44
*
[ThinLTO] Split NotEligibleToImport into legality and inlinability flags
Teresa Johnson
2018-11-06
1
-0
/
+1
*
Revert "[ThinLTO] Fix a crash in lazy loading of Metadata"
Teresa Johnson
2018-10-23
1
-4
/
+2
*
[ThinLTO] Fix a crash in lazy loading of Metadata
Teresa Johnson
2018-10-23
1
-2
/
+4
*
Emit template type and value parameter DIEs for template variables.
Matthew Voss
2018-10-03
1
-4
/
+18
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
[next]