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 |
2008-09-09 |
Dan Gohman | Make SimplifyDemandedVectorElts simplify vectors with... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Gabor Greif | fit in 80 cols, minor tweaks |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Duncan Sands | Optimization suggested by Matthijs Kooijman. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Duncan Sands | Correct callgraph construction. It has two problems: |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Argyrios Kyrtzidis | Update VC++ project files. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Owen Anderson | Check for type legality before materializing integer... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Evan Cheng | Allow use of ssh to perform remote execution. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Dan Gohman | Remove the code that protected FastISel from aborting in |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Dan Gohman | Temporarily disable vector select in the bitcode reader... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Evan Cheng | Fix a constant lowering bug. Now we can do load and... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Dale Johannesen | Fix logic for not emitting no-dead-strip for some |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Dan Gohman | Update generated files. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Devang Patel | Fix simplifycfg crash in handing block merge. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Dan Gohman | Extend the vcmp/fcmp LLVM IR instructions to take vecto... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Bill Wendling | Add support for floating-point calculations of log2... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Devang Patel | s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dale Johannesen | Don't suppress no-dead-strip for used static functions. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Reapply 55902: Add test for checking proper lowering... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Reapply 55903: Testcase for 64-bit lowering of eh_retur... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Reapply 55904: Unbreak and fix indentation |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Reapply 55901: Drop unused variable |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Reapply 55900: We do support EH on x86-64! |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Reapply 55899: First draft of EH support on x86/64... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Reapply blindly reverted 55898: Implement FRAME_TO_ARGS... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dan Gohman | Fix a few I's that were meant to be renamed to BI's. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dan Gohman | Add a target triple; apparently LLVM doesn't use 64-bit |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Bill Wendling | Reverting r55898 as well. This wasn't reverted in the... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Bill Wendling | Accidental commit of partial 'stack canaries' code |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Bill Wendling | Remove these testcases associated with changes between... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dale Johannesen | Redo the 3 existing low-precision expansions to |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Bill Wendling | Reverting r55898 to r55909. One of these patches was... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Evan Cheng | Handle calls which produce i1 results: promote to i8... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Devang Patel | Remove unused counter. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dan Gohman | In visitUREM, arrange for the temporary UDIV node to be |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Daniel Dunbar | Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dan Gohman | Bitcasting two or from aggregate types is not permitted... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dan Gohman | i128 and f80 are implemented for x86-64 now. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dan Gohman | Add AsmPrinter support for i128 and larger static initi... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dan Gohman | Fix copy+pastos in comments. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dan Gohman | Fix the string for ISD::UDIVREM. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dan Gohman | Fix typos in (generated) comments. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dan Gohman | Delete an unused variable. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Devang Patel | xfail |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Devang Patel | Remove OptimizeIVType() |
commit | commitdiff | tree | snapshot |
next |