- b0a9d1b Added example of how to code print() methods so that they will disappear by Bill Wendling · 19 years ago
- f2174da Fixed so that it dereferences the ostream pointer. by Bill Wendling · 19 years ago
- fee18ae Accidental submission. by Bill Wendling · 19 years ago
- c252fac This snuck in. Reverted. by Bill Wendling · 19 years ago
- 6914586 Fix problems in the CBE and InstructionCombining which use the isMaxValue by Reid Spencer · 19 years ago
- 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
- 89b0d99 Allow an --enable-pic option to turn on -fPIC compiler option when building. by Reid Spencer · 19 years ago
- 95ca3a4 when inserting a dummy argument to work-around the CBE not supporting by Chris Lattner · 19 years ago
- 36d4396 Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll by Chris Lattner · 19 years ago
- 286505a testcase for pr1049 by Chris Lattner · 19 years ago
- 7f03b2d Fix one more broken testcase by Chris Lattner · 19 years ago
- 3381f0a Apply B. Scott Michel's patch for PR1054, thanks! by Chris Lattner · 19 years ago
- e90460e Cannot combine an indexed load / store any further. by Evan Cheng · 19 years ago
- 6d0b329 Typo. by Evan Cheng · 19 years ago
- 4c8e369 Fix borken testcase by Chris Lattner · 19 years ago
- c80dfba fix buggy testcase by Chris Lattner · 19 years ago
- adbb638 testcases for PR1042 by Chris Lattner · 19 years ago
- e3cbe03 Fix PR1042, by tightening up the subtle rules with invoke value use. by Chris Lattner · 19 years ago
- aa975c1 Expand FP undef by Evan Cheng · 19 years ago
- 4b60774 The best unbreakage yet, addressing Bill's concerns. by Jeff Cohen · 19 years ago
- 0b1b9dc Allow promoted FP_TO_UINT / FP_TO_SINT to expand operand. by Evan Cheng · 19 years ago
- 1554c85 Add getNumContainedPasses() and getContainedPass() inteface and use by Devang Patel · 19 years ago
- 966bf24 Expand fabs / fneg to and / xor. by Evan Cheng · 19 years ago
- 1a80386 Cosmetic changes, based on Chris's review. by Devang Patel · 19 years ago
- c21c5ee An even better unbreakage... by Jeff Cohen · 19 years ago
- 19103b1 Fix select_cc, select expansion to soft-fp bugs. by Evan Cheng · 19 years ago
- d5c0f43 Complete unbreak of VC++ (Chris identified the simple fix). by Jeff Cohen · 19 years ago
- 6ebe235 Partial unbreak of VC++ (stream stuff has no easy fix). by Jeff Cohen · 19 years ago
- c6d416a Remove an extraneous { at the end of a block. by Reid Spencer · 19 years ago
- ba74cdf Patterns no longer needed due to fix in the DAG combiner. by Jim Laskey · 19 years ago
- f6c4ccf This code was usurping the sextload expand in teh legalizer. Just make by Jim Laskey · 19 years ago
- a52035a Mark dump* routines const routines. by Devang Patel · 19 years ago
- 9156ec6 Some AT&T syntax assembler (e.g. Mac OS X) does not recognize the movq alias for i64 <-> XMM moves. by Evan Cheng · 19 years ago
- 9b84ad1 Fix long standing issue with propagating error message back to caller. This by Reid Spencer · 19 years ago
- cd5561a For PR1050: Convert asserts into error messages. by Reid Spencer · 19 years ago
- c2ff962 Move PMTopLevelManager and TImingInfo into anon namespace. by Devang Patel · 19 years ago
- 3522355 Not all test cases are created equal. This fix is needed. by Jim Laskey · 19 years ago
- 182a5ac Not needed. Misinterpreted error message from other bug (Missing load/store by Jim Laskey · 19 years ago
- 8753c44 extern_weak linkage. fixes PR1038 by Andrew Lenharth · 19 years ago
- c8782ad extern_weak link test by Andrew Lenharth · 19 years ago
- 34da726 Missing load/store relocations. by Jim Laskey · 19 years ago
- c4a81dc Provide 64-bit support for i64 sextload<i8>. by Jim Laskey · 19 years ago
- ca367b4 Provide support for FP_TO_UINT. by Jim Laskey · 19 years ago
- b744c25 Pass html validation. by Jim Laskey · 19 years ago
- 2d53a32 silence a bogus warning by Chris Lattner · 19 years ago
- d603217 reenable these by Chris Lattner · 19 years ago
- d22dbdf re-enable a temporarily-reverted patch by Chris Lattner · 19 years ago
- 66bdd18 New testcase for llvm-gcc bugfix by Chris Lattner · 19 years ago
- 86facc2 Minor clean up. by Evan Cheng · 19 years ago
- f2f6a1b Silly assertion. Forgot variable_ops instructions can have arbitrary number of by Evan Cheng · 19 years ago
- 0e51207 This is done. by Evan Cheng · 19 years ago
- 2b49c50 Expand FP compares to soft-fp call(s) by Evan Cheng · 19 years ago
- ef89c55 s/ForcedLastUses/TransferLastUses/g by Devang Patel · 19 years ago
- b92767a Simplify the fetching of relocation mode. by Jim Laskey · 19 years ago
- 21b7612 f64 <-> i64 bit_convert using movq in 64-bit mode. by Evan Cheng · 19 years ago
- a80b783 File missing from last check in. by Jim Laskey · 19 years ago
- e36087c Fix a couple of typo's. by Evan Cheng · 19 years ago
- e89546e This is done. by Evan Cheng · 19 years ago
- 0e8dbc6 Added MOVSS2DIrr and MOVDI2SSrr to foldMemeoryOperand(). by Evan Cheng · 19 years ago
- c9f0923 - Rename MOVDSS2DIrr to MOVSS2DIrr for consistency sake. by Evan Cheng · 19 years ago
- acd80ac 1. Tidy up jump table info. by Jim Laskey · 19 years ago
- 8897a7b avoid using a constant table when a constant can be used inline by Rafael Espindola · 19 years ago
- a84b302 random minor typographical changes by Chris Lattner · 19 years ago
- 762b6cb Start of PowerPC info. by Jim Laskey · 19 years ago
- 15f17a7 Avoid creating invalid sub/add instructions on the prolog/epilog patch by Lauro by Rafael Espindola · 19 years ago
- 7a0d51c Fix a long-standing spiller bug: by Evan Cheng · 19 years ago
- 8e58a1b Add -time-passes support. by Devang Patel · 19 years ago
- 017b5d9 Add debug-pass=Details support to print Required and Preserved Set info. by Devang Patel · 19 years ago
- 693a74e Add " Made Modification " messages in debug-pass=Executions output. by Devang Patel · 19 years ago
- 4eeea77 Add debug-pass=Executions support in new pass manager. by Devang Patel · 19 years ago
- c32cf54 Add -pass-debug=Arguments support in new manager. by Devang Patel · 19 years ago
- 6e9e5e0 fit in 80 cols by Chris Lattner · 19 years ago
- e8ff1ce Using PDL as a prefix for PassDebugLevel enums is not a good idea. Fix it. by Devang Patel · 19 years ago
- 133b1dd Add note. by Evan Cheng · 19 years ago
- 9f87788 More soft-fp work. by Evan Cheng · 19 years ago
- 975651a Add getTypeToExpandTo() which recursively walks TransformToType to determine by Evan Cheng · 19 years ago
- 45dc02d Move enum PassDebugLevel from PassManagerT.h to Pass.h. by Devang Patel · 19 years ago
- f92b25e Remove DSA. by John Criswell · 19 years ago
- bc80038 Remove DSA header files. by John Criswell · 19 years ago
- d943aca Changed from PARALLEL_DIRS to DIRS since we're only building one directory. by John Criswell · 19 years ago
- 2957f12 Remove DSA. by John Criswell · 19 years ago
- 6422564 Remove DSA tests. by John Criswell · 19 years ago
- c55b243 Fix a bug in EvaluateInDifferentType. The type of operand should not be by Reid Spencer · 19 years ago
- 308fce1 Remove DSA tests. by John Criswell · 19 years ago
- 5fed164 Update version in safe guards. by Jim Laskey · 19 years ago
- 18c3e65 xfail these until I recommit the scalarrepl patch by Chris Lattner · 19 years ago
- 7eb7638 Implement review feedback. Most of this has to do with removing unnecessary by Reid Spencer · 19 years ago
- 3ce85d5 Remove DSA tests. by John Criswell · 19 years ago
- e026c07 Remove DSA. by John Criswell · 19 years ago
- 21a55c9 For mul transforms, when checking for a cast from bool as either operand, by Reid Spencer · 19 years ago
- 5ae9ceb Fix and/or/xor (cast A), (cast B) --> cast (and/or/xor A, B) by Reid Spencer · 19 years ago
- 8782e53 Ressurrect this needed file. by Reid Spencer · 19 years ago
- b6f4ff2 Ressurrect the Stacker "st" configuration. Someday this will all go by Reid Spencer · 19 years ago
- 3ba68b9 Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode by Reid Spencer · 19 years ago
- dccd9fe Fix some casts. isdigit(c) returns 0 or 1, not 0 or -1 by Reid Spencer · 19 years ago
- e922eb6 Update for llvm-gcc4 build. by Reid Spencer · 19 years ago
- 6586adf Update comments. by Evan Cheng · 19 years ago
- b9d89c9 Update comments. by Evan Cheng · 19 years ago
- 4d17caa only check non-external functions by Chris Lattner · 19 years ago
- 41af719 Reject attempts to define intrinsics. This fixes PR1047 and by Chris Lattner · 19 years ago