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
*
Unix line endings
Matt Beaumont-Gay
2012-01-27
1
-19
/
+19
*
Place the GEP instructions nearer to the instructions which use them.
Bill Wendling
2012-01-27
1
-37
/
+36
*
make sure the file's matching header is #include'd first.
Chris Lattner
2012-01-27
1
-3
/
+1
*
Rewrite CanShareConstantPoolEntry to be implemented in terms of the
Chris Lattner
2012-01-27
1
-26
/
+26
*
enhance constant folding to be able to constant fold bitcast of
Chris Lattner
2012-01-27
3
-2
/
+51
*
Keep source location information for X86 MCFixup's.
Jim Grosbach
2012-01-27
2
-18
/
+23
*
Source information in 'expected relocatable expression' diagnostic.
Jim Grosbach
2012-01-27
1
-1
/
+1
*
Better user diagnostics for more ARM MachO relocation errors.
Jim Grosbach
2012-01-27
1
-4
/
+8
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
9
-19
/
+26
*
Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.
Lang Hames
2012-01-27
2
-4
/
+27
*
Tidy up.
Jim Grosbach
2012-01-26
1
-1
/
+1
*
Keep source information, if available, around for ARM Fixups.
Jim Grosbach
2012-01-26
3
-9
/
+15
*
Add simple support for keeping MCFixup source information.
Jim Grosbach
2012-01-26
4
-2
/
+38
*
llvm-mc pass through SourceMgr to MCContext.
Jim Grosbach
2012-01-26
1
-1
/
+1
*
Add SourceMgr to MCContext for backend diagnostics.
Jim Grosbach
2012-01-26
2
-3
/
+7
*
Handle call-clobbered ymm registers on Win64.
Jakob Stoklund Olesen
2012-01-26
3
-1
/
+56
*
Use -H on darwin as well.
Eric Christopher
2012-01-26
1
-1
/
+1
*
progress making the world safe to ConstantDataVector. While
Chris Lattner
2012-01-26
4
-64
/
+93
*
tidy up forward declarations.
Chris Lattner
2012-01-26
2
-9
/
+5
*
smallvectorize and ArrayRef'ize some stuff.
Chris Lattner
2012-01-26
2
-5
/
+5
*
Reduce a lot of code duplication by implementing
Chris Lattner
2012-01-26
1
-138
/
+16
*
Update comment for r149070.
Chad Rosier
2012-01-26
1
-3
/
+1
*
Replace the use of isPredicable() with isPredicated() in
Chad Rosier
2012-01-26
2
-3
/
+46
*
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-26
4
-1
/
+145
*
Tidy up. Fix mismatched return types for error handling.
Jim Grosbach
2012-01-26
1
-8
/
+4
*
comment tweaks
Gabor Greif
2012-01-26
1
-15
/
+15
*
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-26
8
-3
/
+44
*
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
[next]