| Commit message (Expand) | Author | Age | Files | Lines |
| * | don't internalize available_externally functions, they are | Chris Lattner | 2010-04-03 | 1 | -0/+4 |
| * | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman | 2010-04-02 | 1 | -7/+1 |
| * | Make globalopt refine global variable alignment. | Dan Gohman | 2010-04-02 | 1 | -1/+7 |
| * | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 2 | -63/+65 |
| * | Clean up this file a little, no functionality change. This is a subset of my | Nick Lewycky | 2010-04-01 | 1 | -11/+10 |
| * | When we promote a load of an argument make sure to take the alignment | Eric Christopher | 2010-03-27 | 1 | -1/+5 |
| * | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 2 | -2/+2 |
| * | tighten a type and remove trailing whitespace, no functional changes | Gabor Greif | 2010-03-24 | 1 | -12/+12 |
| * | add assert in argpromotion, which cannot trigger | Gabor Greif | 2010-03-23 | 1 | -4/+5 |
| * | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 2 | -4/+4 |
| * | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 2 | -4/+4 |
| * | Add a setCalledFunction member to InvokeInst (like in CallInst) | Gabor Greif | 2010-03-20 | 1 | -2/+2 |
| * | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 2 | -4/+4 |
| * | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 2 | -4/+4 |
| * | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen | 2010-03-09 | 3 | -6/+12 |
| * | Revert r98089, it was breaking a clang test. | Jakob Stoklund Olesen | 2010-03-09 | 3 | -12/+6 |
| * | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen | 2010-03-09 | 3 | -6/+12 |
| * | Add inlining threshold to log output. | Jakob Stoklund Olesen | 2010-03-09 | 1 | -1/+4 |
| * | Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday, | Chris Lattner | 2010-02-26 | 1 | -3/+2 |
| * | remove dead code, by this point all uses of CI are gone. | Chris Lattner | 2010-02-26 | 1 | -4/+1 |
| * | fix PR6435 another bug from the MallocInst elimination work. | Chris Lattner | 2010-02-26 | 1 | -3/+1 |
| * | rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs | Chris Lattner | 2010-02-25 | 1 | -79/+73 |
| * | Modernize comment. | Nick Lewycky | 2010-02-25 | 1 | -1/+1 |
| * | Correct whitespace. | Nick Lewycky | 2010-02-25 | 1 | -1/+1 |
| * | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 4 | -13/+13 |
| * | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 2 | -4/+4 |
| * | Enable the inlinehint attribute in the Inliner. | Jakob Stoklund Olesen | 2010-02-13 | 1 | -13/+12 |
| * | 1. modernize the constantmerge pass, using densemap/smallvector. | Chris Lattner | 2010-02-12 | 1 | -19/+22 |
| * | Strip new llvm.dbg.value intrinsic. | Devang Patel | 2010-02-10 | 1 | -0/+9 |
| * | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 2 | -2/+2 |
| * | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen | 2010-02-06 | 1 | -7/+24 |
| * | Increase inliner thresholds by 25. | Jakob Stoklund Olesen | 2010-02-04 | 1 | -3/+3 |
| * | Keep iterating over all uses when meeting a phi node in AllUsesOfValueWillTra... | Jakob Stoklund Olesen | 2010-01-29 | 1 | -2/+2 |
| * | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -1/+0 |
| * | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
| * | Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. | Nick Lewycky | 2010-01-23 | 1 | -70/+23 |
| * | Teach DAE that even though it can't modify the function signature of an | Nick Lewycky | 2010-01-23 | 1 | -23/+70 |
| * | Another strncmp -> StringRef.startswith simplification. | Benjamin Kramer | 2010-01-22 | 1 | -1/+1 |
| * | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
| * | Move per-function inline threshold calculation to a method. | Jakob Stoklund Olesen | 2010-01-20 | 1 | -14/+12 |
| * | Be less stingy as to how many selects and phi nodes we | Duncan Sands | 2010-01-07 | 1 | -2/+2 |
| * | handle ConstantVector while I'm in here. | Chris Lattner | 2010-01-07 | 1 | -0/+3 |
| * | fix a globalopt crash on 'bullet' (handling evaluation of a store | Chris Lattner | 2010-01-07 | 1 | -16/+20 |
| * | Fix a README item: have functionattrs look through selects and | Duncan Sands | 2010-01-06 | 1 | -10/+41 |
| * | Partially address a README by having functionattrs consider calls to | Duncan Sands | 2010-01-06 | 1 | -0/+15 |
| * | Move remaining stuff to the isInteger predicate. | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
| * | Fix indentation. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
| * | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 3 | -5/+4 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -5/+5 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -9/+9 |