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
*
Refactor LowerFABS and LowerFNEG into one function (x86) (NFC)
Sanjay Patel
2014-09-02
1
-42
/
+31
*
CodeGen: Handle va_start in the entry block
Reid Kleckner
2014-09-02
1
-2
/
+2
*
Use an integer constant for FABS / FNEG (x86).
Sanjay Patel
2014-09-01
1
-14
/
+6
*
Speculative build fix for const, gcc, and ArrayRef overloads
Reid Kleckner
2014-08-29
1
-3
/
+3
*
Add a const and munge some comments
Reid Kleckner
2014-08-29
1
-3
/
+5
*
musttail: Forward regparms of variadic functions on x86_64
Reid Kleckner
2014-08-29
1
-71
/
+133
*
Verifier: Don't reject varargs callee cleanup functions
Reid Kleckner
2014-08-29
1
-7
/
+2
*
[SKX] Enable lowering of integer CMP operations.
Robert Khasanov
2014-08-29
1
-9
/
+75
*
Fix a logic bug in x86 vector codegen: sext (zext (x) ) != sext (x) (PR20472).
Sanjay Patel
2014-08-28
1
-25
/
+11
*
[x86] Fix whitespace and formatting around this function with
Chandler Carruth
2014-08-28
1
-4
/
+5
*
[x86] Hoist conditions from *every single if* in this routine to
Chandler Carruth
2014-08-28
1
-12
/
+12
*
[x86] Inline an SSE4 helper function for INSERT_VECTOR_ELT lowering, no
Chandler Carruth
2014-08-28
1
-58
/
+45
*
typo in comment
Sanjay Patel
2014-08-27
1
-1
/
+1
*
[x86] Fix a regression introduced with r213897 for 32-bit targets where
Chandler Carruth
2014-08-27
1
-4
/
+2
*
[SDAG] Re-instate r215611 with a fix to a pesky X86 DAG combine.
Chandler Carruth
2014-08-27
1
-12
/
+9
*
[x86] Fix a bug in r216319 where I was missing a 'break'.
Chandler Carruth
2014-08-25
1
-0
/
+2
*
X86 intrinsics table - simplifies intrinsics lowering.
Elena Demikhovsky
2014-08-24
1
-456
/
+47
*
[x86] Start fixing a really subtle and terrible form of miscompile in
Chandler Carruth
2014-08-23
1
-28
/
+46
*
ARM / x86_64 varargs: Don't save regparms in prologue without va_start
Reid Kleckner
2014-08-22
1
-2
/
+3
*
Revert "X86: Align the stack on word boundaries in LowerFormalArguments()"
Duncan P. N. Exon Smith
2014-08-21
1
-1
/
+0
*
X86: Turn redundant if into an assertion.
Benjamin Kramer
2014-08-21
1
-7
/
+5
*
[x86] Added _addcarry_ and _subborrow_ intrinsics
Robert Khasanov
2014-08-21
1
-1
/
+9
*
[x86] Broadwell: ADOX/ADCX. Added _addcarryx_u{32|64} intrinsics to LLVM.
Robert Khasanov
2014-08-21
1
-1
/
+24
*
Don't prevent a vselect of constants from becoming a single load (PR20648).
Sanjay Patel
2014-08-20
1
-0
/
+13
*
X86: Align the stack on word boundaries in LowerFormalArguments()
Duncan P. N. Exon Smith
2014-08-20
1
-0
/
+1
*
Do not insert a tail call when returning multiple values on X86
Keno Fischer
2014-08-20
1
-0
/
+7
*
AVX-512: Fixed a bug in emitting compare for MVT:i1 type.
Elena Demikhovsky
2014-08-18
1
-5
/
+2
*
Reverted last commit
Elena Demikhovsky
2014-08-17
1
-47
/
+442
*
Added a table for intrinsics on X86.
Elena Demikhovsky
2014-08-17
1
-442
/
+47
*
[x86] Fix an indentation goof in a prior commit. Should have re-run
Chandler Carruth
2014-08-17
1
-2
/
+2
*
[x86] Teach lots of the new vector shuffle lowering to use UNPCK
Chandler Carruth
2014-08-16
1
-0
/
+24
*
Fix the build with MSVC 2013 after new shuffle code
Reid Kleckner
2014-08-15
1
-2
/
+8
*
[x86] Teach the new AVX v4f64 shuffle lowering to use UNPCK instructions
Chandler Carruth
2014-08-15
1
-0
/
+42
*
[x86] Add the initial skeleton of type-based dispatch for AVX vectors in
Chandler Carruth
2014-08-15
1
-9
/
+125
*
[x86] Remove the duplicated code for testing whether we can widen the
Chandler Carruth
2014-08-15
1
-12
/
+4
*
[x86] Fix the very broken formation of vpunpck instructions in the
Chandler Carruth
2014-08-15
1
-1
/
+1
*
[x86] Fix PR20540 where the x86 shuffle DAG combiner had completely
Chandler Carruth
2014-08-15
1
-23
/
+42
*
[AVX512] Switch FMA intrinsics to the masking version
Adam Nemet
2014-08-14
1
-24
/
+37
*
[X86] Break out logic to map FMA Intrinsic number to Opcode
Adam Nemet
2014-08-14
1
-57
/
+51
*
[AVX512] Break out the logic to lower masking intrinsics
Adam Nemet
2014-08-14
1
-13
/
+21
*
[x86] Begin stubbing out the AVX support in the new vector shuffle
Chandler Carruth
2014-08-14
1
-0
/
+88
*
[X86] Fix the value of the low mask for the lowering of MUL_LOHI for v4i32.
Quentin Colombet
2014-08-13
1
-1
/
+1
*
Silence a -Wparenthesis warning with these asserts. NFC.
Aaron Ballman
2014-08-13
1
-2
/
+2
*
AVX-512: Fixed a bug in shufflevector lowering.
Elena Demikhovsky
2014-08-13
1
-1
/
+2
*
[x86] Rewrite a core part of the new vector shuffle lowering to handle
Chandler Carruth
2014-08-13
1
-22
/
+122
*
[AVX512] Handle valign masking intrinsic via C++ lowering
Adam Nemet
2014-08-12
1
-0
/
+16
*
fixed typos
Sanjay Patel
2014-08-12
1
-5
/
+5
*
Increase the size of these SmallVectors in X86ISelLowering.cpp.
Hans Wennborg
2014-08-11
1
-3
/
+3
*
fixed typos
Sanjay Patel
2014-08-09
1
-2
/
+2
*
[pr19635] Revert most of r170537, and add new testcase.
Patrik Hagglund
2014-08-08
1
-3
/
+3
[next]