1. e568281 Print ConstantPool entries initialized to Values with WriteAsOperand instead of by Dan Gohman · 12 years ago
  2. a03a80f [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys. by Rafael Espindola · 12 years ago
  3. e4f7e31 s/Void/void. by Rafael Espindola · 12 years ago
  4. 42f756f Attempt at fixing the windows build. by Rafael Espindola · 12 years ago
  5. 9f1d9fd Remove the program class. by Rafael Espindola · 12 years ago
  6. 7e17024 Revert r183854 (PPC: Fix switch warnings from r183841) by David Blaikie · 12 years ago
  7. 609baa3 Add global versions of some Program static methods. by Rafael Espindola · 12 years ago
  8. 6289533 [PowerPC] Remove PRED_BAD from PPC::Predicate enumeration. by Bill Schmidt · 12 years ago
  9. dab366b [PowerPC] Fix switch warnings from r183841. by Bill Schmidt · 12 years ago
  10. 4bf771b readobj: Dump PE/COFF optional records. by Rui Ueyama · 12 years ago
  11. 100fbdd Always remove an alias when we rename the target. by Rafael Espindola · 12 years ago
  12. d3f7766 [PowerPC] Expose some calling convention functions in PPCISelLowering.h. by Bill Schmidt · 12 years ago
  13. 6d6cbe3 Convert test to FileCheck. by Rafael Espindola · 12 years ago
  14. 234cad7 Don't use PathV1 in CommandLine.cpp. by Rafael Espindola · 12 years ago
  15. f69ead4 Add artificial PRED_BAD to PPC::Predicate enumeration. by Bill Schmidt · 12 years ago
  16. c3907f3 Inline Path::isBitcodeFile into only use and remove it. by Rafael Espindola · 12 years ago
  17. 2a40056 Remove Path::getMagicNumber. by Rafael Espindola · 12 years ago
  18. 26ace57 Remove Path::hasMagicNumber. by Rafael Espindola · 12 years ago
  19. fa2bbb3 Remove Path::isAbsolute. by Rafael Espindola · 12 years ago
  20. 5475e2b Remove Path::isAbsolute(). by Rafael Espindola · 12 years ago
  21. c1f4a4b by Ulrich Weigand · 12 years ago
  22. 55d529f Remove Path::getSuffix. by Rafael Espindola · 12 years ago
  23. 36782c5 Remove sys::CopyFile. by Rafael Espindola · 12 years ago
  24. a5e855d Fix 'gcc -flto' builds for unittest binaries (undefined reference to by Patrik Hagglund · 12 years ago
  25. e48e8c7 by Ulrich Weigand · 12 years ago
  26. 2e0372d Remove the old file memory mapping functions. by Rafael Espindola · 12 years ago
  27. ddee9b4 Remove Path::createFileOnDisk. by Rafael Espindola · 12 years ago
  28. f90690f Remove Path::makeExecutableOnDisk. by Rafael Espindola · 12 years ago
  29. f42b14e Update Release Process doc by Renato Golin · 12 years ago
  30. 8fdb53d Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED to by Patrik Hagglund · 12 years ago
  31. 0d3b9ac [yaml2obj] Remove fragile test case. by Sean Silva · 12 years ago
  32. 2fd163f 80-cols by Sean Silva · 12 years ago
  33. 2a2bf79 Correct the def registers for the 8bit x86 divide instructions to by Eric Christopher · 12 years ago
  34. 3ce2a98 Use the Copy we defined above here. by Eric Christopher · 12 years ago
  35. 1d18629 Formatting. by Eric Christopher · 12 years ago
  36. 0001acc Fix CMakeLists. by Akira Hatanaka · 12 years ago
  37. 45137f9 [mips] Add an IR transformation pass that optimizes calls to sqrt. by Akira Hatanaka · 12 years ago
  38. a11c3e2 Move PathV2.h to Path.h by Rafael Espindola · 12 years ago
  39. 5ab7704 ARM FastISel fix sext/zext fold by JF Bastien · 12 years ago
  40. a856444 Make host ARM CPU feature detection independent of the vendor by Tobias Grosser · 12 years ago
  41. 1a4f2a3 [PECOFF] Remove COFF header from PE header for simplicity. by Rui Ueyama · 12 years ago
  42. f3e397e Include PathV1.h in files that use it. by Rafael Espindola · 12 years ago
  43. 715a1be Remove Path::getDirname. by Rafael Espindola · 12 years ago
  44. b4d07b7 Remove Path::getBasename. by Rafael Espindola · 12 years ago
  45. aab313f Remove Path::getLast. by Rafael Espindola · 12 years ago
  46. 189c27e Remove GetDLLSuffix. by Rafael Espindola · 12 years ago
  47. 6cbae01 Remove GetRootDirectory. by Rafael Espindola · 12 years ago
  48. 6438fd5 Remove GetUserHomeDirectory. by Rafael Espindola · 12 years ago
  49. ba30d60 Don't define LTDL_SHLIBPATH_VAR. by Rafael Espindola · 12 years ago
  50. 40de55a Remove GetSystemLibraryPaths. by Rafael Espindola · 12 years ago
  51. add4c2f Don't define LLVM_LIBDIR, it is not used anymore. by Rafael Espindola · 12 years ago
  52. 4cef3d8 [mips] Use function TargetInstrInfo::getRegClass. by Akira Hatanaka · 12 years ago
  53. 0e33231 Remove Path::GetBitcodeLibraryPaths. by Rafael Espindola · 12 years ago
  54. 9a82d21 Remove unused FindLibrary function. by Rafael Espindola · 12 years ago
  55. af2c42e Remove sys::identifyFileType. by Rafael Espindola · 12 years ago
  56. 0262db3 Fix documentation on the path to Bitcode reader/writer by Michael Liao · 12 years ago
  57. 6c21feb Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  58. 3ecfcc2 Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  59. d1b6ca2 Change how globalopt handles aliases in llvm.used. by Rafael Espindola · 12 years ago
  60. 9e26acb Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  61. 0179706 Port r183666 to identify_magic. by Rafael Espindola · 12 years ago
  62. 9bd9f8e Fix variable name. by Rafael Espindola · 12 years ago
  63. 4fbf663 Fix variable name style. Don't cast to and from int. by Rafael Espindola · 12 years ago
  64. d27a978 Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  65. 98ee2f9 Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  66. de6fe4d Convert a use of sys::identifyFileType to sys::fs::identify_magic. by Rafael Espindola · 12 years ago
  67. 6c59c7a R600: Make helper functions static. by Benjamin Kramer · 12 years ago
  68. 9f8e6da Require members of llvm.used to be named. by Rafael Espindola · 12 years ago
  69. 6c921a5 Rework r183728, suppress assert(0) for now. Its behavior depends on assertions on win32 hosts. by NAKAMURA Takumi · 12 years ago
  70. 55ab731 It adds support for negative zero offsets for loads and stores. by Mihai Popa · 12 years ago
  71. 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
  72. aa80037 ARM: Enforce decoding rules for VLDn instructions by Amaury de la Vieuville · 12 years ago
  73. 3862709 ARM: Fix STREX/LDREX reecoding by Amaury de la Vieuville · 12 years ago
  74. c139672 Tweak a couple of tests on win32 hosts with +Asserts. by NAKAMURA Takumi · 12 years ago
  75. 6915854 ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows(). by NAKAMURA Takumi · 12 years ago
  76. 2266ef3 Whitespace. by NAKAMURA Takumi · 12 years ago
  77. 457c8eb Fix dubious type name similar to member name. by Sean Silva · 12 years ago
  78. 981aec8 Fix spurious semicolons. by Sean Silva · 12 years ago
  79. 5918b7a [yaml2obj] Initial ELF support. by Sean Silva · 12 years ago
  80. 9bdd785 ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one. by Tim Northover · 12 years ago
  81. 45dec48 Fix xemacs mode line, don't put them in .cpp files (just header files). No by Nick Lewycky · 12 years ago
  82. f0aefa8 Remove a few fixmes, the only work we're doing is getting the string by Eric Christopher · 12 years ago
  83. 0fbaa37 Fix up comment. by Eric Christopher · 12 years ago
  84. 175a780 Remove unused function. by Eric Christopher · 12 years ago
  85. d32d7a5 IndentCount is only used within NDEBUG code. by Eric Christopher · 12 years ago
  86. e5609f3 X86: Stop LEA64_32r doing unspeakable things to its arguments. by Tim Northover · 12 years ago
  87. 6d315c6 Add a missing 'e'. by Rafael Espindola · 12 years ago
  88. aca93cf tblgen: Assert that InstRWs doesn't grows when we don't expect it. by Benjamin Kramer · 12 years ago
  89. 2789165 by Ulrich Weigand · 12 years ago
  90. 7c6f90d by Ulrich Weigand · 12 years ago
  91. b838f9f by Ulrich Weigand · 12 years ago
  92. 6c1bd29 Silencing an MSVC warning about comparing signed and unsigned values. by Aaron Ballman · 12 years ago
  93. 27b7ade Remove the old IdentifyFileType now that lld was updated. by Rafael Espindola · 12 years ago
  94. f12745f Pass a StringRef to sys::identifyFileType. by Rafael Espindola · 12 years ago
  95. b972457 Fix an out of bounds array access. by Rafael Espindola · 12 years ago
  96. 91de80a Update for current naming conventions. by Rafael Espindola · 12 years ago
  97. 38946ca Fix misleading comments in ARMAsmParser by Amaury de la Vieuville · 12 years ago
  98. 4e9a96d ARM: ISB cannot be passed the same options as DMB by Amaury de la Vieuville · 12 years ago
  99. 7c32502 [NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore and causes constants to be emitted in the global address space by Justin Holewinski · 12 years ago
  100. 48d5e75 Avoid warnings about unused parameters that tend to come up a lot when by Duncan Sands · 12 years ago