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
*
X86 CostModel: Add support for a some of the common arithmetic instructions f...
Nadav Rotem
2012-11-03
1
-0
/
+70
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-1
/
+1
*
(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.
Shuxin Yang
2012-10-31
1
-4
/
+29
*
Clean up redundant SP register maintained in X86 TLI
Michael Liao
2012-10-31
1
-5
/
+7
*
X86 MMX: optimize transfer from mmx to i32
Manman Ren
2012-10-30
1
-0
/
+8
*
Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chance
Jakub Staszak
2012-10-30
1
-4
/
+4
*
Revert r166971. It causes buildbot failure. To be investigated.
Jakub Staszak
2012-10-29
1
-4
/
+4
*
Remove unused variable.
Jakub Staszak
2012-10-29
1
-1
/
+0
*
Simplify code. No functionality change.
Jakub Staszak
2012-10-29
1
-4
/
+5
*
Allow to fold vector load if there is more than one bitcast, so in the case:
Jakub Staszak
2012-10-29
1
-4
/
+4
*
Silence a GCC warning about comparing signed and unsigned types.
Duncan Sands
2012-10-29
1
-2
/
+2
*
Clean up where SlotSize should be used instead of pointer size.
Michael Liao
2012-10-25
1
-15
/
+14
*
Add custom conversion from v2u32 to v2f32 in 32-bit mode
Michael Liao
2012-10-24
1
-0
/
+20
*
Fix PR14161
Michael Liao
2012-10-23
1
-1
/
+4
*
Silence -Wsign-compare
Matt Beaumont-Gay
2012-10-23
1
-1
/
+1
*
Add custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to v4f32/v8f32
Michael Liao
2012-10-23
1
-19
/
+50
*
Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1
Michael Liao
2012-10-23
1
-0
/
+95
*
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
1
-0
/
+1
*
Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
Michael Liao
2012-10-19
1
-0
/
+79
*
Check SSSE3 instead of SSE4.1
Michael Liao
2012-10-17
1
-2
/
+2
*
Fix setjmp on models with non-Small code model nor non-Static relocation model
Michael Liao
2012-10-17
1
-12
/
+42
*
Support v8f32 to v8i8/vi816 conversion through custom lowering
Michael Liao
2012-10-16
1
-17
/
+38
*
Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
NAKAMURA Takumi
2012-10-16
1
-0
/
+41
*
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-15
1
-0
/
+202
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-6
/
+6
*
X86: Fix accidentally swapped operands.
Benjamin Kramer
2012-10-13
1
-1
/
+1
*
X86: Promote i8 cmov when both operands are coming from truncates of the same...
Benjamin Kramer
2012-10-13
1
-0
/
+15
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-6
/
+6
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-6
/
+6
*
Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."
NAKAMURA Takumi
2012-10-11
1
-40
/
+0
*
Change MachineInstrBuilder::addDisp to copy over target flags by default.
Evan Cheng
2012-10-11
1
-5
/
+2
*
Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
Nadav Rotem
2012-10-10
1
-0
/
+40
*
Add support for FP_ROUND from v2f64 to v2f32
Michael Liao
2012-10-10
1
-0
/
+7
*
Add alternative support for FP_ROUND from v2f32 to v2f64
Michael Liao
2012-10-10
1
-84
/
+17
*
When expanding atomic load arith instructions, do not lose target flags. rdar...
Evan Cheng
2012-10-09
1
-2
/
+5
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-7
/
+12
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
1
-1
/
+1
*
Add register encoding support in X86 backend
Michael Liao
2012-10-04
1
-3
/
+4
*
Use new accessor methods to query for attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Clean up tailing whitespaces
Michael Liao
2012-10-03
1
-2
/
+2
*
Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...
Craig Topper
2012-09-30
1
-1
/
+1
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-6
/
+6
*
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-25
1
-0
/
+78
*
Fix an illegal tailcall opt where the callee returns a double via xmm while c...
Evan Cheng
2012-09-25
1
-1
/
+9
*
Add missing i8 max/min/umax/umin support
Michael Liao
2012-09-21
1
-9
/
+44
*
Revise td of X86 atomic instructions
Michael Liao
2012-09-21
1
-0
/
+5
*
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-20
1
-501
/
+490
*
X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.
Benjamin Kramer
2012-09-15
1
-0
/
+2
*
Fix comment
Michael Liao
2012-09-13
1
-1
/
+1
[next]