2008-09-15 |
Dan Gohman | Teach LSR to optimize away SMAX operations for tripcoun... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Devang Patel | Extract optimization pass selection code from llvm... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Bruno Cardoso... | Fixed Bug 2751 |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dan Gohman | Re-enable SelectionDAG CSE for calls. It matters in... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Bruno Cardoso... | Added testcase for bswap allegrexel intrinsic |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Duncan Sands | End of the GlobalsModRef experiment. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dan Gohman | Update the LLVM polygen grammar for recent language... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Nick Lewycky | Fix documentation for these functions; they do not... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Evan Cheng | Correctly update kill infos after extending a live... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Nick Lewycky | Add "sample" documentation to sample project. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dan Gohman | Fix WriteAsOperand to not emit a leading space characte... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dale Johannesen | adjust last patch per review feedback |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Gabor Greif | minor correction |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dan Gohman | Remove isImm(), isReg(), and friends, in favor of |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Duncan Sands | Fix PR2792: treat volatile loads as writing memory... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Fix random abort. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dan Gohman | Define CallSDNode, an SDNode subclass for use with... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Typo. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Rely on instruction format to determine so_reg operand... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Revert 56176. All those instruction formats are still... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Accidentially flipped the condition. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Add debug dumps. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Evan Cheng | Eliminate unnecessary instruction formats. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Evan Cheng | Addrmode 1 S bit can be dynamically set. Look for CPSR... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Evan Cheng | Rewrite address mode 1 code emission routines. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Duncan Sands | The "alias" keyword comes first. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Evan Cheng | On some targets, non-move instructions can become move... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dan Gohman | Change ConstantSDNode and ConstantFPSDNode to use Const... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dale Johannesen | Pass "earlyclobber" bit through to machine |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dan Gohman | Rename ConstantSDNode::getValue to getZExtValue, for... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Duncan Sands | Give GlobalsModRef a whirl in the nightly testers. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Duncan Sands | Rather than marking all internal globals "Ref" |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dale Johannesen | The sequence for ppcf128 compares was not IEEE |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dan Gohman | On 64-bit targets, change 32-bit getelementptr indices... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dan Gohman | Fix a vectorshuffle instcombine bug introduced by r55995. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Arnold Schwaighofer | Add indirect tail call (function pointer) examples. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Jim Grosbach | udpate header comment: s/VP/VFP/ |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Arnold Schwaighofer | When tailcallopt is enabled all fastcc calls must have... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Fix PR2748. Avoid coalescing physical register with... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Owen Anderson | Fix a bug in ANY_EXTEND handling that was breaking... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Duncan Sands | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Duncan Sands | Intrinsics don't touch internal global variables |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dan Gohman | Fix a copy+paste bug that Duncan spotted. For several |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Fix PR2783 - coalescer bug. Missing a TargetRegisterInf... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Eliminate some unused methods. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Indentation. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Jim Grosbach | lib/Target/SubtargetFeature.cpp asserts that the Featur... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Duncan Sands | Intrinsics don't read these kinds of global |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Change getSubReg semantics. It now returns zero if... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Fix a 80 column violation. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dale Johannesen | The version of AtomicSDNode::AtomicSDNode used (only... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Owen Anderson | If ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dale Johannesen | Succumb utterly to compatibility and implement |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Propagate subreg index when promoting a load to a copy. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dan Gohman | In my analysis for r56076 I missed the case where the... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | Fix an icmp+sdiv optimization to check for and handle... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | Add more documentation advertising the -view-*-dags... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | X86FastISel support for double->float and float->double... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | FastISel support for i1 PHI nodes. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | FastISel support for i1 constants. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Owen Anderson | Fix a bug in the coalescer where it didn't check if... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | Add X86FastISel support for static allocas, and refences |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Evan Cheng | Fix PR2664 - spiller GetRegForReload wasn't respecting... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Evan Cheng | Fix a fastcc + sret bug. If fastcc and sret, callee... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dale Johannesen | Handle new intrinsics with vector arguments. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | Add a break statement that I accidentally deleted when |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Devang Patel | fix white spaces. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Duncan Sands | Fix name. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Duncan Sands | Add trampoline support for the new FastCC calling |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Duncan Sands | Turn off the new FastCC for the moment. It causes |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Bill Wendling | Remove unnecessary bit-wise AND from the limited precis... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | Fix a warning about comparing signed and unsigned values. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Evan Cheng | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Bill Wendling | Check that both operands are f32 before attempting... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Bill Wendling | Implement "visitPow". This is mainly used to see if... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Evan Cheng | A few more places where FPOW is being ignored. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Dan Gohman | Change -fast-isel-no-abort to -fast-isel-abort, which... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Evan Cheng | Legalizer was missing code that expand fpow to a libcall. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Bill Wendling | Adding 6-, 12-, and 18-bit limited-precision floating... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Dale Johannesen | Move the uglier parts of deciding not to emit a |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Bill Wendling | Add support for 6-, 12-, and 18-bit limited precision... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Dan Gohman | Fix a minor wording ambiguity in the Developer Policy. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Dan Gohman | Add a new option, -fast-isel-verbose, that can be used... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Evan Cheng | Clear preference when it no longer makes sense. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Devang Patel | Remove. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Devang Patel | if loop induction variable is always sign or zero exten... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Devang Patel | Add assertion check. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Devang Patel | fix overflow check. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Owen Anderson | Clean this up, based on Evan's suggestions. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Bill Wendling | - Add support for 6-, 12-, and 18-bit limited precision... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Evan Cheng | Fix PR2757. Ignore liveinterval register allocation... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Anton Korobeynikov | Make safer variant of alias resolution routine to be... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Duncan Sands | Simplify this some more. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Anton Korobeynikov | Resolve aliases, when possible |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Bill Wendling | Add limited precision floating-point conversions of... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Dan Gohman | Mark IMPLICIT_DEF as being rematerializable and cheap... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Anton Korobeynikov | Fix typo |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Anton Korobeynikov | Fix incorrect linker behaviour: we shouldn't resolve... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Anton Korobeynikov | Replace explicit pointer-size constants to TargetData... |
commit | commitdiff | tree | snapshot |
next |