Remove warnings about unused parameters and shadowed variables.
[oota-llvm.git] / include / llvm /
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
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 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-03 Torok EdwinImplement destructor for PostDominatorTree to eliminate...
2008-05-03 Ted KremenekImplement operator-> for ImmutableMap iterators.
2008-05-03 Evan ChengAdd separate intrinsics for MMX / SSE shifts with i32...
2008-05-02 Evan ChengSuppress -Wshorten-64-to-32 warnings for 64-bit hosts.
2008-05-01 Ted KremenekInitialize a local variable.
2008-05-01 Chris LattnerDelete the IPO simplify-libcalls and completely reimple...
2008-05-01 Chris LattnerAdd CreateCall3/CreateCall4 at Eric's request.
2008-05-01 Chris LattnerAdd a spiffy little "CreateCall2" method, which can...
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
2008-04-30 Chris Lattneradd missing #include
2008-04-30 Chris Lattneradd a method for comparing to see if a value has a...
2008-04-29 Owen AndersonRename DeadLoopElimination to LoopDeletion, part 2.
2008-04-29 Roman LevensteinUse std::set instead of std::priority_queue for the...
2008-04-29 Owen AndersonAdd dead loop elimination, which removes dead loops...
2008-04-28 Dale JohannesenDon't try to convert PPC long double.
2008-04-28 Ted KremenekAdd more alignment enums.
2008-04-28 Gordon HenriksenExpose parameter attributes via C bindings.
2008-04-28 Dan GohmanFix the SVOffset values for loads and stores produced by
2008-04-28 Mikhail GlushenkovAdd support for response files to the CommandLine library.
2008-04-28 Chris LattnerRemove the SmallVector ctor that converts from a SmallV...
2008-04-28 Chris Lattnerrestore the copy ctor in SmallVector. This fixes serious
2008-04-28 Chris Lattnergeneralize SmallVector copy ctor, there is no requireme...
2008-04-27 Chris LattnerImplement a signficant optimization for inline asm:
2008-04-27 Chris LattnerMove a bunch of inline asm code out of line.
2008-04-26 Chris LattnerA few inline asm cleanups:
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-24 Ted KremenekImplement != for DenseSet iterators.
2008-04-24 Ted KremenekAdded iterator support for DenseSet.
2008-04-24 Evan Cheng- Check if a register is livein before removing it...
2008-04-23 Anton KorobeynikovAdd facility for pre-RA passes
2008-04-23 Anton KorobeynikovMake stack alignment options global for all targets
2008-04-23 Dan GohmanFix some whitespace.
2008-04-23 Chris LattnerEnforce that multiple return values have to have at...
2008-04-22 Nick LewyckyWhoops! Undo r50087, unbreak the build.
next