1. 4d39727 Reduce usage of sys::Path in the graph writer. by Rafael Espindola · 12 years ago
  2. ba0e380 Add a version of DisplayGraph that takes a StringRef. by Rafael Espindola · 12 years ago
  3. 8117ac5 ARM: fix B decoding by Amaury de la Vieuville · 12 years ago
  4. 1290ce0 ARM: fix t2am_imm8_offset operand printing for imm=#-0 by Amaury de la Vieuville · 12 years ago
  5. 13f17ea Further reduce usage of sys::Path in bugpoint. by Rafael Espindola · 12 years ago
  6. f378028 Try to fix the build with libstdc++ 4.4. by Rafael Espindola · 12 years ago
  7. a4b504a Reduce sys::Path usage in bugpoint. by Rafael Espindola · 12 years ago
  8. 19b30d5 X86: Make the cmov aliases work with intel syntax too. by Benjamin Kramer · 12 years ago
  9. 62d124a [Support] Fix handle and memory leak for processes that are not waited for by Reid Kleckner · 12 years ago
  10. 0db5f0f Zero-initializing variables; fixes a build breakage introduced in r183864. by Aaron Ballman · 12 years ago
  11. e568281 Print ConstantPool entries initialized to Values with WriteAsOperand instead of by Dan Gohman · 12 years ago
  12. a03a80f [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys. by Rafael Espindola · 12 years ago
  13. e4f7e31 s/Void/void. by Rafael Espindola · 12 years ago
  14. 42f756f Attempt at fixing the windows build. by Rafael Espindola · 12 years ago
  15. 9f1d9fd Remove the program class. by Rafael Espindola · 12 years ago
  16. 7e17024 Revert r183854 (PPC: Fix switch warnings from r183841) by David Blaikie · 12 years ago
  17. 609baa3 Add global versions of some Program static methods. by Rafael Espindola · 12 years ago
  18. 6289533 [PowerPC] Remove PRED_BAD from PPC::Predicate enumeration. by Bill Schmidt · 12 years ago
  19. dab366b [PowerPC] Fix switch warnings from r183841. by Bill Schmidt · 12 years ago
  20. 4bf771b readobj: Dump PE/COFF optional records. by Rui Ueyama · 12 years ago
  21. 100fbdd Always remove an alias when we rename the target. by Rafael Espindola · 12 years ago
  22. d3f7766 [PowerPC] Expose some calling convention functions in PPCISelLowering.h. by Bill Schmidt · 12 years ago
  23. 6d6cbe3 Convert test to FileCheck. by Rafael Espindola · 12 years ago
  24. 234cad7 Don't use PathV1 in CommandLine.cpp. by Rafael Espindola · 12 years ago
  25. f69ead4 Add artificial PRED_BAD to PPC::Predicate enumeration. by Bill Schmidt · 12 years ago
  26. c3907f3 Inline Path::isBitcodeFile into only use and remove it. by Rafael Espindola · 12 years ago
  27. 2a40056 Remove Path::getMagicNumber. by Rafael Espindola · 12 years ago
  28. 26ace57 Remove Path::hasMagicNumber. by Rafael Espindola · 12 years ago
  29. fa2bbb3 Remove Path::isAbsolute. by Rafael Espindola · 12 years ago
  30. 5475e2b Remove Path::isAbsolute(). by Rafael Espindola · 12 years ago
  31. c1f4a4b by Ulrich Weigand · 12 years ago
  32. 55d529f Remove Path::getSuffix. by Rafael Espindola · 12 years ago
  33. 36782c5 Remove sys::CopyFile. by Rafael Espindola · 12 years ago
  34. a5e855d Fix 'gcc -flto' builds for unittest binaries (undefined reference to by Patrik Hagglund · 12 years ago
  35. e48e8c7 by Ulrich Weigand · 12 years ago
  36. 2e0372d Remove the old file memory mapping functions. by Rafael Espindola · 12 years ago
  37. ddee9b4 Remove Path::createFileOnDisk. by Rafael Espindola · 12 years ago
  38. f90690f Remove Path::makeExecutableOnDisk. by Rafael Espindola · 12 years ago
  39. f42b14e Update Release Process doc by Renato Golin · 12 years ago
  40. 8fdb53d Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED to by Patrik Hagglund · 12 years ago
  41. 0d3b9ac [yaml2obj] Remove fragile test case. by Sean Silva · 12 years ago
  42. 2fd163f 80-cols by Sean Silva · 12 years ago
  43. 2a2bf79 Correct the def registers for the 8bit x86 divide instructions to by Eric Christopher · 12 years ago
  44. 3ce2a98 Use the Copy we defined above here. by Eric Christopher · 12 years ago
  45. 1d18629 Formatting. by Eric Christopher · 12 years ago
  46. 0001acc Fix CMakeLists. by Akira Hatanaka · 12 years ago
  47. 45137f9 [mips] Add an IR transformation pass that optimizes calls to sqrt. by Akira Hatanaka · 12 years ago
  48. a11c3e2 Move PathV2.h to Path.h by Rafael Espindola · 12 years ago
  49. 5ab7704 ARM FastISel fix sext/zext fold by JF Bastien · 12 years ago
  50. a856444 Make host ARM CPU feature detection independent of the vendor by Tobias Grosser · 12 years ago
  51. 1a4f2a3 [PECOFF] Remove COFF header from PE header for simplicity. by Rui Ueyama · 12 years ago
  52. f3e397e Include PathV1.h in files that use it. by Rafael Espindola · 12 years ago
  53. 715a1be Remove Path::getDirname. by Rafael Espindola · 12 years ago
  54. b4d07b7 Remove Path::getBasename. by Rafael Espindola · 12 years ago
  55. aab313f Remove Path::getLast. by Rafael Espindola · 12 years ago
  56. 189c27e Remove GetDLLSuffix. by Rafael Espindola · 12 years ago
  57. 6cbae01 Remove GetRootDirectory. by Rafael Espindola · 12 years ago
  58. 6438fd5 Remove GetUserHomeDirectory. by Rafael Espindola · 12 years ago
  59. ba30d60 Don't define LTDL_SHLIBPATH_VAR. by Rafael Espindola · 12 years ago
  60. 40de55a Remove GetSystemLibraryPaths. by Rafael Espindola · 12 years ago
  61. add4c2f Don't define LLVM_LIBDIR, it is not used anymore. by Rafael Espindola · 12 years ago
  62. 4cef3d8 [mips] Use function TargetInstrInfo::getRegClass. by Akira Hatanaka · 12 years ago
  63. 0e33231 Remove Path::GetBitcodeLibraryPaths. by Rafael Espindola · 12 years ago
  64. 9a82d21 Remove unused FindLibrary function. by Rafael Espindola · 12 years ago
  65. af2c42e Remove sys::identifyFileType. by Rafael Espindola · 12 years ago
  66. 0262db3 Fix documentation on the path to Bitcode reader/writer by Michael Liao · 12 years ago
  67. 6c21feb Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  68. 3ecfcc2 Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  69. d1b6ca2 Change how globalopt handles aliases in llvm.used. by Rafael Espindola · 12 years ago
  70. 9e26acb Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  71. 0179706 Port r183666 to identify_magic. by Rafael Espindola · 12 years ago
  72. 9bd9f8e Fix variable name. by Rafael Espindola · 12 years ago
  73. 4fbf663 Fix variable name style. Don't cast to and from int. by Rafael Espindola · 12 years ago
  74. d27a978 Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  75. 98ee2f9 Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  76. de6fe4d Convert a use of sys::identifyFileType to sys::fs::identify_magic. by Rafael Espindola · 12 years ago
  77. 6c59c7a R600: Make helper functions static. by Benjamin Kramer · 12 years ago
  78. 9f8e6da Require members of llvm.used to be named. by Rafael Espindola · 12 years ago
  79. 6c921a5 Rework r183728, suppress assert(0) for now. Its behavior depends on assertions on win32 hosts. by NAKAMURA Takumi · 12 years ago
  80. 55ab731 It adds support for negative zero offsets for loads and stores. by Mihai Popa · 12 years ago
  81. 16ad92a This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These are optional registers that may be supported some ARM implementations to aid with resolution of floating point exceptions. The manual pages for vmsr and vmrs do not detail their use. Encodings and other information can be found in ARM Architecture Reference Manual section F, chapter 6, paragraph 3. by Mihai Popa · 12 years ago
  82. aa80037 ARM: Enforce decoding rules for VLDn instructions by Amaury de la Vieuville · 12 years ago
  83. 3862709 ARM: Fix STREX/LDREX reecoding by Amaury de la Vieuville · 12 years ago
  84. c139672 Tweak a couple of tests on win32 hosts with +Asserts. by NAKAMURA Takumi · 12 years ago
  85. 6915854 ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows(). by NAKAMURA Takumi · 12 years ago
  86. 2266ef3 Whitespace. by NAKAMURA Takumi · 12 years ago
  87. 457c8eb Fix dubious type name similar to member name. by Sean Silva · 12 years ago
  88. 981aec8 Fix spurious semicolons. by Sean Silva · 12 years ago
  89. 5918b7a [yaml2obj] Initial ELF support. by Sean Silva · 12 years ago
  90. 9bdd785 ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one. by Tim Northover · 12 years ago
  91. 45dec48 Fix xemacs mode line, don't put them in .cpp files (just header files). No by Nick Lewycky · 12 years ago
  92. f0aefa8 Remove a few fixmes, the only work we're doing is getting the string by Eric Christopher · 12 years ago
  93. 0fbaa37 Fix up comment. by Eric Christopher · 12 years ago
  94. 175a780 Remove unused function. by Eric Christopher · 12 years ago
  95. d32d7a5 IndentCount is only used within NDEBUG code. by Eric Christopher · 12 years ago
  96. e5609f3 X86: Stop LEA64_32r doing unspeakable things to its arguments. by Tim Northover · 12 years ago
  97. 6d315c6 Add a missing 'e'. by Rafael Espindola · 12 years ago
  98. aca93cf tblgen: Assert that InstRWs doesn't grows when we don't expect it. by Benjamin Kramer · 12 years ago
  99. 2789165 by Ulrich Weigand · 12 years ago
  100. 7c6f90d by Ulrich Weigand · 12 years ago