1. 1090d77 The ARM disassembler was confused with the 16-bit tSTMIA instruction. by Johnny Chen · 14 years ago
  2. 439e0c7 Move test in x86 specific area. by Devang Patel · 14 years ago
  3. 1866af4 Suppress an unused variable warning in -asserts builds by Matt Beaumont-Gay · 14 years ago
  4. c39b627 Handle the added VBICiv*i* NEON instructions, too. by Johnny Chen · 14 years ago
  5. 18a41c9 Testcase for llvm-gcc commit r128230. by Eric Christopher · 14 years ago
  6. 8cb9886 Plug a leak by ThumbDisassembler::getInstruction(), thanks to Benjamin Kramer! by Johnny Chen · 14 years ago
  7. 9091bf2 T2 Load/Store Multiple: by Johnny Chen · 14 years ago
  8. 83ccbff Plug a leak in the arm disassembler and put the tests back. by Benjamin Kramer · 14 years ago
  9. 505f3cd Add asm parsing support w/ testcases for strex/ldrex family of instructions by Bruno Cardoso Lopes · 14 years ago
  10. 02af767 Remove these two test files as they cause llvm-i686-linux-vg_leak build to fail 'test-llvm'. by Johnny Chen · 14 years ago
  11. e6d69e7 ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder was fooled. by Johnny Chen · 14 years ago
  12. 23670e5 Keep track of directory namd and fIx regression caused by Rafael's patch r119613. by Devang Patel · 14 years ago
  13. d31d304 Clean up assembly statement separator support. by Jim Grosbach · 14 years ago
  14. b4ac342 The r118201 added support for VORR (immediate). Update ARMDisassemblerCore.cpp to disassemble the by Johnny Chen · 14 years ago
  15. ce1868b Add comments to the handling of opcode CPS3p to reject invalid instruction encoding, by Johnny Chen · 14 years ago
  16. 0a828fd revert r128199 until it can be made to work with Frontend/dependency-gen.c. by Andrew Trick · 14 years ago
  17. 9035484 Debug intrinsics must be skipped at the beginning and ends of blocks, lest they by Cameron Zwarich · 14 years ago
  18. 0d4b815 Fix typo in comment. by Jay Foad · 14 years ago
  19. 49e0ccf fix description, PR9542 by Chris Lattner · 14 years ago
  20. dc31cfe It is enough for the CallInst to have no uses to be made a tail call with a ret by Cameron Zwarich · 14 years ago
  21. 52e37df s/UpdateDT/ModifiedDT/g by Devang Patel · 14 years ago
  22. a2e0762 Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets. by NAKAMURA Takumi · 14 years ago
  23. c37c539 llvm-stub.cpp: mingw-w64 tweak. by NAKAMURA Takumi · 14 years ago
  24. acdddfe Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEntry() means. by Evan Cheng · 14 years ago
  25. d700617 Nasty bug in ARMBaseInstrInfo::produceSameValue(). The MachineConstantPoolEntry by Evan Cheng · 14 years ago
  26. e1db1b8 Remove all uses of PATH_MAX and MAXPATHLEN from PathV2. by Michael J. Spencer · 14 years ago
  27. 6e8ffc1 Do early taildup of ret in CodeGenPrepare for potential tail calls that have a by Cameron Zwarich · 14 years ago
  28. 4bae588 Use an early return instead of a long if block. by Cameron Zwarich · 14 years ago
  29. 680c962 When UpdateDT is set, DT is invalid, which could cause problems when trying to by Cameron Zwarich · 14 years ago
  30. 661a390 Check for TLI so that -codegenprepare can be used from opt. by Cameron Zwarich · 14 years ago
  31. e400059 CPS3p: Let's reject impossible imod values by returning false from the DisassembleMiscFrm() function. by Johnny Chen · 14 years ago
  32. 3d79396 Load/Store Multiple: by Johnny Chen · 14 years ago
  33. 571f290 STRT and STRBT was incorrectly tagged as IndexModeNone during the refactorings (r119821). by Johnny Chen · 14 years ago
  34. 2abc9d2 The r128103 fix to cope with the removal of addressing modes from the MC instructions by Johnny Chen · 14 years ago
  35. 5ffe37f Runtime dylib simple ARM 24-bit branch relocation support. by Jim Grosbach · 14 years ago
  36. 36dca60 Enable GlobalMerge on darwin. by Devang Patel · 14 years ago
  37. b9b1e30 Fix comments. by Jim Grosbach · 14 years ago
  38. f6c3941 Revert r128175. by Andrew Trick · 14 years ago
  39. 2c33915 Cmp peephole optimization isn't always safe for signed arithmetics. by Evan Cheng · 14 years ago
  40. b141099 PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND. by Eli Friedman · 14 years ago
  41. d8fa01f Reapply Eli's r127852 now that the pre-RA scheduler can spill EFLAGS. by Andrew Trick · 14 years ago
  42. a8287e3 Split out relocation resolution into target-specific bits. by Jim Grosbach · 14 years ago
  43. 741ad15 The high bit of a Thumb2 ADR's offset is stored in bit 26, not bit 25. by Owen Anderson · 14 years ago
  44. 66978bd Fix double-free of Module. by Jim Grosbach · 14 years ago
  45. 7614783 Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like BLX, rather than a 2-byte instruction like B. by Owen Anderson · 14 years ago
  46. bd47a4a Ensure that def-side physreg copies are scheduled above any other uses by Andrew Trick · 14 years ago
  47. 0d93a11 whitespace by Andrew Trick · 14 years ago
  48. 8b54dca Start of relocation resolution for the runtime dyld library. by Jim Grosbach · 14 years ago
  49. 8086f3b Make sure to report any errors from the runtime dyld. by Jim Grosbach · 14 years ago
  50. 0107931 Don't coalesce identical DBG_VALUE instructions prematurely. by Jakob Stoklund Olesen · 14 years ago
  51. db3480c Supports building with a list of targets that does not contain by Oscar Fuentes · 14 years ago
  52. d662576 PTX: Improve support for 64-bit addressing by Justin Holewinski · 14 years ago
  53. fa4ebd3 Revert r128140 for now. by Anders Carlsson · 14 years ago
  54. 1537ce7 Fix PR9464 by correcting some math that just happened to be right in most cases by Cameron Zwarich · 14 years ago
  55. 1e6c65d Notify the delegate before removing dead values from a live interval. by Jakob Stoklund Olesen · 14 years ago
  56. 0b50151 Allow the allocation of empty live ranges that have uses. by Jakob Stoklund Olesen · 14 years ago
  57. bf824ef Dump the register map before rewriting. by Jakob Stoklund Olesen · 14 years ago
  58. 90af342 A global variable with internal linkage where all uses are in one function and whose address is never taken is a non-escaping local object and can't alias anything else. by Anders Carlsson · 14 years ago
  59. a2f4529 Added block number and name to isel debug output. by Andrew Trick · 14 years ago
  60. 095a3f3 Update the Clang attribute emitter to handle attributes of 'version' by Douglas Gregor · 14 years ago
  61. c59c87c For ARM Disassembler, start a newline to dump the opcode and friends for an instruction. by Johnny Chen · 14 years ago
  62. 8d668a8 Add disassembly test cases for: by Johnny Chen · 14 years ago
  63. f99e778 Remove the test. by Devang Patel · 14 years ago
  64. f862b35 RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated. by Owen Anderson · 14 years ago
  65. 28cf115 Reapply r128045 and r128051 with fixes. by Jakob Stoklund Olesen · 14 years ago
  66. 27c6bae LDRT and LDRBT was incorrectly tagged as IndexModeNone during the refactorings (r119821). by Johnny Chen · 14 years ago
  67. bdf2c36 Try to appease buildbot gods. by Devang Patel · 14 years ago
  68. 6421a88 Add a lto_codegen_compile_to_file to avoid producing a file, reading it to by Rafael Espindola · 14 years ago
  69. 97ab580 A bit more analysis of a memset-related README entry. by Eli Friedman · 14 years ago
  70. 83cf2ff Add one more test case for VFP Load/Store Multiple (vpop). by Johnny Chen · 14 years ago
  71. 758df29 A8.6.399 VSTM: by Johnny Chen · 14 years ago
  72. 7244d7c Migrate the fix in r128041 to ARM's fastisel support as well. by Eric Christopher · 14 years ago
  73. 11d1803 We don't need a null terminator for the output file. by Rafael Espindola · 14 years ago
  74. c1dbd5d Revert r128045 and r128051, debug info enhancements. by Andrew Trick · 14 years ago
  75. 91dde15 Tidy up. by Jim Grosbach · 14 years ago
  76. 5010ed0 Add missing file from previous commit. by Jim Grosbach · 14 years ago
  77. b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 14 years ago
  78. 34714a0 Add simple arg passing to MC-JIT and support for exit() call. by Jim Grosbach · 14 years ago
  79. 8bf0ecd Trailing whitespace. by Jim Grosbach · 14 years ago
  80. 026a42b Change MRC and MRC2 instructions to model the output register properly by Bruno Cardoso Lopes · 14 years ago
  81. 5e0872e ptx: add analyze/insert/remove branch by Che-Liang Chiou · 14 years ago
  82. d619067 Fix comment in header. by Eric Christopher · 14 years ago
  83. 3311d95 Properly initialize all fields in CrashReporterCleanupContext. This caused the buildbot failure earlier. by Ted Kremenek · 14 years ago
  84. c943a9a Updated library dependencies. by Oscar Fuentes · 14 years ago
  85. 807bc2a Handle another case that Frits suggested. by Anders Carlsson · 14 years ago
  86. cb3c5d8 Update link components. by Jim Grosbach · 14 years ago
  87. 07235a1 Temporarily stop recovering resources in CrashRecoveryContext while I investigate further why this works on my machine and not on others. by Ted Kremenek · 14 years ago
  88. afc9e06 Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup objects, and provide a new cleanup for by Ted Kremenek · 14 years ago
  89. 116e234 Relax access control on 'Release' method of RefCountedBase. by Ted Kremenek · 14 years ago
  90. f922910 Hook up the MCJIT to the RuntimeDyld library. by Jim Grosbach · 14 years ago
  91. bd17478 Clear map after use. by Jakob Stoklund Olesen · 14 years ago
  92. 8371c89 Initialize HasError. by Jim Grosbach · 14 years ago
  93. ddb657c Avoid -Wunused-variable in -asserts builds by Matt Beaumont-Gay · 14 years ago
  94. e17232e Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges. by Jakob Stoklund Olesen · 14 years ago
  95. b55d6b6 Fix fast-isel address mode folding to avoid folding instructions by Dan Gohman · 14 years ago
  96. ce3a1ba Add support for Thumb interworking addresses for symbol offsets that get constant folded very early. by Owen Anderson · 14 years ago
  97. ffcb717 Try again to make this test darwin only. by Devang Patel · 14 years ago
  98. 1dbf6f5 Build the new RuntimeDyld library. by Oscar Fuentes · 14 years ago
  99. 89234e1 Removed workaround for unspecified build problem on MinGW. by Oscar Fuentes · 14 years ago
  100. 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 14 years ago