aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't overwrite the opcode passed into the T1Special pattern.Bill Wendling2010-12-031-4/+5
* Add Thumb encoding for some more instructions.Bill Wendling2010-12-031-19/+68
* Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.Michael J. Spencer2010-12-031-2/+2
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-033-2/+334
* Do with uleb the same trick we now do with dwarf line/address advances. ThisRafael Espindola2010-12-033-10/+20
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-0310-85/+126
* The tLDR instruction wasn't encoded properly:Bill Wendling2010-12-031-2/+6
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-032-3/+21
* Trailing whitespace.Jim Grosbach2010-12-021-32/+32
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-026-9/+20
* Update LiveDebugVariables during coalescing.Jakob Stoklund Olesen2010-12-023-0/+56
* When expanding the MOVCCi32imm, make sure to use the ARM movt/movw opcodes,Jim Grosbach2010-12-021-4/+5
* Fix copy/pasto in vmin.f32 encoding.Jim Grosbach2010-12-021-1/+1
* Teaching MBlaze backend how to reverse branch conditions.Wesley Peck2010-12-022-0/+35
* Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addressesRafael Espindola2010-12-021-3/+11
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-024-22/+5
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-023-34/+11
* The sections that the ELF object writer has to create are very simple andRafael Espindola2010-12-022-40/+48
* If tehre are not any line entry then do not try to emit .debug_line section.Devang Patel2010-12-021-1/+1
* Implement the first half of LiveDebugVariables.Jakob Stoklund Olesen2010-12-024-5/+514
* Add support for binary encoding of ARM 'adr' instructions referencing constantJim Grosbach2010-12-027-41/+65
* Revert r120580.Devang Patel2010-12-021-14/+0
* Fix and re-enable tail call optimization of expanded libcalls.Evan Cheng2010-12-012-19/+23
* Remove unused argument.Rafael Espindola2010-12-011-3/+2
* fixing style nit: move class static to global staticJason W Kim2010-12-011-42/+41
* 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-011-10/+35
* 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-011-0/+12
* Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADRJim Grosbach2010-12-014-16/+72
* Support/FileSystem: Add copy_file implementation. Not tests yet because theMichael J. Spencer2010-12-013-3/+157
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-018-34/+76
* 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
* 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-019-53/+53
* Support/PathV2: Add is_{absolute,relative} implementation.Michael J. Spencer2010-12-011-0/+24
* Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen...Michael J. Spencer2010-12-011-18/+70
* 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-011-0/+16
* Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.Evan Cheng2010-12-011-0/+2
* Support/PathV2: Add stem implementation.Michael J. Spencer2010-12-011-0/+16
* Support/PathV2: Add filename implementation.Michael J. Spencer2010-12-011-0/+5
* Remove "comparison of integers of different signs" warning by making theBill Wendling2010-12-011-1/+1
* Support/PathV2: Add native implementation.Michael J. Spencer2010-12-011-0/+22