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
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-06-25
6
-30
/
+121
*
[X86] Sort the static memory folding tables by reg opcode. Remove the reg->me...
Craig Topper
2018-06-25
2
-5419
/
+5328
*
[X86] Allow base and index for gather instructions to appear in other order f...
Craig Topper
2018-06-25
1
-0
/
+11
*
[SelectionDAG] Remove debug locations from ConstantSD(FP)Nodes
Vedant Kumar
2018-06-25
1
-2
/
+2
*
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
Alexander Richardson
2018-06-25
10
-26
/
+13
*
AMDGPU/GlobalISel: Add support for llvm.amdgcn.kernarg.segment.ptr
Matt Arsenault
2018-06-25
3
-1
/
+29
*
StackSlotColoring: Decide colors per stack ID
Matt Arsenault
2018-06-25
1
-22
/
+50
*
AMDGPU: Remove commented out code
Matt Arsenault
2018-06-25
1
-2
/
+0
*
AMDGPU/GlobalISel: Fix G_IMPLICIT_DEF for pointers
Matt Arsenault
2018-06-25
1
-1
/
+5
*
[SampleFDO] Add an option to turn on/off warning about samples unused.
Wei Mi
2018-06-25
1
-0
/
+8
*
[DA] Delinearise AddRecs if we can prove they don't wrap
David Green
2018-06-25
1
-2
/
+21
*
AMDGPU: Respect align argument parameter
Matt Arsenault
2018-06-25
2
-10
/
+19
*
SafepointIRVerifier should ignore dead blocks and dead edges
Artur Pilipenko
2018-06-25
1
-28
/
+189
*
Improve handling of COPY instructions with identical value numbers
Krzysztof Parzyszek
2018-06-25
1
-28
/
+126
*
Revert change 335077 "[InlineSpiller] Fix a crash due to lack of forward prog...
Artur Pilipenko
2018-06-25
1
-26
/
+0
*
Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits...
Simon Pilgrim
2018-06-25
1
-1
/
+1
*
Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits...
Simon Pilgrim
2018-06-25
1
-1
/
+1
*
Fix -Wparentheses gcc warning. NFCI.
Simon Pilgrim
2018-06-25
1
-1
/
+1
*
[X86] Block commuting operand 1 of FMA*_Int instructions in findThreeSrcCommu...
Craig Topper
2018-06-25
2
-88
/
+47
*
[MSSA] Add domination number verifier; NFC
George Burgess IV
2018-06-25
1
-0
/
+39
*
[WebAssembly] Add WebAssemblyException information analysis
Heejin Ahn
2018-06-25
5
-0
/
+370
*
[WebAssembly] Add WebAssemblyLateEHPrepare pass
Heejin Ahn
2018-06-25
5
-93
/
+388
*
[X86] Simplify some code by using isOneConstant. NFC
Craig Topper
2018-06-25
1
-2
/
+1
*
[X86] Remove the changes to combineScalarToVector made in r335037.
Craig Topper
2018-06-25
1
-26
/
+3
*
[X86] Reduce the number of patterns needed for masked scalar ceil/floor isel.
Craig Topper
2018-06-25
1
-35
/
+10
*
[mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.
Brad Smith
2018-06-24
1
-0
/
+5
*
[DAGCombiner] eliminate setcc bool math when input is low-bit of some value
Sanjay Patel
2018-06-24
1
-0
/
+45
*
[X86] Regroup some isel patterns. NFC
Craig Topper
2018-06-24
1
-32
/
+22
*
[X86] Rename VFPCLASSSS and VFPCLASSSD internal instruction names to include ...
Craig Topper
2018-06-24
3
-14
/
+14
*
Add OpenBSD support to the Threading code
Brad Smith
2018-06-23
1
-3
/
+5
*
ADT: Use EBO to shrink SmallVector size 1
Duncan P. N. Exon Smith
2018-06-23
1
-0
/
+4
*
[TableGen] Use WithColor for printing errors/warnings
Jonas Devlieghere
2018-06-23
1
-6
/
+3
*
[X86] Make %eiz usage in 64-bit mode, force a 0x67 address size prefix. Fix s...
Craig Topper
2018-06-23
1
-0
/
+2
*
[X86] Teach disassembler to use %eip instead of %rip when 0x67 prefix is used...
Craig Topper
2018-06-23
1
-1
/
+3
*
[X86][AsmParser] Improve base/index register checks.
Craig Topper
2018-06-23
1
-8
/
+29
*
Fix invariant fdiv hoisting in LICM
Stanislav Mekhanoshin
2018-06-23
1
-14
/
+14
*
[AMDGPU] Update includes for intrinsic changes :(
Reid Kleckner
2018-06-23
2
-4
/
+4
*
[ORC] Fix formatting and list pending queries in VSO::dump.
Lang Hames
2018-06-23
1
-3
/
+7
*
[IR] Split Intrinsics.inc into enums and implementations
Reid Kleckner
2018-06-23
2
-8
/
+9
*
[X86][AsmParser] Rework that allows (%dx) to be used in place of %dx with in/...
Craig Topper
2018-06-23
1
-41
/
+29
*
[RuntimeDyld] Implement the ELF PIC large code model relocations
Reid Kleckner
2018-06-22
1
-0
/
+43
*
[LoopReroll] Rewrite induction variable rewriting.
Eli Friedman
2018-06-22
1
-177
/
+59
*
[MSSA] Remove incorrect comment + `auto`ify dyn_cast results; NFC
George Burgess IV
2018-06-22
1
-6
/
+5
*
[X86][AsmParser] Keep track of whether an explicit scale was specified while ...
Craig Topper
2018-06-22
1
-8
/
+16
*
[X86][AsmParser] In Intel syntax make sure we support ESP/RSP being the secon...
Craig Topper
2018-06-22
1
-0
/
+4
*
Re-land "[LTO] Enable module summary emission by default for regular LTO"
Tobias Edler von Koch
2018-06-22
1
-1
/
+5
*
[X86] Don't accept (%si,%bp) 16-bit address expressions.
Craig Topper
2018-06-22
1
-4
/
+9
*
[X86][AsmParser] Allow (%bp,%si) and (%bp,%di) to be encoded without using a ...
Craig Topper
2018-06-22
1
-1
/
+1
*
[X86][AsmParser] Check for invalid 16-bit base register in Intel syntax.
Craig Topper
2018-06-22
1
-19
/
+24
*
[X86] Don't allow ESP/RSP to be used as an index register in assembly.
Craig Topper
2018-06-22
1
-1
/
+2
[next]