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
*
GlobalISel: Try to make legalize rules more useful for vectors
Matt Arsenault
2019-02-07
3
-28
/
+56
*
[DAG] Cleanup of unused node in SimplifySelectCC.
Nirav Dave
2019-02-07
1
-8
/
+15
*
[x86] split more 256/512-bit shuffles in lowering
Sanjay Patel
2019-02-07
1
-1
/
+5
*
[DAG] Cleanup unused node on failed SELECT Combine.
Nirav Dave
2019-02-07
1
-0
/
+6
*
[llvm-ar][libObject] Fix relative paths when nesting thin archives.
Jordan Rupprecht
2019-02-07
1
-59
/
+12
*
[X86] Simplify casing. NFC.
Nirav Dave
2019-02-07
1
-8
/
+8
*
[DAG] Cleanup unused nodes on failed store-to-load forward combine.
Nirav Dave
2019-02-07
1
-9
/
+21
*
[CodeView] Fix cycles in debug info when merging Types with global hashes
Alexandre Ganea
2019-02-07
2
-2
/
+11
*
[LSR] Generate cross iteration indexes
Sam Parker
2019-02-07
3
-23
/
+77
*
[ARM GlobalISel] Support G_ICMP for Thumb2
Diana Picus
2019-02-07
2
-12
/
+25
*
[ARM] Reformat isRedundantFlagInstr for D57833. NFC
David Green
2019-02-07
1
-8
/
+4
*
[BPF] add code-gen support for JMP32 instructions
Jiong Wang
2019-02-07
9
-49
/
+132
*
AArch64: implement copy for paired GPR registers.
Tim Northover
2019-02-07
2
-0
/
+45
*
[BranchFolding] Remove dead code for handling EHPad blocks
Craig Topper
2019-02-07
1
-23
/
+0
*
Move the SMT API to LLVM
Mikhail R. Gadelha
2019-02-07
2
-1
/
+842
*
Add OpenBSD support to be able to get the thread name
Brad Smith
2019-02-07
1
-0
/
+6
*
[WebAssembly] Add symbol flag to the binary format llvm.used
Sam Clegg
2019-02-07
4
-0
/
+8
*
Remove reference to non-existent function. NFC.
Sam Clegg
2019-02-07
1
-2
/
+1
*
[libObject][NFC] Include filename in error message
Jordan Rupprecht
2019-02-06
1
-1
/
+1
*
[LICM/MSSA] Add promotion to scalars by building an AliasSetTracker with Memo...
Alina Sbirlea
2019-02-06
4
-45
/
+131
*
[DAG] Immediately cleanup unused nodes from extend-based combines.
Nirav Dave
2019-02-06
1
-2
/
+7
*
Move IR flag handling directly into builder calls for cases translated from I...
Michael Berg
2019-02-06
2
-43
/
+48
*
[AliasSetTracker] Pass MustAlias to addPointer more often.
Alina Sbirlea
2019-02-06
1
-24
/
+36
*
[X86][DAG] Avoid creating dangling bitcast.
Nirav Dave
2019-02-06
1
-1
/
+2
*
[SystemZ] Improved handling of the @llvm.ctlz intrinsic.
Jonas Paulsson
2019-02-06
2
-0
/
+2
*
build: Remove the cmake check for malloc.h.
Peter Collingbourne
2019-02-06
1
-4
/
+1
*
[SystemZ] Wait with VGBM selection until after DAGCombine2.
Jonas Paulsson
2019-02-06
5
-41
/
+46
*
[SelectionDAG] Cleanup some code comments. NFC
Bjorn Pettersson
2019-02-06
1
-4
/
+4
*
[GlobalISel][NFC] Gardening: Factor out code for simple unary intrinsics
Jessica Paquette
2019-02-06
1
-78
/
+58
*
[yaml2obj]Allow number for ELF symbol type
James Henderson
2019-02-06
1
-0
/
+1
*
[InstCombine] X | C == C --> (X & ~C) == 0
Sanjay Patel
2019-02-06
1
-9
/
+18
*
AArch64: enforce even/odd register pairs for CASP instructions.
Tim Northover
2019-02-06
2
-6
/
+8
*
[InlineAsm][X86] Add backend support for X86 flag output parameters.
Nirav Dave
2019-02-06
4
-12
/
+90
*
[SelectionDAGBuilder] Refactor Inline Asm output check. NFCI.
Nirav Dave
2019-02-06
1
-13
/
+26
*
[SystemZ] Do not return INT_MIN from strcmp/memcmp
Ulrich Weigand
2019-02-06
4
-125
/
+91
*
AArch64: annotate atomics with dropped acquire semantics when printing.
Tim Northover
2019-02-06
3
-62
/
+50
*
[x86] vectorize cast ops in lowering to avoid register file transfers
Sanjay Patel
2019-02-06
1
-0
/
+57
*
[MCA] Speedup ResourceManager queries. NFCI
Andrea Di Biagio
2019-02-06
1
-8
/
+9
*
[DAGCombine][NFC] GatherAllAliases should take a LSBaseSDNode.
Clement Courbet
2019-02-06
1
-8
/
+8
*
[NFC] Simplify check in guard widening
Max Kazantsev
2019-02-06
1
-9
/
+3
*
[DebugInfo]Print correct value for special opcode address increment
James Henderson
2019-02-06
1
-2
/
+2
*
[yaml::BinaryRef] Slight perf tuning (for llvm-exegesis analysis mode)
Roman Lebedev
2019-02-06
1
-3
/
+4
*
[NFC] Factor out detatchment of dead blocks from their erasing
Max Kazantsev
2019-02-06
1
-18
/
+26
*
[LoopSimplifyCFG] Do not count dead exit blocks twice, make CFG simpler
Max Kazantsev
2019-02-06
1
-1
/
+3
*
[NFC] Revert rL353274
Max Kazantsev
2019-02-06
1
-10
/
+5
*
[NFC] Extend API of DeleteDeadBlock(s) to collect updates without DTU
Max Kazantsev
2019-02-06
1
-5
/
+10
*
[NFC] Replace readonly SmallVectorImpl with ArrayRef
Max Kazantsev
2019-02-06
1
-3
/
+2
*
[HotColdSplit] Move splitting after instrumented PGO use
Teresa Johnson
2019-02-06
2
-13
/
+13
*
[AliasSetTracker] Minor style tweak to avoid a variable w/two distinct live r...
Philip Reames
2019-02-06
1
-4
/
+2
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
17
-16
/
+16
[next]