Add file with warning for backward comptibility. Should be removed after 2.4
[oota-llvm.git] / include /
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.
2008-05-13 Eric ChristopherMake this function public.
2008-05-13 Anton KorobeynikovAdd thin layer over StringMap to form StringSet. By...
2008-05-13 Evan ChengInstead of a vector load, shuffle and then extract...
2008-05-13 Gabor GreifDerive GetResultInst from UnaryInstruction, this simpli...
2008-05-13 Dan GohmanChange class' public PassInfo variables to by initializ...
2008-05-12 Evan ChengXform bitconvert(build_pair(load a, load b)) to a singl...
2008-05-12 Bill WendlingConstify the machine instruction passed into the
2008-05-12 Evan ChengForgot this.
2008-05-12 Nate BegemanAdd support for vicmp/vfcmp codegen, more legalize...
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-12 Chris LattnerAdd a new SparsePropagation analysis utility, which...
2008-05-11 Nick LewyckyMake constructors target-specific. This fixes problems...
2008-05-10 Bill WendlingRemove warnings when using -Wshorten-64-to-32.
2008-05-10 Bill WendlingPrevent -W64-to-32-shortened warnings.
2008-05-10 Bill WendlingPrevent warnings from the -Wshorten-64-to-32 flag.
2008-05-10 Gabor Greifremove commented-out code, it is subsumed by DECLARE_TR...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-05-09 Evan ChengMake OpActionsCapacity multiple of 4.
2008-05-09 Chris Lattneradd support for pattern matching 'neg'
2008-05-08 Chris Lattneradd a new Instruction::mayReadFromMemory predicate...
2008-05-07 Anton KorobeynikovTurn StripPointerCast() into a method
2008-05-07 Ted KremenekMake the interface of CStrInCStrNoCase be the same...
2008-05-07 Chris LattnerAdd a new LibCallAliasAnalysis pass, which is parameterized
2008-05-07 Ted KremenekFix some serious logical errors in CStrInCStrNoCase...
2008-05-07 Duncan SandsOutput correct exception handling and frame info
2008-05-07 Ted KremenekGuard for empty strings in CStrInCStrNoCase.
2008-05-07 Ted KremenekAdded CStrInCStrNoCase, a portable implementation of...
2008-05-07 Chris LattnerAdd a new interface for describing the behavior of...
2008-05-07 Nick LewyckyTypo.
2008-05-07 Bill WendlingMake the use of the "noinline" attribute conditional...
2008-05-06 Bill WendlingWorkaround for a compiler bug (see <rdar://problem...
2008-05-06 Anton KorobeynikovMake StripPointerCast a common function (should we...
2008-05-06 Gordon HenriksenImprove documentation.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-06 Dan GohmanFix a broken doxygen comment, and reword it for clarity.
2008-05-05 Bill WendlingUsing "unsigned" was masking the "size_t" version of...
2008-05-05 Devang PatelRemove unused function.
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-05-05 Evan ChengFix 80 column violations.
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-05-04 Owen AndersonFix PR1098 by correcting the postdominators analysis.
2008-05-04 Chris Lattnerremove obsolete method.
2008-05-04 Gordon HenriksenUse (void) instead of () in C code.
2008-05-03 Torok EdwinImplement destructor for PostDominatorTree to eliminate...
next