1. e443525 Update CMake. by Daniel Dunbar · 15 years ago
  2. 9a86f10 Added the LODS (load byte into register, usually by Sean Callanan · 15 years ago
  3. e655128 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 15 years ago
  4. 358f1ef Added the LAR (load segment access rights) by Sean Callanan · 15 years ago
  5. 7e6d727 Added the LOOP family of instructions to the Intel instruction tables. by Sean Callanan · 15 years ago
  6. d2125a0 Added an alternate form of register-register CMP by Sean Callanan · 15 years ago
  7. 713f043 Fix typo. by Devang Patel · 15 years ago
  8. 123eaa7 At iSel time, update DebugLoc based on debug info attached with an instruction. by Devang Patel · 15 years ago
  9. 6f65d79 Add a new pass for doing late hoisting of floating-point and vector by Dan Gohman · 15 years ago
  10. 4321578 Print debug info attached with an instruction. by Devang Patel · 15 years ago
  11. 0696fdf Expand vector floating-point conversions not supported by NEON. by Bob Wilson · 15 years ago
  12. d81c450 Now that llc can read .ll files directly, teach it to recognize .ll as by Dan Gohman · 15 years ago
  13. 1b75f44 Provide a way to extract location info from DILocation. by Devang Patel · 15 years ago
  14. cea188a Parse debug info attached with an instruction. by Devang Patel · 15 years ago
  15. 95c1984 Add an interface to attach debugging information with an instruction. by Devang Patel · 15 years ago
  16. 937b1e9 Add llvm::Metadata to manage metadata used in a context. by Devang Patel · 15 years ago
  17. b5db830 Fixed some problems with the logic of parsing line comments by adding by Kevin Enderby · 15 years ago
  18. 0d6cd00 Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'. by Kevin Enderby · 15 years ago
  19. 9ad2920 Change FoldPHIArgBinOpIntoPHI to decline folding if it would introduce two by Dan Gohman · 15 years ago
  20. 46fb0de Fix the comment in this test. by Dan Gohman · 15 years ago
  21. 3a9f68b Make cmake generated llvm-config output correct JIT backend for non X86 targets. by Xerxes Ranby · 15 years ago
  22. f4f1b26 Don't sort the vector when it is empty. This should fix some expensive checking by Benjamin Kramer · 15 years ago
  23. 9233272 Reapplied r81355 with the problems fixed. by Andreas Neustifter · 15 years ago
  24. 3314091 updated lib/CodeGen/CMakeLists.txt to unbreak cmake build after r82018 by Xerxes Ranby · 15 years ago
  25. ad80981 Preserve ProfileInfo during CodeGenPrepare. by Andreas Neustifter · 15 years ago
  26. dc62ea0 move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter by Chris Lattner · 15 years ago
  27. 29cf555 revert a hunk of r82018 that wasn't supposed to go in yet. by Chris Lattner · 15 years ago
  28. 686cb3d add a new MachineModuleInfoMachO class, which is the per-module by Chris Lattner · 15 years ago
  29. f86a778 apparently russians are really hard to sort or something! by Chris Lattner · 15 years ago
  30. b203043 I can sort, no really. by Chris Lattner · 15 years ago
  31. 941f4cd make more clear since it is sorted by last name now. by Chris Lattner · 15 years ago
  32. af5bd67 Doug is now the code owner for most of the Clang frontend. by Chris Lattner · 15 years ago
  33. f185455 the pointer MMI keeps will start out with object-file format specific stuff by Chris Lattner · 15 years ago
  34. e1e5334 tidy up by Chris Lattner · 15 years ago
  35. a76e3fc rearrange X86ATTAsmPrinter::doFinalization, making a scan of by Chris Lattner · 15 years ago
  36. d0acd9c Ted is christened as the owner of the clang static analyzer. by Chris Lattner · 15 years ago
  37. 4edd187 remove the AsmPrinter::printMCInst hook hack now that we have MCInstPrinter. by Chris Lattner · 15 years ago
  38. 1118922 fix cmake build by Shantonu Sen · 15 years ago
  39. 3b13d36 use an accessor to simplify code. by Chris Lattner · 15 years ago
  40. 206a357 Do not try and sink a load whose chain result has more than one use, when by Nate Begeman · 15 years ago
  41. 8d70854 Added the ENTER instruction, which sets up a stack by Sean Callanan · 15 years ago
  42. 13cf8e9 Added the definitions for one-bit left shifts to the Intel instruction tables. by Sean Callanan · 15 years ago
  43. b6c3385 Don't sink gep operators through phi nodes if the result would require by Dan Gohman · 15 years ago
  44. 60b9954 Removed a few instructions that were already covered by other definitions. by Sean Callanan · 15 years ago
  45. 8c6ed05 Big change #1 for personality function references: by Chris Lattner · 15 years ago
  46. 7c74866 lit: Add a custom test format for use in clang. by Daniel Dunbar · 15 years ago
  47. b107fc1 remove a dead variable. by Chris Lattner · 15 years ago
  48. 4f3e7aa add a helper method for creating MCSymbol and MCSymbolRefExpr at the same time. by Chris Lattner · 15 years ago
  49. 5ab9403 Added a variety of floating-point and SSE instructions. by Sean Callanan · 15 years ago
  50. 25d812b inline AsmPrinter::getCurrentFunctionEHName into its only caller. by Chris Lattner · 15 years ago
  51. 642b329 Expand some more vector operations not supported by Neon. by Bob Wilson · 15 years ago
  52. 24620fa remove a dead bool. by Chris Lattner · 15 years ago
  53. 1c90c6f Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) by Chris Lattner · 15 years ago
  54. 1633076 Neon does not support vector divide or remainder. Expand them. by Bob Wilson · 15 years ago
  55. 8deedba eliminate the PPC backend's implementation of EmitExternalGlobal by Chris Lattner · 15 years ago
  56. 334fd1f eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining by Chris Lattner · 15 years ago
  57. 58665d4 simplify some code by Chris Lattner · 15 years ago
  58. 74dc72e Expand all v2f64 arithmetic operations for Neon. by Bob Wilson · 15 years ago
  59. c7d10a0 Put back non-obsolete -f sections for 'opt'. by Daniel Dunbar · 15 years ago
  60. 356aed5 Added far return instructions (that is, returns to by Sean Callanan · 15 years ago
  61. bfd1e50 remove some horrible MAI hooks which fortunately turn out to be always empty. by Chris Lattner · 15 years ago
  62. f60d3eb strength reduce a call to PrintRelDirective(true). by Chris Lattner · 15 years ago
  63. a70e2e3 add hooks to hang target-specific goop off MachineModuleInfo, by Chris Lattner · 15 years ago
  64. 40fe16f Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot have different by Nate Begeman · 15 years ago
  65. ec26bf7 Expand on comment. by Eric Christopher · 15 years ago
  66. 62c28e3 Updated comments per Eli's suggestion. by Sean Callanan · 15 years ago
  67. 9b379dc Convert more tests to FileCheck. by Bob Wilson · 15 years ago
  68. 37be590 Added register-to-register ADD instructions to the by Sean Callanan · 15 years ago
  69. c8213b7 Drop the raw_ostream required buffer size to 1. by Daniel Dunbar · 15 years ago
  70. d1c990f Remove references to obsolete -f option. by Daniel Dunbar · 15 years ago
  71. 6db36f3 Update llc/opt PODs to clarify they support .ll input. by Daniel Dunbar · 15 years ago
  72. 504f9a6 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  73. b2485c9 lit: When finding nested test suites, check first in the execpath in case there by Daniel Dunbar · 15 years ago
  74. 101b25c Better solution for tracking both the original alignment of the access, and the current alignment based by Nate Begeman · 15 years ago
  75. 44ac22c Correct comment pasto by Jim Grosbach · 15 years ago
  76. 38fee0e Added a new register class for segment registers by Sean Callanan · 15 years ago
  77. 7d1a7c0 Change the marker byte for stubs from 0xcd to 0xce (another form of by Dale Johannesen · 15 years ago
  78. dffb6e5 fix PR4984 by ensuring that fastisel adds properly sign extended GEP displacement by Chris Lattner · 15 years ago
  79. 371b8fc rename test by Chris Lattner · 15 years ago
  80. 25519dd convert to filecheck by Chris Lattner · 15 years ago
  81. ea7fd96 add missing file by Chris Lattner · 15 years ago
  82. e4863f4 Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for by Bob Wilson · 15 years ago
  83. 85111a9 Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov. by Sandeep Patel · 15 years ago
  84. db486a6 several major improvements to the sparc backend: support for weak linkage by Chris Lattner · 15 years ago
  85. 307a7c4 Teach ValueTracking how to look through GlobalAliases. GlobalAliases are by Dan Gohman · 15 years ago
  86. f672ab8 Fix an accidental inversion of the inbounds flag. by Dan Gohman · 15 years ago
  87. e3394d4 When a constant's type is refined, update the constant in place by Dan Gohman · 15 years ago
  88. 5efe566 Use llvm-link -S instead of using llvm-dis. by Dan Gohman · 15 years ago
  89. a93f30e Give llvm-link a -S option. by Dan Gohman · 15 years ago
  90. 04fc8c8 Don't bother using a PassManager just to print a Module. by Dan Gohman · 15 years ago
  91. a5f4dbf Restore a comment that was lost in the merge. by Dan Gohman · 15 years ago
  92. 75144f9 Fix apostrophos. by Dan Gohman · 15 years ago
  93. 5913625 Add more newlines to make up for the ones removed from the end of instructions. by Nick Lewycky · 15 years ago
  94. db1c2c5 Forgot this. by Evan Cheng · 15 years ago
  95. 3f85549 Another try at early partial coalescing. Identity phi source copies (their sources are defined by phi join def) are coalesced. And the phi join copy is backward copy propagated into the other copies. by Evan Cheng · 15 years ago
  96. 813fc42 convert to filecheck by Chris Lattner · 15 years ago
  97. 1fbb13e Forbid arrays of function-type and structures with function-typed fields. by Nick Lewycky · 15 years ago
  98. dd4238e fix PR4963: folding insertvalue would sometimes turn a packed struct into by Chris Lattner · 15 years ago
  99. a51c39c add a new CallGraphNode::replaceCallEdge method and use it from by Chris Lattner · 15 years ago
  100. ff11470 add newline to debug dump by Chris Lattner · 15 years ago