2009-12-19 |
Dan Gohman | Delete unused code.
|
commit | commitdiff | tree |
2009-12-19 |
Dan Gohman | Fix a spello in a comment that Nick spotted.
|
commit | commitdiff | tree |
2009-12-19 |
Dan Gohman | Fix a comment.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Eliminate unnecessary LLVMContexts.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Make this comment more precise.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Revert this use of NUW/NSW also. Overflow-undefined...
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Revert this use of NSW; this one isn't actually safe...
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Eliminte unnecessary uses of <cstdio>.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Add utility routines for NSW multiply.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Add utility routines for creating integer negation...
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Delete an unused variable.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Preserve NSW information in more places.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Add Loop contains utility methods for testing whether...
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Minor code simplification.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Whitespace cleanups.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Tidy up this testcase and add test for tailcall optimization
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Remove "tail" keywords. These calls are not intended...
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Don't pass const pointers by reference.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Update a comment.
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Reapply LoopStrengthReduce and IVUsers cleanups, excluding...
|
commit | commitdiff | tree |
2009-12-18 |
Dan Gohman | Add an svn:ignore.
|
commit | commitdiff | tree |
2009-12-15 |
Dan Gohman | Revert 90628, which was incorrect.
|
commit | commitdiff | tree |
2009-12-15 |
Dan Gohman | Delete an unused function.
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Fix integer cast code to handle vector types.
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Move Flag and isVoid after the vector types, since...
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Fix these asserts to check the invariant that the code...
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Update this comment.
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Fix this to properly clear the FastISel debug location...
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Add svn:ignore entries for the Disassembler files.
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Move several function bodies which are rarely inlined...
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Micro-optimize these functions in the case where they...
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Clear the Processed set when it is no longer used,...
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Fix a thinko; isNotAlreadyContainedIn had a built-in...
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Remove unnecessary #includes.
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Make the IVUses member private.
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Instead of having a ScalarEvolution pointer member...
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Don't bother cleaning up if there's nothing to clean up.
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Delete an unused variable.
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Drop Loop::isNotAlreadyContainedIn in favor of Loop...
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | LSR itself doesn't need LoopInfo.
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | LSR itself doesn't need DominatorTree.
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Remove the code in LSR that manually hoists expansions...
|
commit | commitdiff | tree |
2009-12-14 |
Dan Gohman | Minor code cleanups.
|
commit | commitdiff | tree |
2009-12-11 |
Dan Gohman | Delete an unnecessary line. The VTSDNode on a SIGN_EXTEND_RE...
|
commit | commitdiff | tree |
2009-12-11 |
Dan Gohman | Implement vector widening, splitting, and scalarizing...
|
commit | commitdiff | tree |
2009-12-11 |
Dan Gohman | Change this to the correct PR number.
|
commit | commitdiff | tree |
2009-12-11 |
Dan Gohman | Make getUniqueExitBlocks's precondition assert more...
|
commit | commitdiff | tree |
2009-12-11 |
Dan Gohman | Fix the result type of SELECT nodes lowered from Select...
|
commit | commitdiff | tree |
2009-12-09 |
Dan Gohman | Dereference loopHeader after checking for null rather...
|
commit | commitdiff | tree |
2009-12-09 |
Dan Gohman | Reuse the Threshold value to size these containers...
|
commit | commitdiff | tree |
2009-12-09 |
Dan Gohman | Fix a typo in a comment, and adjust SmallSet and SmallVector...
|
commit | commitdiff | tree |
2009-12-08 |
Dan Gohman | Put a threshold on the number of users PointerMayBeCaptured
|
commit | commitdiff | tree |
2009-12-07 |
Dan Gohman | Apply Pekka Jääskeläinen's patch to raise the first...
|
commit | commitdiff | tree |
2009-12-07 |
Dan Gohman | Don't enable the post-RA scheduler on x86 except at...
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Remove old DBG_LABEL code.
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Remove the unused DisableLegalizeTypes option and related...
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Don't print a space before the : between the file name...
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Print newlines after printing labels for debug info...
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Don't blindly set the debug location for PHI node copies.
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Make TargetSelectInstruction protected and called from...
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Remove the target hook TargetInstrInfo::BlockHasNoFallThroug...
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Simplify this code: don't call AnalyzeBranch before...
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | The debug information for an LLVM Instruction applies...
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Fix this code to use DIScope instead of DICompileUnit...
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Don't print the debug directory; it's often long and...
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Minor code simplification.
|
commit | commitdiff | tree |
2009-12-05 |
Dan Gohman | Remove now-redundant llvm-as invocations.
|
commit | commitdiff | tree |
2009-12-04 |
Dan Gohman | Print a space between the comment character and the...
|
commit | commitdiff | tree |
2009-12-03 |
Dan Gohman | Print a newline after the Args: line so that unrelated...
|
commit | commitdiff | tree |
2009-12-01 |
Dan Gohman | Add edge source labels to SelectionDAG graphs, now...
|
commit | commitdiff | tree |
2009-12-01 |
Dan Gohman | Minor cleanups.
|
commit | commitdiff | tree |
2009-12-01 |
Dan Gohman | Trim an unnecessary #include.
|
commit | commitdiff | tree |
2009-12-01 |
Dan Gohman | Add a comment about A[i+(j+1)].
|
commit | commitdiff | tree |
2009-12-01 |
Dan Gohman | Devang pointed out that this code should use DIScope...
|
commit | commitdiff | tree |
2009-11-30 |
Dan Gohman | Minor whitespace fixes.
|
commit | commitdiff | tree |
2009-11-30 |
Dan Gohman | Fix a minor inconsistency.
|
commit | commitdiff | tree |
2009-11-30 |
Dan Gohman | Fix typos in comments.
|
commit | commitdiff | tree |
2009-11-24 |
Dan Gohman | Delete some dead and non-obvious code.
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Simplify this code.
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Print the debug info line and column in MachineInstr...
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Move CopyCatchInfo into FunctionLoweringInfo.cpp too...
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Rename SelectionDAGLowering to SelectionDAGBuilder...
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Move RegsForValue to an anonymous namespace, since...
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Move some more code out of SelectionDAGBuild.cpp and...
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Move the FunctionLoweringInfo class and some related...
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Move FunctionPassManagerImpl's dumpArguments and dumpPasses...
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Make ConstantFoldConstantExpression recursively visit...
|
commit | commitdiff | tree |
2009-11-23 |
Dan Gohman | Fix a use of an invalidated iterator in the case where...
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Fix a thinko that caused spurious @GOTOFFs.
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Update for new getBlockAddress signature.
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Target-independent support for TargetFlags on BlockAddress...
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Make Loop::getLoopLatch() work on loops which don't...
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Fix IPSCCP's code for deleting dead blocks to tolerate...
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Use stripPointerCasts(). Thanks Duncan!
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Revert the rule that considers comparisons between...
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Fix fast-isel to avoid selecting the return instruction...
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Add an experimental option to run gep-splitting and...
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Simplify this code; it's not necessary to check isIdentified...
|
commit | commitdiff | tree |
2009-11-20 |
Dan Gohman | Teach getSmallConstantTripMultiple about Shl operators.
|
commit | commitdiff | tree |
next |