summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix and re-enable tail call optimization of expanded libcalls.Evan Cheng2010-12-013-25/+35
* Remove unused argument.Rafael Espindola2010-12-012-4/+3
* fixing style nit: move class static to global staticJason W Kim2010-12-011-42/+41
* Make valgrind happy.Michael J. Spencer2010-12-011-0/+2
* Add a post encoder method to the VFP instructions to convert them to the Thumb2Bill Wendling2010-12-013-4/+22
* Use the correct fixup type for ARM VLDR*Jim Grosbach2010-12-011-2/+2
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-013-10/+52
* Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin...Michael J. Spencer2010-12-012-4/+4
* Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer2010-12-013-0/+28
* Add explicit casts for vector arguments to Neon builtins.Bob Wilson2010-12-011-5/+31
* Add some comments for TableGen's NeonEmitter.Bob Wilson2010-12-012-11/+16
* Cleanup: simplify checks for integers between 2 and 4.Bob Wilson2010-12-011-4/+4
* 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