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
/
X86ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune includes in X86 target.
Craig Topper
2014-03-19
1
-1
/
+1
*
[X86] Fix unused variable warning with NDEBUG from r204058
Adam Nemet
2014-03-17
1
-2
/
+1
*
[VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16
Adam Nemet
2014-03-17
1
-9
/
+6
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-15
1
-1
/
+0
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-2
/
+2
*
X86: Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
2014-03-11
1
-4
/
+20
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-0
/
+1
*
X86: Enable ISel of 16-bit MOVBE instructions.
Jim Grosbach
2014-03-11
1
-1
/
+3
*
Lower AVX v4i64->v4i32 truncate to one shuffle.
Cameron McInally
2014-03-05
1
-12
/
+2
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-13
/
+10
*
AVX-512: Fixed extract_vector_elt for v8i1 vector
Elena Demikhovsky
2014-03-02
1
-2
/
+4
*
Lower unsigned vsetcc to psubus in certain cases
Quentin Colombet
2014-02-26
1
-0
/
+70
*
X86 CodeGenPrep: sink shufflevectors before shifts
Tim Northover
2014-02-19
1
-0
/
+18
*
X86: use vpsllvd (& friends) for 16-bit shifts on Haswell
Tim Northover
2014-02-18
1
-0
/
+14
*
AVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp/test sequence
Elena Demikhovsky
2014-02-16
1
-65
/
+28
*
[X86] Teach the backend how to lower vector shift left into multiply rather t...
Andrea Di Biagio
2014-02-12
1
-0
/
+33
*
AVX: fixed a bug in LowerVECTOR_SHUFFLE
Elena Demikhovsky
2014-02-11
1
-1
/
+5
*
AVX-512: Optimized BUILD_VECTOR pattern;
Elena Demikhovsky
2014-02-11
1
-3
/
+5
*
AVX-512: Fixed extract_vector_elt for v16i1 and v8i1 vectors.
Elena Demikhovsky
2014-02-10
1
-8
/
+6
*
X86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodes
Tim Northover
2014-02-06
1
-5
/
+4
*
Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
2014-02-05
1
-1
/
+3
*
AVX-512: optimized icmp -> sext -> icmp pattern
Elena Demikhovsky
2014-02-05
1
-21
/
+67
*
Move matching for x86 BMI BLSI/BLSMSK/BLSR instructions to isel patterns inst...
Craig Topper
2014-02-05
1
-51
/
+1
*
Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
2014-01-31
1
-6
/
+23
*
x86: Rename NumBytesForCalleeToPush to ...Pop for accuracy
Reid Kleckner
2014-01-31
1
-5
/
+5
*
[X86] Add extra rules for combining vselect dag nodes into movsd.
Andrea Di Biagio
2014-01-28
1
-0
/
+40
*
[TLI] Add a new hook to TargetLowering to query the target if a load of a con...
Juergen Ributzka
2014-01-28
1
-0
/
+12
*
[X86] Prevent the creation of redundant ops for sadd and ssub with overflow.
Juergen Ributzka
2014-01-24
1
-2
/
+17
*
Add a few missing cases from r199933. Testcase coming shortly.
Lang Hames
2014-01-23
1
-0
/
+8
*
Replace vfmaddxx213 instructions with their 231-type equivalents in accumulator
Lang Hames
2014-01-23
1
-0
/
+101
*
AVX-512: added VPERM2D VPERM2Q VPERM2PS VPERM2PD instructions,
Elena Demikhovsky
2014-01-23
1
-2
/
+3
*
[X86] Teach how to combine a vselect into a movss/movsd
Andrea Di Biagio
2014-01-20
1
-0
/
+35
*
Move the retrieval of VT after all of the early exits from PerformOrCombine t...
Michael Gottesman
2014-01-19
1
-1
/
+1
*
AVX-512: fixed a compare pattern
Elena Demikhovsky
2014-01-16
1
-6
/
+10
*
WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...
David Majnemer
2014-01-15
1
-0
/
+2
*
Fixed identation.
Elena Demikhovsky
2014-01-15
1
-7
/
+11
*
Add FPExt option to CCValAssign::LocInfo. When generating calling-convention
Lang Hames
2014-01-14
1
-0
/
+3
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-1
/
+1
*
AVX-512: optimized scalar compare patterns
Elena Demikhovsky
2014-01-14
1
-5
/
+12
*
[X86] Fix assertion failure caused by a wrong folding of vector shifts by imm...
Andrea Di Biagio
2014-01-14
1
-2
/
+3
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-1
/
+1
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-1
/
+1
*
AVX-512: Added more intrinsics for pmin/pmax, pabs, blend, pmuldq.
Elena Demikhovsky
2014-01-08
1
-17
/
+1
*
Remove unnecessary #includes.
Bill Wendling
2014-01-06
1
-1
/
+0
*
Refactor function that checks that __builtin_returnaddress's argument is cons...
Bill Wendling
2014-01-06
1
-4
/
+1
*
AVX-512: changed property name from "neverHasSideEffects=1" to "hasSideEffect...
Elena Demikhovsky
2014-01-05
1
-0
/
+1
*
AVX-512: Added more intrinsics for convert and min/max.
Elena Demikhovsky
2014-01-05
1
-9
/
+1
*
Emit an error message if the value passed to __builtin_returnaddress isn't a ...
Bill Wendling
2014-01-05
1
-0
/
+6
*
Make more of the x86 lowering helper functions static.
Craig Topper
2013-12-29
1
-8
/
+11
[next]