2008-07-16 |
Duncan Sands | Add support for promoting and expanding AssertZext |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Dan Gohman | Clarify the comments here, to make slightly more clear the |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Dan Gohman | Tidy a doxygen comment. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Dan Gohman | Fix a comment to say nonnegative instead of positive. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Dan Gohman | Add an assert to check for empty flags for MachineMemOp... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Duncan Sands | Test passing of integer parameters for integers |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Duncan Sands | Test codegen of loads and stores of all integer |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Matthijs Kooijman | Add a few cases to instcombine's extractvalue testcase. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Matthijs Kooijman | Un-XFAIL multdeadretval, since instcombine now properly... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Matthijs Kooijman | Redo InstCombiner::visitExtractValueInst. Instead of... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Duncan Sands | Reorder methods alphabetically. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Duncan Sands | Turn on LegalizeTypes by default. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Matthijs Kooijman | Don't use ++idx_begin when I actually mean idx_begin... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Duncan Sands | The atomic.cmp.swap promotion logic is wrong: it |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Evan Cheng | Fix PR2296. Do not transform x86_sse2_storel_dq into... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Evan Cheng | x86-64 PIC JIT fixes: do not generate the extra load... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Evan Cheng | X86-64 PIC jump table values are different from x86... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Dan Gohman | TargetAsmInfo::SectionForGlobal showed up in a profile... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Dan Gohman | SelectionDAG::AssignNodeIds is unused. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Dan Gohman | Don't sort SDNodes by their addresses in SelectionDAG... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Owen Anderson | Revert this, as it seems to still be broken. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Owen Anderson | Enable local PRE by default. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Owen Anderson | Have GVN do a pre-pass over the CFG that folds away... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | XFAIL the multdeadretval test for now, I will be fixing... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Duncan Sands | LegalizeTypes support for fabs on ppc long double. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Remove a few tests which no longer hold for deadargelim... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Add a testcase for the canonicalizations now performed... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Allow deadargelim to change return types even though... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Revert r53606. It turns out that explicitely tracking... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Make deadargelim a bit less smart, so it doesn't choke... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Don't use isa when we can reuse a previous dyn_cast. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Make DeadArgElim keep liveness of the return value... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Duncan Sands | LegalizeTypes support for promotion of bswap. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Duncan Sands | LegalizeTypes support for promotion of SIGN_EXTEND_INREG. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Duncan Sands | Reorder the integer promotion methods alphabetically. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Let DAE keep a list of live functions, instead of simpl... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Split DAE::MarkLive into MarkLive and PropagateLiveness. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Pass around const RetOrArg references instead of copyin... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Simplify debug code by using RetOrArg::getDescription(). |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Fix indentation (intentionally left out of the previous... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Matthijs Kooijman | Move the deadargelim code for intrinsically alive funct... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Mon P Wang | Fixed potential bug if the source and target of a bit... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Nick Lewycky | Correct this inversion! |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Nick Lewycky | Fix up comments. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Bruno Cardoso... | Fixed call stack alignment. Improved AsmPrinter alignme... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Devang Patel | LinkOnce definitions have default scope, like weak... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Evan Cheng | Goodbye tail duplication (for good this time). |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | This replaces all $(SolutionDir) macros with $(ProjectD... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Dan Gohman | Reapply 53476 and 53480, with a fix so that it properly... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Dan Gohman | Fix uninitialized use of the Changed variable. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Dan Gohman | Improve debug output for MemOperandSDNode. PseudoSource... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Dan Gohman | Fix edito in the PseudoSourceValue name list. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Dan Gohman | Reformat this message to fit in 80 cols. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Duncan Sands | I don't think BUILD_PAIR can have a vector result. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Duncan Sands | Tighten up some checks. Fix FPOWI splitting for |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | Reapply r53540, now with the matching header! |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Duncan Sands | An INSERT_VECTOR_ELT can insert a larger value |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Duncan Sands | According to the docs, it is possible to have an |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Duncan Sands | There should be no extending loads or truncating |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Duncan Sands | Ignore TargetConstant with an illegal type. These |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Bruno Cardoso... | Added Subtarget support into RegisterInfo |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Duncan Sands | Revert r53540 - it does not compile. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | Reimplement LinkFunctionProtos in terms of GetLinkageRe... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | don't do any linkage, not even type resolution, of... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | implement linking of globals to functions, in one direction |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | wrap long lines, remove some code from a non-assert... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | Fix a bunch of bugs handling vector compare constant... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | Document and fix Constant::getVectorElements to return... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | If a function calls setjmp, never inline it into other... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | simplify some code, shuffle and insertelt always return... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | whitespace fix. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | doxygenate comments and wrap to 80 cols. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | Add a note. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | Fix PR2506 by being a bit more careful about reverse... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Chris Lattner | Fix mishandling of the infinite loop case when merging... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Chris Lattner | more refactoring. Use early exits instead of really... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Chris Lattner | factor another large hunk of code out into its own... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Chris Lattner | add a description. |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Chris Lattner | Final bit of simplification for FoldBranchToCommonDest. |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Chris Lattner | simplify logic a bit |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Chris Lattner | Refactor some code out into its own helper function... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Duncan Sands | Fix comment. |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Chris Lattner | Fix PR2231 - opt -internalize -std-compile-opts should... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Cedric Venet | Remove deleted files from VC++ project. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Ted Kremenek | Inline typedef for alist_iterator::pointer to work... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Nick Lewycky | Stop creating extraneous smax/umax in SCEV. This remove... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Nick Lewycky | operator[] is not defined for list::iterator. Overload... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Nick Lewycky | Enhance analysis of srem. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Evan Cheng | Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Evan Cheng | Typos. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Evan Cheng | Fix PR2536: a nasty spiller bug. If a two-address instr... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Evan Cheng | Back out 53476 and 53480 for now. Somehow they cause... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Dan Gohman | Add a utility function to MachineInstr for testing... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Fix spelling of "hierarchy" in comments. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Include a frame index in the "fixed stack" pseudo sourc... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | Minor tweaks to the ImmutableList iterator interface. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Bill Wendling | Porting r53478 into mainline: |
commit | commitdiff | tree | snapshot |
next |