1. 1790c9c Rename everything to follow LLVM style ... I think. by Nick Lewycky · 13 years ago
  2. d88cac0 No relocation produces a SLEB or ULEB, make sure they are handled in MC. by Rafael Espindola · 13 years ago
  3. 1f82151 Enhance MemDep: When alias analysis returns a partial alias result, by Chris Lattner · 13 years ago
  4. 0c99861 Let dwarf writer allocate extra space in the debug location expression. This space, if requested, will be used for complex addresses of the Blocks' variables. by Devang Patel · 13 years ago
  5. 9341d10 Rename a local variable. by Devang Patel · 13 years ago
  6. b865d46 Rename a method to match what it really does. by Devang Patel · 13 years ago
  7. 80925f5 Do not drop a variable's complex address if it is not based on frame base. by Devang Patel · 13 years ago
  8. 308bec3 Fix an iterator invalidation bug. by Dan Gohman · 13 years ago
  9. 546c1ff Make this test disable fast isel as it's not needed. by Eric Christopher · 13 years ago
  10. 607b8eb mark a large static table static. Pointed out by Michael Ilseman! by Chris Lattner · 13 years ago
  11. 6311a55 Improve adherence to general style, use "foo_t &x" instead of "foo_t& x" by Chris Lattner · 13 years ago
  12. e27c3ea allow adding a FoldingSetNodeID to a FastFoldingSetNode, resolving PR9499, by Chris Lattner · 13 years ago
  13. ed0318e add a missed bitfield instcombine. by Chris Lattner · 13 years ago
  14. f48eb53 Lower BlockAddress node when relocation-model is static. by Akira Hatanaka · 13 years ago
  15. 06104e3 A dbg.declare may not be in entry block, even if it is referring to an incoming argument. However, It is appropriate to emit DBG_VALUE referring to this incoming argument in entry block in MachineFunction. by Devang Patel · 13 years ago
  16. a42a757 Make tests more useful. by Benjamin Kramer · 13 years ago
  17. a4a2a03 Remove some hard coded CR-LFs. Some of these were the entire files, one of by Chandler Carruth · 13 years ago
  18. d03bcc1 Fix comment typo. Noticed by Liu. by Duncan Sands · 13 years ago
  19. e54e785 Simplify the logic. Noticed by aKor. by Rafael Espindola · 13 years ago
  20. 7ed6732 Synchronize the conditions for producing a .cfi_startproc and a .cfi_endproc. by Rafael Espindola · 13 years ago
  21. dac4b92 Fix Target/ARM/Thumb1FrameLowering.h header guard. by Sebastian Redl · 13 years ago
  22. 69ffd7a Give MC/MCDisassembler/Disassembler.h a header guard. by Sebastian Redl · 13 years ago
  23. 6796e4f Give SplitKit.h a header guard. by Sebastian Redl · 13 years ago
  24. f462ab4 Give ImmutableIntervalMap.h an include guard. by Sebastian Redl · 13 years ago
  25. 61717b3 Fix an assert to check exactly what it says. by Jay Foad · 13 years ago
  26. 4e699cf Add a TODO. by Mikhail Glushenkov · 13 years ago
  27. fb88665 Regenerate. by Mikhail Glushenkov · 13 years ago
  28. 834b93b Remove all references to plugins from the LLVMC docs. by Mikhail Glushenkov · 13 years ago
  29. 6855018 PR9214: Convert the DIBuilder API to use ArrayRef. by Jay Foad · 13 years ago
  30. ddcdcc8 Remove unused STL header includes. by Jay Foad · 13 years ago
  31. a0f5092 Like the coding standards say, do not use "using namespace std". by Jay Foad · 13 years ago
  32. 2011561 Silence an overzealous uninitialized variable warning from GCC. by Benjamin Kramer · 13 years ago
  33. 83eb906 Accidental function name mangling. by Andrew Trick · 13 years ago
  34. 1c3af77 Thumb2 and ARM add/subtract with carry fixes. by Andrew Trick · 13 years ago
  35. 1611bcd Comment edit. by Andrew Trick · 13 years ago
  36. 5adfba2 whitespace by Andrew Trick · 13 years ago
  37. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 13 years ago
  38. 624dc1d test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64. by NAKAMURA Takumi · 13 years ago
  39. d74ea77 Teach FastISel to deal with instructions that have two immediate operands. by Owen Anderson · 13 years ago
  40. 5e06bb8 Let front-end tie subprogram declaration with subprogram definition directly. by Devang Patel · 13 years ago
  41. 3728b4a Fix comment. by Eric Christopher · 13 years ago
  42. 2007298 Always compare the cost of region splitting with the cost of per-block splitting. by Jakob Stoklund Olesen · 13 years ago
  43. 3335a99 The .inc file is auto-generated and must not be edited by hand. by Mikhail Glushenkov · 13 years ago
  44. b686af0 Recommit the fix for rdar://9289512 with a couple tweaks to by Chris Lattner · 13 years ago
  45. 597fa65 Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) should by Johnny Chen · 13 years ago
  46. e7cf062 DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless. by Benjamin Kramer · 13 years ago
  47. eac0c9d Do not leak argument's DbgVariables. by Devang Patel · 13 years ago
  48. 0a6ea83 Add asserts. by Devang Patel · 13 years ago
  49. b20a8fc X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (C2 >> C1)) & C1. (Part of PR5039) by Benjamin Kramer · 13 years ago
  50. eab6313 Comment out some unused parameter names to silence out-of-tree -Wunused warnings. by Frits van Bommel · 13 years ago
  51. f4b2f93 Use enums for constant values. by Eric Christopher · 13 years ago
  52. 9ab1d7f Make the file format strings a little prettier for mach-o. by Eric Christopher · 13 years ago
  53. 860d7e1 Add MachOObjectFile.cpp to cmake. by Eric Christopher · 13 years ago
  54. ea7e13e Hook in mach-o object files into Object interface. by Eric Christopher · 13 years ago
  55. f0c3af6 Add support for 64-bit object files to Path. by Eric Christopher · 13 years ago
  56. 6256b03 Add an ObjectFile implementation for mach-o. by Eric Christopher · 13 years ago
  57. bb498ca 80-col fix. by Eric Christopher · 13 years ago
  58. d94d846 include/llvm/Target/TargetAsmInfo.h: Fix a warning. by NAKAMURA Takumi · 13 years ago
  59. db6cbe1 In Thumb2 mode, lower frame indix references to: by Evan Cheng · 13 years ago
  60. d8a1624 Typo by Evan Cheng · 13 years ago
  61. add2944 Delete the other unused variable in this function. Sorry I missed this by Chandler Carruth · 13 years ago
  62. 32bd250 Remove an unused variable from a function. This is a likely cut-paste-o. by Chandler Carruth · 13 years ago
  63. d3dbd5f Branch folding is folding a landing pad into a regular BB. by Bill Wendling · 13 years ago
  64. c1fe100 Define Neon load/store intrinsics for Clang as macros instead of functions. by Bob Wilson · 13 years ago
  65. abf9af6 Compute the size of the FDE encoding instead of hard coding it. Update by Rafael Espindola · 13 years ago
  66. e8cfbd8 Remove unused argument. by Rafael Espindola · 13 years ago
  67. eccbad7 Don't pass address spaces to EmitULEB128IntValue. by Rafael Espindola · 13 years ago
  68. 71f3f11 Fix DWARF description of Q registers. by Devang Patel · 13 years ago
  69. 27f5acb Fix DWARF description of S registers. by Devang Patel · 13 years ago
  70. 06161fc Add DW_OP_bit_piece. by Devang Patel · 13 years ago
  71. acc381b Refactor. by Devang Patel · 13 years ago
  72. 8859df5 Test case for r129922 by Devang Patel · 13 years ago
  73. ec9186b PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 13 years ago
  74. ae5fbee Don't recycle loop variables. by Matt Beaumont-Gay · 13 years ago
  75. 5928046 Allow allocatable ranges from global live range splitting to be split again. by Jakob Stoklund Olesen · 13 years ago
  76. 1ac7fe0 Fix relative relocations. This is sufficient for running the rust testsuite with by Rafael Espindola · 13 years ago
  77. 64d3d12 As per ARM docs, register Dx is described as DW_OP_regx(256+x) in DWARF. by Devang Patel · 13 years ago
  78. 2c4b4b1 Add comment in output stream. by Devang Patel · 13 years ago
  79. 63c21de Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...", by Daniel Dunbar · 13 years ago
  80. 326fb9d PTX: Expand useable register space by Justin Holewinski · 13 years ago
  81. 5efde18 ptx: fix parameter ordering by Che-Liang Chiou · 13 years ago
  82. 4a17cad ptx: PTXMachineFunctionInfo no longer sort registers and so should not use std::binary_search by Che-Liang Chiou · 13 years ago
  83. 69ba413 Don't allow per-register spill size and alignment. by Jakob Stoklund Olesen · 13 years ago
  84. a4c4c0e In gcov profiling, give all functions an extra unified return block. This is by Nick Lewycky · 13 years ago
  85. 17df2c3 Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a by Nick Lewycky · 13 years ago
  86. a61e52c Add independent controls for whether GCOV profiling should emit .gcno files or by Nick Lewycky · 13 years ago
  87. 333ed45 Fix typo in comment. by Nick Lewycky · 13 years ago
  88. 074eeaa docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>. For now, it is applied in AliasAnalysis.html and ReleaseNotes.html. by NAKAMURA Takumi · 13 years ago
  89. b5f7491 docs/Passes.html: Fix a garbage. by NAKAMURA Takumi · 13 years ago
  90. 8c6d196 Structs have elements not parameters. I'm surprised this ever compiled... by Nick Lewycky · 13 years ago
  91. c857894 Remove -use-divmod-libcall. Let targets opt in when they are available. by Evan Cheng · 13 years ago
  92. 3b7d917 Add debug output for rematerializable instructions. by Jakob Stoklund Olesen · 13 years ago
  93. 08c5a34 Permit remat when a virtual register has multiple defs. by Jakob Stoklund Olesen · 13 years ago
  94. 344731c Fix another case of <rdar://problem/9184212> that only occurs with code by Cameron Zwarich · 13 years ago
  95. c5c43b9 The bitcast case here is actually handled uniformly earlier in the function, so by Cameron Zwarich · 13 years ago
  96. 5fc1282 Cleanup some code to better use an early return style in preparation for adding by Cameron Zwarich · 13 years ago
  97. 2575a9c Un-XFAIL this test for ARM. <rdar://problem/7662569> by Stuart Hastings · 13 years ago
  98. e5ff344 Revert r129846; it's breaking a buildbot. See by Eli Friedman · 13 years ago
  99. 6bfba2e Prefer cheap registers for busy live ranges. by Jakob Stoklund Olesen · 13 years ago
  100. e341e8c Excise unintended hunk in 129858. <rdar://problem/7662569> by Stuart Hastings · 13 years ago