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
...
*
[WebAssembly] MC: Mark more function aliases as functions
Sam Clegg
2019-02-04
1
-1
/
+11
*
MIR: Validate LLT types when parsing
Matt Arsenault
2019-02-04
1
-6
/
+35
*
GlobalISel: Fix not calling observer when legalizing bitcount ops
Matt Arsenault
2019-02-04
1
-11
/
+12
*
AMDGPU: Don't rematerialize mov with implicit operands
Matt Arsenault
2019-02-04
1
-1
/
+2
*
[SanitizerCoverage] Clang crashes if user declares `__sancov_lowest_stack` va...
Julian Lettner
2019-02-04
1
-1
/
+6
*
[InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemanded
Nicolai Haehnle
2019-02-04
2
-18
/
+14
*
[CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more pl...
Craig Topper
2019-02-04
4
-7
/
+7
*
[NewPM][MSan] Add Options Handling
Philip Pfaffe
2019-02-04
3
-21
/
+50
*
[DEBUGINFO] Reposting r352642: Handle restore instructions in LiveDebugValues
Wolfgang Pieb
2019-02-04
3
-92
/
+216
*
[AMDGPU] Support emitting GOT relocations for function calls
Scott Linder
2019-02-04
3
-41
/
+20
*
[WarnMissedTransforms] Do not warn about already vectorized loops.
Michael Kruse
2019-02-04
1
-7
/
+7
*
GlobalISel: Fix CSE handling of buildConstant
Matt Arsenault
2019-02-04
2
-40
/
+51
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
41
-500
/
+483
*
[X86] X86DAGToDAGISel::matchBitExtract(): prepare 'control' in 32 bits
Roman Lebedev
2019-02-04
1
-17
/
+36
*
Adjust cardinality of internal inliner thresholds
David Callahan
2019-02-04
1
-4
/
+4
*
[X86] Add ST0 as an implicit def/use of x87 load/store instructions during FP...
Craig Topper
2019-02-04
1
-0
/
+4
*
GlobalISel: Fix moreElementsToNextPow2
Matt Arsenault
2019-02-04
2
-8
/
+7
*
[WebAssembly] Make segment/size/type directives optional in asm
Wouter van Oortmerssen
2019-02-04
2
-5
/
+44
*
Revert "[GlobalISel] Add IRTranslator support for G_FFLOOR"
Jessica Paquette
2019-02-04
1
-5
/
+0
*
[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_
Sam Clegg
2019-02-04
3
-61
/
+61
*
[X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two argum...
Craig Topper
2019-02-04
2
-42
/
+44
*
[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan
2019-02-04
10
-44
/
+106
*
[GlobalISel] Add IRTranslator support for G_FFLOOR
Jessica Paquette
2019-02-04
1
-0
/
+5
*
[CGP] use IRBuilder to simplify code
Sanjay Patel
2019-02-04
1
-26
/
+25
*
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
James Henderson
2019-02-04
1
-16
/
+63
*
[X86][SSE] SimplifyDemandedBitsForTargetNode - PCMPGT(0,X) sign mask
Simon Pilgrim
2019-02-04
1
-0
/
+7
*
Revert r353048.
James Henderson
2019-02-04
1
-63
/
+16
*
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
James Henderson
2019-02-04
1
-16
/
+63
*
GlobalISel: Fix formatting of debug output
Matt Arsenault
2019-02-04
1
-3
/
+3
*
AMDGPU/GlobalISel: Legalize select for v4s16
Matt Arsenault
2019-02-04
1
-3
/
+3
*
[DAGCombine] Add ADD(SUB,SUB) combines
Simon Pilgrim
2019-02-04
1
-0
/
+12
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
23
-202
/
+56
*
Use auto for dyn_cast case to save a line. NFCI.
Simon Pilgrim
2019-02-04
1
-2
/
+1
*
[ARM] Mark 255 and 65535 as cheap for Thumb1 "And"
David Green
2019-02-04
1
-3
/
+7
*
[NFC] Make a check in GuardWidening more obvious
Max Kazantsev
2019-02-04
1
-1
/
+1
*
[NFC] Rename variables to reflect the actual status of GuardWidening
Max Kazantsev
2019-02-04
1
-35
/
+34
*
[NFC] Remove redundant parameters for better readability
Max Kazantsev
2019-02-04
1
-12
/
+8
*
[NFC] Replace equivalent condition for better readability
Max Kazantsev
2019-02-04
1
-1
/
+2
*
[SelectionDAG] Add a BaseIndexOffset::print() method for debugging.
Clement Courbet
2019-02-04
1
-0
/
+19
*
[SCEV] Do not bother creating separate SCEVUnknown for unreachable nodes
Max Kazantsev
2019-02-04
1
-1
/
+1
*
Recommit r352660 "[X86] Mark EMMS and FEMMS as clobbering MM0-7 and ST0-7."
Craig Topper
2019-02-04
2
-2
/
+6
*
[X86] Print %st(0) as %st when its implicit to the instruction. Continue prin...
Craig Topper
2019-02-04
8
-49
/
+75
*
Revert r352985 "[X86] Print %st(0) as %st to match what gcc inline asm uses a...
Craig Topper
2019-02-04
4
-24
/
+25
*
[LoopIdiomRecognize] @llvm.dbg values shouldn't affect the transformation.
Davide Italiano
2019-02-03
1
-2
/
+8
*
[CGP] adjust target constraints for forming uaddo
Sanjay Patel
2019-02-03
1
-8
/
+11
*
[X86][AVX] Support shuffle combining for VBROADCAST with smaller vector sources
Simon Pilgrim
2019-02-03
1
-0
/
+20
*
[X86][AVX] Support shuffle combining for VPMOVZX with smaller vector sources
Simon Pilgrim
2019-02-03
1
-5
/
+13
*
[X86][AVX] More aggressively simplify BROADCAST source operand
Simon Pilgrim
2019-02-03
1
-2
/
+14
*
[CGP] refactor optimizeCmpExpression (NFCI)
Sanjay Patel
2019-02-03
1
-36
/
+38
*
[DA][NewPM] Handle transitive dependencies in the new-pm version of DA
Philip Pfaffe
2019-02-03
1
-0
/
+13
[prev]
[next]