1. 8086f3b Make sure to report any errors from the runtime dyld. by Jim Grosbach · 13 years ago
  2. 0107931 Don't coalesce identical DBG_VALUE instructions prematurely. by Jakob Stoklund Olesen · 13 years ago
  3. db3480c Supports building with a list of targets that does not contain by Oscar Fuentes · 13 years ago
  4. d662576 PTX: Improve support for 64-bit addressing by Justin Holewinski · 13 years ago
  5. fa4ebd3 Revert r128140 for now. by Anders Carlsson · 13 years ago
  6. 1537ce7 Fix PR9464 by correcting some math that just happened to be right in most cases by Cameron Zwarich · 13 years ago
  7. 1e6c65d Notify the delegate before removing dead values from a live interval. by Jakob Stoklund Olesen · 13 years ago
  8. 0b50151 Allow the allocation of empty live ranges that have uses. by Jakob Stoklund Olesen · 13 years ago
  9. bf824ef Dump the register map before rewriting. by Jakob Stoklund Olesen · 13 years ago
  10. 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 · 13 years ago
  11. a2f4529 Added block number and name to isel debug output. by Andrew Trick · 13 years ago
  12. 095a3f3 Update the Clang attribute emitter to handle attributes of 'version' by Douglas Gregor · 13 years ago
  13. c59c87c For ARM Disassembler, start a newline to dump the opcode and friends for an instruction. by Johnny Chen · 13 years ago
  14. 8d668a8 Add disassembly test cases for: by Johnny Chen · 13 years ago
  15. f99e778 Remove the test. by Devang Patel · 13 years ago
  16. f862b35 RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated. by Owen Anderson · 13 years ago
  17. 28cf115 Reapply r128045 and r128051 with fixes. by Jakob Stoklund Olesen · 13 years ago
  18. 27c6bae LDRT and LDRBT was incorrectly tagged as IndexModeNone during the refactorings (r119821). by Johnny Chen · 13 years ago
  19. bdf2c36 Try to appease buildbot gods. by Devang Patel · 13 years ago
  20. 6421a88 Add a lto_codegen_compile_to_file to avoid producing a file, reading it to by Rafael Espindola · 13 years ago
  21. 97ab580 A bit more analysis of a memset-related README entry. by Eli Friedman · 13 years ago
  22. 83cf2ff Add one more test case for VFP Load/Store Multiple (vpop). by Johnny Chen · 13 years ago
  23. 758df29 A8.6.399 VSTM: by Johnny Chen · 13 years ago
  24. 7244d7c Migrate the fix in r128041 to ARM's fastisel support as well. by Eric Christopher · 13 years ago
  25. 11d1803 We don't need a null terminator for the output file. by Rafael Espindola · 13 years ago
  26. c1dbd5d Revert r128045 and r128051, debug info enhancements. by Andrew Trick · 13 years ago
  27. 91dde15 Tidy up. by Jim Grosbach · 13 years ago
  28. 5010ed0 Add missing file from previous commit. by Jim Grosbach · 13 years ago
  29. b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 13 years ago
  30. 34714a0 Add simple arg passing to MC-JIT and support for exit() call. by Jim Grosbach · 13 years ago
  31. 8bf0ecd Trailing whitespace. by Jim Grosbach · 13 years ago
  32. 026a42b Change MRC and MRC2 instructions to model the output register properly by Bruno Cardoso Lopes · 13 years ago
  33. 5e0872e ptx: add analyze/insert/remove branch by Che-Liang Chiou · 13 years ago
  34. d619067 Fix comment in header. by Eric Christopher · 13 years ago
  35. 3311d95 Properly initialize all fields in CrashReporterCleanupContext. This caused the buildbot failure earlier. by Ted Kremenek · 13 years ago
  36. c943a9a Updated library dependencies. by Oscar Fuentes · 13 years ago
  37. 807bc2a Handle another case that Frits suggested. by Anders Carlsson · 13 years ago
  38. cb3c5d8 Update link components. by Jim Grosbach · 13 years ago
  39. 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
  40. afc9e06 Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup objects, and provide a new cleanup for by Ted Kremenek · 14 years ago
  41. 116e234 Relax access control on 'Release' method of RefCountedBase. by Ted Kremenek · 14 years ago
  42. f922910 Hook up the MCJIT to the RuntimeDyld library. by Jim Grosbach · 14 years ago
  43. bd17478 Clear map after use. by Jakob Stoklund Olesen · 14 years ago
  44. 8371c89 Initialize HasError. by Jim Grosbach · 14 years ago
  45. ddb657c Avoid -Wunused-variable in -asserts builds by Matt Beaumont-Gay · 14 years ago
  46. e17232e Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges. by Jakob Stoklund Olesen · 14 years ago
  47. b55d6b6 Fix fast-isel address mode folding to avoid folding instructions by Dan Gohman · 14 years ago
  48. ce3a1ba Add support for Thumb interworking addresses for symbol offsets that get constant folded very early. by Owen Anderson · 14 years ago
  49. ffcb717 Try again to make this test darwin only. by Devang Patel · 14 years ago
  50. 1dbf6f5 Build the new RuntimeDyld library. by Oscar Fuentes · 14 years ago
  51. 89234e1 Removed workaround for unspecified build problem on MinGW. by Oscar Fuentes · 14 years ago
  52. 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 14 years ago
  53. b994621 Simplify. by Devang Patel · 14 years ago
  54. 1f7bc70 Fix INT_MIN gotcha pointed out by Eli Friedman. by Nick Lewycky · 14 years ago
  55. d9ee5c8 Force x86_64. by Devang Patel · 14 years ago
  56. 8a77af8 Call static functions so that they aren't left unused. by Bill Wendling · 14 years ago
  57. a796fa5 Enable this test only for Darwin. by Devang Patel · 14 years ago
  58. b52fde4 Provide a means for CrashRecovery clients to determine if code is currently running while crash recovery cleanups are being processed. by Ted Kremenek · 14 years ago
  59. 47f0f18 Allow a client to clear an IntrustiveRefCntPtr (deliberately leaking the referenced object). by Ted Kremenek · 14 years ago
  60. 0891d99 Fix unused param warning. by Eric Christopher · 14 years ago
  61. 28ed90b Grammar-o. by Eric Christopher · 14 years ago
  62. b963e23 Fix typos in assert messages. by Jay Foad · 14 years ago
  63. b12caf3 More cleanups to the OptimizeEmptyGlobalCXXDtors GlobalOpt function. by Anders Carlsson · 14 years ago
  64. 3ce1b7d A WIP commit of the InstAlias printing cleanup. This code will soon replace the by Bill Wendling · 14 years ago
  65. 4962e61 Add the IAPrinter class. by Bill Wendling · 14 years ago
  66. 2cf6fc6 * Add classes that support the "feature" information. by Bill Wendling · 14 years ago
  67. a5c177e We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 14 years ago
  68. 262a862 As suggested by Nick Lewycky, ignore debugging intrinsics when trying to decide whether a destructor is empty or not. by Anders Carlsson · 14 years ago
  69. 35ee1c9 Fix comments by Nick Lewycky · 14 years ago
  70. ddfa02b This README entry was fixed recently. by Eli Friedman · 14 years ago
  71. 485fafc Re-apply r127953 with fixes: eliminate empty return block if it has no predecessors; update dominator tree if cfg is modified. by Evan Cheng · 14 years ago
  72. 4f735ca Don't try to eliminate invokes to __cxa_atexit. by Anders Carlsson · 14 years ago
  73. 372ec6a Don't segfault on mutual recursion, as pointed out by Frits. by Anders Carlsson · 14 years ago
  74. 1f7c7ba Address comments from Frits van Bommel. by Anders Carlsson · 14 years ago
  75. 2dc455a Process all dead defs after rematerializing during splitting. by Jakob Stoklund Olesen · 14 years ago
  76. 7c18fa8 Write the section table and the section data in the same order that by Rafael Espindola · 14 years ago
  77. a201c4c Add an optimization to GlobalOpt that eliminates calls to __cxa_atexit, if the function passed is empty. by Anders Carlsson · 14 years ago
  78. ed8f958 Avoid initializing posix_spawn_file_actions_t if not used. by Benjamin Kramer · 14 years ago
  79. b518c25 If a class inherits from RefCountedBaseVPTR allow all its subclasses to be used with IntrusiveRefCntPtr. by Argyrios Kyrtzidis · 14 years ago
  80. 682eed0 Also eliminate redundant spills downstream of inserted reloads. by Jakob Stoklund Olesen · 14 years ago
  81. 01a46c8 Change an argument to a LiveInterval instead of a register number to save some redundant lookups. by Jakob Stoklund Olesen · 14 years ago
  82. 579967a Disable test in a way that keeps lit happy. by Daniel Dunbar · 14 years ago
  83. d2eff13 Replace a broken LiveInterval::MergeValueInAsValue() with something simpler. by Jakob Stoklund Olesen · 14 years ago
  84. c1655e1 Add debug output. by Jakob Stoklund Olesen · 14 years ago
  85. f6474f6 Make llvm-config.in configuration more MSYS-friendly. by Oscar Fuentes · 14 years ago
  86. 930df9a CMake: store TARGET_TRIPLE on llvm-config.in. by Oscar Fuentes · 14 years ago
  87. c12acc7 Update CMake library dependencies. by Oscar Fuentes · 14 years ago
  88. 7a90e04 Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessors by Daniel Dunbar · 14 years ago
  89. ae16d6b SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IR by Evan Cheng · 14 years ago
  90. 9344f97 Minor code re-structuring. by Evan Cheng · 14 years ago
  91. 06cc324 Add support for legalizing UINT_TO_FP of vectors on platforms which do by Nadav Rotem · 14 years ago
  92. 415247d Update Passes.html, part 3: alphabetize descriptions. by Eli Friedman · 14 years ago
  93. de8ec5b Update Passes.html, part 2: cleanup a bit more dead docs, a few more by Eli Friedman · 14 years ago
  94. e6ed15b Update Passes.html, part 1: remove passes which were removed from the tree, by Eli Friedman · 14 years ago
  95. 9f24110 Disable test to unbreak Linux. Radar 9156771. by Stuart Hastings · 14 years ago
  96. 65c8bca Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638> by Stuart Hastings · 14 years ago
  97. 825dd96 Revert 127939. <rdar://problem/9012638> by Stuart Hastings · 14 years ago
  98. d847f47 Test case for r127940. by Devang Patel · 14 years ago
  99. 7257897 Revise r126127 to address Daniel's comments. <rdar://problem/9012638> by Stuart Hastings · 14 years ago
  100. 94dad03 Fixed an assert by the ARM disassembler for LDRD_PRE/POST. by Johnny Chen · 14 years ago