2012-01-27 |
Lang Hames | Add a "moveInstr" method to LiveIntervals. This can... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Lang Hames | Backing out ill-considered 'refactor'. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Lang Hames | Move some duplicate loops in the coalescer into their... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Devang Patel | Intel Syntax: Parse mem operand with seg reg. QWORD... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Jim Grosbach | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Craig Topper | Move some patterns back near their instructions and... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Lang Hames | Physreg dead defs should be handled too. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Chris Lattner | smallvectorize. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Chris Lattner | continue making the world safe for ConstantDataVector... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Matt Beaumont-Gay | Unix line endings |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Bill Wendling | Place the GEP instructions nearer to the instructions... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Chris Lattner | make sure the file's matching header is #include'd... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Chris Lattner | Rewrite CanShareConstantPoolEntry to be implemented... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Chris Lattner | enhance constant folding to be able to constant fold... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Jim Grosbach | Keep source location information for X86 MCFixup's. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Jim Grosbach | Source information in 'expected relocatable expression... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Jim Grosbach | Better user diagnostics for more ARM MachO relocation... |
commit | commitdiff | tree | snapshot |
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 |
next |