summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Bill implemented this.Chris Lattner2009-02-04
* add a note, this is why we're faster at SciMark-MonteCarlo withChris Lattner2009-02-04
* Skip over zero registers.Evan Cheng2009-02-04
* allow main to have any integer type.Chris Lattner2009-02-04
* Minor code cleanups; no functionality change.Dan Gohman2009-02-04
* Since I'm obliged to work with a development OS that currently doesn'tStuart Hastings2009-02-04
* Allow the inverse transform x86_fp80 -> i80 (alsoDuncan Sands2009-02-04
* Fix PR3468: a crash when constant folding a bitcast ofDuncan Sands2009-02-04
* Don't call isInvariantLoad twice.Evan Cheng2009-02-04
* Don't bother hoisting out a "cheap" instruction if all of its uses are PHIs. ...Evan Cheng2009-02-04
* For now, only hoist re-materilizable instructions. LICM will increase registe...Evan Cheng2009-02-04
* Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky2009-02-04
* Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl...Owen Anderson2009-02-04
* Remove non-DebugLoc forms of the exotic formsDale Johannesen2009-02-04
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-04
* Check in file I forgot.Dale Johannesen2009-02-04
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-04
* Fixes a case where we generate an incorrect mask for pshfhw in the presenceMon P Wang2009-02-04
* While folding vallue comparison terminators ignore dbg intrinsics.Devang Patel2009-02-04
* Patch up omissions in DebugLoc propagation.Dale Johannesen2009-02-04
* Fill in more omissions in DebugLog propagation.Dale Johannesen2009-02-04
* Constify and don't return a reference.Bill Wendling2009-02-04
* Ignore dbg intrinsics while hoisting common code in the two blocks up into th...Devang Patel2009-02-04
* DebugLoc propagation; adjustment to things omittedDale Johannesen2009-02-03
* Erm. Would be nice to initialize this variable. . .Bill Wendling2009-02-03
* Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.Bill Wendling2009-02-03
* Need this file too.Dale Johannesen2009-02-03
* Add some DL propagation to places that didn'tDale Johannesen2009-02-03
* Do not let dbg intrinsic block folding of two entry phi node.Devang Patel2009-02-03
* If "optimize for size" attribute is set then block non-trivial loop unswitche...Devang Patel2009-02-03
* DebugLoc propgationDale Johannesen2009-02-03
* More whitespace fixin'.Bill Wendling2009-02-03
* Whitespace and comment changes. No functionality change.Bill Wendling2009-02-03
* teach "convert from scalar" to handle loads of fca's.Chris Lattner2009-02-03
* refactor the interface to ConvertUsesOfLoadToScalar, Chris Lattner2009-02-03
* DebugLoc propagation. done with file.Dale Johannesen2009-02-03
* Remove dead code.Devang Patel2009-02-03
* convert ConvertUsesOfLoadToScalar to use IRBuilder,Chris Lattner2009-02-03
* switch ConvertScalar_InsertValue to use an IRBuilder, no Chris Lattner2009-02-03
* DebugLoc propagation. 2/3 through file.Dale Johannesen2009-02-03
* make scalar conversion handle stores of first classChris Lattner2009-02-03
* Change the post-RA scheduler to iterate through theDan Gohman2009-02-03
* Tevert part of the x86 subtarget logic changes: when -march=x86-64Dan Gohman2009-02-03
* First initialize DAG otherwise dwarf writer is used uninitialized.Devang Patel2009-02-03
* Make SROA produce a vector only when the alloca is actually Chris Lattner2009-02-03
* Fix PR3411. When replacing values, nodes are analyzedDuncan Sands2009-02-03
* APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than ...Evan Cheng2009-02-03
* add another case of undefined behavior without crashing, PR3466.Chris Lattner2009-02-03
* Revert r63600. It didn't fix the bug, it just moved it a bit.Nick Lewycky2009-02-03
* Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference th...Owen Anderson2009-02-03