1. 0bfd526 [C++11] Add 'override' keywords to tablegen code. by Craig Topper · 12 years ago
  2. 8a25ef9 [C API] Implement LLVM{Get,Set}Alignment for AllocaInst. by Peter Zotov · 12 years ago
  3. c75dc74 Remove unnecessary variables. by Ahmed Charles · 12 years ago
  4. a9b2552 Fix unused variable in FunctionLoweringInfo.cpp by Hans Wennborg · 12 years ago
  5. 2f471c8 Check for dynamic allocas and inline asm that clobbers sp before building by Hans Wennborg · 12 years ago
  6. 3b9afd3 Change x86mmx -> x86_mmx in LangRef.rst by Reid Kleckner · 12 years ago
  7. 1372b78 C API: Add functions to get or set a GlobalValue's DLLStorageClass by Reid Kleckner · 12 years ago
  8. d6e0bca LangRef: Remove stale docs on LLVM types in module structure by Reid Kleckner · 12 years ago
  9. e6d0bed Make the DIEValue constructor even more explicit. by Eric Christopher · 12 years ago
  10. 7e8a540 Trivial test commit. by Raul E. Silvera · 12 years ago
  11. d1fe495 [C++11] Sink the iterator over a Value's users into the Value type by Chandler Carruth · 12 years ago
  12. 8b3fad9 Use a bool for whether or not an abbreviation has children rather than by Eric Christopher · 12 years ago
  13. 33a9132 Use dwarf::Attribute instead of a bare uint16_t. by Eric Christopher · 12 years ago
  14. d3190ef Expand slightly on comment. by Eric Christopher · 12 years ago
  15. 9ad8924 Unindent namespace. by Eric Christopher · 12 years ago
  16. 64da21d Update comment. by Eric Christopher · 12 years ago
  17. da96b2e Partially roll back r202915. by Rui Ueyama · 12 years ago
  18. e553a3b Fix endianness bug. by Rui Ueyama · 12 years ago
  19. 34fae3a Allow constant folding of fma and fmuladd by Matt Arsenault · 12 years ago
  20. 175c634 Fix duplicate code in ConstantFolding by Matt Arsenault · 12 years ago
  21. f48dbd8 [DAGCombiner] Factor out distributeTruncateThroughAnd by Adam Nemet · 12 years ago
  22. bc03027 Remove a special character in comment that accidentially got committed. by Evan Cheng · 12 years ago
  23. 6e5887e Remove dependence on std::function. by Richard Smith · 12 years ago
  24. 943d1fd Add support for arbitrary functors to CrashRecoveryContext. by Richard Smith · 12 years ago
  25. f0a0ceb APFloat: Add a move ctor and operator= by Benjamin Kramer · 12 years ago
  26. afee151 llvm-objdump: Indent unwind info contents. by Rui Ueyama · 12 years ago
  27. 1d8f551 llvm-objdump: Fix typo in output. by Rui Ueyama · 12 years ago
  28. a9a43d0 MS asm: Attempt to parse variables followed by a bracketed displacement by Reid Kleckner · 12 years ago
  29. 86e85c1 X86: 80-column by Saleem Abdulrasool · 12 years ago
  30. 230036c [CMake] add_llvm_target(): No need to include TABLEGEN_OUTPUT in source list. by NAKAMURA Takumi · 12 years ago
  31. db09f82 [PowerPC] support powerpc64le as syntax-checking target (pass2) by Will Schmidt · 12 years ago
  32. f41c05c [XCore] Fix call of absolute address. by Richard Osborne · 12 years ago
  33. ba920ab [CMake] check-llvm: Include "bugpoint" in dependent list. by NAKAMURA Takumi · 12 years ago
  34. 8954b14 Remove out-of-date comment in llvm/tools/CMakeLists.txt. by NAKAMURA Takumi · 12 years ago
  35. e06bec4 [mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3. by Daniel Sanders · 12 years ago
  36. 80a59df Hey, we can stop depending on the IR library from the Support unittests by Chandler Carruth · 12 years ago
  37. 8f124fe [Modules] Move the LeakDetector header into the IR library where the by Chandler Carruth · 12 years ago
  38. 11d95df [cleanup] Fix a typo in the path. by Chandler Carruth · 12 years ago
  39. f7591dd [Modules] Move the PassNameParser to the IR library as it deals in the by Chandler Carruth · 12 years ago
  40. 19d764f [Modules] Move the ConstantRange class into the IR library. This is by Chandler Carruth · 12 years ago
  41. a2e3265 [Modules] Stop including CFG.h from GenericDomTree.h. This used to be by Chandler Carruth · 12 years ago
  42. 5b74a01 [Modules] Move the PredIteratorCache into the IR library -- it is by Chandler Carruth · 12 years ago
  43. ff956e7 [Modules] Move the NoFolder into the IR library as it creates instructions. by Chandler Carruth · 12 years ago
  44. 9234e06 [Modules] Move the ConstantFolder into the IR library where it can by Chandler Carruth · 12 years ago
  45. d90488f [Modules] Move the TargetFolder into the Analysis library. Historically, by Chandler Carruth · 12 years ago
  46. 03e36d7 [Modules] Move CFG.h to the IR library as it defines graph traits over IR types. by Chandler Carruth · 12 years ago
  47. 1fd02bc [Modules] Delete DataFlow.h rather than move it to the IR library. No by Chandler Carruth · 12 years ago
  48. 7225e27 [Modules] Move ValueMap to the IR library. While this class does not by Chandler Carruth · 12 years ago
  49. eb3d76d [Modules] Move ValueHandle into the IR library where Value itself lives. by Chandler Carruth · 12 years ago
  50. df3d8e8 [Modules] Move the LLVM IR pattern match header into the IR library, it by Chandler Carruth · 12 years ago
  51. 4bbfbdf [Modules] Move CallSite into the IR library where it belogs. It is by Chandler Carruth · 12 years ago
  52. bd7cba0 [Modules] Move GetElementPtrTypeIterator into the IR library. As its by Chandler Carruth · 12 years ago
  53. 876ac60 [Modules] Move InstIterator out of the Support library, where it had no by Chandler Carruth · 12 years ago
  54. 1decd56 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 12 years ago
  55. efba32f Remove unused typedef by Timur Iskhodzhanov · 12 years ago
  56. 7650bc0 This patch implements .set mips32r2 directive and sets appropriate feature bits. It also introduces helper functions that are used to set and clear feature bits as necessary. This directive is a counterpart of -mips32r2 command line options with the exception that it does not influence elf header flags. The usage example is gives in test file. by Vladimir Medic · 12 years ago
  57. b62b44c Cleaning up a bunch of pre-Visual C++ 2012 build hacks. by Yaron Keren · 12 years ago
  58. 13f0d30 [cleanup] Add a getOperandNo method to the Use class and implement it by Chandler Carruth · 12 years ago
  59. 775581c [cleanup] Use early exit and simpler temporary variables to clarify the by Chandler Carruth · 12 years ago
  60. 4f6b2a2 Fix gcc -Wunused-but-set-variable warning. by Patrik Hagglund · 12 years ago
  61. 2bfe24c [cleanup] Run clang-format over the Use code. It was *really* by Chandler Carruth · 12 years ago
  62. 0a605711 [cleanup] Tidy up and modernize comments and the definition order for by Chandler Carruth · 12 years ago
  63. d186c93 PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  64. e93f18e PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  65. 4a655e7 [C+11] Add 'override' keyword to methods in the support library. by Craig Topper · 12 years ago
  66. cfb73ab Fix typo. by Rui Ueyama · 12 years ago
  67. 80f2397 Use auto for readability. by Rui Ueyama · 12 years ago
  68. 3ab0ce0 llvm-objdump: Print x64 unwind info in executable. by Rui Ueyama · 12 years ago
  69. 7ef591d Make a test for llvm-objdump a little bit more readable. by Rui Ueyama · 12 years ago
  70. b1347c6 llvm-objdump: Split printRuntimeFunction to two small functions. by Rui Ueyama · 12 years ago
  71. 5dee350 [AArch64]Fix improper diagnostics about offset range of load/store instructions. by Kevin Qin · 12 years ago
  72. 4e43e1e MC: Fix Intel assembly parser for [global + offset] by Reid Kleckner · 12 years ago
  73. 168a1af Revert "[AArch64] This is a work in progress to provide a machine description" by Chad Rosier · 12 years ago
  74. d1a0a58 llvm-objdump: Split printCOFFUnwindInfo into small functions. by Rui Ueyama · 12 years ago
  75. 839b3c7 llvm-objdump: Use range-based-for loop and fix format. by Rui Ueyama · 12 years ago
  76. 824dfb1 [AArch64] This is a work in progress to provide a machine description by Chad Rosier · 12 years ago
  77. 288da8c Adding support for MSVC debugger visualization of the Optional datatype. by Aaron Ballman · 12 years ago
  78. 739dd52 Avoid std::function until PR19030 is fixed by Reid Kleckner · 12 years ago
  79. a2e96a9 Add missing include. by Benjamin Kramer · 12 years ago
  80. f05b45f Pass to emit DWARF path discriminators. by Diego Novillo · 12 years ago
  81. 9efaf2f [C++11] Use std::tie to simplify compare operators. by Benjamin Kramer · 12 years ago
  82. c3835cc Document that std::initializer_list is not always available. by Peter Collingbourne · 12 years ago
  83. dcf23dd [C++11] Remove a leftover std::function instance. by Benjamin Kramer · 12 years ago
  84. 0550e93 [C++11] Remove the completely unnecessary requirement on SetVector's by Chandler Carruth · 12 years ago
  85. 6f8c0c0 Add DWARF discriminator support to DILexicalBlocks. by Diego Novillo · 12 years ago
  86. 98b5aae Re-apply r202551, which introduced new PBQP solver. by Lang Hames · 12 years ago
  87. 7515c71 Revert "[C++11] Replace LLVM atomics with std::atomic." by Benjamin Kramer · 12 years ago
  88. 4721e55 [C++11] Replace LLVM atomics with std::atomic. by Benjamin Kramer · 12 years ago
  89. 59a4517 C++11: Beware unnecessary copies with auto by Duncan P. N. Exon Smith · 12 years ago
  90. 653638b Clarify struct usage guidelines by Duncan P. N. Exon Smith · 12 years ago
  91. db3064e Add patch level to llvm version in CMake and Autoconf by Tom Stellard · 12 years ago
  92. 7bc65d0 Don't emit a blank line when running llvm-config --system-libs. by Richard Osborne · 12 years ago
  93. fc210ac [mips] Prevent %lo relocation being used on MSA loads and stores. by Daniel Sanders · 12 years ago
  94. c1e634d [mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug data by Ed Maste · 12 years ago
  95. 6e983f3 Fixing a build failure reported by certain buildbots. This will disable jalx instruction for micromips target. by Vladimir Medic · 12 years ago
  96. a0fb580 Unbreak the C++11 build. by Benjamin Kramer · 12 years ago
  97. 8b77d95 [msan] Handle X86 SIMD bitshift intrinsics. by Evgeniy Stepanov · 12 years ago
  98. afa6150 This patch implements jalx instruction for Mips architecture.This instruction executes a procedure call within the current 256 MB-aligned region and change the ISA Mode from MIPS32 to microMIPS32 or MIPS16e. Usage samples for assembler and dissasembler are provided as well. by Vladimir Medic · 12 years ago
  99. 75c86c9 [C++11] Add a basic block range view for RegionInfo by Tobias Grosser · 12 years ago
  100. 8959996 [C++11] MSVC 2012 can't handle list-initialization that calls by Chandler Carruth · 12 years ago