1. 1191926 Update the links to the SPARC information. by Rafael Espindola · 12 years ago
  2. 837d6ed Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205) by Hans Wennborg · 12 years ago
  3. 75c8413 Stay classy (and legal) LLVM. Remove links to 3rd party SMT solver whose links may not be permanent. by Kay Tiong Khoo · 12 years ago
  4. f847657 [X86][fast-isel] Fix select lowering. by Quentin Colombet · 12 years ago
  5. 3793977 Implement the .ltorg directive for ARM assembly by David Peixotto · 12 years ago
  6. 927ad4a Unbreak ARM buildbots after r197653 by forcing the target triple on this test. by Josh Magee · 12 years ago
  7. 0fa193b Implement the ldr-pseudo opcode for ARM assembly by David Peixotto · 12 years ago
  8. 6075fa1 Add a finishParse() callback to the targer asm parser by David Peixotto · 12 years ago
  9. 79b3783 Improved fix for PR17827 (instcombine of shift/and/compare). by Kay Tiong Khoo · 12 years ago
  10. 23b7879 Revert r197682, "[CMake] Introduce LIT in add_lit_target." by NAKAMURA Takumi · 12 years ago
  11. 36db80c Move testcase to the appropriate X86 subdirectory. by Adrian Prantl · 12 years ago
  12. b6601f1 Small simplification, p0 is the same as p. by Rafael Espindola · 12 years ago
  13. bd2926b Support for microMIPS control instructions. by Zoran Jovanovic · 12 years ago
  14. f779a6c Long doubles are required to be aligned to 128 bits and svr4 32 bits. by Rafael Espindola · 12 years ago
  15. 1427abb Add a disassembler to the PowerPC backend by Hal Finkel · 12 years ago
  16. 4267b16 Support for microMIPS LL and SC instructions. by Zoran Jovanovic · 12 years ago
  17. d715c3e Add support for positionally-encoded operands to FixedLenDecoderEmitter by Hal Finkel · 12 years ago
  18. afe1c6b Add a triple so that this passes on OS X. by Rafael Espindola · 12 years ago
  19. 44dc232 Support for microMIPS TLS relocations. by Zoran Jovanovic · 12 years ago
  20. d4cf97b llvm-config: Don't show build tree with --obj-root for installed llvm-config. Show $(prefix) instead. by NAKAMURA Takumi · 12 years ago
  21. af224d7 llvm-config: Show build root instead of parent path in build tree with --obj-root for CMake multiconfig. by NAKAMURA Takumi · 12 years ago
  22. 974dbe1 [CMake] Introduce LIT in add_lit_target. by NAKAMURA Takumi · 12 years ago
  23. e14ad85 Add support for PointerLikeRegClass to FixedLenDecoderEmitter by Hal Finkel · 12 years ago
  24. de011a5 [dfsan] Simplify code after r197677. by Evgeniy Stepanov · 12 years ago
  25. a7eb2b8 Add an explicit insert point argument to SplitBlockAndInsertIfThen. by Evgeniy Stepanov · 12 years ago
  26. e493a99 Teach the llvm-readobj COFF dumper to dump debug line tables from object files by Timur Iskhodzhanov · 12 years ago
  27. 7ec73b1 Remove the COFF files with Z7 debug info from the repo by Timur Iskhodzhanov · 12 years ago
  28. a2e3b51 Add REQUIRES:asserts to 3 tests in llvm/test/CodeGen/R600 added in r192212. by NAKAMURA Takumi · 12 years ago
  29. cbce286 llvm-config: Introduce --system-libs to print SYSTEM_LIBS, and deprecate SYSTEM_LIBS in --ldflags. by NAKAMURA Takumi · 12 years ago
  30. 722f58c GCOV.cpp: Fix format strings, %lf. Don't use %lf to double. by NAKAMURA Takumi · 12 years ago
  31. 115654f Introduce clean-ups in llvm/unittests/Makefile.unittest, to sweep stray *Tests. by NAKAMURA Takumi · 12 years ago
  32. e2c28ad R600/SI: Make private pointers be 32-bit. by Matt Arsenault · 12 years ago
  33. 251b921 Fix missing C++ mode comment by Matt Arsenault · 12 years ago
  34. 304512c ARM IAS: support .inst directive by Saleem Abdulrasool · 12 years ago
  35. 2ad4cf5 No point in having a "#if 0"ed unittest. by Rafael Espindola · 12 years ago
  36. 5b6af71 [stackprotector] Use analysis from the StackProtector pass for stack layout in PEI a nd LocalStackSlot passes. by Josh Magee · 12 years ago
  37. 629f3b2 Fix a buffer overrun detected by AddressSanitizer. by Anna Zaks · 12 years ago
  38. 33f01f9 Add stack alignment information for Sparc. by Rafael Espindola · 12 years ago
  39. 4b70bfc Begin adding docs and IR-level support for the inalloca attribute by Reid Kleckner · 12 years ago
  40. 1d4866c add source in comment by Adrian Prantl · 12 years ago
  41. 960ede2 Synchronize the NaCl DataLayout strings with the ones in clang. by Rafael Espindola · 12 years ago
  42. d18d97a Make cosmetic changes as part of Mips internal post commit review of by Reed Kotler · 12 years ago
  43. 90a24a5 ArchiveFileDescriptorTests: Fix CMake build. Each unit test is expected to have suffix "*Tests" for lit gtest runner to seek one. by NAKAMURA Takumi · 12 years ago
  44. 2fcb0c3 ArchiveFileDescriptorTests: Resurrect part of r197600, but make it invalidated, to appease buildbots. by NAKAMURA Takumi · 12 years ago
  45. d218959 llvm-cov: Added -f option for function summaries. by Yuchen Wu · 12 years ago
  46. deb8e33 Fix a problem with mips16 stubs when calls are transformed during by Reed Kotler · 12 years ago
  47. 9e0f77e Revert "Add -mcpu=z10 to SystemZ tests." by Andrew Trick · 12 years ago
  48. 4fdb649 [aarch32] fix bug 18268: Incorrect condition of vsel by Weiming Zhao · 12 years ago
  49. 5112542 Debug info: Implement (rvalue) reference qualifiers for C++11 non-static by Adrian Prantl · 12 years ago
  50. f5d3392 Pull in a couple of new constants from the upcoming DWARF 5 standard. by Adrian Prantl · 12 years ago
  51. 3fbf1a6 formatting by Adrian Prantl · 12 years ago
  52. 17ab16a Correctly handle the degenerated triple "thumb". by Rafael Espindola · 12 years ago
  53. 8cb0f6e llvm-cov: Print coverage summary to STDOUT. by Yuchen Wu · 12 years ago
  54. 4fc1845 Revert r197600 while I sort out why it's failing on Windows. by Owen Anderson · 12 years ago
  55. 04946d5 Add a unit test for loading an object file via a file descriptor. Patch by Pete Cooper. by Owen Anderson · 12 years ago
  56. 2ceb6ae llvm-cov: s/(.*)Executed/\1Exec/ by Yuchen Wu · 12 years ago
  57. f6358f3 llvm-cov: Added -c option for branch counts. by Yuchen Wu · 12 years ago
  58. 25acded [CMake] Don't put every project's tblgen executable in the LLVM bin directory. by Jordan Rose · 12 years ago
  59. 0f040da [mips][msa] Update format of RUN lines for every MSA MC test. by Matheus Almeida · 12 years ago
  60. 462da4a [arm] Rename Tag_VFP_arch to Tag_FP_arch. by Logan Chien · 12 years ago
  61. 010a40c Revert r197380, "llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags." by NAKAMURA Takumi · 12 years ago
  62. b7967ba [CMake] Prune LLVM_TOOLS_BINARY_DIR in LLVMConfig.cmake, since it always points build directory. by NAKAMURA Takumi · 12 years ago
  63. ebd63ff Fix f64 and f128 for ppc-darwin. by Rafael Espindola · 12 years ago
  64. fc9b0e6 One ppc32-darwin, a i64 inside a structure can have 32 bit alignment. by Rafael Espindola · 12 years ago
  65. c95108f ARM: update comment to match reality by Tim Northover · 12 years ago
  66. d0ee4c5 [mips][msa] Remove unneeded triple directive in MSA MC tests. by Matheus Almeida · 12 years ago
  67. c4fc004 DiagnosticInfo: Add missing namespace by Tobias Grosser · 12 years ago
  68. 645efd7 ARM: force soft-float ABI for tests depending on it. by Tim Northover · 12 years ago
  69. e66345a ARM: set default float ABI based on triple. by Tim Northover · 12 years ago
  70. 0a9ff87 [AArch64 NEON]Implment loading vector constant form constant pool. by Kevin Qin · 12 years ago
  71. 5a44539 AsmParser: add support for .end directive by Saleem Abdulrasool · 12 years ago
  72. 2cb3295 DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to type units via their signatures by David Blaikie · 12 years ago
  73. f07d462 Fix N32 registers and stack alignment. by Rafael Espindola · 12 years ago
  74. 18b3d13 Eliminate PPC instruction decoding ambiguities by Hal Finkel · 12 years ago
  75. af73dfe Support little-endian encodings in the FixedLenDecoderEmitter by Hal Finkel · 12 years ago
  76. 5103745 [DiagnosticPrinter] Use the appropriate method to print a Twine object in a by Quentin Colombet · 12 years ago
  77. 65c4329 MC COFF: Emit the 'b' section flag for .bss sections in GNU assembly by Reid Kleckner · 12 years ago
  78. a5dd89e On APCS, only try to align aggregates to 32 bits instead of 64. by Rafael Espindola · 12 years ago
  79. 3179bf2 Handle i64 first for clarity. No functionality change. by Rafael Espindola · 12 years ago
  80. 1655b73 Assert that the last operand is actually EFLAGS by Duncan P. N. Exon Smith · 12 years ago
  81. ff7e4b1 Disabled subregister copy coalescing during MachineCSE. by Andrew Trick · 12 years ago
  82. de262fe Add warning capabilities in LLVM. by Quentin Colombet · 12 years ago
  83. 24c6367 [mips] Fix off by one issue when applying a fixup. by Matheus Almeida · 12 years ago
  84. 7c29644 Setting the CPU in the new vaargs test by Duncan P. N. Exon Smith · 12 years ago
  85. c69e392 Revert "Revert "Mark vastart_save_xmm_regs as changing EFLAGS"" by Duncan P. N. Exon Smith · 12 years ago
  86. ce6d314 Fix the pointer size for the PS3 datalayout. by Rafael Espindola · 12 years ago
  87. fcd2633 Add some simple COFF files with Z7 debug info by Timur Iskhodzhanov · 12 years ago
  88. 352168c Fix code sample in NVPTX examples: now it compiles to PTX and runs as expected. by Eli Bendersky · 12 years ago
  89. 5842a03 Fix for PR18045: http://llvm.org/bugs/show_bug.cgi?id=18045 by Stepan Dyatkovskiy · 12 years ago
  90. efa95f8 There are no __register_frame and __deregister_frame functions by Yaron Keren · 12 years ago
  91. 1f0a0e3 AVX-512: Added implementation of CONCAT_VECTORS for v8i1 vectors (by Alexey Bader). by Elena Demikhovsky · 12 years ago
  92. 3e8bc5b Revert "Mark vastart_save_xmm_regs as changing EFLAGS" by Duncan P. N. Exon Smith · 12 years ago
  93. 608e4a39 Mark vastart_save_xmm_regs as changing EFLAGS by Duncan P. N. Exon Smith · 12 years ago
  94. 16d0e12 llvm-config: Let directories aware of CMAKE_CFG_INTDIR. by NAKAMURA Takumi · 12 years ago
  95. 5a1c0d6 Add -mcpu=z10 to SystemZ tests. by Andrew Trick · 12 years ago
  96. c4c5a1d Allow MachineCSE to coalesce trivial subregister copies the same way that it coalesces normal copies. by Andrew Trick · 12 years ago
  97. 8b81765 whitespace by Andrew Trick · 12 years ago
  98. 04ca269 Tweak lit/TestingConfig.py Py3-compatible. has_key is dead. by NAKAMURA Takumi · 12 years ago
  99. 0f7c8fd Make comment more explicit. by Jim Grosbach · 12 years ago
  100. 14c3c52 Typo. s/reserved/preserved/ by Jim Grosbach · 12 years ago