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 |
2008-07-11 |
Dan Gohman | Fix an obsolete top-level comment. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Factor out debugging code into the common base class. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Add support for putting NamedRegionTimers in TimerGroup... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Use find instead of lower_bound. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | add support for returning i128, PR2532. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Trim unnecessary #includes. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Owen Anderson | Don't call lookupNumber more than we have to. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | Remove an apparently useless routine: there should |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | It is pointless to turn a UINT_TO_FP into an |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | Add two missing SINT_TO_FP libcalls. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | Port a shift-by-1 optimization from LegalizeDAG: it |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | Add support for 128 bit shifts and 32 bit shifts |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Nick Lewycky | Document 'mask' in this calculation. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | Align comments, colons and cases. Remove trailing |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Nick Lewycky | Remove misleading constant from comment. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Nick Lewycky | Add another optimization from PR2330. Also catch some... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Bill Wendling | The frame address on an x86-64 box needs to be offset... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | a missed optimization that Eli spotted |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | another bug in the same line. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | fix a bug spotted by Eli's eagle eyes |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | simplify and merge a bunch of code. Instead of compari... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | fold away (x <= cst) earlier, allowing us to not have to |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | Fix folding of icmp's of i1 where the comparison is... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | Fix a bogus optimization: folding (slt (zext i1 A to... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | make this condition more precise. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | Implement PR2538 |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | Fix a bug in the soft-float handling of FCOPYSIGN that... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | make legalize types be a command line option: -enable... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Ted Kremenek | Make typedef public to make MSVC++ happy. |
commit | commitdiff | tree | snapshot |
next |