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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Define instruction patterns for extensions and truncations between i32 t...
Yonghong Song
2018-02-23
1
-0
/
+20
*
bpf: Tighten the immediate predication for 32-bit alu instructions
Yonghong Song
2018-02-23
1
-2
/
+4
*
bpf: Use markSuperRegs to mark reserved registers
Yonghong Song
2018-02-23
1
-2
/
+2
*
[PowerPC] Disable shrink-wrapping when getting PC address through the LR
Nemanja Ivanovic
2018-02-23
3
-0
/
+23
*
[MemorySSA] Fix a cache invalidation bug with removed accesses
George Burgess IV
2018-02-23
1
-1
/
+1
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
17
-87
/
+215
*
[InstCombine] simplify code for fabs(X) * fabs(X) -> X * X; NFC
Sanjay Patel
2018-02-23
1
-13
/
+4
*
Sink the verification code around the assert where it's handled and wrap in N...
Eric Christopher
2018-02-23
1
-25
/
+14
*
[InstSimplify] sqrt(X) * sqrt(X) --> X
Sanjay Patel
2018-02-23
2
-4
/
+6
*
Intrinsics calls should avoid the PLT when "RtLibUseGOT" metadata is present.
Sriraman Tallam
2018-02-23
3
-2
/
+22
*
[InstCombine] allow fmul-sqrt folds with less than full -ffast-math
Sanjay Patel
2018-02-23
2
-18
/
+25
*
Simplify a DEBUG statement to remove a set but not used variable in release b...
Eric Christopher
2018-02-23
1
-7
/
+4
*
[X86] Add assembler/disassembler support for blendm with zero masking and bro...
Craig Topper
2018-02-23
1
-0
/
+8
*
[Power9] Add missing instructions to the Power 9 scheduler
Stefan Pintilie
2018-02-23
1
-47
/
+97
*
[Hexagon] Recognize non-immediate constants in HexagonConstPropagation
Krzysztof Parzyszek
2018-02-23
2
-6
/
+11
*
Fixed unused variable warning. NFCI.
Simon Pilgrim
2018-02-23
1
-1
/
+1
*
[X86] Add DAG combine to remove (and X, 1) from in front of a v1i1 scalar to ...
Craig Topper
2018-02-23
2
-4
/
+24
*
[WebAssembly] Fix macro metaprogram to not duplicate code as much.
Benjamin Kramer
2018-02-23
1
-7
/
+11
*
[X86][SSE] Generalize x > C-1 ? x+-C : 0 --> subus x, C combine for non-unifo...
Simon Pilgrim
2018-02-23
1
-22
/
+24
*
Shrink various scheduling tables by using narrower types.
Benjamin Kramer
2018-02-23
1
-1
/
+1
*
[PATCH] [AArch64] Add new target feature to fuse conditional select
Evandro Menezes
2018-02-23
3
-22
/
+73
*
Fix compiler warning introduced in r325931. NFC.
Geoff Berry
2018-02-23
1
-3
/
+2
*
[X86] Custom split v32i16/v64i8 bitcasts when AVX512F is available, but BWI i...
Craig Topper
2018-02-23
1
-1
/
+20
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
24
-57
/
+36
*
[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
Matt Davis
2018-02-23
2
-4
/
+12
*
[BPI] Detect branches in loops that make themselves not taken
John Brawn
2018-02-23
1
-14
/
+135
*
[InstCombine] refactor fmul with negated op folds; NFCI
Sanjay Patel
2018-02-23
1
-24
/
+18
*
[InstCombine] use FMF-copying functions to reduce code; NFCI
Sanjay Patel
2018-02-23
1
-28
/
+12
*
[PowerPC] Code cleanup. Remove instructions that were withdrawn from Power 9.
Stefan Pintilie
2018-02-23
1
-21
/
+0
*
[mips] finish removal of unused fields in MipsInstructionSelector
Petar Jovanovic
2018-02-23
1
-2
/
+2
*
[mips] remove unused fields in MipsInstructionSelector
Petar Jovanovic
2018-02-23
1
-3
/
+0
*
Support for the mno-stack-arg-probe flag
Hans Wennborg
2018-02-23
4
-10
/
+25
*
llvm-config: Add advapi32 to --system-libs on Windows (PR36372)
Hans Wennborg
2018-02-23
1
-1
/
+2
*
[DAGCOmbine] Ensure that (brcond (setcc ...)) is handled in a canonical manner.
Amaury Sechet
2018-02-23
2
-75
/
+69
*
Revert "TableGen: Fix typeIsConvertibleTo for record types"
Nicolai Haehnle
2018-02-23
2
-16
/
+15
*
[MIPS GlobalISel] Adding GlobalISel
Petar Jovanovic
2018-02-23
13
-0
/
+355
*
TableGen: Avoid using resolveListElementReference in TGParser
Nicolai Haehnle
2018-02-23
1
-1
/
+1
*
TableGen: Fix typeIsConvertibleTo for record types
Nicolai Haehnle
2018-02-23
2
-15
/
+16
*
TableGen: Add !size operation
Nicolai Haehnle
2018-02-23
4
-2
/
+19
*
AMDGPU: Track physreg uses in SILoadStoreOptimizer
Nicolai Haehnle
2018-02-23
1
-32
/
+32
*
StructurizeCFG: Test for branch divergence correctly
Nicolai Haehnle
2018-02-23
1
-3
/
+12
*
Mark MergedLoadStoreMotion as not preserving MemDep results
Bjorn Steinbrink
2018-02-23
1
-41
/
+8
*
[Mips] Return true in enableMultipleCopyHints().
Jonas Paulsson
2018-02-23
1
-0
/
+2
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
6
-277
/
+371
*
Revert r325128 ("[X86] Reduce Store Forward Block issues in HW").
Richard Smith
2018-02-23
4
-585
/
+0
*
[X86] Turn setne X, signedmax into setgt signedmax, X in LowerVSETCC to avoid...
Craig Topper
2018-02-23
1
-3
/
+7
*
[AArch64] Refactor macro fusion (NFC)
Evandro Menezes
2018-02-23
1
-151
/
+202
*
[PDB] Check the result of setLoadAddress()
Aaron Smith
2018-02-23
2
-3
/
+3
*
Fix grammar. NFC.
Rafael Espindola
2018-02-22
1
-1
/
+1
*
[X86] Turn setne X, signedmin into setgt X, signedmin in LowerVSETCC to avoid...
Craig Topper
2018-02-22
1
-0
/
+9
[next]