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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
enhance constant folding to be able to constant fold bitcast of
Chris Lattner
2012-01-27
1
-0
/
+38
*
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
6
-15
/
+21
*
Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.
Lang Hames
2012-01-27
1
-4
/
+6
*
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
1
-0
/
+19
*
Add SourceMgr to MCContext for backend diagnostics.
Jim Grosbach
2012-01-26
1
-2
/
+2
*
Handle call-clobbered ymm registers on Win64.
Jakob Stoklund Olesen
2012-01-26
2
-1
/
+8
*
progress making the world safe to ConstantDataVector. While
Chris Lattner
2012-01-26
3
-56
/
+64
*
tidy up forward declarations.
Chris Lattner
2012-01-26
1
-0
/
+2
*
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
1
-3
/
+2
*
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-26
2
-1
/
+20
*
Tidy up. Fix mismatched return types for error handling.
Jim Grosbach
2012-01-26
1
-8
/
+4
*
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-26
5
-3
/
+25
*
Fix for the following bug in AVX codegen for double-to-int conversions:
Victor Umansky
2012-01-26
1
-2
/
+2
*
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
4
-61
/
+22
*
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
1
-39
/
+87
*
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
1
-0
/
+14
*
Ok, break down and add some cast<>'ing helper methods to the Type class
Chris Lattner
2012-01-26
1
-0
/
+39
*
add some helper methods to ShuffleVectorInst and enhance its
Chris Lattner
2012-01-25
1
-28
/
+55
*
Improve sub-register def handling in ProcessImplicitDefs.
Jakob Stoklund Olesen
2012-01-25
1
-9
/
+10
*
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
5
-31
/
+81
*
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
1
-1
/
+1
*
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
2
-3
/
+14
*
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
1
-1
/
+55
*
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
1
-8
/
+41
*
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
1
-31
/
+59
[next]