2012-01-27 |
Jim Grosbach | Better diagnostic for malformed .org assembly directive. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Lang Hames | Rewrite instruction operands in AdjustCopiesBackFrom... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jim Grosbach | Tidy up. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jim Grosbach | Keep source information, if available, around for ARM... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jim Grosbach | Add simple support for keeping MCFixup source information. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jim Grosbach | llvm-mc pass through SourceMgr to MCContext. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jim Grosbach | Add SourceMgr to MCContext for backend diagnostics. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jakob Stoklund... | Handle call-clobbered ymm registers on Win64. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Eric Christopher | Use -H on darwin as well. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | progress making the world safe to ConstantDataVector... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | tidy up forward declarations. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | smallvectorize and ArrayRef'ize some stuff. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chris Lattner | Reduce a lot of code duplication by implementing |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chad Rosier | Update comment for r149070. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Chad Rosier | Replace the use of isPredicable() with isPredicated... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jakob Stoklund... | Clear kill flags before propagating a copy. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jim Grosbach | Tidy up. Fix mismatched return types for error handling. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Gabor Greif | comment tweaks |
commit | commitdiff | tree | snapshot |
2012-01-26 |
James Molloy | Add support for the R_ARM_TARGET1 relocation, which... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Victor Umansky | Fix for the following bug in AVX codegen for double... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Craig Topper | Add HasXOP predicate check covering a bunch of XOP... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Craig Topper | Fix AVX vs SSE patterns ordering issue for VPCMPESTRM... |
commit | commitdiff | tree | snapshot |
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 |
next |