summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADRJim Grosbach2010-12-015-16/+73
* Support/FileSystem: Add copy_file implementation. Not tests yet because theMichael J. Spencer2010-12-013-3/+157
* Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.Michael J. Spencer2010-12-012-593/+628
* unittests/Support/PathV2: Fix -pedantic warning.Michael J. Spencer2010-12-011-2/+2
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-0110-36/+78
* kill trailing spaceJason W Kim2010-12-011-1/+1
* Fix a mised reloc rename spot.Jim Grosbach2010-12-011-2/+2
* 10 bits, not 12.Jim Grosbach2010-12-013-6/+6
* Disable debug info for x86-darwin9 and earlier until PR 8715 and radar 870929...Devang Patel2010-12-011-0/+14
* Add hiddent command line option, as an debugging aid, to disable .loc use.Devang Patel2010-12-011-0/+5
* I don't think it makes any sense to assert that the target supports SSE3 here.Duncan Sands2010-12-011-4/+0
* ptx: bug fix: use after freeChe-Liang Chiou2010-12-011-7/+8
* PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad2010-12-0111-66/+66
* Support/PathV2: Add is_{absolute,relative} implementation.Michael J. Spencer2010-12-012-0/+26
* Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen...Michael J. Spencer2010-12-012-18/+78
* unittests/Support/PathV2: Make tests much shorter; although harder to underst...Michael J. Spencer2010-12-011-49/+35
* Elaborate on FIXME.Jim Grosbach2010-12-011-1/+4
* Move the ARMAsmPrinter class defintiion into a header file.Jim Grosbach2010-12-014-100/+127
* Support/PathV2: Add extension implementation.Michael J. Spencer2010-12-012-2/+28
* Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.Evan Cheng2010-12-012-0/+3
* Support/PathV2: Add stem implementation.Michael J. Spencer2010-12-012-0/+23
* Support/PathV2: Add filename implementation.Michael J. Spencer2010-12-012-0/+8
* Remove "comparison of integers of different signs" warning by making theBill Wendling2010-12-011-1/+1
* Support/PathV2: Remove is_valid. It was only added because Path had it, butMichael J. Spencer2010-12-011-8/+0
* Support/PathV2: Add native implementation.Michael J. Spencer2010-12-012-0/+25
* Delete Path::appendSuffix's return value; it wasn't used anywhere, whichDan Gohman2010-12-012-15/+3
* General cleanups of comments.Bill Wendling2010-12-011-11/+7
* 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