2008-05-20 |
Matthijs Kooijman | Clarify the testing documentation a bit and solve two... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Evan Cheng | More local spiller complexity! |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Evan Cheng | Don't spill dead def. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Matthijs Kooijman | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Chris Lattner | Teach instcombine 4 new xforms: |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Chris Lattner | fix two issues Neil noticed, thanks! |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Chris Lattner | Add a bool to isEdgeFeasible that tells it whether... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Fix ExecutionEngine's constant code to work properly... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Refine the fix in r51169 to only apply when the operand... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Evan Cheng | runOnMachineFunction should set IsPIC because relocatio... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Make AssociativeOpt static. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Run vortex-bug as x86-64, which is what the original... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Steve Naroff | Silence a warning about "*/" outside a comment. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Devang Patel | Do not erase induction variable increment if it is... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Dan Gohman | Add a ComputeNumSignBits function for use by instcombin... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Dale Johannesen | Handle quoted names when constructing $stub's, |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | switch to Type::getFPMantissaWidth instead of reinventi... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | minor cleanups, teach instcombine that sitofp/uitofp... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | convert fptosi(sitofp x) -> x if the fp value has... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | Fold FP comparisons where one operand is converted... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | Remove warnings about unused parameters and shadowed... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | remove debug output |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | be more aggressive about transforming add -> or when... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Duncan Sands | Check that always_inline functions are inlined |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Duncan Sands | Fix PR2341 - when the length is 4 use an i32 not |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Gordon Henriksen | Reverting accidental commit of generated files. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Gordon Henriksen | Remove a duplicative binding. Patch by Mahadevan R. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Ted Kremenek | Update VS project files (VS 2005) so that VS builds... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | Grammar fix. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | Delete module. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | Convert non-ASCII apostrophes into ASCII apostrophes. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | Delete the Module object. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | s/insure/ensure/ |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Gabor Greif | ignore Output dir |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Nate Begeman | Teach GVN to not assert on vector comparisons |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Nate Begeman | Fix a backwards check in the JIT symbol table code |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Chris Lattner | add missing #include. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Chris Lattner | Fix PR2339 |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Chris Lattner | remove empty file? |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Nick Lewycky | Revert constant-folding change that will miscompile... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Chris Lattner | trip count computation deficiency |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Bill Wendling | On Darwin, the string header file isn't 64-bit clean... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Nick Lewycky | Unbreak the build. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Nick Lewycky | Constant fold inttoptr and ptrtoint. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Nick Lewycky | Move isTrueWhenEqual to ICmpInst. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Less conservative verison of previous patch, |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Add CommonLinkage, in a way that preserves the |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Add CommonLinkage to lto (treated same as weak AFAICT) |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Add CommonLinkage. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Weak functions not declared non-throwing might be |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Eric Christopher | Add functions to enable adding a single attribute to... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Record weak external linkage in a case where we were |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Gabor Greif | API change for {BinaryOperator|CmpInst|CastInst}::creat... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Evan Cheng | If the result of a BIT_CONVERT is a v1* vector, it... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Duncan Sands | Bill pointed out that system headers should be |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Duncan Sands | Silence the compiler warning differently. The |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Evan Cheng | Re-enable tail duplication pass (now with default thres... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Evan Cheng | Do not dup malloc, vector instructions, etc. Throttle... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Remove ADCE's ability to delete loops. This ability... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Move this test from ADCE to loop deletion, where it... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Use loop deletion instead of ADCE in these tests. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Clean ups for loop deletion based on Chris' feedback. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Use loop deletion instead of ADCE for removing loops. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Fix this test. It was testing broken behavior in that... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Chris Lattner | implement PR2328. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Use common where we mean common, not weak. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Treat common as distinct from weak global on Darwin... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dan Gohman | Revert the change from r51157 in |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dan Gohman | Update comments based on Duncan's feedback. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dan Gohman | Fix a bug in LoopStrengthReduce that caused it to emit... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dale Johannesen | Remove the S92 code, which really has nothing to do |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dale Johannesen | Evan has implemented this on ppc, so run the test there. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Evan Cheng | Fix typos and comments. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dale Johannesen | Allow an extra bit for CommonLinkage. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Nate Begeman | Actually scalarize the operand to BIT_CONVERT instead... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Steve Naroff | Reverting r51100...I need to use VC++ 2005. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dan Gohman | IR support for extractvalue and insertvalue instruction... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dan Gohman | Use static and anonymous namespaces consistently with... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Devang Patel | Revert 51067 check-in for now. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Devang Patel | Remove useless check. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Evan Cheng | Disable JIT symbol table for now. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Duncan Sands | Use of UINT_MAX requires climits, at least when |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Gabor Greif | Fix a bunch of 80col violations that arose from the... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Gabor Greif | ignore generated files and product directories |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Evan Cheng | Make use of vector load and store operations to impleme... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Evan Cheng | Remove tail duplication pass. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Nate Begeman | Move the operator new and operator delete out of line... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dale Johannesen | Don't assume underlying APInt type is limited |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Bill Wendling | Situations can arise when you have a function called... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dale Johannesen | Remove undefined behavior in hex string->APFloat |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Evan Cheng | Use a better idiom to silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Chris Lattner | rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Evan Cheng | Silence warnings. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Nate Begeman | Add support to IR builder for new vicmp, vfcmp routines |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Evan Cheng | Really silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Nate Begeman | Don't generate unused variables in a no-assert build |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Evan Cheng | Really silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dale Johannesen | CommonLinkage (missed a file) |
commit | commitdiff | tree | snapshot |
next |