index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-01-27
Revert r149110 and add a testcase that was crashing since that revision.
Rafael Espindola
2012-01-27
Add a "moveInstr" method to LiveIntervals. This can be used to move instructions
Lang Hames
2012-01-27
Backing out ill-considered 'refactor'.
Lang Hames
2012-01-27
Move some duplicate loops in the coalescer into their own function.
Lang Hames
2012-01-27
Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]
Devang Patel
2012-01-27
Fix typo.
Jim Grosbach
2012-01-27
Move some patterns back near their instructions and use AddedComplexity to fi...
Craig Topper
2012-01-27
Physreg dead defs should be handled too.
Lang Hames
2012-01-27
smallvectorize.
Chris Lattner
2012-01-27
continue making the world safe for ConstantDataVector. At this point,
Chris Lattner
2012-01-27
Unix line endings
Matt Beaumont-Gay
2012-01-27
Place the GEP instructions nearer to the instructions which use them.
Bill Wendling
2012-01-27
make sure the file's matching header is #include'd first.
Chris Lattner
2012-01-27
Rewrite CanShareConstantPoolEntry to be implemented in terms of the
Chris Lattner
2012-01-27
enhance constant folding to be able to constant fold bitcast of
Chris Lattner
2012-01-27
Keep source location information for X86 MCFixup's.
Jim Grosbach
2012-01-27
Source information in 'expected relocatable expression' diagnostic.
Jim Grosbach
2012-01-27
Better user diagnostics for more ARM MachO relocation errors.
Jim Grosbach
2012-01-27
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.
Lang Hames
2012-01-26
Tidy up.
Jim Grosbach
2012-01-26
Keep source information, if available, around for ARM Fixups.
Jim Grosbach
2012-01-26
Add simple support for keeping MCFixup source information.
Jim Grosbach
2012-01-26
llvm-mc pass through SourceMgr to MCContext.
Jim Grosbach
2012-01-26
Add SourceMgr to MCContext for backend diagnostics.
Jim Grosbach
2012-01-26
Handle call-clobbered ymm registers on Win64.
Jakob Stoklund Olesen
2012-01-26
Use -H on darwin as well.
Eric Christopher
2012-01-26
progress making the world safe to ConstantDataVector. While
Chris Lattner
2012-01-26
tidy up forward declarations.
Chris Lattner
2012-01-26
smallvectorize and ArrayRef'ize some stuff.
Chris Lattner
2012-01-26
Reduce a lot of code duplication by implementing
Chris Lattner
2012-01-26
Update comment for r149070.
Chad Rosier
2012-01-26
Replace the use of isPredicable() with isPredicated() in
Chad Rosier
2012-01-26
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-26
Tidy up. Fix mismatched return types for error handling.
Jim Grosbach
2012-01-26
comment tweaks
Gabor Greif
2012-01-26
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-26
Fix for the following bug in AVX codegen for double-to-int conversions:
Victor Umansky
2012-01-26
Add HasXOP predicate check covering a bunch of XOP intrinsic patterns.
Craig Topper
2012-01-26
Fix AVX vs SSE patterns ordering issue for VPCMPESTRM and VPCMPISTRM.
Craig Topper
2012-01-26
Remove some more patterns by custom lowering intrinsics to target specific no...
Craig Topper
2012-01-26
unbreak test/Bitcode/shuffle.ll.
Chris Lattner
2012-01-26
simplify by using ShuffleVectorInst::getMaskValue.
Chris Lattner
2012-01-26
eliminate the Constant::getVectorElements method. There are better (and
Chris Lattner
2012-01-26
Continue improving support for ConstantDataAggregate, and use the
Chris Lattner
2012-01-26
Add a ConstantDataVector::getSplatValue() method, for parity with
Chris Lattner
2012-01-26
llvm-config: Add support for CMake build trees in which the build
Peter Collingbourne
2012-01-26
some general cleanup, using new methods and tidying up old code.
Chris Lattner
2012-01-26
fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask met...
Chris Lattner
2012-01-26
add StructType helpers too.
Chris Lattner
[next]