Age | Commit message (Expand) | Author |
2009-03-03 | Don't count DebugInfo instructions in another limit | Dale Johannesen |
2009-03-03 | When sinking an insn in InstCombine bring its debug | Dale Johannesen |
2009-03-03 | Ignore debug info intrinsics. | Devang Patel |
2009-03-02 | If branch conditions' one successor is dominating another non-latch successor... | Devang Patel |
2009-03-02 | Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle | Bob Wilson |
2009-03-02 | Fix the calculation for how big the allocated stub needs to be. | Nate Begeman |
2009-03-02 | Remove all dbg symobls, including those with circular references. | Devang Patel |
2009-03-02 | Fix main executable path name resolution on FreeBSD, patch by | Chris Lattner |
2009-03-02 | Fix PR3694: add an instcombine micro-optimization that helps | Duncan Sands |
2009-03-02 | Reorganize llvmc code. | Mikhail Glushenkov |
2009-03-01 | Fix a problem with DAGCombine on 64b targets where folding | Nate Begeman |
2009-03-01 | Another sentinel optimization. This one should always | Gabor Greif |
2009-03-01 | Reuse a technique (pioneered for BasicBlocks) of superposing ilist with | Gabor Greif |
2009-03-01 | Temporarily revert r65755. It was causing failures in the self-hosting | Bill Wendling |
2009-03-01 | hoist the check for alloca size up so that it controls CanConvertToScalar | Chris Lattner |
2009-03-01 | Minor optimization: | Evan Cheng |
2009-03-01 | simplify handling "don't print top level name" processing, so that we get | Chris Lattner |
2009-03-01 | Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new | Bob Wilson |
2009-03-01 | Fix a pretty awesome bug that only happened in a strange case with anonymous | Chris Lattner |
2009-03-01 | walk type symbol table also, so we get: | Chris Lattner |
2009-03-01 | Fix a long-standing bug and misfeature of the disassembler: when dealing with a | Chris Lattner |
2009-02-28 | move type name population out of TypePrinting class into a static | Chris Lattner |
2009-02-28 | switch to densemap for pointer->word map. | Chris Lattner |
2009-02-28 | delete a bunch of duplicated type printing logic, using the type printing | Chris Lattner |
2009-02-28 | make this work when constructed with a null module* | Chris Lattner |
2009-02-28 | expose TypePrinting as a public API. | Chris Lattner |
2009-02-28 | rename 'Result' to 'OS' in CalcTypeName for consistency | Chris Lattner |
2009-02-28 | do not embed the raw_ostream into TypePrinting, pass it as an argument to pri... | Chris Lattner |
2009-02-28 | stop calling Type::getDescription(). | Chris Lattner |
2009-02-28 | simplifications | Chris Lattner |
2009-02-28 | Change WriteTypeSymbolic to not put a space out before types, also, remove | Chris Lattner |
2009-02-28 | make CalcTypeName take a stream instead of a string to concat onto, | Chris Lattner |
2009-02-28 | remove a bunch of nearly-duplicated code. | Chris Lattner |
2009-02-28 | fix indentation, remove dead integer case. | Chris Lattner |
2009-02-28 | pull calcTypeName into TypePrinting class, make its type stack | Chris Lattner |
2009-02-28 | inline method into its only use and simplify the result. | Chris Lattner |
2009-02-28 | simplify condition | Chris Lattner |
2009-02-28 | start refactoring the .ll printer: introduce a new TypePrinting class | Chris Lattner |
2009-02-28 | reject 0 element vectors with: | Chris Lattner |
2009-02-28 | Last commit accidentially deleted this code. | Evan Cheng |
2009-02-28 | Added another darwin subtarget | Mon P Wang |
2009-02-27 | It is possible that subprgoram definition is only encoding return value direc... | Devang Patel |
2009-02-27 | Refactor TLS code and add some tests. The tests and expected results are: | Rafael Espindola |
2009-02-27 | Introduce a new technique for merging BasicBlock with Instruction sentinel by... | Gabor Greif |
2009-02-27 | Silence compiler warning about use of uninitialized variables (in reality these | Nick Lewycky |
2009-02-27 | Fix compiler warning about uninitialized variables. No functional change. | Nick Lewycky |
2009-02-27 | Alignment values for i64 and f64 on ppc64 were wrong, | Dale Johannesen |
2009-02-27 | MachineLICM CSE should match destination register classes; avoid hoisting imp... | Evan Cheng |
2009-02-26 | Ignore dbg info intrinsics when folding conditional branch to | Zhou Sheng |
2009-02-26 | Enable stack slot coloring DCE. Evan's spiller fixes were needed before this... | Owen Anderson |