2012-01-26 |
Craig Topper | Remove some more patterns by custom lowering intrinsics... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | unbreak test/Bitcode/shuffle.ll. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | simplify by using ShuffleVectorInst::getMaskValue. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | eliminate the Constant::getVectorElements method. ... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | Continue improving support for ConstantDataAggregate... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | Add a ConstantDataVector::getSplatValue() method, for... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Peter Collingbourne | llvm-config: Add support for CMake build trees in which... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | some general cleanup, using new methods and tidying... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | fix pasto in the new (and still unused) ShuffleVectorIn... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | add StructType helpers too. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | Ok, break down and add some cast<>'ing helper methods... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | add some helper methods to ShuffleVectorInst and enhanc... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Jakob Stoklund... | Improve sub-register def handling in ProcessImplicitDefs. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Anton Korobeynikov | Properly emit ctors / dtors with priorities into desire... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Lang Hames | Don't add live ranges for aliases of physregs that... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Jim Grosbach | Tidy up. s/Low Level Virtual Machine/LLVM/. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Lang Hames | Always break upon finding a vreg operand (in Release... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Jim Grosbach | ARM assemly parsing and validation of IT instruction. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Nick Lewycky | Use precomputed BB size instead of BB->size(). |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | fix a bug I introduced in r148929, this is not a splat! |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Nick Lewycky | Gracefully degrade precision in branch probability... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Nick Lewycky | Support pointer comparisons against constants, when... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Revert a tiny bit of r148553 which extended LLVM's... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Evan Cheng | Update hasProperty comment. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | use Constant::getAggregateElement to simplify a bunch... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Craig Topper | Custom lower PSIGN and PSHUFB intrinsics to their corre... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | constify some methods and add a new Constant::getAggreg... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | use ConstantVector::getSplat in a few places. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Craig Topper | Custom lower phadd and phsub intrinsics to target speci... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | reapply r148901 with a crucial fix. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Craig Topper | Remove AVX 256-bit unaligned load intrinsics. 128-bit... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Akira Hatanaka | Mark 64-bit register RA_64 unused too. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Akira Hatanaka | Modify MipsFrameLowering::emitPrologue and emitEpilogue. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Akira Hatanaka | Modify MipsRegisterInfo::eliminateFrameIndex to use... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Craig Topper | Merge intrinsic pattern and no pattern versions of... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Rafael Espindola | -fvisibility-inlines-hidden is a c++ only option. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
NAKAMURA Takumi | MipsAnalyzeImmediate.h: Fix to add DataTypes.h for... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Nick Lewycky | Fix assert("msg"). Fix unused-variable warnings complai... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
NAKAMURA Takumi | Target/Mips: Unbreak CMake build. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Akira Hatanaka | Lower 64-bit immediates using MipsAnalyzeImmediate... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Argyrios Kyrtzidis | Revert r148901 because it crashes llvm tests. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | Introduce a new ConstantVector::getSplat constructor... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Akira Hatanaka | Add class MipsAnalyzeImmediate which comes up with... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | Remove the Type::getNumElements() method, which is... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | Use the right method to get the # elements in a CDS. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Jim Grosbach | NEON VLD4(all lanes) assembly parsing and encoding. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | Tidy up. Rename VLD4DUP patterns for consistency. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON VLD3(all lanes) assembly parsing and encoding. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Talin | Additional methods for SmallString. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jakob Stoklund... | Set correct <def,undef> flags when lowering REG_SEQUENCE. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jakob Stoklund... | Use the standard MachineFunction::print() after SlotInd... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Akira Hatanaka | Sign-extend 32-bit integer arguments when they are... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Akira Hatanaka | Pass CCState by reference. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Akira Hatanaka | Pattern for f32 to i64 conversion. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | ARM Darwin symbol ref differences w/o subsection-via... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Devang Patel | Intel Syntax: Extend special hand coded logic, to recog... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Akira Hatanaka | 64-bit sign extension in register instructions. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | Tidy up. Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Matt Beaumont-Gay | Sink assert-only variables into the asserts |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Kostya Serebryany | [asan] enable asan only for the functions that have... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON VST4(one lane) assembly parsing and encoding. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Owen Anderson | Widen the instruction encoder that TblGen emits to... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON VLD4(one lane) assembly parsing and encoding. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jakob Stoklund... | Fix old doxygen comment. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jakob Stoklund... | Add an (interleave A, B, ...) SetTheory operator. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chandler Carruth | Undo an over zealous rename. This bit of the CMake... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON Two-operand assembly aliases for VSRA. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | Remove redundant test file. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON Two-operand assembly aliases for VSLI. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON Two-operand assembly aliases for VSRI. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | Tidy up. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON add correct predicates for some asm aliases. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Blaikie | Reword comment based on feedback by Duncan Sands. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | basic instcombine support for CDS. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | C++, CBE, and TLOF support for ConstantDataSequential |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | Rearrange argument order of ::get methods so that LLVMC... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Elena Demikhovsky | ZERO_EXTEND operation is optimized for AVX. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | add more support for ConstantDataSequential |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Evgeniy Stepanov | An option to selectively enable part of ARM EHABI support. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Benjamin Kramer | Bit pack DIE structures better. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Eric Christopher | Fix the testcases for the previous patch. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Eric Christopher | Remove generation of DW_AT_sibling. Nothing as far... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | Add AsmPrinter (aka MCLowering) support for ConstantDat... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | Add various "string" methods to ConstantDataSequential... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | add ::drop_back() and ::drop_front() methods, which... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | teach valuetracking about ConstantDataSequential |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | switch SCEV to use the new ConstantFoldLoadThroughGEPIn... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | Split the interesting bits of ConstantFoldLoadThroughGE... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | Add some accessor methods to CAZ and UndefValue that... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Anton Korobeynikov | Use correct register class for am2offset register operands. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jakob Stoklund... | Preserve <def,undef> flags in CoalesceExtSubRegs. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Lattner | implement the ConstantDataSequential accessor methods. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Craig Topper | Add comments near load pattern fragments indicating... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON VST4(multiple 4 element structures) assembly parsing. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON VLD4(multiple 4 element structures) assembly parsing. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | Tidy up. Remove some vertical space for readability. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chandler Carruth | Revert r148686 (and r148694, a fix to it) due to a... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON VST3(single element from one lane) assembly parsing. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
next |