aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delete Path::appendSuffix's return value; it wasn't used anywhere, whichDan Gohman2010-12-011-8/+1
* General cleanups of comments.Bill Wendling2010-12-011-11/+7
* ARM/MC/ELF relocation "hello world" for movw/movt.Jason W Kim2010-12-012-45/+172
* 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