Use movlps / movhps to modify low / high half of 16-byet memory location.
[oota-llvm.git] / include /
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...
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 Anton KorobeynikovCorrect parameter attributes encoding for C bindings.
2008-04-28 Dale JohannesenDon't try to convert PPC long double.
2008-04-28 Ted KremenekAdd more alignment enums.
next