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
/
Target
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
X86: disable printing of bare "mov" aliases
Tim Northover
2014-05-16
1
-3
/
+3
*
[X86] Teach the backend how to fold SSE4.1/AVX/AVX2 blend intrinsics.
Andrea Di Biagio
2014-05-15
1
-2
/
+54
*
TableGen: use correct MIOperand when printing aliases
Tim Northover
2014-05-15
2
-20
/
+20
*
TableGen/ARM64: print aliases even if they have syntax variants.
Tim Northover
2014-05-15
2
-22
/
+34
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
4
-16
/
+16
*
X86: If we have an instruction that sets a flag and a zero test on the input ...
Benjamin Kramer
2014-05-14
1
-3
/
+63
*
Try to fix an SDAG dependence issue with sret
Reid Kleckner
2014-05-12
1
-15
/
+18
*
TableGen: use PrintMethods to print more aliases
Tim Northover
2014-05-12
1
-0
/
+2
*
Silencing an MSVC warning about not all control paths returning a value (even...
Aaron Ballman
2014-05-12
1
-0
/
+1
*
Remove an always true argument.
Rafael Espindola
2014-05-12
1
-1
/
+1
*
X86: Make sure that we have SSE4.1 before we generate insertps nodes.
Benjamin Kramer
2014-05-12
1
-1
/
+1
*
X86ISelLowering.cpp:LowerINTRINSIC_W_CHAIN(): Prune impossible "default:" [-W...
NAKAMURA Takumi
2014-05-12
1
-3
/
+0
*
Fixed compilation issue
Elena Demikhovsky
2014-05-12
1
-0
/
+1
*
AVX-512: changes in intrinsics
Elena Demikhovsky
2014-05-12
4
-192
/
+231
*
Pass the value type to TLI::getRegisterByName
Hal Finkel
2014-05-11
2
-2
/
+3
*
Add 'override' to getRegisterByName in *ISelLowering.h
Hal Finkel
2014-05-11
1
-1
/
+1
*
Fixed a bug when lowering build_vector (PR19694)
Filipe Cabecinhas
2014-05-11
1
-3
/
+8
*
Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"
Reid Kleckner
2014-05-09
2
-37
/
+0
*
Allow sret on the second parameter as well as the first
Reid Kleckner
2014-05-09
1
-16
/
+16
*
Fix 80 col violation.
Andrea Di Biagio
2014-05-09
1
-1
/
+2
*
[asan] Stop leaking X86Operands.
Benjamin Kramer
2014-05-09
1
-4
/
+4
*
Optimize shufflevector that copies an i64/f64 and zeros the rest.
Filipe Cabecinhas
2014-05-08
1
-12
/
+12
*
[X86] Add target specific combine rules to fold SSE2/AVX2 packed arithmetic s...
Andrea Di Biagio
2014-05-08
1
-0
/
+55
*
[asan] Preserve flags in asm instrumentation.
Evgeniy Stepanov
2014-05-08
1
-8
/
+32
*
Move late partial-unrolling thresholds into the processor definitions
Hal Finkel
2014-05-08
5
-76
/
+13
*
Lower certain build_vectors to insertps instructions
Filipe Cabecinhas
2014-05-08
1
-0
/
+76
*
[X86TTI] Remove the unrolling branch limits
Hal Finkel
2014-05-07
1
-40
/
+13
*
[X86] Selectively mark the FMA variants inside a family as isCommutable.
Quentin Colombet
2014-05-07
1
-14
/
+32
*
Reformat a couple of functions for clarity.
Eric Christopher
2014-05-07
1
-22
/
+19
*
[x86] Make the 'x86-64' cpu, what I see as and many use as the generic
Chandler Carruth
2014-05-07
1
-2
/
+15
*
[asan] Add a flag to control asm instrumentation.
Evgeniy Stepanov
2014-05-07
1
-1
/
+8
*
[X86] Improve the lowering of BITCAST dag nodes from type f64 to type v2i32 (...
Andrea Di Biagio
2014-05-06
1
-1
/
+41
*
Implememting named register intrinsics
Renato Golin
2014-05-06
2
-0
/
+15
*
Use X86 memory operand enums instead of hardcoding.
Craig Topper
2014-05-06
1
-16
/
+20
*
Fix i128 div/mod on mingw64
Reid Kleckner
2014-05-06
2
-0
/
+72
*
Revert "Optimize shufflevector that copies an i64/f64 and zeros the rest."
Filipe Cabecinhas
2014-05-05
1
-21
/
+12
*
Optimize shufflevector that copies an i64/f64 and zeros the rest.
Filipe Cabecinhas
2014-05-05
1
-12
/
+21
*
AVX-512: minor change in rndscale intrinsic
Elena Demikhovsky
2014-05-04
1
-2
/
+11
*
X86: further range-loopify AsmPrinter
Saleem Abdulrasool
2014-05-04
1
-18
/
+16
*
X86: remove X86COFFMachineModuleInfo
Saleem Abdulrasool
2014-05-04
4
-82
/
+0
*
X86: repair export compatibility with MinGW/cygwin
Saleem Abdulrasool
2014-05-04
1
-1
/
+6
*
X86: refactor export directive generation
Saleem Abdulrasool
2014-05-04
2
-22
/
+27
*
Fix pr19645.
Rafael Espindola
2014-05-03
1
-1
/
+1
*
Add a description for AMD's bdver4 (aka Excavator).
Benjamin Kramer
2014-05-02
1
-0
/
+7
*
Restore condition incorrectly changed in r96289 to the older state.
Joerg Sonnenberger
2014-04-30
1
-1
/
+1
*
[X86] Never hoist the shift value of a shift instruction.
Michael Zolotukhin
2014-04-30
1
-3
/
+7
*
[asan] Disable asm instrumentation on unsupported platforms.
Evgeniy Stepanov
2014-04-30
1
-3
/
+6
*
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...
Craig Topper
2014-04-30
1
-5
/
+4
*
Implement X86 code generation for musttail
Reid Kleckner
2014-04-29
1
-45
/
+50
[next]