Use the testcase from PR2791.
[oota-llvm.git] / include /
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 AvailableExternally linkage to C bindings.
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.
2009-04-06 Chris Lattnersimplify to reduce indentation.
2009-04-06 Chris LattnerTeach llvm-bcanalyzer to skip over the header we use...
2009-04-05 Mikhail GlushenkovAdd segment flag bits to ELF.h.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-03 Chris Lattner"This adds a getName() method to TargetRegisterClass...
2009-04-03 Daniel DunbarAdd fast path for raw_ostream output of strings.
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
2009-04-03 Chris Lattnercorrect patch
2009-04-03 Chris Lattneradd patch to go along with r68350
2009-04-02 Chris Lattneradd missing *
2009-04-02 Chris Lattnerfix overflow checks in SmallVector:
2009-04-01 Devang PatelClean up pass manager cache after each run.
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-04-01 Misha BrukmanFixed spelling.
2009-04-01 Devang PatelRemove dead code.
2009-04-01 Chris LattnerAdd range insert method for DenseSet and define DenseMa...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Misha BrukmanFixed spelling.
2009-04-01 Ted KremenekCMake: Have generated Xcode projects also contain the...
next