| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev! | NAKAMURA Takumi | 2010-12-02 | 1 | -4/+4 |
* | Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addresses | Rafael Espindola | 2010-12-02 | 1 | -3/+11 |
* | Simplify code in Neon intrinsics. No functional changes intended. | Bob Wilson | 2010-12-02 | 1 | -43/+37 |
* | Assign arguments of Neon intrinsic macros to local temporaries. | Bob Wilson | 2010-12-02 | 1 | -4/+31 |
* | Move EmitValueToOffset to the ObjectStreamer. | Rafael Espindola | 2010-12-02 | 5 | -22/+6 |
* | Add EmitInstToFragment to the generic object streamer. | Rafael Espindola | 2010-12-02 | 4 | -35/+12 |
* | Add naming rules to the coding standards. | Zhanyong Wan | 2010-12-02 | 1 | -0/+67 |
* | The sections that the ELF object writer has to create are very simple and | Rafael Espindola | 2010-12-02 | 3 | -43/+50 |
* | Use statement expressions in Neon intrinsics defined as macros. | Bob Wilson | 2010-12-02 | 1 | -9/+8 |
* | tidy up | Chris Lattner | 2010-12-02 | 1 | -4/+4 |
* | Add casts for splatted scalars in calls to Neon builtins. | Bob Wilson | 2010-12-02 | 1 | -5/+5 |
* | Add a missing cast for Neon vsbl results. | Bob Wilson | 2010-12-02 | 1 | -2/+3 |
* | Add another missing cast for Neon vcombine results. | Bob Wilson | 2010-12-02 | 1 | -1/+1 |
* | Add casts in arm_neon.h for result values in inline functions as well as macros. | Bob Wilson | 2010-12-02 | 1 | -1/+1 |
* | If tehre are not any line entry then do not try to emit .debug_line section. | Devang Patel | 2010-12-02 | 2 | -1/+4 |
* | Implement the first half of LiveDebugVariables. | Jakob Stoklund Olesen | 2010-12-02 | 5 | -5/+528 |
* | Add support for binary encoding of ARM 'adr' instructions referencing constant | Jim Grosbach | 2010-12-02 | 7 | -41/+65 |
* | Avoid "char" for Neon vector elements; make it explicitly signed (or unsigned). | Bob Wilson | 2010-12-02 | 1 | -5/+7 |
* | Cast scalar results of Neon macros to the correct type. | Bob Wilson | 2010-12-02 | 1 | -1/+1 |
* | Revert r120580. | Devang Patel | 2010-12-02 | 1 | -14/+0 |
* | Fix and re-enable tail call optimization of expanded libcalls. | Evan Cheng | 2010-12-01 | 3 | -25/+35 |
* | Remove unused argument. | Rafael Espindola | 2010-12-01 | 2 | -4/+3 |
* | fixing style nit: move class static to global static | Jason W Kim | 2010-12-01 | 1 | -42/+41 |
* | Make valgrind happy. | Michael J. Spencer | 2010-12-01 | 1 | -0/+2 |
* | Add a post encoder method to the VFP instructions to convert them to the Thumb2 | Bill Wendling | 2010-12-01 | 3 | -4/+22 |
* | Use the correct fixup type for ARM VLDR* | Jim Grosbach | 2010-12-01 | 1 | -2/+2 |
* | Rename temporary symbols if they conflict with artificial symbols created | Rafael Espindola | 2010-12-01 | 3 | -10/+52 |
* | Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin... | Michael J. Spencer | 2010-12-01 | 2 | -4/+4 |
* | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer | 2010-12-01 | 3 | -0/+28 |
* | Add explicit casts for vector arguments to Neon builtins. | Bob Wilson | 2010-12-01 | 1 | -5/+31 |
* | Add some comments for TableGen's NeonEmitter. | Bob Wilson | 2010-12-01 | 2 | -11/+16 |
* | Cleanup: simplify checks for integers between 2 and 4. | Bob Wilson | 2010-12-01 | 1 | -4/+4 |
* | 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 |