1. 92d755e [llvm-pdbdump] Add an option to dump full class definitions. by Zachary Turner · 11 years ago
  2. 053ae4c [Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial, touch up a couple of by Lang Hames · 11 years ago
  3. 88b2e58 [Orc][Kaleidoscope] Remove dead AST map in SessionContext. by Lang Hames · 11 years ago
  4. 766caab Try to fix reST markup for an external link. by Nico Weber · 11 years ago
  5. 173b29a Fix Makefile build by David Blaikie · 11 years ago
  6. 59efa0e [orc] Add a trivial unit test to get the ball rolling by David Blaikie · 11 years ago
  7. dad44db AsmParser: Call instructions can't have an alignment by David Majnemer · 11 years ago
  8. 15cf924 AsmParser: Check ConstantExpr GEP operands for validity by David Majnemer · 11 years ago
  9. 1f22900 llvm-pdbdump: Fix gcc/clang build by David Majnemer · 11 years ago
  10. 86a84e3 [llvm-pdbdump] Fix a few compilation failures. by Zachary Turner · 11 years ago
  11. b0c9a66 Add missing header by David Blaikie · 11 years ago
  12. 395adf9 [llvm-pdbdump] Rewrite dumper using visitor pattern. by Zachary Turner · 11 years ago
  13. e759e99 [llvm-pdbdump] Simplify options and output. by Zachary Turner · 11 years ago
  14. 5606ca9 Roll condition into an assert then wrap it 'ifndef NDEBUG' to protect from the inevitable "unused variable" warning in a non-asserts build. by David Blaikie · 11 years ago
  15. 8c253f7 Use common parse routine to read alignment values from bitcode by JF Bastien · 11 years ago
  16. 67f22b7 [LICM] Refactor to expose functionality as utility functions by Hal Finkel · 11 years ago
  17. 66c9603 [DagCombiner] Generalized BuildVector Vector Concatenation by Simon Pilgrim · 11 years ago
  18. 0e8abfa [DAGCombine] Don't assume integer-type legailty in reduceBuildVecConvertToConvertBuildVec by Hal Finkel · 11 years ago
  19. 1584f11 [SDAG] Use correct alignments on expanded vector trunc-store/ext-loads by Hal Finkel · 11 years ago
  20. d40ce7a Fix a warning on HexagonMCCodeEmitter::MCII. [-Wunused-private-field] by NAKAMURA Takumi · 11 years ago
  21. 2aabd71 RewriteStatepointsForGC.cpp: Fix for -Asserts to mark isNullConstant() as LLVM_ATTRIBUTE_UNUSED. [-Wunused-function] by NAKAMURA Takumi · 11 years ago
  22. 572d35c RewriteStatepointsForGC.cpp: Fix for -Asserts. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  23. 9c2a703 LowerBitSets.cpp: Prune incorrect \param(s). [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  24. f9c1605 [X86] Add some missing redundant MMX and SSE encodings for disassembler. by Craig Topper · 11 years ago
  25. 855cb47 Remove log statements from config scripts. by Zachary Turner · 11 years ago
  26. 69fadae Really fix the build this time. by Zachary Turner · 11 years ago
  27. ca27e72 Attempt to fix the builders. by Zachary Turner · 11 years ago
  28. eec34e5 [llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump". by Zachary Turner · 11 years ago
  29. ff7a64e COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF sections by David Majnemer · 11 years ago
  30. f68ceb2 COFF: Consistently format the DWARF sections by David Majnemer · 11 years ago
  31. 5ce69d8 [Orc] Remove redundant using directive. by Lang Hames · 11 years ago
  32. a2184e9 [Orc] Add header comment to IndirectionUtils.cpp. by Lang Hames · 11 years ago
  33. b9b88bd IRCE: generalize InductiveRangeCheck::computeSafeIterationSpace to by Sanjoy Das · 11 years ago
  34. c5e1132 IRCE: use SCEVs instead of llvm::Value's for intermediate by Sanjoy Das · 11 years ago
  35. 29f97a6 R600/SI: Use v_madmk_f32 by Matt Arsenault · 11 years ago
  36. c490f78 R600/SI: Try to use v_madak_f32 by Matt Arsenault · 11 years ago
  37. 9036390 R600/SI: Don't crash when getting immediate operand size by Matt Arsenault · 11 years ago
  38. dc9d5dc R600/SI: Fix mad*k definitions by Matt Arsenault · 11 years ago
  39. b430a06 [X86][SSE] Added shuffle based integer zero extension tests. by Simon Pilgrim · 11 years ago
  40. ad821f0 docs: Mention that assertions must be enabled to use the -stats flag by Justin Bogner · 11 years ago
  41. 8d353ae [Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code. by Lang Hames · 11 years ago
  42. 59d81db MachineInstr: Use range-based for loops. NFC. by Benjamin Kramer · 11 years ago
  43. 7efcb33 Calling memmove on a MachineOperand is totally safe. by Benjamin Kramer · 11 years ago
  44. 2b17108 Remove dead prototype. by Benjamin Kramer · 11 years ago
  45. edf99a5 X86: Remove custom lowering of SIGN_EXTEND_INREG by Benjamin Kramer · 11 years ago
  46. 9abdfd0 Unconditionally create a new MCInstrInfo in the asm printer for by Eric Christopher · 11 years ago
  47. 9494699 Remove obsolete comment. by Eric Christopher · 11 years ago
  48. 113747d Have the MipsAsmPrinter fp stub emission code take a custom by Eric Christopher · 11 years ago
  49. 68992ca Turn an if+llvm_unreachable into an assert and reword comment. by Eric Christopher · 11 years ago
  50. 3a389c6 Endianness can be gotten from the DataLayout which we already by Eric Christopher · 11 years ago
  51. 164db1c X86: Call __main using the SelectionDAG by David Majnemer · 11 years ago
  52. 5872174 [obj2yaml/yaml2obj] Add SHT_GROUP support. by Shankar Easwaran · 11 years ago
  53. a983427 Small cleanup. Don't use else when not needed. Pointed out by David Majnemer. by Davide Italiano · 11 years ago
  54. ca7e078 CodeGen: convert CCState interface to using ArrayRefs by Tim Northover · 11 years ago
  55. e95985d Win64: Stack alignment constraints aren't applied during SET_FPREG by David Majnemer · 11 years ago
  56. 9f8d403 AsmParser/Writer: Handle symbolic constants in DI 'flags:' by Duncan P. N. Exon Smith · 11 years ago
  57. 8629ae2 IR: Add helper to split debug info flags bitfield by Duncan P. N. Exon Smith · 11 years ago
  58. 2e19fab IR: Add debug info flag string conversions by Duncan P. N. Exon Smith · 11 years ago
  59. 5eba204 IR: Move DebugInfo Flag* definitions to .def file, NFC by Duncan P. N. Exon Smith · 11 years ago
  60. 8ab90d4 AsmParser: Use StringRef for keyword comparisons, NFC by Duncan P. N. Exon Smith · 11 years ago
  61. 7ef23e6 Set the datalayout in the gold plugin. by Rafael Espindola · 11 years ago
  62. 7a62a2a [PlaceSafepoints] Adjust enablement logic to default to off and be GC configurable per GC by Philip Reames · 11 years ago
  63. efcb266 AsmParser: Use do{}while(false) in macros, NFC by Duncan P. N. Exon Smith · 11 years ago
  64. 74c45a1 Remove some unnecessary unreachables in favor of (sometimes implicit) assertions by David Blaikie · 11 years ago
  65. b2c6bf6 LiveRangeCalc: Don't start liveranges of PHI instruction at the block begin. by Matthias Braun · 11 years ago
  66. f2122f7 Hide a bunch of advanced testing options in default opt --help output by Philip Reames · 11 years ago
  67. c093973 Use short names for jumptable sections. by Rafael Espindola · 11 years ago
  68. bc051fa Revert "[llvm-pdbdump] Add some tests for llvm-pdbdump." by Zachary Turner · 11 years ago
  69. 72198c0 [RewriteStatepointsForGC] Use DenseSet in place of std::set [NFC] by Philip Reames · 11 years ago
  70. 7b9dbc9 [llvm-pdbdump] Add some tests for llvm-pdbdump. by Zachary Turner · 11 years ago
  71. ca6245c [RewriteStatepointsForGC] Replace std::map with DenseMap by Philip Reames · 11 years ago
  72. 5b477f0 [RewriteStatepointsForGC] Cleanup - replace std::vector usage [NFC] by Philip Reames · 11 years ago
  73. f50c34a Used the cached subtarget off of the MachineFunction. by Eric Christopher · 11 years ago
  74. 4b91be0 X86: Remove pre-2010 dead code in mergeSPUpdatesDown by Reid Kleckner · 11 years ago
  75. 0de2c87 LowerScalarImmediateShift - Merged v16i8 and v32i8 shift lowering. NFC. by Simon Pilgrim · 11 years ago
  76. 16fc5e9 R600/SI: Remove v_sub_f64 pseudo by Matt Arsenault · 11 years ago
  77. bbb748e R600: Use new fmad node. by Matt Arsenault · 11 years ago
  78. 4bacfe2 Add generic fmad DAG node. by Matt Arsenault · 11 years ago
  79. d5b5198 [RewriteStatepointsForGC] More style cleanup [NFC] by Philip Reames · 11 years ago
  80. 6d466b5 [RewriteStatepointsForGC] Remove notion of SafepointBounds [NFC] by Philip Reames · 11 years ago
  81. 247aed4 Raising minimum required CMake version to 2.8.12.2. by Chris Bieneman · 11 years ago
  82. 84af8be Grab the DataLayout off of the TargetMachine since that's where it's stored. by Eric Christopher · 11 years ago
  83. d889ad2 LoopRotate: When reconstructing loop simplify form don't split edges from indirectbrs. by Benjamin Kramer · 11 years ago
  84. 99f1269 IR: Change MDFile to directly store the filename/directory by Duncan P. N. Exon Smith · 11 years ago
  85. 5a81e14 Introduce bitset metadata format and bitset lowering pass. by Peter Collingbourne · 11 years ago
  86. b2e79a8 Reversed revision 229706. The reason is regression, which is caused by the by Jozef Kolek · 11 years ago
  87. 2e24b7b Verifier: Unused comdats might not have a corresponding GV by David Majnemer · 11 years ago
  88. d532240 Fix an asan use-after-free bug introduced by the asm printer by Eric Christopher · 11 years ago
  89. 16422b2 [GC, RewriteStatepointsForGC] Style cleanup and bug fix by Philip Reames · 11 years ago
  90. a68ce07 Use unreachable instead of assert(false) to silence MSVC warning by Reid Kleckner · 11 years ago
  91. 3583d23 [X86][FastIsel] Teach how to select float-half conversion intrinsics. by Andrea Di Biagio · 11 years ago
  92. 936cf6a [GC] Style cleanup for RewriteStatepointForGC (1 of many) [NFC] by Philip Reames · 11 years ago
  93. 1194711 Setting up CMake to default to Debug when no build type is specified. by Chris Bieneman · 11 years ago
  94. ef6e26e Bugfix for 229954 by Philip Reames · 11 years ago
  95. dd38f4e Remove a use of the Subtarget in the darwin ppc asm printer. by Eric Christopher · 11 years ago
  96. 0bbf62f Get the function specific subtarget. by Eric Christopher · 11 years ago
  97. 6de800e Get the cached subtarget off the MachineFunction rather than by Eric Christopher · 11 years ago
  98. 74e8bf6 canonicalize a v2f64 blendi of 2 registers by Sanjay Patel · 11 years ago
  99. 6039d05 Put MSVC back into the dumb compiler's corner. by Benjamin Kramer · 11 years ago
  100. 1b740e2 Base isPodLike on is_trivially_copyable for GCC 5 and MSVC by Benjamin Kramer · 11 years ago