summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-03
* turn IPSCCP back on by default, try #3 or 4? Woo.Chris Lattner2009-11-03
* Added a comment to a function that had noneKenneth Uildriks2009-11-03
* Run the functionattrs pass after the inliner, and not before.Duncan Sands2009-11-03
* Speculatively redisable IPSCCP, I think its still breaking things.Daniel Dunbar2009-11-03
* turn IPSCCP back on now that the iterator invalidation bug is fixed.Chris Lattner2009-11-03
* Add a couple more target nodesNate Begeman2009-11-03
* revert r8579[56], which are causing unhappiness in buildbot land.Chris Lattner2009-11-02
* now that ip sccp *really* subsumes ipcp, remove ipcp again.Chris Lattner2009-11-02
* Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias...Evan Cheng2009-11-01
* fix two strange things in the default passmgr:Chris Lattner2009-11-01
* IPSCCP apparently is not a superset of IPCP, this is bad,Chris Lattner2009-11-01
* Improve the other instance of the comment.Duncan Sands2009-11-01
* only run GlobalDCE at -O3 and run it late instead of early.Chris Lattner2009-11-01
* We currently only run ipsccp at LTO time, which is silly. It subsumesChris Lattner2009-11-01
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-01
* the verifier shouldn't modify the IR.Chris Lattner2009-11-01
* Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor2009-11-01
* Add a function to Passes.h to allow clients to create instancesDan Gohman2009-11-01
* Don't #include Pass.h from CallGraph.h.Dan Gohman2009-11-01
* Remove the #include of Pass.h from PassManager.h. This breaks a significantDan Gohman2009-11-01
* fix an issue where the verifier would reject a function whose entryChris Lattner2009-11-01
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-01
* update the comment above llvm::SplitCriticalEdge, and makeChris Lattner2009-10-31
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-31
* Revert r85667. LoopUnroll currently can't call utility functions whichDan Gohman2009-10-31
* Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor intoDan Gohman2009-10-31
* Rename forgetLoopBackedgeTakenCount to forgetLoop, because itDan Gohman2009-10-31
* Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new abilityDan Gohman2009-10-31
* make hasAddressTaken() constant time by storing a refcount in BB's subclass d...Chris Lattner2009-10-30
* Fix MachineLICM to use the correct virtual register class whenDan Gohman2009-10-30
* Add option to createGVNPass to disable PRE.Evan Cheng2009-10-30
* Rather than having llvm-gcc changing the meaning of OptimizeSize, just make s...Evan Cheng2009-10-30
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-30
* Remove dead code.Devang Patel2009-10-30
* Add a BlockAddress MachineOperand kind.Dan Gohman2009-10-30
* Remove a redundant copy constructor.Dan Gohman2009-10-30
* Move some code from being emitted as boilerplate duplicated in everyDan Gohman2009-10-29
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner2009-10-29
* add newline to make cl.exe happy.Zhongxing Xu2009-10-29
* Don't put in these EH changes.Bill Wendling2009-10-29
* A switch-on-string-literal construct that is a nice alternative toDouglas Gregor2009-10-29
* Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.Bill Wendling2009-10-29
* Add a hasAddressTaken for BasicBlock.Dan Gohman2009-10-29
* add IRBuilder support for IndirectBrChris Lattner2009-10-28
* Revert r85346 change to control tail merging by CodeGenOpt::Level.Bob Wilson2009-10-28
* Extend getMallocArraySize() to determine the array size if the malloc argumen...Victor Hernandez2009-10-28
* Make AntiDepReg.h internal.David Goodwin2009-10-28
* add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JITChris Lattner2009-10-28