| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use hasDefinitiveInitializer() instead of testing the same thing | Dan Gohman | 2009-08-19 | 1 | -3/+3 |
| * | Fix a bug that caused globalopt to miscompile tramp3d: don't miss | Dan Gohman | 2009-08-18 | 1 | -3/+8 |
| * | Don't access the first element of a potentially empty | Duncan Sands | 2009-08-17 | 1 | -6/+7 |
| * | Make TargetData optional in GlobalOpt and ArgumentPromotion. | Dan Gohman | 2009-08-14 | 1 | -12/+13 |
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -20/+25 |
| * | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman | 2009-08-12 | 1 | -1/+1 |
| * | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 2009-08-05 | 1 | -2/+2 |
| * | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -15/+15 |
| * | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 1 | -4/+4 |
| * | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -6/+6 |
| * | Twines: Don't allow implicit conversion from integers, this is too tricky. | Daniel Dunbar | 2009-07-30 | 1 | -7/+7 |
| * | Switch obvious clients to Twine instead of utostr (when they were already using | Daniel Dunbar | 2009-07-30 | 1 | -8/+7 |
| * | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -5/+5 |
| * | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -11/+11 |
| * | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -2/+2 |
| * | Move ConstantStruct back to 2.5 API. | Owen Anderson | 2009-07-27 | 1 | -2/+2 |
| * | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -3/+4 |
| * | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -6/+6 |
| * | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -86/+86 |
| * | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson | 2009-07-21 | 1 | -4/+4 |
| * | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -0/+1 |
| * | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 1 | -5/+4 |
| * | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -4/+5 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -4/+4 |
| * | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -4/+5 |
| * | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -7/+7 |
| * | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 1 | -20/+15 |
| * | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -9/+15 |
| * | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -20/+20 |
| * | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 1 | -22/+27 |
| * | More LLVMContext-ification. | Owen Anderson | 2009-07-06 | 1 | -89/+118 |
| * | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 1 | -2/+1 |
| * | >> What if my global variable was into a different address space than stack? | Sanjiv Gupta | 2009-06-17 | 1 | -1/+4 |
| * | Implement and use new method Function::hasAddressTaken(). | Jay Foad | 2009-06-10 | 1 | -18/+2 |
| * | Remove an unused function SafeToDestroyConstant(). Rename an almost | Jay Foad | 2009-06-09 | 1 | -9/+9 |
| * | Use cast<> instead of dyn_cast<> for things that are known to be | Jay Foad | 2009-06-06 | 1 | -2/+1 |
| * | Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can... | Evan Cheng | 2009-06-02 | 1 | -6/+16 |
| * | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
| * | Revert r70630. Go back to appending ".b" to internal globals when shrinking | Nick Lewycky | 2009-05-03 | 1 | -4/+2 |
| * | Don't append ".b" to the names of globals that are being shrunk to booleans. | Nick Lewycky | 2009-05-02 | 1 | -2/+4 |
| * | Ignore debug info while evaluating function. | Devang Patel | 2009-03-09 | 1 | -1/+7 |
| * | use MemTransferInst. | Chris Lattner | 2009-03-08 | 1 | -1/+1 |
| * | fix a serious pessimization that Tron on IRC pointed out where we would | Chris Lattner | 2009-03-07 | 1 | -3/+5 |
| * | While thinking about the one-definition-rule and trying | Duncan Sands | 2009-03-06 | 1 | -3/+12 |
| * | Revert 66224. | Devang Patel | 2009-03-06 | 1 | -9/+7 |
| * | Revert rev. 66167. | Devang Patel | 2009-03-06 | 1 | -31/+9 |
| * | Do not let debug info prevert globalopt from shriking a global vars to boolean. | Devang Patel | 2009-03-06 | 1 | -7/+9 |
| * | GlobalOpt only process non constant local GVs while optimizing global vars. | Devang Patel | 2009-03-05 | 1 | -9/+31 |
| * | Temporarily revert r65994. It was causing rdar://6646455. | Bill Wendling | 2009-03-04 | 1 | -20/+6 |