| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -22/+17 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 2 | -10/+16 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -20/+20 |
* | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson | 2009-07-06 | 1 | -1/+1 |
* | 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 | 11 | -135/+181 |
* | Add newline at end of file. | Duncan Sands | 2009-07-03 | 1 | -1/+1 |
* | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 2 | -8/+4 |
* | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 1 | -1/+20 |
* | >> What if my global variable was into a different address space than stack? | Sanjiv Gupta | 2009-06-17 | 1 | -1/+4 |
* | Merge PartialInliner changes. | Owen Anderson | 2009-06-15 | 1 | -0/+5 |
* | Fix old-style type names in comments. | Dan Gohman | 2009-06-14 | 1 | -2/+2 |
* | Fix CMake build. Patch from Ingmar Vanhassel. | Edwin Török | 2009-06-14 | 1 | -0/+1 |
* | Add an early implementation of a partial inlining pass. The idea behind this | Owen Anderson | 2009-06-14 | 1 | -0/+171 |
* | Unlike the other instructions, GEP really does need to look at the type of a | Nick Lewycky | 2009-06-13 | 1 | -0/+14 |
* | Give Instruction::isSameOperationAs a corresponding comment to note | Dan Gohman | 2009-06-12 | 1 | -2/+3 |
* | Keep callers of a weak function calling it, instead of the non-weak equivalent. | Nick Lewycky | 2009-06-12 | 1 | -0/+1 |
* | Don't forget to match the calling convention when producing a thunk. | Nick Lewycky | 2009-06-12 | 1 | -2/+2 |
* | Given two identical weak functions, produce one internal function and two weak | Nick Lewycky | 2009-06-12 | 1 | -4/+17 |
* | Add an "are types equivalent" operation that ignores the types that a pointer | Nick Lewycky | 2009-06-12 | 1 | -99/+354 |
* | Implement and use new method Function::hasAddressTaken(). | Jay Foad | 2009-06-10 | 3 | -38/+6 |
* | Remove an unused function SafeToDestroyConstant(). Rename an almost | Jay Foad | 2009-06-09 | 2 | -24/+9 |
* | Use cast<> instead of dyn_cast<> for things that are known to be | Jay Foad | 2009-06-06 | 2 | -7/+2 |
* | Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can... | Evan Cheng | 2009-06-02 | 1 | -6/+16 |
* | available_externall linkage is not local, this was confusing the codegenerator, | Edwin Török | 2009-05-23 | 2 | -3/+4 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
* | Fix PR3754: don't mark functions that wrap MallocInst with | Duncan Sands | 2009-05-06 | 1 | -0/+5 |
* | Revert r70630. Go back to appending ".b" to internal globals when shrinking | Nick Lewycky | 2009-05-03 | 1 | -4/+2 |
* | The second argument to RecursivelyDeleteTriviallyDeadInstructions has | Dan Gohman | 2009-05-02 | 1 | -2/+2 |
* | Don't append ".b" to the names of globals that are being shrunk to booleans. | Nick Lewycky | 2009-05-02 | 1 | -2/+4 |
* | Use a safer iterator interface and get rid of std C++ library misuse. | David Greene | 2009-04-17 | 1 | -3/+2 |
* | eliminate unneeded parens. | Chris Lattner | 2009-04-13 | 1 | -2/+2 |
* | Use a SmallPtrSet instead of std::set. | Dale Johannesen | 2009-03-23 | 1 | -2/+2 |
* | Clear the cached cost when removing a function in | Dale Johannesen | 2009-03-19 | 2 | -10/+17 |
* | aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D... | Chris Lattner | 2009-03-18 | 1 | -3/+3 |
* | add an assertion to make it clear that PHI nodes are not allowed. | Chris Lattner | 2009-03-18 | 1 | -1/+4 |
* | Fix PR3807 by inserting 'insertelement' instructions in the normal dest of | Chris Lattner | 2009-03-18 | 1 | -5/+10 |
* | Fix -strip-debug-declare to work when there are | Dale Johannesen | 2009-03-13 | 1 | -19/+17 |
* | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling | 2009-03-13 | 2 | -4/+4 |
* | Second installment of "BasicBlock operands to the back" | Gabor Greif | 2009-03-13 | 2 | -4/+4 |
* | Ignore debug info while evaluating function. | Devang Patel | 2009-03-09 | 1 | -1/+7 |
* | Remove llvm.dbg.global_variables also. | Devang Patel | 2009-03-09 | 1 | -0/+10 |
* | Add helper pass to remove llvm.dbg.declare intrinsics. | Devang Patel | 2009-03-09 | 1 | -0/+62 |
* | This debug info special case should no longer | Duncan Sands | 2009-03-09 | 1 | -4/+0 |
* | Keep calling-convention and tail-call bit when creating new invoke or call. | Nick Lewycky | 2009-03-08 | 1 | -10/+13 |
* | Fix comments, pointed out by Duncan Sands. | Nick Lewycky | 2009-03-08 | 1 | -3/+3 |
* | Mark function returns as noalias. | Nick Lewycky | 2009-03-08 | 1 | -0/+127 |
* | 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 |