Add C binding for ExecutionEngine::addGlobalMapping.
[oota-llvm.git] / include /
2008-06-20 Gordon HenriksenAdd C binding for ExecutionEngine::addGlobalMapping.
2008-06-20 Dan GohmanIt's invalid to take the one-past-the-end address of...
2008-06-19 Owen AndersonAdd an idx_iterator to the insertvalue and extractvalue...
2008-06-19 Dan GohmanThe inline keyword goes before the return type. This...
2008-06-19 Evan ChengMinor spiller tweak to unfavor reload into load/store...
2008-06-18 Dan GohmanMove SCEVExpander::visitAddExpr out-of-line.
2008-06-18 Dan GohmanMove LSR's private isZero function to a public SCEV...
2008-06-18 Evan ChengAdd MachineRegisterInfo::use_empty.
2008-06-18 Devang PatelCheck empty dominance frontier.
2008-06-17 Dan GohmanAuto-upgrade code for multiple-value return statements...
2008-06-17 Owen AndersonAdd an insertBefore method for attaching previously...
2008-06-17 Owen AndersonFix use of placement new to actually use an address.
2008-06-17 Anton KorobeynikovProvide generic hooks for icache invalidation. Add...
2008-06-17 Matthijs KooijmanForgot to commit the ValueTracking header file along...
2008-06-17 Matthijs Kooijman80 column fixes.
2008-06-17 Chris Lattneradd a new -enable-value-prop flag for llcbeta, that...
2008-06-16 Evan ChengHorizontal-add instructions are not commutative.
2008-06-16 Gabor GreifMove some documentation from the header file into Progr...
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-16 Chris LattnerAdd a new flag that disables symbol lookup with dlsym...
2008-06-16 Matthijs KooijmanMake the InsertBefore argument to FindInsertedValue...
2008-06-16 Matthijs KooijmanPass around Instruction* instead of Instruction& in...
2008-06-16 Matthijs KooijmanMove FindScalarValue from InstructionCombining.cpp...
2008-06-16 Matthijs KooijmanAdd comment.
2008-06-16 Duncan SandsAllow these transforms for types like i256 while
2008-06-16 Evan ChengAdd option to commuteInstruction() which forces it...
2008-06-16 Chris Lattneradd a const version of stripPointerCasts
2008-06-15 Wojciech MatyjewiczFix PR2434. When scanning for exising binary operator...
2008-06-14 Andrew Lenharthadd missing atomic intrinsic from gcc
2008-06-13 Duncan SandsDisable some DAG combiner optimizations that may be
2008-06-13 Nick LewyckyCrash less. The i64 restriction in BinomialCoefficient...
2008-06-12 Evan ChengDo not speculatively execute an instruction by hoisting...
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...
next