1. 250bfb1 Remove the LLVM specific archive index. by Rafael Espindola · 12 years ago
  2. d605526 R600: Use correct encoding for Vertex Fetch instructions on Cayman by Tom Stellard · 12 years ago
  3. 4efccd0 R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on Cayman by Tom Stellard · 12 years ago
  4. c30b232 R600: Factor the instruction encoding out the RAT_WRITE_CACHELESS_eg class by Tom Stellard · 12 years ago
  5. 2def95fc R600: Move instruction encoding definitions into a separate .td file by Tom Stellard · 12 years ago
  6. b05e477 Introduce getSelect usage and use more getSelectCC by Matt Arsenault · 12 years ago
  7. 85cc4d8 Add getSelect helper function by Matt Arsenault · 12 years ago
  8. 9e89fe7 Add GetCurrentDirectory back. by Rafael Espindola · 12 years ago
  9. a553bed SelectionDAG: minor fix to order of operands in comments to match the code by Stephen Lin · 12 years ago
  10. 76858a7 Replace use of PathV1.h in MCContext.cpp. by Rafael Espindola · 12 years ago
  11. 89dbe97 Mark rematerialized super/sub registers as dead. by Tim Northover · 12 years ago
  12. d5d7410 Fix frame pointer debug information test by JF Bastien · 12 years ago
  13. d132ce7 Revert "Cmake: add compiler option in a more idiomatic way" by Rafael Espindola · 12 years ago
  14. fcba9c5 Replace use of PathV1.h in Program.cpp. by Rafael Espindola · 12 years ago
  15. 4ebf543 Cmake: add compiler option in a more idiomatic way by Arnaud A. de Grandmaison · 12 years ago
  16. dafd1a6 Do not to perform RUN line substitution of llc if that's prefixed by a hypnen by Eli Bendersky · 12 years ago
  17. 38103d1 SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FMUL combinations; also improve accuracy of comments by Stephen Lin · 12 years ago
  18. f3fa683 Remove unused argument. by Rafael Espindola · 12 years ago
  19. 2ebb977 Don't use PathV1.h in GraphWriter.cpp. by Rafael Espindola · 12 years ago
  20. a54ba12 Convert a use of sys::Path::GetTemporaryDirectory. by Rafael Espindola · 12 years ago
  21. bb40b3e Remove a use of PathV1.h. by Rafael Espindola · 12 years ago
  22. 8a0d41e Make PrologEpilogInserter save/restore all callee saved registers by Derek Schuff · 12 years ago
  23. 80cecc8 Remove a use of PathV1.h. by Rafael Espindola · 12 years ago
  24. c65aba0 Move PrependMainExecutablePath next to its only user. by Rafael Espindola · 12 years ago
  25. d86dd4a Remove a use of sys::Path. by Rafael Espindola · 12 years ago
  26. a768a49 ARM: fix thumb coprocessor instruction with pre-writeback disassembly by Amaury de la Vieuville · 12 years ago
  27. d25ec76 X86: cvtpi2ps is just an SSE instruction with MMX operands. It has no AVX equivalent. by Benjamin Kramer · 12 years ago
  28. ea3e57d Remove unused header. by Rafael Espindola · 12 years ago
  29. fe532ad Enable FastISel on ARM for Linux and NaCl, not MCJIT by JF Bastien · 12 years ago
  30. 97d37e8 [yaml2obj] Add support for sh_addralign via `AddressAlign` key. by Sean Silva · 12 years ago
  31. 38084db Move #include from .h to .cpp file. by Jakub Staszak · 12 years ago
  32. 474ee46 Remove forward declaration of MachineBasicBlock. It is #included anyway. by Jakub Staszak · 12 years ago
  33. b7eb5c0 #include <climits> instead of <limits.h> in C++ header file. by Jakub Staszak · 12 years ago
  34. 2a7e79a [yaml2obj] Add support for specifying raw section content. by Sean Silva · 12 years ago
  35. 45b812d [yaml2obj] Add sh_addr via `Address` key. by Sean Silva · 12 years ago
  36. 274264c [yaml2obj] Initial ELF section support. by Sean Silva · 12 years ago
  37. 26d36ab Try to fix the windows build. by Rafael Espindola · 12 years ago
  38. b7e2188 Don't use PathV1.h in Signals.h. by Rafael Espindola · 12 years ago
  39. 6c3df8e Add a RemoveFileOnSignal that takes a StringRef. by Rafael Espindola · 12 years ago
  40. bbf97ea Don't use PathV1.h in FileUtilities.h. by Rafael Espindola · 12 years ago
  41. 675e0ac Avoid using PathV1.h in Program.h. by Rafael Espindola · 12 years ago
  42. 1172922 [PowerPC] Disable fast-isel for existing -O0 tests for PowerPC. by Bill Schmidt · 12 years ago
  43. 2948e69 R600: Don't try to fix reg class when copying IMPLICIT_DEF to a register by Tom Stellard · 12 years ago
  44. a29ece1 Add a version of sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 12 years ago
  45. c06e5cf Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses by Derek Schuff · 12 years ago
  46. 6585b38 Have sys::FindProgramByName return a std::string. by Rafael Espindola · 12 years ago
  47. 90cd06e Mips: Remove global set. by Benjamin Kramer · 12 years ago
  48. 1ee21dc Merge changes to clang's Driver code into LLVM's Option library by Reid Kleckner · 12 years ago
  49. a65ee83 Covert remaining graph viewers from sys::Path to std::string. by Rafael Espindola · 12 years ago
  50. aaf4c1e Update code for other graph viewing programs too. by Rafael Espindola · 12 years ago
  51. 4d39727 Reduce usage of sys::Path in the graph writer. by Rafael Espindola · 12 years ago
  52. ba0e380 Add a version of DisplayGraph that takes a StringRef. by Rafael Espindola · 12 years ago
  53. 8117ac5 ARM: fix B decoding by Amaury de la Vieuville · 12 years ago
  54. 1290ce0 ARM: fix t2am_imm8_offset operand printing for imm=#-0 by Amaury de la Vieuville · 12 years ago
  55. 13f17ea Further reduce usage of sys::Path in bugpoint. by Rafael Espindola · 12 years ago
  56. f378028 Try to fix the build with libstdc++ 4.4. by Rafael Espindola · 12 years ago
  57. a4b504a Reduce sys::Path usage in bugpoint. by Rafael Espindola · 12 years ago
  58. 19b30d5 X86: Make the cmov aliases work with intel syntax too. by Benjamin Kramer · 12 years ago
  59. 62d124a [Support] Fix handle and memory leak for processes that are not waited for by Reid Kleckner · 12 years ago
  60. 0db5f0f Zero-initializing variables; fixes a build breakage introduced in r183864. by Aaron Ballman · 12 years ago
  61. e568281 Print ConstantPool entries initialized to Values with WriteAsOperand instead of by Dan Gohman · 12 years ago
  62. a03a80f [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys. by Rafael Espindola · 12 years ago
  63. e4f7e31 s/Void/void. by Rafael Espindola · 12 years ago
  64. 42f756f Attempt at fixing the windows build. by Rafael Espindola · 12 years ago
  65. 9f1d9fd Remove the program class. by Rafael Espindola · 12 years ago
  66. 7e17024 Revert r183854 (PPC: Fix switch warnings from r183841) by David Blaikie · 12 years ago
  67. 609baa3 Add global versions of some Program static methods. by Rafael Espindola · 12 years ago
  68. 6289533 [PowerPC] Remove PRED_BAD from PPC::Predicate enumeration. by Bill Schmidt · 12 years ago
  69. dab366b [PowerPC] Fix switch warnings from r183841. by Bill Schmidt · 12 years ago
  70. 4bf771b readobj: Dump PE/COFF optional records. by Rui Ueyama · 12 years ago
  71. 100fbdd Always remove an alias when we rename the target. by Rafael Espindola · 12 years ago
  72. d3f7766 [PowerPC] Expose some calling convention functions in PPCISelLowering.h. by Bill Schmidt · 12 years ago
  73. 6d6cbe3 Convert test to FileCheck. by Rafael Espindola · 12 years ago
  74. 234cad7 Don't use PathV1 in CommandLine.cpp. by Rafael Espindola · 12 years ago
  75. f69ead4 Add artificial PRED_BAD to PPC::Predicate enumeration. by Bill Schmidt · 12 years ago
  76. c3907f3 Inline Path::isBitcodeFile into only use and remove it. by Rafael Espindola · 12 years ago
  77. 2a40056 Remove Path::getMagicNumber. by Rafael Espindola · 12 years ago
  78. 26ace57 Remove Path::hasMagicNumber. by Rafael Espindola · 12 years ago
  79. fa2bbb3 Remove Path::isAbsolute. by Rafael Espindola · 12 years ago
  80. 5475e2b Remove Path::isAbsolute(). by Rafael Espindola · 12 years ago
  81. c1f4a4b by Ulrich Weigand · 12 years ago
  82. 55d529f Remove Path::getSuffix. by Rafael Espindola · 12 years ago
  83. 36782c5 Remove sys::CopyFile. by Rafael Espindola · 12 years ago
  84. a5e855d Fix 'gcc -flto' builds for unittest binaries (undefined reference to by Patrik Hagglund · 12 years ago
  85. e48e8c7 by Ulrich Weigand · 12 years ago
  86. 2e0372d Remove the old file memory mapping functions. by Rafael Espindola · 12 years ago
  87. ddee9b4 Remove Path::createFileOnDisk. by Rafael Espindola · 12 years ago
  88. f90690f Remove Path::makeExecutableOnDisk. by Rafael Espindola · 12 years ago
  89. f42b14e Update Release Process doc by Renato Golin · 12 years ago
  90. 8fdb53d Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED to by Patrik Hagglund · 12 years ago
  91. 0d3b9ac [yaml2obj] Remove fragile test case. by Sean Silva · 12 years ago
  92. 2fd163f 80-cols by Sean Silva · 12 years ago
  93. 2a2bf79 Correct the def registers for the 8bit x86 divide instructions to by Eric Christopher · 12 years ago
  94. 3ce2a98 Use the Copy we defined above here. by Eric Christopher · 12 years ago
  95. 1d18629 Formatting. by Eric Christopher · 12 years ago
  96. 0001acc Fix CMakeLists. by Akira Hatanaka · 12 years ago
  97. 45137f9 [mips] Add an IR transformation pass that optimizes calls to sqrt. by Akira Hatanaka · 12 years ago
  98. a11c3e2 Move PathV2.h to Path.h by Rafael Espindola · 12 years ago
  99. 5ab7704 ARM FastISel fix sext/zext fold by JF Bastien · 12 years ago
  100. a856444 Make host ARM CPU feature detection independent of the vendor by Tobias Grosser · 12 years ago