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
/
AsmParser
/
LLParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LLParser] Remove unused variable after r359987. NFC
Craig Topper
2019-05-05
1
-1
/
+0
*
[LLParser] Remove unnecessary error check making sure NUW/NSW flags aren't se...
Craig Topper
2019-05-05
1
-6
/
+0
*
[LLParser] Simplify type checking in ParseArithmetic and ParseUnaryOp.
Craig Topper
2019-05-05
1
-35
/
+16
*
[ThinLTO] Fix unreachable code when parsing summary entries.
Teresa Johnson
2019-05-01
1
-5
/
+9
*
Add LLVM IR debug info support for Fortran COMMON blocks
Adrian Prantl
2019-04-08
1
-0
/
+18
*
IR: Support parsing numeric block ids, and emit them in textual output.
James Y Knight
2019-03-22
1
-8
/
+25
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-0
/
+9
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-9
/
+0
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-0
/
+9
*
[ThinLTO] Restructure AliasSummary to contain ValueInfo of Aliasee
Teresa Johnson
2019-03-15
1
-7
/
+11
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
1
-0
/
+3
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+127
*
Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...
Julian Lettner
2019-01-24
1
-4
/
+0
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-24
1
-0
/
+4
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
1
-12
/
+28
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
1
-28
/
+12
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
1
-12
/
+28
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "[ThinLTO] Add summary entries for index-based WPD"
Teresa Johnson
2019-01-17
1
-164
/
+4
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-01-17
1
-4
/
+164
*
Allow FP types for atomicrmw xchg
Matt Arsenault
2019-01-17
1
-1
/
+9
*
Give helper classes/functions local linkage. NFC.
Benjamin Kramer
2019-01-12
1
-1
/
+1
*
[ThinLTO] Compute synthetic function entry count
Easwaran Raman
2018-12-13
1
-2
/
+2
*
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
Paul Robinson
2018-11-28
1
-7
/
+56
*
Attempt to fix buildbot after r347489
Eugene Leviant
2018-11-23
1
-1
/
+1
*
[ThinLTO] Assembly representation of ReadOnly attribute
Eugene Leviant
2018-11-23
1
-23
/
+69
*
[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
-1
/
+2
*
DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...
David Blaikie
2018-11-13
1
-2
/
+4
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-1
/
+72
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
1
-2
/
+1
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
1
-1
/
+2
*
[ThinLTO] Split NotEligibleToImport into legality and inlinability flags
Teresa Johnson
2018-11-06
1
-0
/
+7
*
Emit template type and value parameter DIEs for template variables.
Matthew Voss
2018-10-03
1
-5
/
+8
*
Add atomicrmw operation to error messages
Matt Arsenault
2018-10-03
1
-2
/
+7
*
[IR] Add a boolean field in DILocation to know if a line must covered or not
Calixte Denizet
2018-09-20
1
-4
/
+7
*
[AArch64] Add parsing of aarch64_vector_pcs attribute.
Sander de Smalen
2018-09-12
1
-0
/
+2
*
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
Chandler Carruth
2018-09-04
1
-0
/
+5
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
Allow creating llvm::Function in non-zero address spaces
Alexander Richardson
2018-08-23
1
-63
/
+64
*
DebugInfo: Add metadata support for disabling DWARF pub sections
David Blaikie
2018-08-16
1
-2
/
+28
*
[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
Adrian Prantl
2018-08-14
1
-3
/
+5
*
[ThinLTO] Handle optional args in assembly format for ConstVCalls
Teresa Johnson
2018-08-14
1
-4
/
+10
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[ThinLTO] Parse module summary index from assembly
Teresa Johnson
2018-06-26
1
-14
/
+1246
*
[ThinLTO] Print module summary index to assembly
Teresa Johnson
2018-05-26
1
-0
/
+53
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-2
/
+2
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-3
/
+19
*
Add the ShadowCallStack attribute
Vlad Tsyrklevich
2018-04-03
1
-0
/
+4
*
[SimplifyCFG] Create attribute for fuzzing-specific optimizations.
Matt Morehouse
2018-03-22
1
-0
/
+4
[prev]
[next]