| Commit message (Expand) | Author | Age | Files | Lines |
* | Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe... | Victor Hernandez | 2010-01-10 | 2 | -6/+21 |
* | hopefully unbreak the ocaml bindings. | Chris Lattner | 2010-01-09 | 1 | -1/+1 |
* | "In order to ease automatic bindings generation, it would be helpful if boole... | Chris Lattner | 2010-01-09 | 5 | -70/+71 |
* | Delete NamedMDSymTable while destrucing Module. | Devang Patel | 2010-01-09 | 1 | -1/+4 |
* | Add DEBUG_DECLARE. Not used yet. | Dale Johannesen | 2010-01-09 | 2 | -1/+12 |
* | Derive NamedMDNode from Value. | Devang Patel | 2010-01-09 | 1 | -4/+3 |
* | Add DEBUG_VALUE. Not used yet. | Dale Johannesen | 2010-01-08 | 2 | -1/+12 |
* | Add assert to check dominance dfs numbers. | Tobias Grosser | 2010-01-07 | 1 | -0/+7 |
* | Remove workaround in PostDominators | Tobias Grosser | 2010-01-07 | 2 | -19/+6 |
* | Fix DFS number calculation for postdominators | Tobias Grosser | 2010-01-07 | 1 | -23/+29 |
* | Revert r92939. These intrinsics get matched to LLVM instructions, | David Greene | 2010-01-07 | 1 | -24/+0 |
* | Add some "missing" instrinsics to make the SSE intrinsic set a bit more | David Greene | 2010-01-07 | 1 | -0/+24 |
* | Use separate namespace for named metadata. | Devang Patel | 2010-01-07 | 3 | -17/+112 |
* | Fix occurrence typo | Kovarththanan Rajaratnam | 2010-01-07 | 1 | -8/+8 |
* | Correct spelling. | Duncan Sands | 2010-01-07 | 1 | -2/+2 |
* | Add comments. | Jakob Stoklund Olesen | 2010-01-07 | 2 | -0/+4 |
* | Add Target hook to duplicate machine instructions. | Jakob Stoklund Olesen | 2010-01-06 | 1 | -0/+8 |
* | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng | 2010-01-06 | 2 | -2/+5 |
* | Fix struct/class mismatch | Douglas Gregor | 2010-01-06 | 1 | -1/+1 |
* | Partially address a README by having functionattrs consider calls to | Duncan Sands | 2010-01-06 | 1 | -0/+4 |
* | Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def... | Jakob Stoklund Olesen | 2010-01-06 | 1 | -1/+6 |
* | Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen | Dan Gohman | 2010-01-05 | 1 | -12/+12 |
* | Restore dump() methods to Loop and MachineLoop. | Dan Gohman | 2010-01-05 | 2 | -1/+5 |
* | NamedMDNode is a collection MDNodes. | Devang Patel | 2010-01-05 | 1 | -6/+6 |
* | Add a new predicate for integer type equality tests. | Benjamin Kramer | 2010-01-05 | 1 | -0/+3 |
* | Make RecursivelyDeleteTriviallyDeadInstructions, | Dan Gohman | 2010-01-05 | 2 | -6/+8 |
* | Some versions of GCC don't like non-static data members in sizeof | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | Add a SmallBitVector class, which mimics BitVector but uses only | Dan Gohman | 2010-01-05 | 2 | -0/+391 |
* | convert various IntrinsicInst's to use class instead of struct. | Chris Lattner | 2010-01-05 | 2 | -11/+21 |
* | Delete renaming use of dead dbg intrinsics. | Devang Patel | 2010-01-05 | 1 | -6/+0 |
* | Fix a build error by adding a missing commit. | David Greene | 2010-01-05 | 1 | -0/+4 |
* | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 2 | -6/+6 |
* | Remove dead debug info intrinsics. | Devang Patel | 2010-01-05 | 4 | -109/+0 |
* | Simplify this code; avoid duplicating the low-level implementation code. | Dan Gohman | 2010-01-05 | 1 | -12/+4 |
* | Fix a typo in a comment. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | Remove the CPAttrParentAsRoot code, which is unused, and inconvenient | Dan Gohman | 2010-01-04 | 1 | -8/+1 |
* | Fix the Emacs mode string. | Mikhail Glushenkov | 2010-01-04 | 1 | -37/+40 |
* | remove the random sampling framework, which is not maintained anymore. | Chris Lattner | 2010-01-02 | 2 | -14/+0 |
* | teach instcombine to optimize pointer difference idioms involving constant | Chris Lattner | 2010-01-01 | 1 | -6/+17 |
* | Remove old header. | Ted Kremenek | 2010-01-01 | 1 | -516/+0 |
* | Remove derelict serialization code. | Ted Kremenek | 2009-12-31 | 3 | -306/+0 |
* | this #include is ok. | Chris Lattner | 2009-12-31 | 1 | -1/+1 |
* | fix Analysis/DebugInfo.h to not include Metadata.h. Do this | Chris Lattner | 2009-12-31 | 1 | -15/+7 |
* | Remove #include of metadata.h from intrinsicinst.h. The only | Chris Lattner | 2009-12-31 | 2 | -4/+5 |
* | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner | 2009-12-31 | 3 | -28/+28 |
* | Optimize MDNode to coallocate the operand list immediately | Chris Lattner | 2009-12-31 | 1 | -5/+11 |
* | do not bother reuniquing mdnodes whose operands drop to null. Doing | Chris Lattner | 2009-12-30 | 1 | -3/+15 |
* | Implement edit distance for StringRef | Douglas Gregor | 2009-12-30 | 1 | -0/+16 |
* | remove a bunch of unneeded functions. | Chris Lattner | 2009-12-29 | 1 | -21/+0 |
* | one pass of cleanup over DebugInfo.h. Much more is still needed. | Chris Lattner | 2009-12-29 | 1 | -25/+16 |