2012-02-05 |
Craig Topper | Remove most of the intrinsics for XOP VPCMOV instructio... |
tree | commitdiff |
2012-02-04 |
Jakob Stoklund Olesen | Drop the REDEF_BY_EC VNInfo flag. |
tree | commitdiff |
2012-02-04 |
Jakob Stoklund Olesen | Don't store COPY pointers in VNInfo. |
tree | commitdiff |
2012-02-04 |
Andrew Trick | TargetPassConfig: confine the MC configuration to Targe... |
tree | commitdiff |
2012-02-04 |
Andrew Trick | Make TargetPassConfig an ImmutablePass so CodeGenPasses... |
tree | commitdiff |
2012-02-04 |
Devang Patel | Update llvm debug version to support new structure... |
tree | commitdiff |
2012-02-04 |
Devang Patel | Introduce DIObjCProperty. This will be used to encode... |
tree | commitdiff |
2012-02-04 |
Jakob Stoklund Olesen | Drop ZeroIndex and InvalidIndex. |
tree | commitdiff |
2012-02-03 |
Devang Patel | Add new tag and an attribute to support debug info... |
tree | commitdiff |
2012-02-03 |
Jakob Stoklund Olesen | Delete some dead code. |
tree | commitdiff |
2012-02-03 |
Jakob Stoklund Olesen | Handle register mask operands in setPhysRegsDeadExcept(). |
tree | commitdiff |
2012-02-03 |
Jakob Stoklund Olesen | ArrayRef'ize MI::setPhysRegsDeadExcept(). |
tree | commitdiff |
2012-02-03 |
Andrew Trick | Initialize all common codegen passes before configurati... |
tree | commitdiff |
2012-02-03 |
Andrew Trick | Added TargetPassConfig. The first little step toward... |
tree | commitdiff |
2012-02-03 |
Andrew Trick | whitespace |
tree | commitdiff |
2012-02-03 |
Akira Hatanaka | Add a new MachineJumpTableInfo entry type, EK_GPRel64Bl... |
tree | commitdiff |
2012-02-03 |
Dan Gohman | Fix SSAUpdaterImpl's RecordMatchingPHI to record exactl... |
tree | commitdiff |
2012-02-03 |
Rafael Espindola | Replace the old --with-cxx-* configure options with... |
tree | commitdiff |
2012-02-02 |
Jakob Stoklund Olesen | Require non-NULL register masks. |
tree | commitdiff |
2012-02-01 |
Jakob Stoklund Olesen | Specify SubRegIndex components on the index itself. |
tree | commitdiff |
2012-02-01 |
Andrew Trick | VLIW specific scheduler framework that utilizes determi... |
tree | commitdiff |
2012-02-01 |
Stepan Dyatkovskiy | SwitchInst refactoring. |
tree | commitdiff |
2012-02-01 |
Andrew Trick | Add pass printer passes in the right place. |
tree | commitdiff |
2012-02-01 |
Andrew Trick | whitespace |
tree | commitdiff |
2012-02-01 |
Hal Finkel | A few of the changes suggested in code review (by Nick... |
tree | commitdiff |
2012-02-01 |
Argyrios Kyrtzidis | Revert Chris' commits up to r149348 that started causin... |
tree | commitdiff |
2012-02-01 |
Hal Finkel | Add a basic-block autovectorization pass. |
tree | commitdiff |
2012-01-31 |
Bob Wilson | Add Triple::getMacOSXVersion to replace crufty code... |
tree | commitdiff |
2012-01-31 |
Manuel Klimek | RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo... |
tree | commitdiff |
2012-01-31 |
Jim Grosbach | Tidy up. Trailing whitespace. |
tree | commitdiff |
2012-01-31 |
Devang Patel | Add assembler dialect attribute in asm parser which... |
tree | commitdiff |
2012-01-31 |
Craig Topper | Remove pcmpgt/pcmpeq intrinsics as clang is not using... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | eliminate the "string" form of ConstantArray::get,... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | remove commented-out code. |
tree | commitdiff |
2012-01-31 |
Chris Lattner | with recent changes, ConstantArray is never a "string... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | remove the last vestiges of llvm::GetConstantStringInfo... |
tree | commitdiff |
2012-01-31 |
Chandler Carruth | Add various coarse bit-width architecture predicates... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | Change ConstantArray::get to form a ConstantDataArray... |
tree | commitdiff |
2012-01-31 |
Bill Wendling | Remove the now-dead llvm.eh.exception and llvm.eh.selec... |
tree | commitdiff |
2012-01-31 |
Bill Wendling | Remove the eh.exception and eh.selector intrinsics... |
tree | commitdiff |
2012-01-31 |
Ted Kremenek | Relax constructor for IntrusiveRefCntPtr to not be... |
tree | commitdiff |
2012-01-31 |
Ted Kremenek | Use traits for IntrusiveRefCntPtr to determine how... |
tree | commitdiff |
2012-01-31 |
Bill Wendling | Add a constified getLandingPad() method. |
tree | commitdiff |
2012-01-30 |
Chris Lattner | Various improvements suggested by Duncan |
tree | commitdiff |
2012-01-30 |
Craig Topper | Add GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps... |
tree | commitdiff |
2012-01-30 |
Talin | DenseMap::find_as() and unit tests. |
tree | commitdiff |
2012-01-30 |
Chris Lattner | initialize the Next field to null |
tree | commitdiff |
2012-01-30 |
Chris Lattner | Add bitcode reader and writer support for ConstantDataA... |
tree | commitdiff |
2012-01-29 |
Chandler Carruth | Cleanup the organization of some methods in llvm::Tripl... |
tree | commitdiff |
2012-01-29 |
Douglas Gregor | Move Clang's file-level locking facility over to LLVM... |
tree | commitdiff |
2012-01-29 |
Jakob Stoklund Olesen | Fix some scavenger performance issues. |
tree | commitdiff |
2012-01-29 |
Jakob Stoklund Olesen | Add a BitVector::reset(BitVector&) method. |
tree | commitdiff |
2012-01-27 |
Rafael Espindola | Add r149110 back with a fix for when the vector and... |
tree | commitdiff |
2012-01-27 |
Lang Hames | Add a "moveInstr" method to LiveIntervals. This can... |
tree | commitdiff |
2012-01-27 |
Jim Grosbach | Fix typo. |
tree | commitdiff |
2012-01-27 |
Jim Grosbach | Better diagnostic for malformed .org assembly directive. |
tree | commitdiff |
2012-01-26 |
Jim Grosbach | Add simple support for keeping MCFixup source information. |
tree | commitdiff |
2012-01-26 |
Jim Grosbach | Add SourceMgr to MCContext for backend diagnostics. |
tree | commitdiff |
2012-01-26 |
Chris Lattner | progress making the world safe to ConstantDataVector... |
tree | commitdiff |
2012-01-26 |
Chris Lattner | tidy up forward declarations. |
tree | commitdiff |
2012-01-26 |
Jakob Stoklund Olesen | Clear kill flags before propagating a copy. |
tree | commitdiff |
2012-01-26 |
James Molloy | Add support for the R_ARM_TARGET1 relocation, which... |
tree | commitdiff |
2012-01-26 |
Chris Lattner | eliminate the Constant::getVectorElements method. ... |
tree | commitdiff |
2012-01-26 |
Chris Lattner | Add a ConstantDataVector::getSplatValue() method, for... |
tree | commitdiff |
2012-01-26 |
Chris Lattner | add StructType helpers too. |
tree | commitdiff |
2012-01-26 |
Chris Lattner | Ok, break down and add some cast<>'ing helper methods... |
tree | commitdiff |
2012-01-25 |
Chris Lattner | add some helper methods to ShuffleVectorInst and enhanc... |
tree | commitdiff |
2012-01-25 |
Anton Korobeynikov | Properly emit ctors / dtors with priorities into desire... |
tree | commitdiff |
2012-01-25 |
Chandler Carruth | Revert a tiny bit of r148553 which extended LLVM's... |
tree | commitdiff |
2012-01-25 |
Evan Cheng | Update hasProperty comment. |
tree | commitdiff |
2012-01-25 |
Chris Lattner | constify some methods and add a new Constant::getAggreg... |
tree | commitdiff |
2012-01-25 |
Chris Lattner | reapply r148901 with a crucial fix. |
tree | commitdiff |
2012-01-25 |
Craig Topper | Remove AVX 256-bit unaligned load intrinsics. 128-bit... |
tree | commitdiff |
2012-01-25 |
Argyrios Kyrtzidis | Revert r148901 because it crashes llvm tests. |
tree | commitdiff |
2012-01-25 |
Chris Lattner | Introduce a new ConstantVector::getSplat constructor... |
tree | commitdiff |
2012-01-25 |
Chris Lattner | Remove the Type::getNumElements() method, which is... |
tree | commitdiff |
2012-01-24 |
Talin | Additional methods for SmallString. |
tree | commitdiff |
2012-01-24 |
Jakob Stoklund Olesen | Add an (interleave A, B, ...) SetTheory operator. |
tree | commitdiff |
2012-01-24 |
David Blaikie | Reword comment based on feedback by Duncan Sands. |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Rearrange argument order of ::get methods so that LLVMC... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | add more support for ConstantDataSequential |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Add AsmPrinter (aka MCLowering) support for ConstantDat... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Add various "string" methods to ConstantDataSequential... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | add ::drop_back() and ::drop_front() methods, which... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | teach valuetracking about ConstantDataSequential |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Split the interesting bits of ConstantFoldLoadThroughGE... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Add some accessor methods to CAZ and UndefValue that... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | implement the ConstantDataSequential accessor methods. |
tree | commitdiff |
2012-01-24 |
Chandler Carruth | Revert r148686 (and r148694, a fix to it) due to a... |
tree | commitdiff |
2012-01-23 |
David Blaikie | Changing bitfield enums to unsigned ints. |
tree | commitdiff |
2012-01-23 |
Chris Lattner | start the implementation of a new ConstantDataVector... |
tree | commitdiff |
2012-01-23 |
Bill Wendling | Remove extraneous ';'s. |
tree | commitdiff |
2012-01-23 |
David Blaikie | Simplify llvm::cl::Option by using a bit field instead... |
tree | commitdiff |
2012-01-23 |
Rafael Espindola | Add support for .cfi_signal_frame. Fixes pr11762. |
tree | commitdiff |
2012-01-23 |
Chris Lattner | Various public StringMap methods take or return "MapEnt... |
tree | commitdiff |
2012-01-23 |
Chris Lattner | revert r148688 too, this isn't safe for DenseMap use... |
tree | commitdiff |
2012-01-23 |
Chris Lattner | allow OwningPtr to be copy constructed if null, which... |
tree | commitdiff |
2012-01-23 |
Evgeniy Stepanov | An option to selectively enable parts of ARM EHABI... |
tree | commitdiff |
2012-01-23 |
Rafael Espindola | The iteration order over a std::set<Module*> depends... |
tree | commitdiff |
2012-01-22 |
Eli Bendersky | Remove trailing spaces |
tree | commitdiff |
next |