Add tests for WeakVH and AssertingVH. These pointed out that the overloads for
[oota-llvm.git] / include / llvm /
2009-04-27 Jeffrey YasskinAdd tests for WeakVH and AssertingVH. These pointed...
2009-04-27 Chris Lattnergive bitstreamreader an API to ignore names for blocks...
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-26 Chris LattnerAdd two new record types to the blockinfo block:
2009-04-26 Chris Lattnermake BitstreamCursor's copyable and assignable.
2009-04-26 Chris LattnerMake a major API change to BitstreamReader: split all...
2009-04-26 Bill WendlingI cast, therefore I think I know what I'm doing.
2009-04-26 Bill WendlingUse uint64_t instead of unsigned.
2009-04-26 Chris Lattnerrevert an incorrect patch. This causes crashes all...
2009-04-26 Bill WendlingSuppress warnings about conversion shortening 64-bit...
2009-04-25 Chris LattnerAdd a new TypeBuilder helper class, which eases making...
2009-04-25 Chris Lattnerimprove documentation around memory lifetimes,
2009-04-25 Bill WendlingUse intptr_t.
2009-04-25 Mon P Wangsize() should return a size_t; avoids a warning for...
2009-04-25 Chris LattnerDenseMap.h needs <new> because it explicitly calls...
2009-04-25 Evan ChengDo not share a single unknown val# for all the live...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Chris Lattnerfix a typo noticed by duncan
2009-04-24 Chris Lattner"I got annoyed at the compiler warnings from ConstantIn...
2009-04-24 Nate BegemanPR2957
2009-04-23 Dan GohmanChange SCEVExpander's expandCodeFor to provide more...
2009-04-22 Dan GohmanUse BasicBlock::iterator instead of Instruction* for...
2009-04-22 Dan GohmanMake SCEVExpanders private methods private, instead...
2009-04-22 Owen AndersonAdd caching of predecessor counts as well as predecesso...
2009-04-22 Owen AndersonFix for PR3946, in which SmallVector could behave stran...
2009-04-21 Dan GohmanDe-pImpl-ify ScalarEvolution. The pImpl pattern doesn...
2009-04-21 Evan ChengIt has finally happened. Spiller is now using live...
2009-04-21 Dan GohmanFactor out a common base class from SCEVTruncateExpr...
2009-04-21 Dan GohmanIntroduce encapsulation for ScalarEvolution's TargetDat...
2009-04-21 Dan GohmanConvert ScalarEvolution to use raw_ostream instead...
2009-04-20 Bob WilsonMove duplicated AddLiveIn function from X86 and ARM...
2009-04-20 Bob WilsonRevise my previous change 68996 as suggested by Duncan.
2009-04-20 Duncan SandsThese bitfields were being miscompiled on some
2009-04-20 Douglas GregorMake all raw_ostreams support the tell() function.
2009-04-19 Nick LewyckyFix missing text in doxygen documentation.
2009-04-19 Duncan SandsRemove the SimpleTy enumerated type field from the MVT
2009-04-18 Duncan SandsDon't try to make BUILD_VECTOR operands have the same
2009-04-18 Dan GohmanAdd a ScalarEvolution::getCouldNotCompute() function...
2009-04-18 Dan GohmanUse more const qualifiers with SCEV interfaces.
2009-04-18 Evan ChengAdd a new LiveInterval::overlaps(). It checks if the...
2009-04-17 Bob WilsonClean up formatting, remove trailing whitespace, fix...
2009-04-17 Dan GohmanDelete an unused field.
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-04-16 Bob WilsonAdd a comment to describe LLVMMatchType.
2009-04-16 Dan GohmanTeach SCEVExpander::InsertCastOfTo to avoid creating...
2009-04-16 Dan GohmanExpand GEPs in ScalarEvolution expressions. SCEV expres...
2009-04-16 Devang PatelIf FastISel is run and it has known DebugLoc then use it.
2009-04-15 Dan GohmanGeneralize one of the SelectionDAG::ReplaceAllUsesWith...
2009-04-15 Douglas GregorAllow jumping to the end of a bitstream while reading
2009-04-15 Dan GohmanDon't use "protected:" in classes that aren't intended...
2009-04-15 Dan GohmanFix doxygen comment syntax.
2009-04-15 Dan GohmanMove MachineRegisterInfo::setRegClass out of line.
2009-04-15 Dan GohmanMove MachineJumpTableInfo::ReplaceMBBInJumpTables out...
2009-04-15 Dan GohmanGive RemoveRegOperandFromRegInfo a comment and move the
2009-04-15 Devang PatelConstruct and emit DW_TAG_inlined_subroutine DIEs for...
2009-04-15 Devang PatelAdd a method to check that the subprogram holds debug...
2009-04-13 Bob WilsonChange SelectionDAG type legalization to allow BUILD_VE...
2009-04-13 Dan GohmanRename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
2009-04-13 Douglas GregorAdd a static APInt::getNumWords
2009-04-13 Devang PatelRight now, Debugging information to encode scopes ...
2009-04-13 Devang PatelReapply 68847.
2009-04-13 Dan GohmanAdd a new TargetInstrInfo MachineInstr opcode, COPY_TO_...
2009-04-13 Dan GohmanAdd comments to INSERT_SUBREG, EXTRACT_SURBEG, SUBREG_T...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-13 Nick LewyckyRegenerate.
2009-04-12 Owen AndersonUse a hashtable for TargetRegisterClass::contains.
2009-04-12 Chris Lattneroptimize FastISel::UpdateValueMap to avoid duplicate...
2009-04-12 Chris LattnerAdd new TargetInstrDesc::hasImplicitUseOfPhysReg and
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-04-10 Devang PatelDebugLabelFolder ruthlessly deletes redundant labels...
2009-04-10 Chris Lattnerfix a broken assertion in ilist_iterator, which caused...
2009-04-10 Nick LewyckyCleanup. Remove redundant llvm:: , we don't need them...
2009-04-10 Chris LattnerAdd a new Type::getPointerTo method, which is shorthand for
2009-04-10 Nick LewyckyAdd utility function to IRBuilder that takes the differ...
2009-04-10 Bill WendlingPass in the std::string parameter instead of returning...
2009-04-10 Bill WendlingConstify getter methods.
2009-04-09 Dan GohmanRemove the obsolete SelectionDAG::getNodeValueTypes...
2009-04-09 Dan GohmanChange the NumVTs field from short to int, since there...
2009-04-09 Bill WendlingStringMap<DIE*>::iterator::first() returns a pointer...
2009-04-09 Owen AndersonGive register alias checking the hash table treatment...
2009-04-09 Bob WilsonFix pr3954. The register scavenger asserts for inline...
2009-04-09 Chris Lattneradd an accessor method, patch by John McCall!
2009-04-09 Owen AndersonConvert TargetRegisterInfo's super-register checking...
2009-04-09 Daniel DunbarAdd sys::Path::makeAbsolute().
2009-04-08 Douglas GregorFix BitstreamReader's GetCurrentBitNo to return the...
2009-04-08 Douglas GregorUse 8 instead of CHAR_BIT
2009-04-08 Douglas GregorAdd BitstreamWriter::GetCurrentBitNo, to report where...
2009-04-08 Chris LattnerRemove AllowInverse: it leaks memory and is not the...
2009-04-08 Dan GohmanImplement support for using modeling implicit-zero...
2009-04-07 Jim GrosbachPR2985 / <rdar://problem/6584986>
2009-04-07 Torok EdwinAnother attempt at fixing PR2975.
2009-04-07 Chris Lattnerfix comment to reflect the implementation I ended up...
2009-04-07 Chris LattnerAdd an API for the bitstream reader to read blobs and...
2009-04-06 Chris Lattnerallow clients to look up abbrev id's
2009-04-06 Chris LattnerAdd a new EmitRecordWithBlob API that allows a blob...
2009-04-06 Chris Lattneradd a new Blob encoding abbreviation for bitcode files...
2009-04-06 Chris Lattnersplit ReadAbbreviatedLiteral out of ReadAbbreviatedField.
2009-04-06 Chris Lattnerreduce indentation with early-out
2009-04-06 Chris Lattnersimplify code a bit.
next