2008-05-28 |
Bill Wendling | Add a flag to indicate that an instruction is as cheap... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Bill Wendling | Check the "isSafeToMove" predicate, which has a series... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Owen Anderson | Remap VNInfo data as well when doing renumbering. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Owen Anderson | Factor the numbering computation into a separate method... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Evan Cheng | Fix PR2289: vr defined by multiple implicit_def as... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Evan Cheng | Teach local register allocator to deal with landing... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Nate Begeman | Update some comments noticed in a recent checkin |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | Update text to point people at the right version of... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | Implement PR2370: memmove(x,x,size) -> noop. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | Add chain inputs for loads. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | Fix CodeGen/Generic/2005-10-21-longlonggtu.ll on ia64. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | loads should get chains. THis helps but does not solve... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | Fix 2006-04-28-Sign-extend-bool.ll for ia64. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | reindent. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Dan Gohman | Fix the encoding for two more "rm" instructions that... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Mon P Wang | Fixed X86 encoding error CVTPS2PD and CVTPD2PS when... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Nate Begeman | Don't attempt to create VZEXT_LOAD out of an extload... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Nick Kledzik | use space insted of tabs |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Nick Kledzik | fix infinite recursion if a global's initializer refere... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Gabor Greif | Make Use::init() private, it breaks invariants, clients... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Dan Gohman | Use Function::getEntryBlock instead of Function::begin... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Dan Gohman | Print debug output when any edge becomes executable... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Devang Patel | Add instcombine after global optimizations. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Dan Gohman | Fix a word-o and add an explicit keyword. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Bill Wendling | Incorporated feedback: Check that the implicitly define... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Dan Gohman | Tidy up whitespace in ConstantRange::print output. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Devang Patel | Use IPSCCPPass instead of IPConstantPropagationPass. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Dan Gohman | Specify a target so that this tests tests what it's... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Dan Gohman | Make this test independent of the target-triple; the... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Gabor Greif | back out last commit: The .cpp file for a module should... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Matthijs Kooijman | Use an explicit llvm:: prefix in the STATISTIC macro... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Duncan Sands | Fix some constructs that gcc-4.4 warns about. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Gabor Greif | prune unneeded #includes |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Gabor Greif | remove unneeded reinterpret_casts |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Gabor Greif | We have the correct headers included to know that BB... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Owen Anderson | Remove ADCE from the optimization pipeline. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Nick Lewycky | InequalityGraph::node() can create new nodes, invalidat... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Nick Lewycky | Grammaro. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Gabor Greif | eliminate calls to deprecated Use::init() interface |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Nick Lewycky | Whoops -- forgot PR reference on this test. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Nick Lewycky | The Linux ABI emits an extra "movl %esp, %ebp" in funct... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Duncan Sands | Factor code to copy global value attributes like |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Owen Anderson | Use a DenseMap instead of an std::map, speeding up... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Bill Wendling | The enabling of remat in 2-address conversion breaks... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Bill Wendling | A problem that's exposed when machine LICM is enabled... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Nick Lewycky | Use {} instead of "" in RUN lines. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Nick Lewycky | Don't treat values as signed when looking at loop stepp... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Nick Lewycky | "ret (constexpr)" can't be folded into a Constant.... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Owen Anderson | Create archives with the same permissions are ar. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Chris Lattner | Fix win32 when no bison is around, PR2331, patch by... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Chris Lattner | Add FreeBSD/PPC support, patch by Marcel Moolenaar! |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Chris Lattner | Fix a serious brain-o. Obviously no-one reviewed my... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Chris Lattner | Fix PR2358 by resolving calls with undef arguments... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Evan Cheng | Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Evan Cheng | Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Duncan Sands | Tweak how ConstantFP80Ty constants are output |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Dale Johannesen | Put initialized const weak objects into correct |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Evan Cheng | This is done. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Evan Cheng | New loadl_pd and loadh_pd tests. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Evan Cheng | Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Evan Cheng | Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Evan Cheng | Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dale Johannesen | Document common linkage. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Evan Cheng | Revert 51440 as it breaks a bunch of PIC tests. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | label is a first-class type. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | It turns out there are only 3 non-first-class type... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Remove a bogus svn:mime-type property. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Update the description of first-class types to reflect... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Don't silently truncate array extents to 32 bits. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dale Johannesen | Add a missed CommonLinkage check. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Evan Cheng | Use movlps / movhps to modify low / high half of 16... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Remove lingering references to .llx and .tr in the... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Tidy up BasicBlock::getFirstNonPHI, and change a bunch... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Add #includes to make some dependencies explicit. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Issue errors in several situations instead of aborting. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Elaborate on the entry on integer vector multiplication... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Evan Cheng | Fix a duplicated pattern. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Use PMULDQ for v2i64 multiplies when SSE4.1 is availabl... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dale Johannesen | Rewrite a loop to avoid using iterators pointing to |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Fix the spelling of the va_arg keyword. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Fix another isFirstClassType that now needs to be isSin... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Matthijs Kooijman | Replace some weird usage of UserOp1 introduced in r4949... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Matthijs Kooijman | Restructure the testing documentation. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Matthijs Kooijman | Restucture a part of the SimplifyCFG pass and include... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Matthijs Kooijman | Indent fix. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Nick Lewycky | Constant integer vectors may also be negated. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Nick Lewycky | Typo. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Nick Lewycky | Revert X + X --> X * 2 optz'n which pessimizes heavily... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Chris Lattner | we compile multiply-by-constant into horrible code... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Nick Lewycky | Implement X + X for vectors. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Nick Lewycky | Fix a recently added optimization to not crash on vectors. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Generalize the new code in instcombine's ComputeNumSign... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Make structs and arrays first-class types, and add... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Bill Wendling | Remove warnings about comparison between signed and... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dale Johannesen | Allow for switch with no cases. Was causing fault |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Evan Cheng | Bug: rcpps can only folds a load if the address is... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Add more IR support for the new extractvalue and insert... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to |
commit | commitdiff | tree | snapshot |
next |