| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADR | Jim Grosbach | 2010-12-01 | 5 | -16/+73 |
* | Support/FileSystem: Add copy_file implementation. Not tests yet because the | Michael J. Spencer | 2010-12-01 | 3 | -3/+157 |
* | Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h. | Michael J. Spencer | 2010-12-01 | 2 | -593/+628 |
* | unittests/Support/PathV2: Fix -pedantic warning. | Michael J. Spencer | 2010-12-01 | 1 | -2/+2 |
* | Add correct encodings for STRD and LDRD, including fixup support. Additional... | Owen Anderson | 2010-12-01 | 10 | -36/+78 |
* | kill trailing space | Jason W Kim | 2010-12-01 | 1 | -1/+1 |
* | Fix a mised reloc rename spot. | Jim Grosbach | 2010-12-01 | 1 | -2/+2 |
* | 10 bits, not 12. | Jim Grosbach | 2010-12-01 | 3 | -6/+6 |
* | Disable debug info for x86-darwin9 and earlier until PR 8715 and radar 870929... | Devang Patel | 2010-12-01 | 1 | -0/+14 |
* | Add hiddent command line option, as an debugging aid, to disable .loc use. | Devang Patel | 2010-12-01 | 1 | -0/+5 |
* | I don't think it makes any sense to assert that the target supports SSE3 here. | Duncan Sands | 2010-12-01 | 1 | -4/+0 |
* | ptx: bug fix: use after free | Che-Liang Chiou | 2010-12-01 | 1 | -7/+8 |
* | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad | 2010-12-01 | 11 | -66/+66 |
* | Support/PathV2: Add is_{absolute,relative} implementation. | Michael J. Spencer | 2010-12-01 | 2 | -0/+26 |
* | Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen... | Michael J. Spencer | 2010-12-01 | 2 | -18/+78 |
* | unittests/Support/PathV2: Make tests much shorter; although harder to underst... | Michael J. Spencer | 2010-12-01 | 1 | -49/+35 |
* | Elaborate on FIXME. | Jim Grosbach | 2010-12-01 | 1 | -1/+4 |
* | Move the ARMAsmPrinter class defintiion into a header file. | Jim Grosbach | 2010-12-01 | 4 | -100/+127 |
* | Support/PathV2: Add extension implementation. | Michael J. Spencer | 2010-12-01 | 2 | -2/+28 |
* | Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot. | Evan Cheng | 2010-12-01 | 2 | -0/+3 |
* | Support/PathV2: Add stem implementation. | Michael J. Spencer | 2010-12-01 | 2 | -0/+23 |
* | Support/PathV2: Add filename implementation. | Michael J. Spencer | 2010-12-01 | 2 | -0/+8 |
* | Remove "comparison of integers of different signs" warning by making the | Bill Wendling | 2010-12-01 | 1 | -1/+1 |
* | Support/PathV2: Remove is_valid. It was only added because Path had it, but | Michael J. Spencer | 2010-12-01 | 1 | -8/+0 |
* | Support/PathV2: Add native implementation. | Michael J. Spencer | 2010-12-01 | 2 | -0/+25 |
* | Delete Path::appendSuffix's return value; it wasn't used anywhere, which | Dan Gohman | 2010-12-01 | 2 | -15/+3 |
* | General cleanups of comments. | Bill Wendling | 2010-12-01 | 1 | -11/+7 |
* | ARM/MC/ELF relocation "hello world" for movw/movt. | Jason W Kim | 2010-12-01 | 3 | -45/+214 |
* | Formatting. It's all the rage! | Bill Wendling | 2010-12-01 | 1 | -35/+37 |
* | More refactoring. This time the T1pI pattern. | Bill Wendling | 2010-12-01 | 1 | -131/+96 |
* | Refactor load/store handling again. Simplify and make some room for | Eric Christopher | 2010-12-01 | 1 | -103/+60 |
* | Initialize an ARMConstantPoolValue field. | Jan Wen Voung | 2010-12-01 | 1 | -1/+1 |
* | s/T1pIEncode/T1pILdStEncode/g | Bill Wendling | 2010-12-01 | 2 | -62/+62 |
* | Renaming variables to coincide with documentation. No functionality change. | Bill Wendling | 2010-12-01 | 2 | -21/+21 |
* | fix a bozo bug I introduced in r119930, causing a miscompile of | Chris Lattner | 2010-12-01 | 2 | -1/+25 |
* | Refactor T1sI and T1sIt encodings into helper classes. | Bill Wendling | 2010-12-01 | 1 | -93/+78 |
* | Support/PathV2: Add replace_extension implementation. | Michael J. Spencer | 2010-12-01 | 2 | -0/+24 |
* | Support/PathV2: Add remove_filename implementation. | Michael J. Spencer | 2010-12-01 | 3 | -1/+13 |
* | Refactor the T1sIt encodings into a parent class to get rid of all of the "let" | Bill Wendling | 2010-12-01 | 1 | -131/+85 |
* | Use by-name rather than by-order matching for NEON operands. | Owen Anderson | 2010-12-01 | 1 | -318/+318 |
* | test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant. | NAKAMURA Takumi | 2010-12-01 | 8 | -25/+21 |
* | Comment typo. | Andrew Trick | 2010-11-30 | 1 | -1/+1 |
* | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng | 2010-11-30 | 13 | -98/+229 |
* | Rename operands to match ARM documentation. No functionality change. | Bill Wendling | 2010-11-30 | 2 | -101/+105 |
* | Fix typo. | Jim Grosbach | 2010-11-30 | 1 | -1/+1 |
* | Enhance DSE to handle the variable index case in PR8657. | Chris Lattner | 2010-11-30 | 2 | -2/+48 |
* | Trailing whitespace. | Jim Grosbach | 2010-11-30 | 1 | -3/+3 |
* | Support/PathV2: Implement reverse iteration and parent_path. | Michael J. Spencer | 2010-11-30 | 3 | -10/+148 |
* | Support/ADT/StringRef: Add find_last_of. | Michael J. Spencer | 2010-11-30 | 2 | -0/+27 |
* | Thanks to JimG for catching this! | Jason W Kim | 2010-11-30 | 1 | -0/+2 |