2006-12-21 |
Reid Spencer | Add some comments about things that can go away once... |
tree | commitdiff |
2006-12-21 |
Devang Patel | At the beginning of run, initialize analyis info availa... |
tree | commitdiff |
2006-12-20 |
Jim Laskey | Oops. |
tree | commitdiff |
2006-12-20 |
Jim Laskey | Original patch was overly complicated. |
tree | commitdiff |
2006-12-20 |
Chris Lattner | Fix Regression/Verifier/invoke-1.ll |
tree | commitdiff |
2006-12-20 |
Jim Laskey | Changes to target powerpc for non-Darwin assemblers. |
tree | commitdiff |
2006-12-20 |
Anton Korobeynikov | Fixed 80 cols & style violation |
tree | commitdiff |
2006-12-20 |
Chris Lattner | Revert the previous patch which was incorrect. This... |
tree | commitdiff |
2006-12-20 |
Reid Spencer | Allow negative constants for unsigned integers and... |
tree | commitdiff |
2006-12-20 |
Chris Lattner | handle undef values much more carefully: generalize... |
tree | commitdiff |
2006-12-20 |
Evan Cheng | getLoad() and getStore() calls missed SVOffset operand... |
tree | commitdiff |
2006-12-20 |
Anton Korobeynikov | Fixed dllimported symbols support during JIT'ing. JIT... |
tree | commitdiff |
2006-12-19 |
Chris Lattner | eliminate constructor from Statistic class. It is... |
tree | commitdiff |
2006-12-19 |
Chris Lattner | switch statistics over to not use static ctors. |
tree | commitdiff |
2006-12-19 |
Chris Lattner | eliminate static ctors for Statistic objects. |
tree | commitdiff |
2006-12-19 |
Chris Lattner | elimiante Statistic static ctors |
tree | commitdiff |
2006-12-19 |
Chris Lattner | remove static ctors from Statistic objects |
tree | commitdiff |
2006-12-19 |
Chris Lattner | Eliminate static ctors from Statistics |
tree | commitdiff |
2006-12-19 |
Chris Lattner | eliminate static ctors from Statistics |
tree | commitdiff |
2006-12-19 |
Chris Lattner | eliminate static ctor from example. |
tree | commitdiff |
2006-12-19 |
Chris Lattner | remove dead statistic |
tree | commitdiff |
2006-12-19 |
Chris Lattner | switch more statistics over to STATISTIC, eliminating... |
tree | commitdiff |
2006-12-19 |
Chris Lattner | Eliminate static ctors due to Statistic objects |
tree | commitdiff |
2006-12-19 |
Chris Lattner | Convert more Statistic's over to STATISTIC |
tree | commitdiff |
2006-12-19 |
Chris Lattner | Switch over Transforms/Scalar to use the STATISTIC... |
tree | commitdiff |
2006-12-19 |
Evan Cheng | Fix for PR1062 by Dan Gohman. |
tree | commitdiff |
2006-12-19 |
Chris Lattner | Refactor statistic a big and introduce a horrible-but... |
tree | commitdiff |
2006-12-19 |
Reid Spencer | Now that ConstantInt::isValueValidForType can handle... |
tree | commitdiff |
2006-12-19 |
Anton Korobeynikov | Fix for PR1059: http://llvm.org/PR1059 |
tree | commitdiff |
2006-12-19 |
Devang Patel | Now, there is additional layer, referred in the comment, |
tree | commitdiff |
2006-12-19 |
Devang Patel | s/BasicBlockPassManager/BBPassManager/g |
tree | commitdiff |
2006-12-19 |
Chris Lattner | The x86-64 target machine should be used for amd64... |
tree | commitdiff |
2006-12-19 |
Chris Lattner | Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll |
tree | commitdiff |
2006-12-19 |
Anton Korobeynikov | Partly fixed JITing on mingw32 platform. The support... |
tree | commitdiff |
2006-12-19 |
Reid Spencer | Clean up ConstantFoldCastInstruction. |
tree | commitdiff |
2006-12-19 |
Reid Spencer | Rewrite ConstantFoldCastInstruction so that it doesn... |
tree | commitdiff |
2006-12-19 |
Evan Cheng | May need to promote the operand (either sign_extend_inr... |
tree | commitdiff |
2006-12-19 |
Reid Spencer | Make ConstantInt not care about sign any more. To ensur... |
tree | commitdiff |
2006-12-19 |
Chris Lattner | Fix a bug in GetConstantFactor for affine expressions... |
tree | commitdiff |
2006-12-18 |
Reid Spencer | Remove a useless statement. |
tree | commitdiff |
2006-12-18 |
Evan Cheng | LegalizeSetCCOperands() may end up inserting libcalls... |
tree | commitdiff |
2006-12-18 |
Reid Spencer | For PR1042: |
tree | commitdiff |
2006-12-18 |
Rafael Espindola | macros -> Inline functions |
tree | commitdiff |
2006-12-18 |
Reid Spencer | Remove the createInferredCast methods now that their... |
tree | commitdiff |
2006-12-18 |
Reid Spencer | Convert the last uses of CastInst::createInferredCast... |
tree | commitdiff |
2006-12-18 |
Reid Spencer | Remove the two-argument (inferred cast) form of Constan... |
tree | commitdiff |
2006-12-18 |
Reid Spencer | Convert the last use of two-argument ConstantExpr:... |
tree | commitdiff |
2006-12-18 |
Reid Spencer | Revert last patch. ConstantInt isn't quite ready for... |
tree | commitdiff |
2006-12-18 |
Rafael Espindola | move ExtWeakSymbols to AsmPrinter |
tree | commitdiff |
2006-12-18 |
Reid Spencer | Remove the last use of getUnsignedVersion and getSigned... |
tree | commitdiff |
2006-12-17 |
Chris Lattner | Fix PR1057 (compilation on macos 10.3), patch by Scott... |
tree | commitdiff |
2006-12-17 |
Reid Spencer | Use a predicate function to identify bitcast of fp... |
tree | commitdiff |
2006-12-17 |
Reid Spencer | Fix PR1058: |
tree | commitdiff |
2006-12-17 |
Bill Wendling | Fixed so that it dereferences the ostream pointer. |
tree | commitdiff |
2006-12-17 |
Bill Wendling | This snuck in. Reverted. |
tree | commitdiff |
2006-12-17 |
Bill Wendling | Added an automatic cast to "std::ostream*" etc. from... |
tree | commitdiff |
2006-12-16 |
Chris Lattner | when inserting a dummy argument to work-around the... |
tree | commitdiff |
2006-12-16 |
Chris Lattner | Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll |
tree | commitdiff |
2006-12-16 |
Chris Lattner | Apply B. Scott Michel's patch for PR1054, thanks! |
tree | commitdiff |
2006-12-16 |
Evan Cheng | Cannot combine an indexed load / store any further. |
tree | commitdiff |
2006-12-16 |
Chris Lattner | Fix PR1042, by tightening up the subtle rules with... |
tree | commitdiff |
2006-12-16 |
Evan Cheng | Expand FP undef |
tree | commitdiff |
2006-12-16 |
Jeff Cohen | The best unbreakage yet, addressing Bill's concerns. |
tree | commitdiff |
2006-12-16 |
Evan Cheng | Allow promoted FP_TO_UINT / FP_TO_SINT to expand operand. |
tree | commitdiff |
2006-12-16 |
Devang Patel | Add getNumContainedPasses() and getContainedPass()... |
tree | commitdiff |
2006-12-16 |
Evan Cheng | Expand fabs / fneg to and / xor. |
tree | commitdiff |
2006-12-15 |
Devang Patel | Cosmetic changes, based on Chris's review. |
tree | commitdiff |
2006-12-15 |
Jeff Cohen | An even better unbreakage... |
tree | commitdiff |
2006-12-15 |
Evan Cheng | Fix select_cc, select expansion to soft-fp bugs. |
tree | commitdiff |
2006-12-15 |
Jeff Cohen | Partial unbreak of VC++ (stream stuff has no easy fix). |
tree | commitdiff |
2006-12-15 |
Reid Spencer | Remove an extraneous { at the end of a block. |
tree | commitdiff |
2006-12-15 |
Jim Laskey | Patterns no longer needed due to fix in the DAG combiner. |
tree | commitdiff |
2006-12-15 |
Jim Laskey | This code was usurping the sextload expand in teh legal... |
tree | commitdiff |
2006-12-15 |
Devang Patel | Mark dump* routines const routines. |
tree | commitdiff |
2006-12-15 |
Evan Cheng | Some AT&T syntax assembler (e.g. Mac OS X) does not... |
tree | commitdiff |
2006-12-15 |
Reid Spencer | Fix long standing issue with propagating error message... |
tree | commitdiff |
2006-12-15 |
Reid Spencer | For PR1050: |
tree | commitdiff |
2006-12-15 |
Devang Patel | Move PMTopLevelManager and TImingInfo into anon namespace. |
tree | commitdiff |
2006-12-15 |
Jim Laskey | Not all test cases are created equal. This fix is... |
tree | commitdiff |
2006-12-15 |
Jim Laskey | Not needed. Misinterpreted error message from other... |
tree | commitdiff |
2006-12-15 |
Andrew Lenharth | extern_weak linkage. fixes PR1038 |
tree | commitdiff |
2006-12-15 |
Jim Laskey | Missing load/store relocations. |
tree | commitdiff |
2006-12-15 |
Jim Laskey | Provide 64-bit support for i64 sextload<i8>. |
tree | commitdiff |
2006-12-15 |
Jim Laskey | Provide support for FP_TO_UINT. |
tree | commitdiff |
2006-12-15 |
Chris Lattner | silence a bogus warning |
tree | commitdiff |
2006-12-15 |
Chris Lattner | re-enable a temporarily-reverted patch |
tree | commitdiff |
2006-12-15 |
Evan Cheng | Minor clean up. |
tree | commitdiff |
2006-12-15 |
Evan Cheng | This is done. |
tree | commitdiff |
2006-12-15 |
Evan Cheng | Expand FP compares to soft-fp call(s) |
tree | commitdiff |
2006-12-15 |
Devang Patel | s/ForcedLastUses/TransferLastUses/g |
tree | commitdiff |
2006-12-14 |
Jim Laskey | Simplify the fetching of relocation mode. |
tree | commitdiff |
2006-12-14 |
Evan Cheng | f64 <-> i64 bit_convert using movq in 64-bit mode. |
tree | commitdiff |
2006-12-14 |
Evan Cheng | Fix a couple of typo's. |
tree | commitdiff |
2006-12-14 |
Evan Cheng | This is done. |
tree | commitdiff |
2006-12-14 |
Evan Cheng | Added MOVSS2DIrr and MOVDI2SSrr to foldMemeoryOperand(). |
tree | commitdiff |
2006-12-14 |
Evan Cheng | - Rename MOVDSS2DIrr to MOVSS2DIrr for consistency... |
tree | commitdiff |
2006-12-14 |
Jim Laskey | 1. Tidy up jump table info. |
tree | commitdiff |
2006-12-14 |
Rafael Espindola | avoid using a constant table when a constant can be... |
tree | commitdiff |
2006-12-14 |
Chris Lattner | random minor typographical changes |
tree | commitdiff |
2006-12-14 |
Rafael Espindola | Avoid creating invalid sub/add instructions on the... |
tree | commitdiff |
next |