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
*
[Alignment][NFC] Convert AllocaInst to MaybeAlign
Guillaume Chatelet
2019-10-25
1
-2
/
+1
*
[Alignment][NFC] Convert StoreInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-2
/
+1
*
[Alignment][NFC] Convert LoadInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-2
/
+1
*
[Alignment][NFC] Use MaybeAlign in AttrBuilder
Guillaume Chatelet
2019-10-22
1
-21
/
+28
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-3
/
+3
*
[X86] Add new calling convention that guarantees tail call optimization
Reid Kleckner
2019-10-07
1
-0
/
+2
*
[IR] allow fast-math-flags on phi of FP values (2nd try)
Sanjay Patel
2019-09-25
1
-1
/
+13
*
Revert [IR] allow fast-math-flags on phi of FP values
Sanjay Patel
2019-09-25
1
-13
/
+1
*
[IR] allow fast-math-flags on phi of FP values
Sanjay Patel
2019-09-25
1
-1
/
+13
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-5
/
+5
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-0
/
+14
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-0
/
+4
*
[Attributor] Deduce "nosync" function attribute.
Stefan Stipanovic
2019-07-11
1
-0
/
+1
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-0
/
+1
*
[ThinLTO] Attempt to recommit r365188 after alignment fix
Eugene Leviant
2019-07-05
1
-15
/
+42
*
Reverted r365188 due to alignment problems on i686-android
Eugene Leviant
2019-07-05
1
-42
/
+15
*
Scalable Vector IR Type with further LTO fixes
Graham Hunter
2019-07-05
1
-1
/
+12
*
[ThinLTO] Attempt to recommit r365040 after caching fix
Eugene Leviant
2019-07-05
1
-15
/
+42
*
Revert [ThinLTO] Optimize writeonly globals out
Reid Kleckner
2019-07-04
1
-42
/
+15
*
[ThinLTO] Optimize writeonly globals out
Eugene Leviant
2019-07-03
1
-15
/
+42
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-07-02
1
-4
/
+166
*
[Attr] Add "willreturn" function attribute
Johannes Doerfert
2019-06-27
1
-0
/
+1
*
Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"
Hans Wennborg
2019-06-27
1
-12
/
+1
*
[SVE][IR] Scalable Vector IR Type with pr42210 fix
Graham Hunter
2019-06-18
1
-1
/
+12
*
Revert r361953 "[SVE][IR] Scalable Vector IR Type"
Nico Weber
2019-06-09
1
-12
/
+1
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-1
/
+23
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-23
/
+1
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-1
/
+23
*
[SVE][IR] Scalable Vector IR Type
Graham Hunter
2019-05-29
1
-1
/
+12
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-1
/
+28
*
[LLParser] Fix uninitialized flag variable warnings. NFCI.
Simon Pilgrim
2019-05-27
1
-2
/
+2
*
Revert rL361731 : [LLParser] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-05-26
1
-3
/
+3
*
[LLParser] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-05-26
1
-3
/
+3
*
[IR] allow fast-math-flags on select of FP values
Sanjay Patel
2019-05-22
1
-1
/
+13
*
Fix uninitialized variable analyzer warning. NFCI.
Simon Pilgrim
2019-05-11
1
-1
/
+1
*
[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible
Teresa Johnson
2019-05-10
1
-31
/
+45
*
[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
[next]