summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* ARM/MC/ELF relocation "hello world" for movw/movt.Jason W Kim2010-12-013-45/+214
* Formatting. It's all the rage!Bill Wendling2010-12-011-35/+37
* More refactoring. This time the T1pI pattern.Bill Wendling2010-12-011-131/+96
* Refactor load/store handling again. Simplify and make some room forEric Christopher2010-12-011-103/+60
* Initialize an ARMConstantPoolValue field.Jan Wen Voung2010-12-011-1/+1
* s/T1pIEncode/T1pILdStEncode/gBill Wendling2010-12-012-62/+62
* Renaming variables to coincide with documentation. No functionality change.Bill Wendling2010-12-012-21/+21
* fix a bozo bug I introduced in r119930, causing a miscompile ofChris Lattner2010-12-012-1/+25
* Refactor T1sI and T1sIt encodings into helper classes.Bill Wendling2010-12-011-93/+78
* Support/PathV2: Add replace_extension implementation.Michael J. Spencer2010-12-012-0/+24
* Support/PathV2: Add remove_filename implementation.Michael J. Spencer2010-12-013-1/+13
* Refactor the T1sIt encodings into a parent class to get rid of all of the "let"Bill Wendling2010-12-011-131/+85
* Use by-name rather than by-order matching for NEON operands.Owen Anderson2010-12-011-318/+318
* 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
OpenPOWER on IntegriCloud