aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant.NAKAMURA Takumi2010-12-018-25/+21
* Comment typo.Andrew Trick2010-11-301-1/+1
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-3013-98/+229
* Rename operands to match ARM documentation. No functionality change.Bill Wendling2010-11-302-101/+105
* Fix typo.Jim Grosbach2010-11-301-1/+1
* Enhance DSE to handle the variable index case in PR8657.Chris Lattner2010-11-302-2/+48
* Trailing whitespace.Jim Grosbach2010-11-301-3/+3
* Support/PathV2: Implement reverse iteration and parent_path.Michael J. Spencer2010-11-303-10/+148
* Support/ADT/StringRef: Add find_last_of.Michael J. Spencer2010-11-302-0/+27
* Thanks to JimG for catching this!Jason W Kim2010-11-301-0/+2
* remove fixme comment too.Chris Lattner2010-11-301-3/+3
* check in *all* files. This is now handled by my previous DSE commit.Chris Lattner2010-11-301-1/+1
* Coding style. No significant functionality. Abandon linear scan styleAndrew Trick2010-11-304-524/+548
* Inline classes that were used in only one place.Bill Wendling2010-11-301-5/+2
* teach DSE to use GetPointerBaseWithConstantOffset to analyzeChris Lattner2010-11-303-16/+70
* * Add support for encoding t_addrmode_s2 and t_addrmode_s1. They are the same asBill Wendling2010-11-305-90/+151
* Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...Owen Anderson2010-11-305-90/+16
* Fix handling of ARM negative pc-relative fixups for loads and stores.Jim Grosbach2010-11-302-9/+36
* move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.hChris Lattner2010-11-303-58/+59
* remove a fixed fixmeChris Lattner2010-11-301-2/+0
* Make DeleteDeadInstruction be a static function, move some code around.Chris Lattner2010-11-301-59/+64
* Move X86InstrFPStack.td over to PseudoI as well.Eric Christopher2010-11-301-27/+9
* switch RemoveAccessedObjects to use AliasAnalysis::Location to simplifyChris Lattner2010-11-301-17/+13
* two improvements to RemoveAccessedObjects:Chris Lattner2010-11-301-28/+7
* Migrate X86InstrControl.td to use PseudoI and fix a couple of 80-col violationsEric Christopher2010-11-301-19/+15
* remove the "undead" terminology, which is nonstandard and never Chris Lattner2010-11-301-40/+47
* move call handling in handleEndBlock up a bit, and simplify it.Chris Lattner2010-11-301-37/+40
* Performance optimization on ImmutableMap/ImmutableSet:Ted Kremenek2010-11-302-88/+159
* Avoid exponential growth of a table. It feels likeDale Johannesen2010-11-301-5/+22
* Provide Thumb2 encodings for a few miscellaneous instructions.Owen Anderson2010-11-301-8/+22
* various cleanups and code simplificationChris Lattner2010-11-301-87/+63
* make getPointerSize a static function. Add ivars to DSE forChris Lattner2010-11-301-46/+42
* reduce indentation, clean up TD use a bit.Chris Lattner2010-11-301-28/+31
* Add FIXMEJim Grosbach2010-11-301-0/+1
* forbid rtti and exceptionsChris Lattner2010-11-301-0/+23
* Add encoding support for Thumb2 PLD and PLI instructions.Owen Anderson2010-11-304-1/+45
* Noticed this on inspection, fix and update some comments.Eric Christopher2010-11-301-3/+4
* enhance isRemovable to refuse to delete volatile mem transfersChris Lattner2010-11-302-8/+35
* The VLDMQ/VSTMQ instructions are reprented as true Pseudo-insts now (i.e.,Jim Grosbach2010-11-301-5/+0
* Tidy up.Jim Grosbach2010-11-301-2/+3
* Pseudo-ize ARM MOVPCRXJim Grosbach2010-11-302-8/+19
* Delete a few no longer needed references to pseudos.Jim Grosbach2010-11-301-4/+0
* Change the basic block map in LoopInfo from a std::map to a DenseMap. This is...Cameron Zwarich2010-11-301-4/+5
* Provide encodings for a few more load/store variants.Owen Anderson2010-11-301-4/+16
* Pseudo-ize BX_CALL and friends. Remove dead instruction format classes.Jim Grosbach2010-11-303-46/+66
* Add tests for more forms of Thumb2 loads and stores.Owen Anderson2010-11-301-0/+32
* add TLI support indicating that jumps are more expensive than logical operationsChris Lattner2010-11-303-2/+23
* ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou2010-11-302-0/+24
* Not all platforms use _<func>. Duh.Eric Christopher2010-11-301-2/+2
* Fix some grammar in comments I noticed.Eric Christopher2010-11-301-5/+5