- 68be956 Delete the StrongPHIElimination pass, leaving only a shell. by Jakob Stoklund Olesen · 15 years ago
- 7a26aca Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited by Jakob Stoklund Olesen · 15 years ago
- b531f45 Support/FileSystem: Add equivalent implementation. by Michael J. Spencer · 15 years ago
- db04b39 Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s. by Michael J. Spencer · 15 years ago
- d253545 Add FIXMEs. by Jim Grosbach · 15 years ago
- 2c971ab Size reduction for tPUSH come from t2STMDB_UPD, not t2STMIA_UPD. by Jim Grosbach · 15 years ago
- b39e33f And I really hate line endings. by Michael J. Spencer · 15 years ago
- af45fc0 Support/Windows/FileSystem: Fix MinGW build. by Michael J. Spencer · 15 years ago
- 3920d3b Support/FileSystem: Add resize_file implementation. by Michael J. Spencer · 15 years ago
- a50b98c Support/FileSystem: Add rename implementation. by Michael J. Spencer · 15 years ago
- 106aa73 Support/FileSystem: Add remove implementation. by Michael J. Spencer · 15 years ago
- 998b470 Fix line endings. by Michael J. Spencer · 15 years ago
- ce0bb54 Get Neon intrinsic names from the new "Name" field in the tblgen records by Bob Wilson · 15 years ago
- af72c62 Fix paste-o in ExtractValueInst::getIndexedType() comments. by Frits van Bommel · 15 years ago
- 6d6d16a unittests/Support/PathV2: remove(3) requires a terminated string. by Benjamin Kramer · 15 years ago
- 481d402 Apparently OS X 10.4 doesn't have __crashreporter_info__. by Eric Christopher · 15 years ago
- 9b391c5 Support/FileSystem: Add create_symlink implementation. by Michael J. Spencer · 15 years ago
- d7b305f Support/FileSystem: Add create_hard_link implementation. by Michael J. Spencer · 15 years ago
- 0dda543 Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(. by Michael J. Spencer · 15 years ago
- b83769f Support/FileSystem: Add create_director{y,ies} implementations. by Michael J. Spencer · 15 years ago
- 2df042c Make EmitIntValue more efficient and more like what we do for leb128. The by Rafael Espindola · 15 years ago
- 6cfab37 I did it wrong. Don't disregard these encodings here. by Bill Wendling · 15 years ago
- 371716c Unittests/Support/PathV2: Cleanup and remove output. by Michael J. Spencer · 15 years ago
- 12a4cf2 unittests/Support/PathV2: Comment out test because some systems are saying that by Michael J. Spencer · 15 years ago
- 278b6e8 Don't overwrite the opcode passed into the T1Special pattern. by Bill Wendling · 15 years ago
- 534a5e4 Add Thumb encoding for some more instructions. by Bill Wendling · 15 years ago
- b40a905 Ignore decode table conflicts in the tMOVgpr2tgpr, tMOVgpr2gpr, and tMOVtgpr2gpr by Bill Wendling · 15 years ago
- 2dbdeee Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef. by Michael J. Spencer · 15 years ago
- 3cb84ef Support/FileSystem: Add unique_file and exists implementations. by Michael J. Spencer · 15 years ago
- f4e7b16 Support/FileSystem: Remove temp_directory_path. by Michael J. Spencer · 15 years ago
- 660b5fc Do with uleb the same trick we now do with dwarf line/address advances. This by Rafael Espindola · 15 years ago
- 8d64989 clarify comment by Chris Lattner · 15 years ago
- 32a006e Try to resolve symbol differences early, and if successful create a plain by Rafael Espindola · 15 years ago
- 0bdf0c0 The tLDR instruction wasn't encoded properly: by Bill Wendling · 15 years ago
- b0d9869 Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics. by Bob Wilson · 15 years ago
- 194aa58 Support using macros for Neon intrinsics implemented without builtins. by Bob Wilson · 15 years ago
- 5113cdb It may not be an option to skip .debug_line if there are file reference in already emitted debug info. So, for now, emit dummy line table entry to make older linker and assemblers happy. This is not a new behavior, original AsmPrinter emitted similar line table entries. by Devang Patel · 15 years ago
- 3fda44f Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot. by Devang Patel · 15 years ago
- 7721e7f Trailing whitespace. by Jim Grosbach · 15 years ago
- 9bc23ad Disable .loc support on older darwin OSes. by Devang Patel · 15 years ago
- ee4854f Use set directive for StartMinusEndExpr. by Devang Patel · 15 years ago
- 1d9582c Test case for r120740. Radar 8712503. by Stuart Hastings · 15 years ago
- 9e413a9 Adjust this test for the fact that the stores are no longer by Duncan Sands · 15 years ago
- 7593f34 Move check of command line options after command line parsing. by Tobias Grosser · 15 years ago
- 7ece602 XFAIL for now. If someone with access to an ARM/Linux host wants to have a look by Jim Grosbach · 15 years ago
- fabdafb Fix test. by Evan Cheng · 15 years ago
- ee3a428 This test dates from the time when llvm-gcc had problems if two types were by Duncan Sands · 15 years ago
- 30e2128 Update LiveDebugVariables during coalescing. by Jakob Stoklund Olesen · 15 years ago
- 1ab4b21 When expanding the MOVCCi32imm, make sure to use the ARM movt/movw opcodes, by Jim Grosbach · 15 years ago
- ce4fadf Fix copy/pasto in vmin.f32 encoding. by Jim Grosbach · 15 years ago
- 2e06398 Teaching MBlaze backend how to reverse branch conditions. by Wesley Peck · 15 years ago
- 5d87255 test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev! by NAKAMURA Takumi · 15 years ago
- 76507f1 Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addresses by Rafael Espindola · 15 years ago
- 37a0b54 Simplify code in Neon intrinsics. No functional changes intended. by Bob Wilson · 15 years ago
- 377296e Assign arguments of Neon intrinsic macros to local temporaries. by Bob Wilson · 15 years ago
- e239305 Move EmitValueToOffset to the ObjectStreamer. by Rafael Espindola · 15 years ago
- dedb045 Add EmitInstToFragment to the generic object streamer. by Rafael Espindola · 15 years ago
- 7fcd4dc Add naming rules to the coding standards. by Zhanyong Wan · 15 years ago
- 6db8a9f The sections that the ELF object writer has to create are very simple and by Rafael Espindola · 15 years ago
- 052008b Use statement expressions in Neon intrinsics defined as macros. by Bob Wilson · 15 years ago
- ec99c90 tidy up by Chris Lattner · 15 years ago
- 4a6c7fc Add casts for splatted scalars in calls to Neon builtins. by Bob Wilson · 15 years ago
- 1dbfa91 Add a missing cast for Neon vsbl results. by Bob Wilson · 15 years ago
- b322fc2 Add another missing cast for Neon vcombine results. by Bob Wilson · 15 years ago
- c79528a Add casts in arm_neon.h for result values in inline functions as well as macros. by Bob Wilson · 15 years ago
- 6a13ddb If tehre are not any line entry then do not try to emit .debug_line section. by Devang Patel · 15 years ago
- 0613516 Implement the first half of LiveDebugVariables. by Jakob Stoklund Olesen · 15 years ago
- dff84b0 Add support for binary encoding of ARM 'adr' instructions referencing constant by Jim Grosbach · 15 years ago
- 317bafb Avoid "char" for Neon vector elements; make it explicitly signed (or unsigned). by Bob Wilson · 15 years ago
- e106bc1 Cast scalar results of Neon macros to the correct type. by Bob Wilson · 15 years ago
- 0be938e Revert r120580. by Devang Patel · 15 years ago
- 1bf891a Fix and re-enable tail call optimization of expanded libcalls. by Evan Cheng · 15 years ago
- 6566e0a Remove unused argument. by Rafael Espindola · 15 years ago
- 0c628c2 fixing style nit: move class static to global static by Jason W Kim · 15 years ago
- 506e579 Make valgrind happy. by Michael J. Spencer · 15 years ago
- cf59026 Add a post encoder method to the VFP instructions to convert them to the Thumb2 by Bill Wendling · 15 years ago
- 5177f79 Use the correct fixup type for ARM VLDR* by Jim Grosbach · 15 years ago
- 9f44724 Rename temporary symbols if they conflict with artificial symbols created by Rafael Espindola · 15 years ago
- 871498e Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStringRef by Michael J. Spencer · 15 years ago
- 7dc7ac3 Support/ADT/Twine: Add toNullTerminatedStringRef. by Michael J. Spencer · 15 years ago
- f00140c Add explicit casts for vector arguments to Neon builtins. by Bob Wilson · 15 years ago
- 95148ad Add some comments for TableGen's NeonEmitter. by Bob Wilson · 15 years ago
- 5b7fe59 Cleanup: simplify checks for integers between 2 and 4. by Bob Wilson · 15 years ago
- 5d14f9b Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADR by Jim Grosbach · 15 years ago
- bee0c38 Support/FileSystem: Add copy_file implementation. Not tests yet because the by Michael J. Spencer · 15 years ago
- 5a7df60 Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h. by Michael J. Spencer · 15 years ago
- eb21e3c unittests/Support/PathV2: Fix -pedantic warning. by Michael J. Spencer · 15 years ago
- 9d63d90 Add correct encodings for STRD and LDRD, including fixup support. Additionally, update these to unified syntax. by Owen Anderson · 15 years ago
- 1920d82 kill trailing space by Jason W Kim · 15 years ago
- fdbdaac Fix a mised reloc rename spot. by Jim Grosbach · 15 years ago
- 3990d8f 10 bits, not 12. by Jim Grosbach · 15 years ago
- 056745c Disable debug info for x86-darwin9 and earlier until PR 8715 and radar 8709290 are fixed. by Devang Patel · 15 years ago
- 75a08e6 Add hiddent command line option, as an debugging aid, to disable .loc use. by Devang Patel · 15 years ago
- 3816978 I don't think it makes any sense to assert that the target supports SSE3 here. by Duncan Sands · 15 years ago
- 3608d2a ptx: bug fix: use after free by Che-Liang Chiou · 15 years ago
- 7a874dd PR5207: Rename overloaded APInt methods set(), clear(), flip() to by Jay Foad · 15 years ago
- ce2b68f Support/PathV2: Add is_{absolute,relative} implementation. by Michael J. Spencer · 15 years ago
- ae18008 Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filename,stem,extension} implementation. by Michael J. Spencer · 15 years ago
- 1d38962 unittests/Support/PathV2: Make tests much shorter; although harder to understand. by Michael J. Spencer · 15 years ago
- 887c0e4 Elaborate on FIXME. by Jim Grosbach · 15 years ago