1. ddcdcc8 Remove unused STL header includes. by Jay Foad · 13 years ago
  2. a0f5092 Like the coding standards say, do not use "using namespace std". by Jay Foad · 13 years ago
  3. 2011561 Silence an overzealous uninitialized variable warning from GCC. by Benjamin Kramer · 13 years ago
  4. 83eb906 Accidental function name mangling. by Andrew Trick · 13 years ago
  5. 1c3af77 Thumb2 and ARM add/subtract with carry fixes. by Andrew Trick · 13 years ago
  6. 1611bcd Comment edit. by Andrew Trick · 13 years ago
  7. 5adfba2 whitespace by Andrew Trick · 13 years ago
  8. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 13 years ago
  9. 624dc1d test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64. by NAKAMURA Takumi · 13 years ago
  10. d74ea77 Teach FastISel to deal with instructions that have two immediate operands. by Owen Anderson · 13 years ago
  11. 5e06bb8 Let front-end tie subprogram declaration with subprogram definition directly. by Devang Patel · 13 years ago
  12. 3728b4a Fix comment. by Eric Christopher · 13 years ago
  13. 2007298 Always compare the cost of region splitting with the cost of per-block splitting. by Jakob Stoklund Olesen · 13 years ago
  14. 3335a99 The .inc file is auto-generated and must not be edited by hand. by Mikhail Glushenkov · 13 years ago
  15. b686af0 Recommit the fix for rdar://9289512 with a couple tweaks to by Chris Lattner · 13 years ago
  16. 597fa65 Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) should by Johnny Chen · 13 years ago
  17. e7cf062 DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless. by Benjamin Kramer · 13 years ago
  18. eac0c9d Do not leak argument's DbgVariables. by Devang Patel · 13 years ago
  19. 0a6ea83 Add asserts. by Devang Patel · 13 years ago
  20. 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
  21. eab6313 Comment out some unused parameter names to silence out-of-tree -Wunused warnings. by Frits van Bommel · 13 years ago
  22. f4b2f93 Use enums for constant values. by Eric Christopher · 13 years ago
  23. 9ab1d7f Make the file format strings a little prettier for mach-o. by Eric Christopher · 13 years ago
  24. 860d7e1 Add MachOObjectFile.cpp to cmake. by Eric Christopher · 13 years ago
  25. ea7e13e Hook in mach-o object files into Object interface. by Eric Christopher · 13 years ago
  26. f0c3af6 Add support for 64-bit object files to Path. by Eric Christopher · 13 years ago
  27. 6256b03 Add an ObjectFile implementation for mach-o. by Eric Christopher · 13 years ago
  28. bb498ca 80-col fix. by Eric Christopher · 13 years ago
  29. d94d846 include/llvm/Target/TargetAsmInfo.h: Fix a warning. by NAKAMURA Takumi · 13 years ago
  30. db6cbe1 In Thumb2 mode, lower frame indix references to: by Evan Cheng · 13 years ago
  31. d8a1624 Typo by Evan Cheng · 13 years ago
  32. add2944 Delete the other unused variable in this function. Sorry I missed this by Chandler Carruth · 13 years ago
  33. 32bd250 Remove an unused variable from a function. This is a likely cut-paste-o. by Chandler Carruth · 13 years ago
  34. d3dbd5f Branch folding is folding a landing pad into a regular BB. by Bill Wendling · 13 years ago
  35. c1fe100 Define Neon load/store intrinsics for Clang as macros instead of functions. by Bob Wilson · 13 years ago
  36. abf9af6 Compute the size of the FDE encoding instead of hard coding it. Update by Rafael Espindola · 13 years ago
  37. e8cfbd8 Remove unused argument. by Rafael Espindola · 13 years ago
  38. eccbad7 Don't pass address spaces to EmitULEB128IntValue. by Rafael Espindola · 13 years ago
  39. 71f3f11 Fix DWARF description of Q registers. by Devang Patel · 13 years ago
  40. 27f5acb Fix DWARF description of S registers. by Devang Patel · 13 years ago
  41. 06161fc Add DW_OP_bit_piece. by Devang Patel · 13 years ago
  42. acc381b Refactor. by Devang Patel · 13 years ago
  43. 8859df5 Test case for r129922 by Devang Patel · 13 years ago
  44. ec9186b PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 13 years ago
  45. ae5fbee Don't recycle loop variables. by Matt Beaumont-Gay · 13 years ago
  46. 5928046 Allow allocatable ranges from global live range splitting to be split again. by Jakob Stoklund Olesen · 13 years ago
  47. 1ac7fe0 Fix relative relocations. This is sufficient for running the rust testsuite with by Rafael Espindola · 13 years ago
  48. 64d3d12 As per ARM docs, register Dx is described as DW_OP_regx(256+x) in DWARF. by Devang Patel · 13 years ago
  49. 2c4b4b1 Add comment in output stream. by Devang Patel · 13 years ago
  50. 63c21de Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...", by Daniel Dunbar · 13 years ago
  51. 326fb9d PTX: Expand useable register space by Justin Holewinski · 13 years ago
  52. 5efde18 ptx: fix parameter ordering by Che-Liang Chiou · 13 years ago
  53. 4a17cad ptx: PTXMachineFunctionInfo no longer sort registers and so should not use std::binary_search by Che-Liang Chiou · 13 years ago
  54. 69ba413 Don't allow per-register spill size and alignment. by Jakob Stoklund Olesen · 13 years ago
  55. a4c4c0e In gcov profiling, give all functions an extra unified return block. This is by Nick Lewycky · 13 years ago
  56. 17df2c3 Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a by Nick Lewycky · 13 years ago
  57. a61e52c Add independent controls for whether GCOV profiling should emit .gcno files or by Nick Lewycky · 13 years ago
  58. 333ed45 Fix typo in comment. by Nick Lewycky · 13 years ago
  59. 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
  60. b5f7491 docs/Passes.html: Fix a garbage. by NAKAMURA Takumi · 13 years ago
  61. 8c6d196 Structs have elements not parameters. I'm surprised this ever compiled... by Nick Lewycky · 13 years ago
  62. c857894 Remove -use-divmod-libcall. Let targets opt in when they are available. by Evan Cheng · 13 years ago
  63. 3b7d917 Add debug output for rematerializable instructions. by Jakob Stoklund Olesen · 13 years ago
  64. 08c5a34 Permit remat when a virtual register has multiple defs. by Jakob Stoklund Olesen · 13 years ago
  65. 344731c Fix another case of <rdar://problem/9184212> that only occurs with code by Cameron Zwarich · 13 years ago
  66. c5c43b9 The bitcast case here is actually handled uniformly earlier in the function, so by Cameron Zwarich · 13 years ago
  67. 5fc1282 Cleanup some code to better use an early return style in preparation for adding by Cameron Zwarich · 13 years ago
  68. 2575a9c Un-XFAIL this test for ARM. <rdar://problem/7662569> by Stuart Hastings · 13 years ago
  69. e5ff344 Revert r129846; it's breaking a buildbot. See by Eli Friedman · 13 years ago
  70. 6bfba2e Prefer cheap registers for busy live ranges. by Jakob Stoklund Olesen · 13 years ago
  71. e341e8c Excise unintended hunk in 129858. <rdar://problem/7662569> by Stuart Hastings · 13 years ago
  72. c731587 ARM byval support. Will be enabled by another patch to the FE. <rdar://problem/7662569> by Stuart Hastings · 13 years ago
  73. 88c924c sys/Host: Change getHostTriple() to return the full Darwin version on OS X. by Daniel Dunbar · 13 years ago
  74. e1fee48 PTX: Add intrinsics to list of built-in intrinsics, which allows them to be by Justin Holewinski · 13 years ago
  75. 3660a84 Behave like gnu as when a relocation crosses sections. by Rafael Espindola · 13 years ago
  76. b32204c ptx: add integer div and rem instruction by Che-Liang Chiou · 13 years ago
  77. 1e93249 ptx: add floating-point comparison to setp by Che-Liang Chiou · 13 years ago
  78. 2a2dbd0 ptx: fix parameter ordering by Che-Liang Chiou · 13 years ago
  79. 52a8399 This should always be signed chars, so use int8_t. This fixes a miscompile when by Nick Lewycky · 13 years ago
  80. 4788c3e Remove unused arguments. by Rafael Espindola · 13 years ago
  81. abbbfbd Rewrite the expander for umulo/smulo to remember to sign extend the input by Eric Christopher · 13 years ago
  82. 0ccc0dd llc: Fix a refacto, .loc support didn't work before 10.6. by Daniel Dunbar · 13 years ago
  83. 863f846 Made the MC disassembler check before accessing by Sean Callanan · 13 years ago
  84. 558692f ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS by Daniel Dunbar · 13 years ago
  85. 4aaf346 Fix typo in the comment. by Johnny Chen · 13 years ago
  86. 398a5ca ADT/Triple: Drop support for -osx style triples, we are going with -macosx by Daniel Dunbar · 13 years ago
  87. 1af3947 ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will remove by Daniel Dunbar · 13 years ago
  88. 912225e ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows() by Daniel Dunbar · 13 years ago
  89. e1fe09f ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions. by Daniel Dunbar · 13 years ago
  90. e8ba52d ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOS by Daniel Dunbar · 13 years ago
  91. 2cf711f Target/X86: Eliminate uses of getDarwinVers(). by Daniel Dunbar · 13 years ago
  92. 24cfd06 Target/X86: Add getTargetTriple() accessor. by Daniel Dunbar · 13 years ago
  93. 18a0929 Target/PPC: Kill off DarwinVers, which is now dead. by Daniel Dunbar · 13 years ago
  94. 14e2a90 Target/PPC: Eliminate a use of getDarwinVers(). by Daniel Dunbar · 13 years ago
  95. 869eca1 Target/PPC: Add a TargetTriple field. by Daniel Dunbar · 13 years ago
  96. 562ae4b add a helper method. by Chris Lattner · 13 years ago
  97. d285139 llc: Eliminate a use of getDarwinMajorNumber(). by Daniel Dunbar · 13 years ago
  98. 13fb3b5 Target: Eliminate a use of getDarwinMajorNumber(). by Daniel Dunbar · 13 years ago
  99. ebc5066 CodeGen: Eliminate a use of getDarwinMajorNumber(). by Daniel Dunbar · 13 years ago
  100. 4860fe0 ADT/Triple: Add helper function for OS X version checks. by Daniel Dunbar · 13 years ago