2008-06-03 |
Dan Gohman | nounwindify.
|
commit | commitdiff | tree |
2008-06-03 |
Dan Gohman | Fix whitespace in whitespace-significant pseudocode...
|
commit | commitdiff | tree |
2008-06-03 |
Dan Gohman | Constant folding for insertvalue and extractvalue.
|
commit | commitdiff | tree |
2008-06-02 |
Dan Gohman | Fold adds and subtracts of zero immediately, instead...
|
commit | commitdiff | tree |
2008-06-02 |
Dan Gohman | Implement CBE support for first-class structs and array...
|
commit | commitdiff | tree |
2008-06-02 |
Dan Gohman | Update the polygen grammer for the new insertvalue...
|
commit | commitdiff | tree |
2008-06-02 |
Dan Gohman | Fix the position of MemOperands in nodes that use variadic_ops
|
commit | commitdiff | tree |
2008-05-31 |
Dan Gohman | AsmWriter support for insertvalue/extractvalue. These...
|
commit | commitdiff | tree |
2008-05-31 |
Dan Gohman | Improved bitcode support for insertvalue/extractvalue.
|
commit | commitdiff | tree |
2008-05-31 |
Dan Gohman | Fix a copy+paste error in a comment.
|
commit | commitdiff | tree |
2008-05-31 |
Dan Gohman | Fix some bugs with the handling of indices in insertvalue...
|
commit | commitdiff | tree |
2008-05-31 |
Dan Gohman | Factor several methods, including getInversePredicate and
|
commit | commitdiff | tree |
2008-05-31 |
Dan Gohman | Teach the DAGISelEmitter to not compute the variable_ops...
|
commit | commitdiff | tree |
2008-05-31 |
Dan Gohman | Remove an unused variable.
|
commit | commitdiff | tree |
2008-05-31 |
Dan Gohman | IR, bitcode reader, bitcode writer, and asmparser changes to
|
commit | commitdiff | tree |
2008-05-30 |
Dan Gohman | Add an isAggregateType predicate.
|
commit | commitdiff | tree |
2008-05-30 |
Dan Gohman | Add an operator< for SmallVector.
|
commit | commitdiff | tree |
2008-05-30 |
Dan Gohman | Remove an unused variable.
|
commit | commitdiff | tree |
2008-05-30 |
Dan Gohman | Fix an error in the comment for APInt::getMinSignedBits.
|
commit | commitdiff | tree |
2008-05-30 |
Dan Gohman | Fix a typo in a comment.
|
commit | commitdiff | tree |
2008-05-30 |
Dan Gohman | Fix a copy+paste error in a comment.
|
commit | commitdiff | tree |
2008-05-30 |
Dan Gohman | Fix doxygen comment syntax.
|
commit | commitdiff | tree |
2008-05-29 |
Dan Gohman | Add patterns for CALL32m and CALL64m. They aren't matched...
|
commit | commitdiff | tree |
2008-05-29 |
Dan Gohman | Fix a tblgen problem handling variable_ops in tblgen...
|
commit | commitdiff | tree |
2008-05-29 |
Dan Gohman | const-ify getOpcode.
|
commit | commitdiff | tree |
2008-05-29 |
Dan Gohman | Prune and tidy #includes.
|
commit | commitdiff | tree |
2008-05-29 |
Dan Gohman | Expand small memmovs using inline code. Set the X86...
|
commit | commitdiff | tree |
2008-05-28 |
Dan Gohman | Fix the encoding for two more "rm" instructions that...
|
commit | commitdiff | tree |
2008-05-27 |
Dan Gohman | Use Function::getEntryBlock instead of Function::begin...
|
commit | commitdiff | tree |
2008-05-27 |
Dan Gohman | Print debug output when any edge becomes executable...
|
commit | commitdiff | tree |
2008-05-27 |
Dan Gohman | Fix a word-o and add an explicit keyword.
|
commit | commitdiff | tree |
2008-05-27 |
Dan Gohman | Tidy up whitespace in ConstantRange::print output.
|
commit | commitdiff | tree |
2008-05-27 |
Dan Gohman | Specify a target so that this tests tests what it's...
|
commit | commitdiff | tree |
2008-05-27 |
Dan Gohman | Make this test independent of the target-triple; the...
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | label is a first-class type.
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | It turns out there are only 3 non-first-class type...
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Remove a bogus svn:mime-type property.
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Update the description of first-class types to reflect...
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Don't silently truncate array extents to 32 bits.
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Remove lingering references to .llx and .tr in the...
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Tidy up BasicBlock::getFirstNonPHI, and change a bunch...
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Add #includes to make some dependencies explicit.
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Issue errors in several situations instead of aborting.
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Elaborate on the entry on integer vector multiplication...
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Use PMULDQ for v2i64 multiplies when SSE4.1 is available...
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Fix the spelling of the va_arg keyword.
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Fix another isFirstClassType that now needs to be isSingleVa...
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Generalize the new code in instcombine's ComputeNumSignBits...
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Make structs and arrays first-class types, and add...
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Add more IR support for the new extractvalue and insertvalue
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to
|
commit | commitdiff | tree |
2008-05-23 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to
|
commit | commitdiff | tree |
2008-05-22 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to
|
commit | commitdiff | tree |
2008-05-22 |
Dan Gohman | Add a polygen grammar definition for LLVM assembly...
|
commit | commitdiff | tree |
2008-05-22 |
Dan Gohman | Recognize the "default" keyword, which is documented...
|
commit | commitdiff | tree |
2008-05-21 |
Dan Gohman | Add a Type::isSingleValueType method. This will be...
|
commit | commitdiff | tree |
2008-05-21 |
Dan Gohman | When LSR is replacing an instruction, call
|
commit | commitdiff | tree |
2008-05-20 |
Dan Gohman | Oops, commit the version of this test that actually...
|
commit | commitdiff | tree |
2008-05-20 |
Dan Gohman | Port SelectionDAG's ComputeNumSignBits-using code to...
|
commit | commitdiff | tree |
2008-05-20 |
Dan Gohman | Port the fix for the select operator from instcombine's
|
commit | commitdiff | tree |
2008-05-20 |
Dan Gohman | Code simplification.
|
commit | commitdiff | tree |
2008-05-20 |
Dan Gohman | Fix ExecutionEngine's constant code to work properly...
|
commit | commitdiff | tree |
2008-05-20 |
Dan Gohman | Refine the fix in r51169 to only apply when the operand...
|
commit | commitdiff | tree |
2008-05-20 |
Dan Gohman | Make AssociativeOpt static.
|
commit | commitdiff | tree |
2008-05-20 |
Dan Gohman | Run vortex-bug as x86-64, which is what the original...
|
commit | commitdiff | tree |
2008-05-19 |
Dan Gohman | Add a ComputeNumSignBits function for use by instcombine...
|
commit | commitdiff | tree |
2008-05-16 |
Dan Gohman | Revert the change from r51157 in
|
commit | commitdiff | tree |
2008-05-15 |
Dan Gohman | Update comments based on Duncan's feedback.
|
commit | commitdiff | tree |
2008-05-15 |
Dan Gohman | Fix a bug in LoopStrengthReduce that caused it to emit...
|
commit | commitdiff | tree |
2008-05-15 |
Dan Gohman | IR support for extractvalue and insertvalue instructions...
|
commit | commitdiff | tree |
2008-05-15 |
Dan Gohman | Use static and anonymous namespaces consistently with...
|
commit | commitdiff | tree |
2008-05-14 |
Dan Gohman | When bit-twiddling CondCode values for integer comparisons...
|
commit | commitdiff | tree |
2008-05-14 |
Dan Gohman | Commit the header I accidentally left out of 51083.
|
commit | commitdiff | tree |
2008-05-14 |
Dan Gohman | Change target-specific classes to use more precise...
|
commit | commitdiff | tree |
2008-05-14 |
Dan Gohman | Move RemoveFromVector out of the global namespace.
|
commit | commitdiff | tree |
2008-05-14 |
Dan Gohman | Whitespace cleanups.
|
commit | commitdiff | tree |
2008-05-14 |
Dan Gohman | Make PreVerifyID, IntSigsEnd, and KillSigsEnd const.
|
commit | commitdiff | tree |
2008-05-14 |
Dan Gohman | Make getNumContainedManagers and getNumContainedPasses...
|
commit | commitdiff | tree |
2008-05-14 |
Dan Gohman | Make PassInfo noncopyable.
|
commit | commitdiff | tree |
2008-05-14 |
Dan Gohman | Split the loop unroll mechanism logic out into a utility...
|
commit | commitdiff | tree |
2008-05-13 |
Dan Gohman | s/indicies/indices/ and clarify the extractvalue and...
|
commit | commitdiff | tree |
2008-05-13 |
Dan Gohman | Change class' public PassInfo variables to by initialized...
|
commit | commitdiff | tree |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces...
|
commit | commitdiff | tree |
2008-05-12 |
Dan Gohman | Initial documentation for first-class aggregates changes.
|
commit | commitdiff | tree |
2008-05-12 |
Dan Gohman | Fix a malformed %gt;
|
commit | commitdiff | tree |
2008-05-12 |
Dan Gohman | Fix a copy+paste bug; pseudo-instructions shouldn't...
|
commit | commitdiff | tree |
2008-05-12 |
Dan Gohman | Make firstEightPowers const.
|
commit | commitdiff | tree |
2008-05-12 |
Dan Gohman | Update comments.
|
commit | commitdiff | tree |
2008-05-12 |
Dan Gohman | Fix a compile error on compilers that still want a...
|
commit | commitdiff | tree |
2008-05-12 |
Dan Gohman | Fix a missing break in the ISD::FLT_ROUNDS_ handling...
|
commit | commitdiff | tree |
2008-05-10 |
Dan Gohman | For now, abort when an ISD::VAARG is encountered on...
|
commit | commitdiff | tree |
2008-05-07 |
Dan Gohman | Fix a bug in the ComputeMaskedBits logic for multiply.
|
commit | commitdiff | tree |
2008-05-06 |
Dan Gohman | Make several variable declarations static.
|
commit | commitdiff | tree |
2008-05-06 |
Dan Gohman | Remove uses of llvm/System/IncludeFile.h that are no...
|
commit | commitdiff | tree |
2008-05-06 |
Dan Gohman | Instead of enumerating each opcode that isn't handled...
|
commit | commitdiff | tree |
2008-05-06 |
Dan Gohman | Correct the value of LowBits in srem and urem handling in
|
commit | commitdiff | tree |
2008-05-06 |
Dan Gohman | Fix a broken doxygen comment, and reword it for clarity.
|
commit | commitdiff | tree |
2008-05-05 |
Dan Gohman | Fix IsLinux being uninitialized on non-Linux targets.
|
commit | commitdiff | tree |
next |