| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix commento. | Daniel Dunbar | 2009-09-22 | 1 | -2/+1 |
* | Add a TrackingVH value handle. | Daniel Dunbar | 2009-09-22 | 1 | -0/+13 |
* | Fix PR5023: The instruction form of DominatorTree::dominates did not | Chris Lattner | 2009-09-21 | 1 | -1/+7 |
* | move DominatorTree::dominates for instructions out of line, | Chris Lattner | 2009-09-21 | 1 | -0/+19 |
* | tidy up | Chris Lattner | 2009-09-21 | 1 | -18/+17 |
* | initialize SymbolsCanStartWithDigit to false by default | Nuno Lopes | 2009-09-21 | 1 | -1/+1 |
* | Peer through zext and sext to eliminate them when it is safe to do so. | Nick Lewycky | 2009-09-20 | 1 | -0/+16 |
* | Fold 'icmp eq (icmp), true' into an xor(icmp). | Nick Lewycky | 2009-09-20 | 1 | -0/+14 |
* | Correct the comment; this applies to fcmp too. | Nick Lewycky | 2009-09-20 | 1 | -1/+1 |
* | Remove tab, again. | Nick Lewycky | 2009-09-20 | 1 | -1/+1 |
* | Teach the constant folder how to not a cmpinst. | Nick Lewycky | 2009-09-20 | 1 | -0/+14 |
* | Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in | Nick Lewycky | 2009-09-20 | 1 | -0/+10 |
* | Remove tabs I added. | Nick Lewycky | 2009-09-20 | 1 | -8/+8 |
* | Clean up the usage of evaluateICmpRelation's return value. | Nick Lewycky | 2009-09-20 | 1 | -37/+30 |
* | Strip trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -41/+41 |
* | Remove dead store by taking a guess at what Chris meant. I wasn't able to | Nick Lewycky | 2009-09-20 | 1 | -2/+1 |
* | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 2 | -123/+123 |
* | Delete dead code. sext and zext can not turn integers into pointers. Further, | Nick Lewycky | 2009-09-20 | 1 | -15/+0 |
* | Value* were never meant to be const. Removing constness from the constant | Nick Lewycky | 2009-09-20 | 2 | -184/+151 |
* | Teach the constant folder how to handle a few simple i1 cases. | Nick Lewycky | 2009-09-20 | 1 | -0/+31 |
* | Write and read metadata attachments. | Devang Patel | 2009-09-18 | 1 | -0/+6 |
* | Update malloc call creation code (AllocType is now the element type of the ma... | Victor Hernandez | 2009-09-18 | 3 | -46/+71 |
* | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov | 2009-09-18 | 1 | -2/+3 |
* | Initialize HasMetadata to zero. | Benjamin Kramer | 2009-09-17 | 1 | -2/+2 |
* | Print debug info attached with an instruction. | Devang Patel | 2009-09-16 | 2 | -1/+26 |
* | Add llvm::Metadata to manage metadata used in a context. | Devang Patel | 2009-09-16 | 4 | -0/+82 |
* | Fix an accidental inversion of the inbounds flag. | Dan Gohman | 2009-09-15 | 1 | -3/+3 |
* | When a constant's type is refined, update the constant in place | Dan Gohman | 2009-09-15 | 3 | -215/+157 |
* | Forbid arrays of function-type and structures with function-typed fields. | Nick Lewycky | 2009-09-15 | 1 | -17/+13 |
* | fix PR4963: folding insertvalue would sometimes turn a packed struct into | Chris Lattner | 2009-09-15 | 1 | -20/+24 |
* | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner | 2009-09-15 | 1 | -4/+13 |
* | add some missing quotes in debug output | Chris Lattner | 2009-09-15 | 1 | -2/+2 |
* | Fix a pair of comment typos. | Nick Lewycky | 2009-09-14 | 1 | -2/+3 |
* | Fifth time's a charm! Remove ourselves as abstract type listeners once we've | Nick Lewycky | 2009-09-14 | 1 | -3/+16 |
* | Don't leak! Always remove oneself as a listener after adding oneself. | Nick Lewycky | 2009-09-14 | 1 | -6/+15 |
* | Actually remove old types from the set. | Nick Lewycky | 2009-09-13 | 1 | -12/+30 |
* | Storing a set of PATypeHolders is a bad idea because their sort order will | Nick Lewycky | 2009-09-13 | 1 | -2/+10 |
* | Make the MC symbol printer and llvm::Mangler exactly agree on mangling | Chris Lattner | 2009-09-13 | 1 | -0/+1 |
* | Preserve the inbounds flag, so that the constant folder doesn't | Dan Gohman | 2009-09-12 | 1 | -2/+5 |
* | Fix the build when DEBUG_SYMBOL_TABLE is set. | Dan Gohman | 2009-09-12 | 1 | -1/+1 |
* | Fix -Asserts warning. | Daniel Dunbar | 2009-09-11 | 1 | -2/+2 |
* | reject attempts to take the address of an intrinsic, PR4949. | Chris Lattner | 2009-09-11 | 1 | -0/+12 |
* | fix prefix ordering, it's L_foo not _Lfoo | Chris Lattner | 2009-09-11 | 1 | -2/+1 |
* | add a new Mangler::getNameWithPrefix API which returns the | Chris Lattner | 2009-09-11 | 1 | -2/+48 |
* | Fix indentation. | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman | 2009-09-11 | 3 | -9/+105 |
* | Factor out the code for checking that all indices in a getelementptr are | Dan Gohman | 2009-09-10 | 2 | -0/+34 |
* | Fix whitespaces. | Devang Patel | 2009-09-10 | 1 | -4/+4 |
* | Add some braces to make newer GCCs happy and update CMakeLists. | Benjamin Kramer | 2009-09-10 | 1 | -3/+5 |
* | Add malloc call utility functions. Patch by Victor Hernandez. | Evan Cheng | 2009-09-10 | 1 | -0/+111 |