- Use correct header for SCEV inside LoopPass.cpp
[oota-llvm.git] / include /
2007-08-20 Anton Korobeynikov- Use correct header for SCEV inside LoopPass.cpp
2007-08-20 David GreeneAdd FilteredPassNameParser along with PassArgFilter...
2007-08-20 Dan GohmanAdd Type::isIntOrIntVector, like Type::isFPOrFPVector.
2007-08-20 Rafael EspindolaPartial implementation of calling functions with byval...
2007-08-18 Nick LewyckySimplify.
2007-08-18 Chris LattnerCompute the argument list as lazily as possible. This...
2007-08-17 Devang PatelWhen one branch of condition is eliminated then head...
2007-08-17 Chris Lattnerimprove iplist comments. Switch iplist from allocating...
2007-08-17 Reid SpencerFix PR1606:
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-16 Owen AndersonCache non-local memory dependence analysis. This is...
2007-08-16 Chris LattnerThis adds a bunch of static functions that implement...
2007-08-16 Evan ChengComments.
2007-08-16 Owen AndersonForgot a line.
2007-08-16 Owen AndersonAdd a copy constructor and an assignment operator to...
2007-08-15 Anton KorobeynikovProperly use const qualifiers
2007-08-14 Devang PatelNo need to use iterator to erase basic block.
2007-08-13 Evan ChengRe-implement trivial rematerialization. This allows...
2007-08-13 Devang PatelAdd methods to erase basic block entry.
2007-08-12 Reid SpencerChange casts from old style to new style. This helps...
2007-08-11 Evan ChengCode to maintain kill information during register coale...
2007-08-10 Christopher LambMove isSubRegOf into MRegisterInfo. Fix a missed move...
2007-08-10 Devang PatelDo not overuse std::string. Pass around char * directly.
2007-08-10 Devang PatelAdd utility to clone loops.
2007-08-10 Devang PatelAdd #ifndef guard.
2007-08-10 Chris Lattneradd #ifndef guards
2007-08-10 Chris Lattneradd Value::getNameStart/getNameLen() accessors.
2007-08-10 Rafael Espindolapropagate struct size and alignment of byval arguments...
2007-08-10 Chris Lattnermemcpy with zero length is hugely expensive, so avoid...
2007-08-10 Chris Lattnersmall speedup in the case where a smallvector is defaul...
2007-08-10 Bill WendlingAdding SSSE3 intrinsics.
2007-08-10 Chris Lattneravoid copying strings.
2007-08-09 Dale JohannesenUpdate per review comments.
2007-08-09 Owen AndersonMake NonLocal and None const in the right way. :-)
2007-08-09 Dale Johannesenlong double 9 of N. This finishes up the X86-32 bits
2007-08-08 Owen AndersonAdd one more comment.
2007-08-08 Owen AndersonCleanup and comment-ize the memdep header.
2007-08-08 Owen AndersonChange the None and NonLocal markers in memdep to be...
2007-08-08 Reid SpencerMake it clear that getSTDIN returns null when stdin...
2007-08-08 Evan ChengAdding kill info to val#.
2007-08-08 Evan ChengClean up and bug fix.
2007-08-08 Chris Lattnerreimplement dfs number computation to be significantly...
2007-08-08 Evan Cheng- Each val# can have multiple kills.
2007-08-07 Evan Cheng- LiveInterval value#'s now have 3 components: def...
2007-08-07 Devang PatelFix comment.
2007-08-07 Owen AndersonGet rid of unnecessary #include.
2007-08-07 Owen AndersonClean up a bunch of caching stuff in memdep. This...
2007-08-07 Devang PatelBegin loop index split pass.
2007-08-06 Chris Lattnerremove #if 0 code.
2007-08-06 Chris Lattnerremove #if 0 code.
2007-08-06 Chandler CarruthThis fixes resizing issues with BitVectors. It ensures...
2007-08-06 Reid Spencer@verbatim needs to be on a line by itself.
2007-08-06 Christopher LambImplement review feedback. No functionality change.
2007-08-06 Chris LattnerVarious random cleanups, add two accessors to DomTreeNo...
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-05 Reid SpencerDocument a missing parameter.
2007-08-05 Chris LattnerFix a bug in DenseMap::clear, where we never reset...
2007-08-05 Chris LattnerWhen clearing a SmallPtrSet, if the set had a huge...
2007-08-05 Chris LattnerSwitch the internal "Info" map from an std::map to...
2007-08-04 Chris Lattnerswitch the DomTreeNodes and IDoms maps in idom/postidom...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-03 Dale Johannesenlong double patch 3 of N. Add to MVT.
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-08-02 Anders CarlssonFix bug spotted by Chris.
2007-08-02 Anders CarlssonAdd extend and extOrTrunc methods that do sign or zero...
2007-08-02 Evan ChengDo not emit copies for physical register output if...
2007-08-02 Evan ChengInstead of adding copyfromreg's to handle physical...
2007-08-02 Evan ChengAdded TargetInstrDescriptor::numDefs - num of results.
2007-08-01 Owen AndersonMake non-local memdep not be recursive, and fix a bug...
2007-08-01 Dan GohmanMore explicit keywords.
2007-08-01 Dan GohmanMake ImmutablePass::runOnModule non-virtual, since...
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-31 David GreeneFix GLIBCXX_DEBUG error owing to dereference of end...
2007-07-31 Devang PatelIntroduce Simple Analysis interface for loop passes.
2007-07-30 Anton KorobeynikovAdd detection of __dso_handle presence during configure...
2007-07-30 Dan GohmanFix the comments for the 'fast' parameter in addPassesT...
2007-07-30 Dan GohmanFix the comment for getClosestTargetForJIT to reflect...
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-30 Dan GohmanFix pastos in comments for doFinalization functions.
2007-07-27 Devang PatelAdd facility to dump pass manager structure
2007-07-27 Devang PatelUse SmallPtrSet.
2007-07-27 Owen AndersonAllow SmallPtrSet to hold pointers to const data.
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-26 Christopher LambAdd a MachineFunction pass, which runs post register...
2007-07-26 Christopher LambTeach DAG scheduling how to properly emit subreg insert...
2007-07-26 Christopher LambHave register info provide the inverse mapping of regis...
2007-07-26 Christopher LambAdd target independent MachineInstr's to represent...
2007-07-26 Christopher LambAdd selection DAG nodes for subreg insert/extract....
2007-07-26 Christopher LambFix 80 col violation.
2007-07-26 Christopher LambRemove subreg index from MachineInstr's and also keep...
2007-07-26 Christopher LambFix comments for new types.
2007-07-26 Christopher LambAdd support for 3 element 32-bit vector ValueTypes.
2007-07-25 Evan ChengEmitAlignment() also emits optional fill value.
2007-07-25 Owen AndersonForgot to include this file in my last commit.
2007-07-25 Owen AndersonAdd basic support for performing whole-function RLE.
2007-07-25 Devang PatelAdd BasicInliner interface.
2007-07-24 Dan GohmanAdd const to CanBeFoldedBy, CheckAndMask, and CheckOrMask.
2007-07-24 Owen AndersonAdd initial support for non-local memory dependence...
2007-07-24 Owen AndersonAdd a GVN pass, using the value numbering code I develo...
next