| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patch up omissions in DebugLoc propagation. | Dale Johannesen | 2009-02-04 | 2 | -56/+63 |
* | Fill in more omissions in DebugLog propagation. | Dale Johannesen | 2009-02-04 | 5 | -36/+44 |
* | Constify and don't return a reference. | Bill Wendling | 2009-02-04 | 2 | -2/+2 |
* | Ignore dbg intrinsics while hoisting common code in the two blocks up into th... | Devang Patel | 2009-02-04 | 2 | -3/+47 |
* | DebugLoc propagation; adjustment to things omitted | Dale Johannesen | 2009-02-03 | 3 | -17/+47 |
* | Erm. Would be nice to initialize this variable. . . | Bill Wendling | 2009-02-03 | 1 | -1/+1 |
* | Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. | Bill Wendling | 2009-02-03 | 2 | -5/+16 |
* | Add getter for the index. | Bill Wendling | 2009-02-03 | 1 | -0/+2 |
* | Need this file too. | Dale Johannesen | 2009-02-03 | 1 | -2/+2 |
* | Add some DL propagation to places that didn't | Dale Johannesen | 2009-02-03 | 6 | -76/+141 |
* | Do not let dbg intrinsic block folding of two entry phi node. | Devang Patel | 2009-02-03 | 2 | -2/+31 |
* | If "optimize for size" attribute is set then block non-trivial loop unswitche... | Devang Patel | 2009-02-03 | 1 | -3/+2 |
* | DebugLoc propgation | Dale Johannesen | 2009-02-03 | 1 | -25/+35 |
* | More whitespace fixin'. | Bill Wendling | 2009-02-03 | 1 | -37/+36 |
* | Whitespace and comment changes. No functionality change. | Bill Wendling | 2009-02-03 | 2 | -25/+12 |
* | teach "convert from scalar" to handle loads of fca's. | Chris Lattner | 2009-02-03 | 2 | -2/+38 |
* | refactor the interface to ConvertUsesOfLoadToScalar, | Chris Lattner | 2009-02-03 | 1 | -34/+35 |
* | DebugLoc propagation. done with file. | Dale Johannesen | 2009-02-03 | 1 | -179/+226 |
* | Remove dead code. | Devang Patel | 2009-02-03 | 2 | -29/+0 |
* | convert ConvertUsesOfLoadToScalar to use IRBuilder, | Chris Lattner | 2009-02-03 | 1 | -37/+33 |
* | switch ConvertScalar_InsertValue to use an IRBuilder, no | Chris Lattner | 2009-02-03 | 1 | -30/+32 |
* | DebugLoc propagation. 2/3 through file. | Dale Johannesen | 2009-02-03 | 2 | -346/+409 |
* | make scalar conversion handle stores of first class | Chris Lattner | 2009-02-03 | 2 | -22/+50 |
* | Change the post-RA scheduler to iterate through the | Dan Gohman | 2009-02-03 | 1 | -9/+11 |
* | Tevert part of the x86 subtarget logic changes: when -march=x86-64 | Dan Gohman | 2009-02-03 | 1 | -4/+5 |
* | First initialize DAG otherwise dwarf writer is used uninitialized. | Devang Patel | 2009-02-03 | 2 | -2/+2 |
* | Make SROA produce a vector only when the alloca is actually | Chris Lattner | 2009-02-03 | 2 | -7/+39 |
* | this produces an undefined result, just check that the alloca is gone | Chris Lattner | 2009-02-03 | 1 | -1/+1 |
* | Fix PR3411. When replacing values, nodes are analyzed | Duncan Sands | 2009-02-03 | 2 | -5/+37 |
* | APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than ... | Evan Cheng | 2009-02-03 | 2 | -49/+73 |
* | add a method to BumpPtrAllocator that allows allocating elements | Chris Lattner | 2009-02-03 | 1 | -0/+14 |
* | Add LLVM plugin for gold. | Nick Lewycky | 2009-02-03 | 4 | -0/+377 |
* | Regenerate configure. | Nick Lewycky | 2009-02-03 | 1 | -26/+56 |
* | Add the ability to pass the path to binutils source to configure. This is | Nick Lewycky | 2009-02-03 | 2 | -0/+21 |
* | add another case of undefined behavior without crashing, PR3466. | Chris Lattner | 2009-02-03 | 2 | -2/+12 |
* | Revert r63600. It didn't fix the bug, it just moved it a bit. | Nick Lewycky | 2009-02-03 | 2 | -39/+2 |
* | Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference th... | Owen Anderson | 2009-02-03 | 1 | -0/+22 |
* | Update the callgraph when replacing InvokeInst with CallInst when inlining. | Nick Lewycky | 2009-02-03 | 2 | -3/+40 |
* | Explicitly pass in debug location information to BuildMI. | Bill Wendling | 2009-02-03 | 4 | -4/+6 |
* | Pass in something sensible for the debug location information when creating the | Bill Wendling | 2009-02-03 | 3 | -6/+52 |
* | fix a bitcode reader bug where it can't handle extractelement correctly: | Chris Lattner | 2009-02-03 | 2 | -2/+9 |
* | Teach ConvertUsesToScalar to handle memset, allowing it to handle | Chris Lattner | 2009-02-03 | 2 | -21/+73 |
* | Fill in some missing DL propagation in getNode()s. | Dale Johannesen | 2009-02-03 | 1 | -22/+24 |
* | Use SDL->getCurDebugLoc() instead of unknown loc for landing pads. | Bill Wendling | 2009-02-03 | 1 | -1/+1 |
* | Explicitly pass in the "unknown" debug location. This is probably not | Bill Wendling | 2009-02-03 | 2 | -2/+3 |
* | Delete these two tests. They are specific to x86-64, and there's no | Dan Gohman | 2009-02-03 | 2 | -42/+0 |
* | Alphabetize includes. | Bill Wendling | 2009-02-03 | 1 | -1/+1 |
* | rearrange how SRoA handles promotion of allocas to vectors. | Chris Lattner | 2009-02-03 | 3 | -94/+130 |
* | Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since | Dan Gohman | 2009-02-03 | 3 | -25/+33 |
* | this test produces an undefined value, we don't care | Chris Lattner | 2009-02-03 | 1 | -1/+1 |