2007-10-17 |
Dan Gohman | Don't mention -enable-unsafe-fp-math in LangRef.html...
|
commit | commitdiff | tree |
2007-10-17 |
Dan Gohman | Define a helper function ConstantVector::getSplatValue...
|
commit | commitdiff | tree |
2007-10-17 |
Dan Gohman | Add support for ISD::SELECT in SplitVectorOp.
|
commit | commitdiff | tree |
2007-10-15 |
Dan Gohman | Teach IntrinsicLowering.cpp about the sin, cos, and...
|
commit | commitdiff | tree |
2007-10-15 |
Dan Gohman | Fix a typo in a comment.
|
commit | commitdiff | tree |
2007-10-15 |
Dan Gohman | Document the -view-sunit-dags option.
|
commit | commitdiff | tree |
2007-10-15 |
Dan Gohman | Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics...
|
commit | commitdiff | tree |
2007-10-15 |
Dan Gohman | Reapply the fix in 42908 for this file. This changes...
|
commit | commitdiff | tree |
2007-10-12 |
Dan Gohman | Fix this test to not depend on the assembly output...
|
commit | commitdiff | tree |
2007-10-12 |
Dan Gohman | Change the names used for internal labels to use the...
|
commit | commitdiff | tree |
2007-10-12 |
Dan Gohman | Fix some corner cases with vectors in copyToRegs and...
|
commit | commitdiff | tree |
2007-10-12 |
Dan Gohman | Add support to SplitVectorOp for powi, where the second...
|
commit | commitdiff | tree |
2007-10-12 |
Dan Gohman | Mark vector ctpop, cttz, and ctlz as Expand on x86.
|
commit | commitdiff | tree |
2007-10-12 |
Dan Gohman | Mark vector pow, ctpop, cttz, and ctlz as Expand on...
|
commit | commitdiff | tree |
2007-10-12 |
Dan Gohman | Add intrinsics for sin, cos, and pow. These use llvm_anyfloa...
|
commit | commitdiff | tree |
2007-10-11 |
Dan Gohman | Codegen support for vector intrinsics.
|
commit | commitdiff | tree |
2007-10-11 |
Dan Gohman | Set ISD::FPOW to Expand.
|
commit | commitdiff | tree |
2007-10-11 |
Dan Gohman | Add runtime library names for pow.
|
commit | commitdiff | tree |
2007-10-11 |
Dan Gohman | Add an ISD::FPOW node type.
|
commit | commitdiff | tree |
2007-10-11 |
Dan Gohman | Add an explicit target triple to make this test behave...
|
commit | commitdiff | tree |
2007-10-09 |
Dan Gohman | Remove an unnecessary friend declaration.
|
commit | commitdiff | tree |
2007-10-09 |
Dan Gohman | Pass argc by value, not by reference, since it isn...
|
commit | commitdiff | tree |
2007-10-09 |
Dan Gohman | LowerIntegerDivOrRem no longer exists.
|
commit | commitdiff | tree |
2007-10-09 |
Dan Gohman | Fix grammar in a comment.
|
commit | commitdiff | tree |
2007-10-09 |
Dan Gohman | This is done.
|
commit | commitdiff | tree |
2007-10-09 |
Dan Gohman | These two tests now require only two multiply instructions,
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | Call getFunctionNumber() instead of referencing FunctionNumb...
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | Mark the prefetch intrinsic as IntrWriteArgMem, instead...
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | These two tests now require only three multiply instructions,
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | Migrate X86 and ARM from using X86ISD::{,I}DIV and...
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | DAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI...
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM...
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | Add convenience overloads of SelectionDAG::getNode...
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out...
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | Simplify getIntPtrType, allowing it to work for arbitrary...
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | Use correct parentheses with the '&& "..."' idiom in...
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | In -debug mode, dump SelectionDAGs both before and...
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | Fix grammar in a comment.
|
commit | commitdiff | tree |
2007-10-08 |
Dan Gohman | Add explicit keywords.
|
commit | commitdiff | tree |
2007-10-05 |
Dan Gohman | Change a few more spaces to tabs in assembly output.
|
commit | commitdiff | tree |
2007-10-05 |
Dan Gohman | Change a space to a tab in the assembly output of a...
|
commit | commitdiff | tree |
2007-10-05 |
Dan Gohman | Legalize support for MUL_LOHI and DIVREM.
|
commit | commitdiff | tree |
2007-10-05 |
Dan Gohman | Fix a typo in a comment.
|
commit | commitdiff | tree |
2007-10-05 |
Dan Gohman | Provide names for MUL_LOHI and DIVREM operators.
|
commit | commitdiff | tree |
2007-10-05 |
Dan Gohman | SMUL_LOHI and UMUL_LOHI are commutative.
|
commit | commitdiff | tree |
2007-10-05 |
Dan Gohman | Define target-indepenent SDNode types for multiply...
|
commit | commitdiff | tree |
2007-10-03 |
Dan Gohman | Use empty() member functions when that's what's being...
|
commit | commitdiff | tree |
2007-10-03 |
Dan Gohman | Fix a using namespace llvm; in a header file.
|
commit | commitdiff | tree |
2007-10-01 |
Dan Gohman | Move the code that emits the .file directives so that...
|
commit | commitdiff | tree |
2007-10-01 |
Dan Gohman | Add empty() member functions to a few container-like...
|
commit | commitdiff | tree |
2007-09-28 |
Dan Gohman | Teach SplitVectorOp how to split INSERT_VECTOR_ELT.
|
commit | commitdiff | tree |
2007-09-28 |
Dan Gohman | Make the checks for DW_FORM_data4 consistent with the...
|
commit | commitdiff | tree |
2007-09-28 |
Dan Gohman | Use 32-bit data directives for DW_FORM_data4 format...
|
commit | commitdiff | tree |
2007-09-27 |
Dan Gohman | TargetAsmInfo::getAddressSize() was incorrect for x86...
|
commit | commitdiff | tree |
2007-09-25 |
Dan Gohman | More explicit keywords.
|
commit | commitdiff | tree |
2007-09-25 |
Dan Gohman | Fix a typo in a comment.
|
commit | commitdiff | tree |
2007-09-25 |
Dan Gohman | When both x/y and x%y are needed (x and y both scalar...
|
commit | commitdiff | tree |
2007-09-25 |
Dan Gohman | Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other...
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | Add support on x86 for having Legalize lower ISD::LOCATION...
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | Don't emit .debug_line header data if there aren't...
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | Move the Asm->EOL() call for EmitDebugARanges outside...
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | Add support for emitting .file directives to set up...
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile...
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | Add a routine for emitting .file directives, for setting up
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | Fix the syntax for the .loc directive in preparation...
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | The code that used the StartLabelId label was removed...
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | Use the correct result value type instead of using...
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | Fix a typo in a comment.
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | explicit keywords.
|
commit | commitdiff | tree |
2007-09-24 |
Dan Gohman | Remove an unnecessary static_cast.
|
commit | commitdiff | tree |
2007-09-21 |
Dan Gohman | There is no {rsqrt,rcp}{p,s}d.
|
commit | commitdiff | tree |
2007-09-20 |
Dan Gohman | Fix several more entries in the x86 reload/remat folding...
|
commit | commitdiff | tree |
2007-09-18 |
Dan Gohman | Move the entries for 64-bit CMP, IMUL, and a few others...
|
commit | commitdiff | tree |
2007-09-17 |
Dan Gohman | Add a utility function to SDOperand for testing if...
|
commit | commitdiff | tree |
2007-09-17 |
Dan Gohman | Instcombine x-((x/y)*y) into a remainder operator.
|
commit | commitdiff | tree |
2007-09-17 |
Dan Gohman | Add 64-bit jmp instructions to the list of instructions...
|
commit | commitdiff | tree |
2007-09-17 |
Dan Gohman | Use xorl instead of xorq to enter a zero into a 64...
|
commit | commitdiff | tree |
2007-09-17 |
Dan Gohman | Emit integer x<1 as x<=0, as comparisons with zero...
|
commit | commitdiff | tree |
2007-09-17 |
Dan Gohman | Use "test reg,reg" in place of "cmp reg,0" for 64-bit...
|
commit | commitdiff | tree |
2007-09-14 |
Dan Gohman | Add patterns for SHLD64* and SHRD64*.
|
commit | commitdiff | tree |
2007-09-14 |
Dan Gohman | And an FoldingSetImpl::NodeID::AddInteger overload...
|
commit | commitdiff | tree |
2007-09-14 |
Dan Gohman | Add explicit triples to avoid default behavior that...
|
commit | commitdiff | tree |
2007-09-14 |
Dan Gohman | Remove isReg, isImm, and isMBB, and change all their...
|
commit | commitdiff | tree |
2007-09-14 |
Dan Gohman | Change "tmp." to "tmp" for temporaries created by ScalarEvol...
|
commit | commitdiff | tree |
2007-09-14 |
Dan Gohman | Remove spurious consts. This fixes warnings with compilers...
|
commit | commitdiff | tree |
2007-09-07 |
Dan Gohman | Avoid storing and reloading zeros and other constants...
|
commit | commitdiff | tree |
2007-08-28 |
Dan Gohman | Add an option, -view-sunit-dags, for viewing the actual...
|
commit | commitdiff | tree |
2007-08-27 |
Dan Gohman | Add explicit triples to avoid default behavior that...
|
commit | commitdiff | tree |
2007-08-27 |
Dan Gohman | Make DAGCombiner's global alias analysis query more...
|
commit | commitdiff | tree |
2007-08-27 |
Dan Gohman | If the source and destination pointers in an llvm.memmove...
|
commit | commitdiff | tree |
2007-08-27 |
Dan Gohman | Change comments to refer to @malloc and @free instead...
|
commit | commitdiff | tree |
2007-08-27 |
Dan Gohman | Add explicit keywords and remove spurious trailing...
|
commit | commitdiff | tree |
2007-08-20 |
Dan Gohman | Minor cleanups to reduce some spurious differences...
|
commit | commitdiff | tree |
2007-08-20 |
Dan Gohman | Add Type::isIntOrIntVector, like Type::isFPOrFPVector.
|
commit | commitdiff | tree |
2007-08-20 |
Dan Gohman | When Intrinsic::getName is constructing names for overloaded...
|
commit | commitdiff | tree |
2007-08-16 |
Dan Gohman | Fix the verification for overloaded intrinsic types...
|
commit | commitdiff | tree |
2007-08-16 |
Dan Gohman | Add MVT::fAny for overloading intrinsics on floating...
|
commit | commitdiff | tree |
2007-08-15 |
Dan Gohman | svn propdel the svn:mime-type property of application...
|
commit | commitdiff | tree |
2007-08-15 |
Dan Gohman | This test used "wc | grep ..."; convert it to use the...
|
commit | commitdiff | tree |
2007-08-15 |
Dan Gohman | Convert tests using "grep -c ... | grep ..." to use...
|
commit | commitdiff | tree |
next |