index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for the following bug in AVX codegen for double-to-int conversions:
Victor Umansky
2012-01-26
3
-3
/
+22
*
Add HasXOP predicate check covering a bunch of XOP intrinsic patterns.
Craig Topper
2012-01-26
1
-0
/
+2
*
Fix AVX vs SSE patterns ordering issue for VPCMPESTRM and VPCMPISTRM.
Craig Topper
2012-01-26
1
-2
/
+4
*
Remove some more patterns by custom lowering intrinsics to target specific no...
Craig Topper
2012-01-26
2
-25
/
+14
*
unbreak test/Bitcode/shuffle.ll.
Chris Lattner
2012-01-26
1
-0
/
+3
*
simplify by using ShuffleVectorInst::getMaskValue.
Chris Lattner
2012-01-26
1
-10
/
+8
*
eliminate the Constant::getVectorElements method. There are better (and
Chris Lattner
2012-01-26
6
-69
/
+32
*
Continue improving support for ConstantDataAggregate, and use the
Chris Lattner
2012-01-26
5
-419
/
+149
*
Add a ConstantDataVector::getSplatValue() method, for parity with
Chris Lattner
2012-01-26
2
-39
/
+91
*
llvm-config: Add support for CMake build trees in which the build
Peter Collingbourne
2012-01-26
1
-7
/
+19
*
some general cleanup, using new methods and tidying up old code.
Chris Lattner
2012-01-26
2
-95
/
+47
*
fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask met...
Chris Lattner
2012-01-26
1
-1
/
+1
*
add StructType helpers too.
Chris Lattner
2012-01-26
2
-1
/
+18
*
Ok, break down and add some cast<>'ing helper methods to the Type class
Chris Lattner
2012-01-26
2
-0
/
+65
*
add some helper methods to ShuffleVectorInst and enhance its
Chris Lattner
2012-01-25
2
-28
/
+70
*
Improve sub-register def handling in ProcessImplicitDefs.
Jakob Stoklund Olesen
2012-01-25
2
-9
/
+34
*
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
11
-64
/
+123
*
Don't add live ranges for aliases of physregs that are live in to the
Lang Hames
2012-01-25
1
-5
/
+0
*
Tidy up. s/Low Level Virtual Machine/LLVM/.
Jim Grosbach
2012-01-25
7
-11
/
+10
*
Always break upon finding a vreg operand (in Release as well as +Asserts). Re...
Lang Hames
2012-01-25
1
-6
/
+1
*
ARM assemly parsing and validation of IT instruction.
Jim Grosbach
2012-01-25
3
-3
/
+25
*
Use precomputed BB size instead of BB->size().
Nick Lewycky
2012-01-25
1
-1
/
+1
*
fix a bug I introduced in r148929, this is not a splat!
Chris Lattner
2012-01-25
1
-1
/
+5
*
Gracefully degrade precision in branch probability numbers.
Nick Lewycky
2012-01-25
1
-17
/
+72
*
Support pointer comparisons against constants, when looking at the inline-cost
Nick Lewycky
2012-01-25
2
-1
/
+94
*
Revert a tiny bit of r148553 which extended LLVM's function attributes
Chandler Carruth
2012-01-25
1
-2
/
+6
*
Update hasProperty comment.
Evan Cheng
2012-01-25
1
-3
/
+0
*
use Constant::getAggregateElement to simplify a bunch of code.
Chris Lattner
2012-01-25
5
-179
/
+58
*
Custom lower PSIGN and PSHUFB intrinsics to their corresponding target specif...
Craig Topper
2012-01-25
4
-74
/
+49
*
constify some methods and add a new Constant::getAggregateElement
Chris Lattner
2012-01-25
3
-16
/
+56
*
use ConstantVector::getSplat in a few places.
Chris Lattner
2012-01-25
6
-53
/
+23
*
Custom lower phadd and phsub intrinsics to target specific nodes. Remove the ...
Craig Topper
2012-01-25
3
-63
/
+70
*
reapply r148901 with a crucial fix.
Chris Lattner
2012-01-25
2
-31
/
+68
*
Remove AVX 256-bit unaligned load intrinsics. 128-bit versions had been remov...
Craig Topper
2012-01-25
2
-10
/
+0
*
Mark 64-bit register RA_64 unused too.
Akira Hatanaka
2012-01-25
1
-4
/
+5
*
Modify MipsFrameLowering::emitPrologue and emitEpilogue.
Akira Hatanaka
2012-01-25
2
-80
/
+70
*
Modify MipsRegisterInfo::eliminateFrameIndex to use MipsAnalyzeImmediate to
Akira Hatanaka
2012-01-25
1
-12
/
+34
*
Merge intrinsic pattern and no pattern versions of VCVTSD2SI intruction defin...
Craig Topper
2012-01-25
1
-24
/
+5
*
-fvisibility-inlines-hidden is a c++ only option.
Rafael Espindola
2012-01-25
1
-1
/
+0
*
MipsAnalyzeImmediate.h: Fix to add DataTypes.h for msvc.
NAKAMURA Takumi
2012-01-25
1
-0
/
+1
*
Fix assert("msg"). Fix unused-variable warnings complaining about VT used only
Nick Lewycky
2012-01-25
1
-5
/
+8
*
Target/Mips: Unbreak CMake build.
NAKAMURA Takumi
2012-01-25
1
-0
/
+1
*
Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added.
Akira Hatanaka
2012-01-25
3
-38
/
+58
*
Revert r148901 because it crashes llvm tests.
Argyrios Kyrtzidis
2012-01-25
2
-64
/
+28
*
Introduce a new ConstantVector::getSplat constructor function to
Chris Lattner
2012-01-25
2
-28
/
+64
*
Add class MipsAnalyzeImmediate which comes up with an instruction sequence to
Akira Hatanaka
2012-01-25
2
-0
/
+215
*
Remove the Type::getNumElements() method, which is only called in 4 places,
Chris Lattner
2012-01-25
4
-19
/
+19
*
Use the right method to get the # elements in a CDS.
Chris Lattner
2012-01-25
4
-7
/
+7
*
NEON VLD4(all lanes) assembly parsing and encoding.
Jim Grosbach
2012-01-25
5
-2
/
+255
*
Tidy up. Rename VLD4DUP patterns for consistency.
Jim Grosbach
2012-01-24
1
-6
/
+6
[next]