| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
| * | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -1/+1 |
| * | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 2 | -3/+3 |
| * | Fix a small little typo. | Mike Stump | 2009-07-28 | 1 | -1/+1 |
| * | Fix a release-asserts warning. Debug functions should be marked used, | Mike Stump | 2009-07-27 | 1 | -0/+2 |
| * | Avoid build warnings. | Mike Stump | 2009-07-27 | 1 | -0/+1 |
| * | Move ConstantStruct back to 2.5 API. | Owen Anderson | 2009-07-27 | 1 | -1/+1 |
| * | Do not seed mstadata into the value map. | Devang Patel | 2009-07-27 | 1 | -25/+4 |
| * | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -12/+12 |
| * | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
| * | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman | 2009-07-25 | 2 | -18/+11 |
| * | Make AliasAnalysis and related classes use | Dan Gohman | 2009-07-25 | 1 | -1/+1 |
| * | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 2 | -6/+8 |
| * | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 5 | -18/+18 |
| * | AliasAnalysis wants sizes in address-units, not bits. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
| * | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar | 2009-07-24 | 1 | -3/+6 |
| * | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 1 | -4/+4 |
| * | Don't give a massive inlining cost bonus to available_externally | Eli Friedman | 2009-07-22 | 1 | -2/+1 |
| * | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 16 | -114/+120 |
| * | Update CMake files. | Ted Kremenek | 2009-07-21 | 1 | -2/+2 |
| * | add a fixme | Chris Lattner | 2009-07-18 | 1 | -0/+5 |
| * | Fix the inline cost calculation to take into account instructions | Eli Friedman | 2009-07-18 | 1 | -0/+7 |
| * | Initialize another Context, in the hopes of unbreaking CBE. | Daniel Dunbar | 2009-07-17 | 1 | -0/+3 |
| * | Replace isTrapping with a new, similar method called | Eli Friedman | 2009-07-17 | 1 | -17/+6 |
| * | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -0/+2 |
| * | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 4 | -15/+12 |
| * | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman | 2009-07-15 | 1 | -6/+4 |
| * | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 4 | -21/+29 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 3 | -3/+3 |
| * | Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant | Dan Gohman | 2009-07-14 | 1 | -14/+9 |
| * | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -3/+4 |
| * | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -6/+6 |
| * | silence a vc++ warning. | Chris Lattner | 2009-07-11 | 1 | -1/+1 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 2 | -3/+5 |
| * | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 2 | -3/+5 |
| * | Push LLVMContext through the PatternMatch API. | Owen Anderson | 2009-07-10 | 1 | -1/+2 |
| * | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 7 | -24/+26 |
| * | There's no need to consider PHI nodes in the same block as the instruction | Nick Lewycky | 2009-07-09 | 1 | -0/+4 |
| * | Add some statistics to SSI so we can see what it's up to. | Nick Lewycky | 2009-07-09 | 1 | -0/+43 |
| * | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 2 | -11/+8 |
| * | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 2 | -4/+8 |
| * | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 6 | -12/+12 |
| * | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 3 | -5/+8 |
| * | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 15 | -90/+132 |
| * | Fix build. | Mike Stump | 2009-07-03 | 1 | -0/+1 |
| * | Add Static Single Information construction pass written by André Tavares! | Nick Lewycky | 2009-07-03 | 1 | -0/+390 |
| * | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
| * | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 1 | -1/+1 |
| * | Minor code simplification. | Dan Gohman | 2009-06-30 | 1 | -3/+2 |
| * | Remove the block from the LoopInfo, rather than just the Loop. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |