aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This test dates from the time when llvm-gcc had problems if two types wereDuncan Sands2010-12-021-12/+0
* 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
* test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev!NAKAMURA Takumi2010-12-021-4/+4
* Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addressesRafael Espindola2010-12-021-3/+11
* Simplify code in Neon intrinsics. No functional changes intended.Bob Wilson2010-12-021-43/+37
* Assign arguments of Neon intrinsic macros to local temporaries.Bob Wilson2010-12-021-4/+31
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-025-22/+6
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-024-35/+12
* Add naming rules to the coding standards.Zhanyong Wan2010-12-021-0/+67
* The sections that the ELF object writer has to create are very simple andRafael Espindola2010-12-023-43/+50
* Use statement expressions in Neon intrinsics defined as macros.Bob Wilson2010-12-021-9/+8
* tidy upChris Lattner2010-12-021-4/+4
* Add casts for splatted scalars in calls to Neon builtins.Bob Wilson2010-12-021-5/+5
* Add a missing cast for Neon vsbl results.Bob Wilson2010-12-021-2/+3
* Add another missing cast for Neon vcombine results.Bob Wilson2010-12-021-1/+1
* Add casts in arm_neon.h for result values in inline functions as well as macros.Bob Wilson2010-12-021-1/+1
* If tehre are not any line entry then do not try to emit .debug_line section.Devang Patel2010-12-022-1/+4
* Implement the first half of LiveDebugVariables.Jakob Stoklund Olesen2010-12-025-5/+528
* Add support for binary encoding of ARM 'adr' instructions referencing constantJim Grosbach2010-12-027-41/+65
* Avoid "char" for Neon vector elements; make it explicitly signed (or unsigned).Bob Wilson2010-12-021-5/+7
* Cast scalar results of Neon macros to the correct type.Bob Wilson2010-12-021-1/+1
* Revert r120580.Devang Patel2010-12-021-14/+0
* Fix and re-enable tail call optimization of expanded libcalls.Evan Cheng2010-12-013-25/+35
* Remove unused argument.Rafael Espindola2010-12-012-4/+3
* fixing style nit: move class static to global staticJason W Kim2010-12-011-42/+41
* Make valgrind happy.Michael J. Spencer2010-12-011-0/+2
* 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-013-10/+52
* 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-013-0/+28
* Add explicit casts for vector arguments to Neon builtins.Bob Wilson2010-12-011-5/+31
* Add some comments for TableGen's NeonEmitter.Bob Wilson2010-12-012-11/+16
* Cleanup: simplify checks for integers between 2 and 4.Bob Wilson2010-12-011-4/+4
* Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADRJim Grosbach2010-12-015-16/+73
* Support/FileSystem: Add copy_file implementation. Not tests yet because theMichael J. Spencer2010-12-013-3/+157
* Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.Michael J. Spencer2010-12-012-593/+628
* unittests/Support/PathV2: Fix -pedantic warning.Michael J. Spencer2010-12-011-2/+2
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-0110-36/+78
* 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
* Add hiddent command line option, as an debugging aid, to disable .loc use.Devang Patel2010-12-011-0/+5
* 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-0111-66/+66