| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't overwrite the opcode passed into the T1Special pattern. | Bill Wendling | 2010-12-03 | 1 | -4/+5 |
* | Add Thumb encoding for some more instructions. | Bill Wendling | 2010-12-03 | 1 | -19/+68 |
* | Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef. | Michael J. Spencer | 2010-12-03 | 1 | -2/+2 |
* | Support/FileSystem: Add unique_file and exists implementations. | Michael J. Spencer | 2010-12-03 | 3 | -2/+334 |
* | Do with uleb the same trick we now do with dwarf line/address advances. This | Rafael Espindola | 2010-12-03 | 3 | -10/+20 |
* | Try to resolve symbol differences early, and if successful create a plain | Rafael Espindola | 2010-12-03 | 10 | -85/+126 |
* | The tLDR instruction wasn't encoded properly: | Bill Wendling | 2010-12-03 | 1 | -2/+6 |
* | It may not be an option to skip .debug_line if there are file reference in al... | Devang Patel | 2010-12-03 | 2 | -3/+21 |
* | Trailing whitespace. | Jim Grosbach | 2010-12-02 | 1 | -32/+32 |
* | Use set directive for StartMinusEndExpr. | Devang Patel | 2010-12-02 | 6 | -9/+20 |
* | Update LiveDebugVariables during coalescing. | Jakob Stoklund Olesen | 2010-12-02 | 3 | -0/+56 |
* | When expanding the MOVCCi32imm, make sure to use the ARM movt/movw opcodes, | Jim Grosbach | 2010-12-02 | 1 | -4/+5 |
* | Fix copy/pasto in vmin.f32 encoding. | Jim Grosbach | 2010-12-02 | 1 | -1/+1 |
* | Teaching MBlaze backend how to reverse branch conditions. | Wesley Peck | 2010-12-02 | 2 | -0/+35 |
* | Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addresses | Rafael Espindola | 2010-12-02 | 1 | -3/+11 |
* | Move EmitValueToOffset to the ObjectStreamer. | Rafael Espindola | 2010-12-02 | 4 | -22/+5 |
* | Add EmitInstToFragment to the generic object streamer. | Rafael Espindola | 2010-12-02 | 3 | -34/+11 |
* | The sections that the ELF object writer has to create are very simple and | Rafael Espindola | 2010-12-02 | 2 | -40/+48 |
* | If tehre are not any line entry then do not try to emit .debug_line section. | Devang Patel | 2010-12-02 | 1 | -1/+1 |
* | Implement the first half of LiveDebugVariables. | Jakob Stoklund Olesen | 2010-12-02 | 4 | -5/+514 |
* | Add support for binary encoding of ARM 'adr' instructions referencing constant | Jim Grosbach | 2010-12-02 | 7 | -41/+65 |
* | 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 | 2 | -19/+23 |
* | Remove unused argument. | Rafael Espindola | 2010-12-01 | 1 | -3/+2 |
* | fixing style nit: move class static to global static | Jason W Kim | 2010-12-01 | 1 | -42/+41 |
* | 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 | 1 | -10/+35 |
* | 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 | 1 | -0/+12 |
* | Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADR | Jim Grosbach | 2010-12-01 | 4 | -16/+72 |
* | Support/FileSystem: Add copy_file implementation. Not tests yet because the | Michael J. Spencer | 2010-12-01 | 3 | -3/+157 |
* | Add correct encodings for STRD and LDRD, including fixup support. Additional... | Owen Anderson | 2010-12-01 | 8 | -34/+76 |
* | 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 |
* | 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 | 9 | -53/+53 |
* | Support/PathV2: Add is_{absolute,relative} implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+24 |
* | Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen... | Michael J. Spencer | 2010-12-01 | 1 | -18/+70 |
* | 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 | 1 | -0/+16 |
* | Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot. | Evan Cheng | 2010-12-01 | 1 | -0/+2 |
* | Support/PathV2: Add stem implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+16 |
* | Support/PathV2: Add filename implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+5 |
* | Remove "comparison of integers of different signs" warning by making the | Bill Wendling | 2010-12-01 | 1 | -1/+1 |
* | Support/PathV2: Add native implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+22 |