Add -silence-passes option to bugpoint. This option suppresses output generated
[oota-llvm.git] / include /
2008-06-12 Duncan SandsIf queried as to whether an operation is legal
2008-06-11 Gabor Greifremove bogus comment
2008-06-11 Gabor Greifop_iterator-ify dropAllReferences
2008-06-11 Duncan SandsSometimes (rarely) nodes held in LegalizeTypes
2008-06-10 Duncan SandsSmall doc fix.
2008-06-09 Duncan SandsVarious tweaks related to apint codegen. No functionality
2008-06-09 Duncan SandsRemove some DAG combiner assumptions about sizes
2008-06-09 Chris LattnerAdd a simple, but efficient, generic scoped hash table
2008-06-08 Duncan SandsRemove comparison methods for MVT. The main cause
2008-06-06 Gabor Greifget rid of ExtractValueInst::init's Value argument...
2008-06-06 Gabor Greifmake ExtractValueInst derived from UnaryInstruction
2008-06-06 Duncan SandsTighten up the abstraction slightly.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-06 Evan ChengRefine stack slot interval weight computation.
2008-06-05 Chris LattnerExpose a public interface to this pass.
2008-06-05 Owen AndersonAdd a helper for constructing new live ranges that...
2008-06-05 Matthijs Kooijman * Make CallSite::hasArgument const and let it take...
2008-06-05 Bill WendlingCast because I think I know what I'm doing. There are...
2008-06-05 Matthijs KooijmanFix 80 column violations.
2008-06-05 Bill WendlingRemove unused parameter. Some clients might use -Werror...
2008-06-04 Matthijs KooijmanAdd CallSite::hasArgument to allow for seeing if a...
2008-06-04 Matthijs KooijmanAdd a Name parameter to two of the init methods of...
2008-06-04 Matthijs KooijmanImplement the two constructors in InsertValueInst and...
2008-06-04 Evan ChengAdd a stack slot coloring pass. Not yet enabled.
2008-06-04 Duncan SandsChange packed struct layout so that field sizes
2008-06-03 Dale JohannesenExpand documentation of StringConstantPrefix.
2008-06-03 Dale JohannesenAdd StringConstantPrefix to control what the
2008-06-02 Chris Lattnermove CannotBeNegativeZero to ValueTracking. Simplify...
2008-06-02 Chris Lattnermove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2008-06-01 Chris Lattneradd a predicate.
2008-05-31 Dan GohmanFix a copy+paste error in a comment.
2008-05-31 Dan GohmanFix some bugs with the handling of indices in insertval...
2008-05-31 Dan GohmanFactor several methods, including getInversePredicate and
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Dan GohmanAdd an isAggregateType predicate.
2008-05-30 Dan GohmanAdd an operator< for SmallVector.
2008-05-30 Owen AndersonForgot to commit this file.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-05-30 Dan GohmanFix an error in the comment for APInt::getMinSignedBits.
2008-05-30 Dan GohmanFix doxygen comment syntax.
2008-05-29 Gabor Greifadd doxygen comments
2008-05-29 Anton KorobeynikovRemove guard, so *each* inclusion will result in a...
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-05-29 Anton KorobeynikovAdd file with warning for backward comptibility. Should...
2008-05-29 Anton KorobeynikovUpdate guards
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-29 Owen AndersonForce postdom to be linked into opt and bugpoint, even...
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-05-28 Owen AndersonFactor the numbering computation into a separate method...
2008-05-27 Gabor GreifMake Use::init() private, it breaks invariants, clients...
2008-05-27 Dan GohmanFix a word-o and add an explicit keyword.
2008-05-27 Matthijs KooijmanUse an explicit llvm:: prefix in the STATISTIC macro...
2008-05-26 Gabor Greifeliminate calls to deprecated Use::init() interface
2008-05-26 Duncan SandsFactor code to copy global value attributes like
2008-05-25 Nick Lewycky"ret (constexpr)" can't be folded into a Constant....
2008-05-24 Evan ChengEliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl...
2008-05-24 Evan ChengEliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2...
2008-05-24 Evan ChengRemove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These...
2008-05-23 Dan GohmanIt turns out there are only 3 non-first-class type...
2008-05-23 Dan GohmanTidy up BasicBlock::getFirstNonPHI, and change a bunch...
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-23 Dan GohmanAdd more IR support for the new extractvalue and insert...
2008-05-22 Gabor GreifSuppress warnings about missing placement delete. This...
2008-05-21 Dan GohmanAdd a Type::isSingleValueType method. This will be...
2008-05-21 Bill WendlingFollow-up to the reverting of r51218. This puts the...
2008-05-21 Gabor Greifupdate a comment
2008-05-21 Nate BegemanFix a couple issues with the JIT and multiple modules:
2008-05-20 Bill WendlingReverting r51218 because of breakage on PPC32.
2008-05-20 Chris LattnerAdd a bool to isEdgeFeasible that tells it whether...
2008-05-20 Steve NaroffSilence a warning about "*/" outside a comment.
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-05-19 Chris Lattneradd a helper method.
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-19 Gordon HenriksenRemove a duplicative binding. Patch by Mahadevan R.
2008-05-18 Chris Lattneradd missing #include.
2008-05-17 Bill WendlingOn Darwin, the string header file isn't 64-bit clean...
2008-05-17 Nick LewyckyMove isTrueWhenEqual to ICmpInst.
2008-05-16 Dale JohannesenAdd CommonLinkage.
2008-05-16 Eric ChristopherAdd functions to enable adding a single attribute to...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-15 Dan GohmanUpdate comments based on Duncan's feedback.
2008-05-15 Evan ChengFix typos and comments.
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-05-15 Evan ChengMake use of vector load and store operations to impleme...
2008-05-15 Nate BegemanMove the operator new and operator delete out of line...
2008-05-14 Nate BegemanAdd support to IR builder for new vicmp, vfcmp routines
2008-05-14 Nate BegemanDon't generate unused variables in a no-assert build
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-14 Devang PatelSimplify internalize pass. Add test case.
2008-05-14 Roman LevensteinDo not generate by TableGen the hard-coded standard...
2008-05-14 Dan GohmanCommit the header I accidentally left out of 51083.
2008-05-14 Dan GohmanMove RemoveFromVector out of the global namespace.
2008-05-14 Dan GohmanWhitespace cleanups.
2008-05-14 Dan GohmanMake getNumContainedManagers and getNumContainedPasses...
2008-05-14 Dan GohmanMake PassInfo noncopyable.
2008-05-14 Dan GohmanSplit the loop unroll mechanism logic out into a utilit...
2008-05-13 Gabor GreifMerge of r51073-51074 from use-diet branch.
next