1. 0de8cec Propagation of profile samples through the CFG. by Diego Novillo · 12 years ago
  2. 6905157 Space formatting fix for r198966. by Tom Roeder · 12 years ago
  3. af43b47 Constant propagate MachineInstrClassName. by Roman Divacky · 12 years ago
  4. 48324ba Fixing build break: should be in the if statement, not outside. by Tom Roeder · 12 years ago
  5. b2c6a6c Restore the library dependency of LLVMgold on LTO; this was removed recently but by Tom Roeder · 12 years ago
  6. 28cd4b9 Add a note about the old asm printer being removed. by Rafael Espindola · 12 years ago
  7. dd86e54 All backends use MC now. by Rafael Espindola · 12 years ago
  8. 2dc1d666 Use the simpler version of sys::fs::remove when possible. by Rafael Espindola · 12 years ago
  9. 217c714 Remove remove_all. A compiler has no need for recursively deleting a directory. by Rafael Espindola · 12 years ago
  10. d91c160 LTO: whitespace changes by Duncan P. N. Exon Smith · 12 years ago
  11. ee3f7de LoopVectorizer: Handle strided memory accesses by versioning by Arnold Schwaighofer · 12 years ago
  12. db81071 SCEVRewriter: Optionally interpret constants in value map as SCEVConstant by Arnold Schwaighofer · 12 years ago
  13. 3dbf247 Amending test/MC/ARM/thumb2-mclass.s to match its apparent original purpose (to test the ARMv6M/ARMv7M commonality), and creating a new test case for the differences between ARMv6M and ARMv7M by Artyom Skrobov · 12 years ago
  14. 6099123 Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0) by Artyom Skrobov · 12 years ago
  15. 793e2aa ARM: fix regression caused by r198914 by Saleem Abdulrasool · 12 years ago
  16. a9608f7 Silence unused variable warning for non-asserting builds that was introduced in r198937. by Kristof Beyls · 12 years ago
  17. a9ad60c Use 'w' instead of 'c' to represent the win32 mangling. by Rafael Espindola · 12 years ago
  18. ac843ff Make sure -use-init-array has intended effect on all AArch64 ELF targets, not just linux. by Kristof Beyls · 12 years ago
  19. 095f4c4 Whitespace. by NAKAMURA Takumi · 12 years ago
  20. f1a1e4a Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt. by NAKAMURA Takumi · 12 years ago
  21. 53b22f1 llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Remove "REQUIRES:shell". This doesn't depend on shell's behavior. by NAKAMURA Takumi · 12 years ago
  22. 4b13e3c llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: Add "AMD64" in the host_arch list. by NAKAMURA Takumi · 12 years ago
  23. 744f816 lli: Tweak CacheName not to contain DOS driveletter. by NAKAMURA Takumi · 12 years ago
  24. 32712c7 lli: LLIObjectCache: Use llvm::sys::path to get dirname. by NAKAMURA Takumi · 12 years ago
  25. 9f456a9 Whitespace. by NAKAMURA Takumi · 12 years ago
  26. 929ae46 llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Fix not to use %t.cachedir/%p. by NAKAMURA Takumi · 12 years ago
  27. ab39685 reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; this time LeakSanitizerIsTurnedOffForTheCurrentProcess is used instead of __lsan_is_turned_off by Kostya Serebryany · 12 years ago
  28. 7ff0502 ARM IAS: support #:{lower,upper}16: for GNU compatibility by Saleem Abdulrasool · 12 years ago
  29. 003132d ARM IAS: support GNU extension for ldrd, strd by Saleem Abdulrasool · 12 years ago
  30. 4eeee88 ARM IAS: support implicit immediate 0s for {LD,ST}R{B,}T by Saleem Abdulrasool · 12 years ago
  31. d0a796e [Sparc] Emit retl/ret instead of jmp instruction. It improves the readability of the assembly generated. by Venkatraman Govindaraju · 12 years ago
  32. 8ce28c8 [Sparc] Add support for parsing jmpl instruction and make indirect call and jmp instructions as aliases to jmpl. by Venkatraman Govindaraju · 12 years ago
  33. 0f09c9f Revert "Revert r198851, "Prototype of skeleton type units for fission"" by David Blaikie · 12 years ago
  34. d961567 Fix a bug with the ARM thumb2 CBNZ and CBNZ instructions that by Kevin Enderby · 12 years ago
  35. 36c48ca Update the developer policy to more clearly spell out the steps for by Chandler Carruth · 12 years ago
  36. 1c5033a Bitcode: Fix a typo in an assert by Justin Bogner · 12 years ago
  37. 3102565 [Sparc] Multiclass for loads/stores. No functionality change intended. by Venkatraman Govindaraju · 12 years ago
  38. cb8c9ce Clean up an inconsistency in v7s feature default. by Evan Cheng · 12 years ago
  39. e279c77 Add a unit test for the copy constructor. by Rafael Espindola · 12 years ago
  40. d92ff21 Revert "Disable LeakSanitizer in TableGen binaries, see PR18325" by Alp Toker · 12 years ago
  41. 4804692 Re-remove dead code. This reverts r198854. by Nadav Rotem · 12 years ago
  42. 80f3b5a Update example to be more idiomatic. by Rafael Espindola · 12 years ago
  43. adff827 Revert r198851, "Prototype of skeleton type units for fission" by NAKAMURA Takumi · 12 years ago
  44. 3539d6d Fixed old typo in ScalarEvolution, that caused wrong SCEVs zext operation. by Stepan Dyatkovskiy · 12 years ago
  45. db5c1f3 [SystemZ] Fix RNSBG bug introduced by r197802 by Richard Sandiford · 12 years ago
  46. acb31a2 Handle masked rotate amounts by Richard Sandiford · 12 years ago
  47. 2984497 Match the InstCombine form of rotates by X+C by Richard Sandiford · 12 years ago
  48. c50299b Disable LeakSanitizer in TableGen binaries, see PR18325 by Kostya Serebryany · 12 years ago
  49. 7b651ce Revert r198819 - "Remove dead code." by Nadav Rotem · 12 years ago
  50. 0ee9bc7 Fix accidental use of the exotic "std::string::back()" method. Turns out it's by Lang Hames · 12 years ago
  51. 4442b6e Add an "-object-cache-dir=<string>" option to LLI. This option specifies the by Lang Hames · 12 years ago
  52. 5f09295 Prototype of skeleton type units for fission by David Blaikie · 12 years ago
  53. a34ec4a llvm-dwarfdump: type unit dwo support by David Blaikie · 12 years ago
  54. 3ca4db2 llvm-readobj: address review comments for ARM EHABI printing by Saleem Abdulrasool · 12 years ago
  55. fe097bf llvm-readobj: fix endianness by Saleem Abdulrasool · 12 years ago
  56. 6fc76f3 DwarfDebug: Refactor out common skeleton construction code to be reused for type unit skeletons. by David Blaikie · 12 years ago
  57. c95a251 Extend llvm::AlignedCharArrayUnion to support up to 10 arguments, as required by Clang's APValue. by Richard Smith · 12 years ago
  58. d5a4058 Reformatting for r198842 by David Blaikie · 12 years ago
  59. 2af945d DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit as well. by David Blaikie · 12 years ago
  60. 75a032d Revert "DwarfUnit: Move the DICompileUnit Node to the DwarfCompileUnit only" by David Blaikie · 12 years ago
  61. 41d9e92 [PM] Rename this source file to something a bit more generic before by Chandler Carruth · 12 years ago
  62. 560e395 Put the functionality for printing a value to a raw_ostream as an by Chandler Carruth · 12 years ago
  63. 58691be DwarfUnit: Move the DICompileUnit Node to the DwarfCompileUnit only by David Blaikie · 12 years ago
  64. b4857de Remove the test for endianness in configure.ac and regenerate. by Eric Christopher · 12 years ago
  65. fd4f17f Replace fstream use with raw_fd_ostream. by Lang Hames · 12 years ago
  66. 0b56759 Remove dead code. by Rafael Espindola · 12 years ago
  67. 217a293 Use the existing typedef to avoid forming a reference to a reference. by Rafael Espindola · 12 years ago
  68. b3ea6d7 llvm.experimental.stackmap: fix encoding of large constants. by Andrew Trick · 12 years ago
  69. 07ef4fd Simplify/collapse/denest a conditions/blocks. by David Blaikie · 12 years ago
  70. 4130da8 llvm-dwarfdump: reorder dwo sections to immediately proceed their non-dwo equivalents by David Blaikie · 12 years ago
  71. 19e5156 Fix the C++03 build. by Rafael Espindola · 12 years ago
  72. dee18bb Use getError and remove the error_code operator. by Rafael Espindola · 12 years ago
  73. 6b71233 Remove vestigal bits of MC from the mangler. It no longer uses this, and by Chandler Carruth · 12 years ago
  74. 5bbbb37 Conservatively handle multiple MMOs in MIsNeedChainEdge by Hal Finkel · 12 years ago
  75. b9271b0 Move declaration of variables down to first use. by Matt Arsenault · 12 years ago
  76. 54c69e1 Add missing definitions of key_type and value_type to DenseSet. by Matt Arsenault · 12 years ago
  77. d13e173 Add get and getError methods to ErrorOr. by Rafael Espindola · 12 years ago
  78. cb1f0dd [AArch64][NEON] Added UXTL and UXTL2 instruction aliases by Ana Pazos · 12 years ago
  79. edc4b60 Force emit a relocation for @gnu_indirect_function symbols so that the indirect by Roman Divacky · 12 years ago
  80. adc537e [x86] Remove OpSize16 flag from MOV32r0 by David Woodhouse · 12 years ago
  81. 638e97f Teach the DAGCombiner how to fold 'vselect' dag nodes according by Andrea Di Biagio · 12 years ago
  82. 2b5313d Add missing rename from the previous commit. by Rafael Espindola · 12 years ago
  83. dc682bc Rename get to getStorage and getError to getErrorStorage. by Rafael Espindola · 12 years ago
  84. 268ab86 Add missing test case for r198737. by Lang Hames · 12 years ago
  85. 1139063 Remove mention of old deleted test scripts from testing guide by Nico Rieck · 12 years ago
  86. e333ed2 [DAGCombiner] Factor duplicated rotate code into a separate function by Richard Sandiford · 12 years ago
  87. 5988879 lit: Provide file location in cfg error messages by Alp Toker · 12 years ago
  88. 38b3626 [x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8 by David Woodhouse · 12 years ago
  89. 51a6450 [x86] Add JMP_2 and other 16-bit PC-relative branch instructions by David Woodhouse · 12 years ago
  90. 2634d1f [x86] Do not relax PUSHi16 to PUSHi32 (PR18414) by David Woodhouse · 12 years ago
  91. ab5b948 [x86] Make AsmParser validate registers for memory operands a bit better by David Woodhouse · 12 years ago
  92. aab5987 [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understand by David Woodhouse · 12 years ago
  93. 4f32ce2 [x86] Use 16-bit addressing where possible in 16-bit mode by David Woodhouse · 12 years ago
  94. 975fe2c [x86] Fix JCXZ,JECXZ_32 for 16-bit mode by David Woodhouse · 12 years ago
  95. d7ae82f [x86] Disambiguate RET[QL] and fix aliases for 16-bit mode by David Woodhouse · 12 years ago
  96. 1c75f15 [x86] Disambiguate [LS][IG]DT{32,64}m and add 16-bit versions, fix aliases by David Woodhouse · 12 years ago
  97. ce8d7be [x86] Add JMP16[rm],CALL16[rm] instructions, and fix up aliases by David Woodhouse · 12 years ago
  98. 1a19e26 [x86] Add PUSHA16,POPA16 instructions, and fix aliases for 16-bit mode by David Woodhouse · 12 years ago
  99. a493812 [x86] Add OpSize16 to instructions that need it by David Woodhouse · 12 years ago
  100. 5de64fc Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txt by Rafael Espindola · 12 years ago