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 |
2008-09-08 |
Duncan Sands | Didn't mean to commit this change to how the |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Evan Cheng | Avoid redefinition and nnbreak windows build. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Unbreak and fix indentation |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Testcase for 64-bit lowering of eh_return & unwind_init |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Add test for checking proper lowering of eh_return... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Drop unused variable |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | We do support EH on x86-64! |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | First draft of EH support on x86/64-linux |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Anton Korobeynikov | Implement FRAME_TO_ARGS_OFFSET for x86-64 |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Rafael Espindola | Add testcase from bug 2770. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Duncan Sands | Update the callgraph correctly. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Duncan Sands | Update the callgraph correctly in ArgumentPromotion. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Duncan Sands | Reapply 55859. This doesn't change anything as |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Evan Cheng | Correctly handle physical register inputs. They are... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Evan Cheng | Add fast isel physical register definition support. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Evan Cheng | Add support to extend call operands when needed. Enable... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Bill Wendling | Revert my previous change -- the subtraction of two... |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Bill Wendling | Convert |
commit | commitdiff | tree | snapshot |
next |