1. 9909363 MI Sched: record local vreg uses. by Andrew Trick · 12 years ago
  2. c7a8d3e Remove unused field. by Andrew Trick · 12 years ago
  3. d2763f6 mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr count. by Andrew Trick · 12 years ago
  4. f89c749 Checking commit access; added one space by Jim Cownie · 12 years ago
  5. 6cbb39e [ARM] Fix another ARM FastISel -verify-machineinstrs issue. by Joey Gouly · 12 years ago
  6. e307a9c [mips][msa] Few MSA Builtins have side-effects. Added IntrNoMem to those that don't. by Daniel Sanders · 12 years ago
  7. 7c7b8e5 [msan] Fix handling of va_arg overflow area on x86_64. by Evgeniy Stepanov · 12 years ago
  8. a0b2d33 [ARMv8] Add CodeGen for VMAXNM/VMINNM. by Joey Gouly · 12 years ago
  9. 5768bb8 Add function attribute 'optnone'. by Andrea Di Biagio · 12 years ago
  10. a550b51 [SystemZ] Add basic prefetch support by Richard Sandiford · 12 years ago
  11. 35c93e4 [SystemZ] Try reversing comparisons whose first operand is in memory by Richard Sandiford · 12 years ago
  12. 65ddcfa [SystemZ] Prefer LHI;ST... over LAY;MV... by Richard Sandiford · 12 years ago
  13. a8a7099 Turn MipsOptimizeMathLibCalls into a target-independent scalar transform by Richard Sandiford · 12 years ago
  14. 287c84a ARM: make sure ARM-mode pseudo-inst requires IsARM by Tim Northover · 12 years ago
  15. c73488a [mips][msa] Split MSA128 regset into size-specific sets containing the same registers. by Daniel Sanders · 12 years ago
  16. bbe88b7 80 cols by Alexey Samsonov · 12 years ago
  17. eb0c179 Make DWARFCompileUnit non-copyable by Alexey Samsonov · 12 years ago
  18. 1f2c399 lto/CMakeLists.txt: Cut the dep to intrinsics_gen. LTO doesn't depend on it and LTO_static doesn't depend on anything. by NAKAMURA Takumi · 12 years ago
  19. b581261 Use register masks on SPARC call instructions. by Jakob Stoklund Olesen · 12 years ago
  20. d93969c Add an OtherPreserved field to the CalleeSaved TableGen class. by Jakob Stoklund Olesen · 12 years ago
  21. 0a248bf [PR11606] ocaml bindings tests produce binaries in source dir by Daniel Dunbar · 12 years ago
  22. 7feaf76 Filecheckize some tests. by Michael Gottesman · 12 years ago
  23. e0e66b9 Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stale to the point of not working and more resilient to debug info changes. by Michael Gottesman · 12 years ago
  24. 58a9b43 [stack protector] Work around an issue with the BMOVPCB_CALL instruction on ARM by disabling does not return on __stack_chk_fail. by Michael Gottesman · 12 years ago
  25. 80075c4 Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'false'. by Bill Wendling · 12 years ago
  26. cec45be Fix some tests. The 'false' version just omits the attribute altogether. by Bill Wendling · 12 years ago
  27. 062cd94 Check only if we have this attribute. If it's not an attribute, then it's assumed false. by Bill Wendling · 12 years ago
  28. b4be7f6 FileCheckize some tests. by Bill Wendling · 12 years ago
  29. 344cfb4 R600/SI: Fix another case of illegal VGPR to SGPR copy by Tom Stellard · 12 years ago
  30. 054cec0 DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions, and vice versa, with wrappers. by Peter Collingbourne · 12 years ago
  31. 4f68e9e DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction. by Peter Collingbourne · 12 years ago
  32. f1366c5 DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$". by Peter Collingbourne · 12 years ago
  33. 0946374 [Debug Info Tests] Update testing cases. by Manman Ren · 12 years ago
  34. 3aa18c2 configure: Regenerate corresponding to r189026. by NAKAMURA Takumi · 12 years ago
  35. 3e7f1a9 Autoconf: The Clang ARC migrator now depends on the static analyzer. by Jordan Rose · 12 years ago
  36. 35eab1d [ARMv8] Add CodeGen support for VSEL. by Joey Gouly · 12 years ago
  37. 3f256c2 [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must contain Offset when Offset >= 65536. by NAKAMURA Takumi · 12 years ago
  38. 37693da Whitespace. by NAKAMURA Takumi · 12 years ago
  39. 5f26855 Fix ARM vcvt encoding when the number of fractional bits is zero. by Mihai Popa · 12 years ago
  40. 474be0d Teach the SLP vectorizer the correct way to check for consecutive access by Chandler Carruth · 12 years ago
  41. bad8d4c [ARM] Constrain some register classes in EmitAtomicBinary64 so that by Joey Gouly · 12 years ago
  42. 1765e74 AVX-512: Added masked SHIFT commands, more encoding tests by Elena Demikhovsky · 12 years ago
  43. 7ddda47 Fix ARM FastISel PIC function call. by Logan Chien · 12 years ago
  44. a5bd393 Suppress MemoryBufferTest.cpp on win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  45. f73826b Add a new helper method to Value to strip in-bounds constant offsets of by Chandler Carruth · 12 years ago
  46. 4efbeb2 MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is greater than 8000. by NAKAMURA Takumi · 12 years ago
  47. 378cd84 MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Follow-up to r188903. by NAKAMURA Takumi · 12 years ago
  48. f6db942 Clean up the doxygen formatting of the comments on the strip* methods on by Chandler Carruth · 12 years ago
  49. f7ab3a8 ARM: use TableGen patterns to select CMOV operations. by Tim Northover · 12 years ago
  50. bccc6f8 ARM: respect tied 64-bit inlineasm operands when printing by Tim Northover · 12 years ago
  51. 021f328 [stackprotector] When finding the split point to splice off the end of a parentmbb into a successmbb, include any DBG_VALUE MI. by Michael Gottesman · 12 years ago
  52. 978de6b Teach LoopVectorize about address space sizes by Matt Arsenault · 12 years ago
  53. 9d3c398 Remove llvm-lit from the cmake install target. by Hans Wennborg · 12 years ago
  54. 3c3ee1f FileCheck-ize tests. by Bill Wendling · 12 years ago
  55. e2a48fb ARM: R9 is not safe to use for tcGPR. by Jim Grosbach · 12 years ago
  56. 55d4c38 Fixed typo. by Michael Gottesman · 12 years ago
  57. 4920bf7 Removed trailing whitespace. by Michael Gottesman · 12 years ago
  58. d00968a SelectionDAG: Make sure stores are always added to the LegalizedNodes list by Tom Stellard · 12 years ago
  59. 4db169d [lit] Fix a couple lingering Py3 compat issues in ProgressBar. by Daniel Dunbar · 12 years ago
  60. 51a0b77 [tests] Update fma3 check to work with Py3. by Daniel Dunbar · 12 years ago
  61. f72bc79 [lit] Lift XFAIL handling to core infrastructure. by Daniel Dunbar · 12 years ago
  62. d3bf8a2 [lit] Allow formats to return lit.Test.Result instances directly. by Daniel Dunbar · 12 years ago
  63. ccd21b2 [lit] Factor out a separate Test.Result() object. by Daniel Dunbar · 12 years ago
  64. 0dd41a9 [lit] Simplify --time-tests code. by Daniel Dunbar · 12 years ago
  65. 7b0cdf7 [lit] Extract TestFormat base class, for future use. by Daniel Dunbar · 12 years ago
  66. bf9d6e5 TBAA: remove !tbaa from testing cases when they are not needed. by Manman Ren · 12 years ago
  67. 23dcb18 Adding a document to describe the MCJIT execution engine implementation. by Andrew Kaylor · 12 years ago
  68. 5464a92 R600: Remove unnecessary casts by Tom Stellard · 12 years ago
  69. dfdf7f4 No functionality change. by Yunzhong Gao · 12 years ago
  70. 915e936 Teach BaseIndexOffset::match to identify base pointers in loops. by Juergen Ributzka · 12 years ago
  71. 79ef34d ADT/Triple: Helper to determine if we are targeting the Windows CRT by David Majnemer · 12 years ago
  72. 296ca41 Basic unit tests for PointerUnion by David Blaikie · 12 years ago
  73. dd778b2 Reorder headers according to lint. by Bill Wendling · 12 years ago
  74. 4a4844a Remove use of forbidden 'iostream' header. by Bill Wendling · 12 years ago
  75. 52c7d8e Teach InstCombine about address spaces by Matt Arsenault · 12 years ago
  76. b2fdd9e MC CFG: Remap enough for data too, analoguous to r188873. by Ahmed Bougacha · 12 years ago
  77. 2172767 Style cleanup following David's review for r188876. by Ahmed Bougacha · 12 years ago
  78. a68512f Add testcase for r188873: MCTextAtom boundaries. by Ahmed Bougacha · 12 years ago
  79. d6dbd6b [CMake] Automatically pick up subdirectories in llvm/tools as 'external projects' if they contain a 'CMakeLists.txt' file. by Argyrios Kyrtzidis · 12 years ago
  80. 795cfe3 Add test for bitcast array ptrs with address spaces by Matt Arsenault · 12 years ago
  81. 606deaf Add enforce known alignment test with address space by Matt Arsenault · 12 years ago
  82. 551dac1 Use attribute helper function by Matt Arsenault · 12 years ago
  83. 5d7a73f Fix typo by Matt Arsenault · 12 years ago
  84. 52d35c2 A minor change for an obvous problem caused by r188451: by Hao Liu · 12 years ago
  85. 159b6f1 Add -mcpu to two X86 tests. by Joey Gouly · 12 years ago
  86. 7413b54 Add basic YAML MC CFG testcase. by Ahmed Bougacha · 12 years ago
  87. 8fea8f2 Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin." by NAKAMURA Takumi · 12 years ago
  88. 1a9f21a Make "mov" work for all Thumb2 MOV encodings by Mihai Popa · 12 years ago
  89. 8ba76da AVX-512: Added SHIFT instructions. by Elena Demikhovsky · 12 years ago
  90. df40f8e [SystemZ] Define remainig *MUL_LOHI patterns by Richard Sandiford · 12 years ago
  91. f44026b MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  92. 187dedf [mips][msa] Matheus Almeida pointed out a silly mistake in r188893. Fixed it. by Daniel Sanders · 12 years ago
  93. d95865a [SystemZ] Use FI[EDX]BRA for codegen by Richard Sandiford · 12 years ago
  94. d954716 [SystemZ] Add FI[EDX]BRA by Richard Sandiford · 12 years ago
  95. 099e532 [mips][msa] Define registers using foreach by Daniel Sanders · 12 years ago
  96. 171ac8c MC CFG: Add YAML MCModule representation to enable MC CFG testing. by Ahmed Bougacha · 12 years ago
  97. f176482 MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler. by Ahmed Bougacha · 12 years ago
  98. 05a8102 MC CFG: Use data structures more appropriate than std::set. by Ahmed Bougacha · 12 years ago
  99. 0f4a5ba MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler. by Ahmed Bougacha · 12 years ago
  100. 0e83b90 MC CFG: Add MCObjectDisassembler Mach-O implementation. by Ahmed Bougacha · 12 years ago