aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-045-104/+73
* Check in file I forgot.Dale Johannesen2009-02-041-3/+3
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-044-151/+19
* Fixes a case where we generate an incorrect mask for pshfhw in the presenceMon P Wang2009-02-041-5/+6
* While folding vallue comparison terminators ignore dbg intrinsics.Devang Patel2009-02-041-0/+3
* Patch up omissions in DebugLoc propagation.Dale Johannesen2009-02-042-56/+63
* Fill in more omissions in DebugLog propagation.Dale Johannesen2009-02-045-36/+44
* Constify and don't return a reference.Bill Wendling2009-02-041-1/+1
* Ignore dbg intrinsics while hoisting common code in the two blocks up into th...Devang Patel2009-02-041-3/+14
* DebugLoc propagation; adjustment to things omittedDale Johannesen2009-02-032-17/+41
* Erm. Would be nice to initialize this variable. . .Bill Wendling2009-02-031-1/+1
* Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.Bill Wendling2009-02-031-3/+11
* Need this file too.Dale Johannesen2009-02-031-2/+2
* Add some DL propagation to places that didn'tDale Johannesen2009-02-034-73/+86
* Do not let dbg intrinsic block folding of two entry phi node.Devang Patel2009-02-031-2/+3
* If "optimize for size" attribute is set then block non-trivial loop unswitche...Devang Patel2009-02-031-3/+2
* DebugLoc propgationDale Johannesen2009-02-031-25/+35
* More whitespace fixin'.Bill Wendling2009-02-031-37/+36
* Whitespace and comment changes. No functionality change.Bill Wendling2009-02-032-25/+12
* teach "convert from scalar" to handle loads of fca's.Chris Lattner2009-02-031-2/+29
* refactor the interface to ConvertUsesOfLoadToScalar, Chris Lattner2009-02-031-34/+35
* DebugLoc propagation. done with file.Dale Johannesen2009-02-031-179/+226
* Remove dead code.Devang Patel2009-02-031-1/+0
* convert ConvertUsesOfLoadToScalar to use IRBuilder,Chris Lattner2009-02-031-37/+33
* switch ConvertScalar_InsertValue to use an IRBuilder, no Chris Lattner2009-02-031-30/+32
* DebugLoc propagation. 2/3 through file.Dale Johannesen2009-02-032-346/+409
* make scalar conversion handle stores of first classChris Lattner2009-02-031-22/+38
* Change the post-RA scheduler to iterate through theDan Gohman2009-02-031-9/+11
* Tevert part of the x86 subtarget logic changes: when -march=x86-64Dan Gohman2009-02-031-4/+5
* First initialize DAG otherwise dwarf writer is used uninitialized.Devang Patel2009-02-032-2/+2
* Make SROA produce a vector only when the alloca is actually Chris Lattner2009-02-031-7/+20
* Fix PR3411. When replacing values, nodes are analyzedDuncan Sands2009-02-031-5/+7
* APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than ...Evan Cheng2009-02-031-49/+54
* add another case of undefined behavior without crashing, PR3466.Chris Lattner2009-02-031-2/+3
* Revert r63600. It didn't fix the bug, it just moved it a bit.Nick Lewycky2009-02-031-7/+2
* Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference th...Owen Anderson2009-02-031-0/+22
* Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky2009-02-031-3/+8
* Explicitly pass in debug location information to BuildMI.Bill Wendling2009-02-034-4/+6
* Pass in something sensible for the debug location information when creating theBill Wendling2009-02-033-6/+52
* fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner2009-02-031-2/+1
* Teach ConvertUsesToScalar to handle memset, allowing it to handle Chris Lattner2009-02-031-21/+55
* Fill in some missing DL propagation in getNode()s.Dale Johannesen2009-02-031-22/+24
* Use SDL->getCurDebugLoc() instead of unknown loc for landing pads.Bill Wendling2009-02-031-1/+1
* Explicitly pass in the "unknown" debug location. This is probably notBill Wendling2009-02-032-2/+3
* Alphabetize includes.Bill Wendling2009-02-031-1/+1
* rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner2009-02-031-93/+120
* Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-032-24/+24
* Propagate debug loc info during SDNode -> machine instr creation.Bill Wendling2009-02-031-6/+9
* Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-035-34/+47
* Propagation in TargetLowering. Includes passing a DLDale Johannesen2009-02-035-113/+132