Update ExceptionDemo to use ConstantDataArray.
[oota-llvm.git] / include /
2012-02-06 Craig TopperMove some llvm_unreachable's from r149849 out of switch...
2012-02-05 Benjamin KramerSmallVector's construct_range is the same thing as...
2012-02-05 Benjamin KramerSimplify code. No functionality change.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 TalinEfficient Constant Uniquing.
2012-02-05 Chandler CarruthBegin fleshing out more convenience predicates in llvm...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-05 Craig TopperRemove most of the intrinsics for XOP VPCMOV instructio...
2012-02-04 Jakob Stoklund OlesenDrop the REDEF_BY_EC VNInfo flag.
2012-02-04 Jakob Stoklund OlesenDon't store COPY pointers in VNInfo.
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-04 Andrew TrickMake TargetPassConfig an ImmutablePass so CodeGenPasses...
2012-02-04 Devang PatelUpdate llvm debug version to support new structure...
2012-02-04 Devang PatelIntroduce DIObjCProperty. This will be used to encode...
2012-02-04 Jakob Stoklund OlesenDrop ZeroIndex and InvalidIndex.
2012-02-03 Devang PatelAdd new tag and an attribute to support debug info...
2012-02-03 Jakob Stoklund OlesenDelete some dead code.
2012-02-03 Jakob Stoklund OlesenHandle register mask operands in setPhysRegsDeadExcept().
2012-02-03 Jakob Stoklund OlesenArrayRef'ize MI::setPhysRegsDeadExcept().
2012-02-03 Andrew TrickInitialize all common codegen passes before configurati...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-03 Andrew Trickwhitespace
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-03 Dan GohmanFix SSAUpdaterImpl's RecordMatchingPHI to record exactl...
2012-02-03 Rafael EspindolaReplace the old --with-cxx-* configure options with...
2012-02-02 Jakob Stoklund OlesenRequire non-NULL register masks.
2012-02-01 Jakob Stoklund OlesenSpecify SubRegIndex components on the index itself.
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Andrew TrickAdd pass printer passes in the right place.
2012-02-01 Andrew Trickwhitespace
2012-02-01 Hal FinkelA few of the changes suggested in code review (by Nick...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-01-31 Bob WilsonAdd Triple::getMacOSXVersion to replace crufty code...
2012-01-31 Manuel KlimekRefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo...
2012-01-31 Jim GrosbachTidy up. Trailing whitespace.
2012-01-31 Devang PatelAdd assembler dialect attribute in asm parser which...
2012-01-31 Craig TopperRemove pcmpgt/pcmpeq intrinsics as clang is not using...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-31 Chris Lattnerremove commented-out code.
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Chris Lattnerremove the last vestiges of llvm::GetConstantStringInfo...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2012-01-31 Chris LattnerChange ConstantArray::get to form a ConstantDataArray...
2012-01-31 Bill WendlingRemove the now-dead llvm.eh.exception and llvm.eh.selec...
2012-01-31 Bill WendlingRemove the eh.exception and eh.selector intrinsics...
2012-01-31 Ted KremenekRelax constructor for IntrusiveRefCntPtr to not be...
2012-01-31 Ted KremenekUse traits for IntrusiveRefCntPtr to determine how...
2012-01-31 Bill WendlingAdd a constified getLandingPad() method.
2012-01-30 Chris LattnerVarious improvements suggested by Duncan
2012-01-30 Craig TopperAdd GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps...
2012-01-30 TalinDenseMap::find_as() and unit tests.
2012-01-30 Chris Lattnerinitialize the Next field to null
2012-01-30 Chris LattnerAdd bitcode reader and writer support for ConstantDataA...
2012-01-29 Chandler CarruthCleanup the organization of some methods in llvm::Tripl...
2012-01-29 Douglas GregorMove Clang's file-level locking facility over to LLVM...
2012-01-29 Jakob Stoklund OlesenFix some scavenger performance issues.
2012-01-29 Jakob Stoklund OlesenAdd a BitVector::reset(BitVector&) method.
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2012-01-27 Lang HamesAdd a "moveInstr" method to LiveIntervals. This can...
2012-01-27 Jim GrosbachFix typo.
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-26 Jim GrosbachAdd simple support for keeping MCFixup source information.
2012-01-26 Jim GrosbachAdd SourceMgr to MCContext for backend diagnostics.
2012-01-26 Chris Lattnerprogress making the world safe to ConstantDataVector...
2012-01-26 Chris Lattnertidy up forward declarations.
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-26 Chris Lattnereliminate the Constant::getVectorElements method. ...
2012-01-26 Chris LattnerAdd a ConstantDataVector::getSplatValue() method, for...
2012-01-26 Chris Lattneradd StructType helpers too.
2012-01-26 Chris LattnerOk, break down and add some cast<>'ing helper methods...
2012-01-25 Chris Lattneradd some helper methods to ShuffleVectorInst and enhanc...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-25 Chandler CarruthRevert a tiny bit of r148553 which extended LLVM's...
2012-01-25 Evan ChengUpdate hasProperty comment.
2012-01-25 Chris Lattnerconstify some methods and add a new Constant::getAggreg...
2012-01-25 Chris Lattnerreapply r148901 with a crucial fix.
2012-01-25 Craig TopperRemove AVX 256-bit unaligned load intrinsics. 128-bit...
2012-01-25 Argyrios KyrtzidisRevert r148901 because it crashes llvm tests.
2012-01-25 Chris LattnerIntroduce a new ConstantVector::getSplat constructor...
2012-01-25 Chris LattnerRemove the Type::getNumElements() method, which is...
2012-01-24 TalinAdditional methods for SmallString.
2012-01-24 Jakob Stoklund OlesenAdd an (interleave A, B, ...) SetTheory operator.
2012-01-24 David BlaikieReword comment based on feedback by Duncan Sands.
2012-01-24 Chris LattnerRearrange argument order of ::get methods so that LLVMC...
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2012-01-24 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-24 Chris LattnerAdd various "string" methods to ConstantDataSequential...
2012-01-24 Chris Lattneradd ::drop_back() and ::drop_front() methods, which...
2012-01-24 Chris Lattnerteach valuetracking about ConstantDataSequential
2012-01-24 Chris LattnerSplit the interesting bits of ConstantFoldLoadThroughGE...
2012-01-24 Chris LattnerAdd some accessor methods to CAZ and UndefValue that...
2012-01-24 Chris Lattnerimplement the ConstantDataSequential accessor methods.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 David BlaikieChanging bitfield enums to unsigned ints.
2012-01-23 Chris Lattnerstart the implementation of a new ConstantDataVector...
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-23 David BlaikieSimplify llvm::cl::Option by using a bit field instead...
next