1. 31b9c44 It's not safe eliminate copies where src and dst have different sub-register indices. by Evan Cheng · 15 years ago
  2. 0bcccac Ensure REG_SEQUENCE source operands are unique. by Evan Cheng · 15 years ago
  3. a8251fa MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a by Daniel Dunbar · 15 years ago
  4. e9460ec MC/Mach-O: Factor out doesSymbolRequireExternRelocation. by Daniel Dunbar · 15 years ago
  5. 60ffa94 Indentation. by Evan Cheng · 15 years ago
  6. 163a9f7 Enable multiple Compile Units in one module. by Devang Patel · 15 years ago
  7. 071f73d MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, for each fragment (not yet used). by Daniel Dunbar · 15 years ago
  8. e9e2ba0 Model some vld3 instructions with REG_SEQUENCE. by Evan Cheng · 15 years ago
  9. 9cc9bfa It's not safe to propagate implicit_def that defines part of a register. by Evan Cheng · 15 years ago
  10. fc6e6a9 Clear RegSequences vector after eliminating REG_SEQUENCE instructions. by Evan Cheng · 15 years ago
  11. e24b5c5 this really is needed. :( by Chris Lattner · 15 years ago
  12. ea9f0b8 just remove this, it isn't needed. by Chris Lattner · 15 years ago
  13. 601e768 simplify more. by Chris Lattner · 15 years ago
  14. 775aba2 Simplify by using startswith instead of substr. by Chris Lattner · 15 years ago
  15. fd450c0 fix PR7105 by enumerating MDNodes on all @llvm.foo by Chris Lattner · 15 years ago
  16. c279243 fix a pretty obvious typo. We test things before committing them, right? by Chris Lattner · 15 years ago
  17. e89f1c4 by David Greene · 15 years ago
  18. da24b34 Add an explicit keyword. by Dan Gohman · 15 years ago
  19. dd464df Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently: by Daniel Dunbar · 15 years ago
  20. faa19c3 Fix whitespace in debug output to be consistent. by Dan Gohman · 15 years ago
  21. dbc56bb Delete an obsolete comment. by Dan Gohman · 15 years ago
  22. aad753b Be careful with operand promotion. For a binary operation, the source operands may be the same. PR7018. rdar://7939869. by Evan Cheng · 15 years ago
  23. 1deea21 Test case for 103414. by Devang Patel · 15 years ago
  24. 603afbf Model vld2 / vst2 with reg_sequence. by Evan Cheng · 15 years ago
  25. 623d3c1 Re-defined valno is always valno even for partial re-def's. by Evan Cheng · 15 years ago
  26. fde18e5 Fix PR7096. When a block containing multiple defs is tail duplicated, the by Bob Wilson · 15 years ago
  27. 26c4cf4c Fix encoding of 'sf' and 'sfh' instructions. by Kalle Raiskila · 15 years ago
  28. faa9576 Add command line option --gcc to bugpoint. by Kalle Raiskila · 15 years ago
  29. ad017dc Add an assertion to catch attempts to access off the end of the array. by Duncan Sands · 15 years ago
  30. 7505faf remove a dead file. by Chris Lattner · 15 years ago
  31. bb59732 updated handling dllexport in X86AsmPrinter by Nathan Jeffords · 15 years ago
  32. 071de92 made COFF target dllexport logic apply to all subtargets by Nathan Jeffords · 15 years ago
  33. 72e57f9 test commit, added a comment to MCSectionCOFF::PrintSwitchToSection function by Nathan Jeffords · 15 years ago
  34. c7d7e0c make simplifycfg insert an llvm.trap before the 'unreachable' it introduces by Chris Lattner · 15 years ago
  35. 6745191 Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence by Chris Lattner · 15 years ago
  36. 7944c21 Fix PR7052, patch by Jakub Staszak! by Chris Lattner · 15 years ago
  37. b54b9dd break coff symbol definition stuff out into proper MCStreamer callbacks, by Chris Lattner · 15 years ago
  38. 369252d Readd testcase. by Bill Wendling · 15 years ago
  39. d547708 Run interrupt routines as part of report_fatal_error, since we are failing by Daniel Dunbar · 15 years ago
  40. fb89e08 Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup by Daniel Dunbar · 15 years ago
  41. 59dc603 When pruning candidate formulae out of an LSRUse, update the by Dan Gohman · 15 years ago
  42. c665a51 Instead of just verifying compile unit, verify entire type, variable, namespace etc.. by Devang Patel · 15 years ago
  43. a49d877 Remove DIGlobal. by Devang Patel · 15 years ago
  44. 09e7a17 Remove. Don't XFAIL. by Bill Wendling · 15 years ago
  45. 47e2265 Add DINameSpace::Verify(). by Devang Patel · 15 years ago
  46. 20eb256 Temorarily revert r101984. by Bill Wendling · 15 years ago
  47. 2be6e6d Clang is dying on this with an ambiguous conversion sequence. We're working on it by Douglas Gregor · 15 years ago
  48. 4ce86f4 SDDbgValues are apparently not being legalized. Fix a symptom of the problem, by Dan Gohman · 15 years ago
  49. 66797ff Minimally fix this code to not abort on mdnodes with integer data by Dan Gohman · 15 years ago
  50. 02f0dbd Verify variable directly. by Devang Patel · 15 years ago
  51. 6e5ce28 add COFF support for COMDAT sections, patch by Nathan Jeffords! by Chris Lattner · 15 years ago
  52. 9c00487 Verify entire type descriptor not just tag. by Devang Patel · 15 years ago
  53. a6eeb6e Fix i386 relocations to Weak Definitions. The relocation entries should be by Kevin Enderby · 15 years ago
  54. 62077af Verify compile unit also. by Devang Patel · 15 years ago
  55. 0a406ae Fix PR 7087, and probably other things, by extending by Dale Johannesen · 15 years ago
  56. e9f8f5e Wrap const MDNode * inside DIDescriptor. by Devang Patel · 15 years ago
  57. 735538b Update test to use valid debug info. by Devang Patel · 15 years ago
  58. ebe57f1 remove DIDescriptor::getNode() by Devang Patel · 15 years ago
  59. 4b77f6a Clean up the conditional for handling of sign_extend_inreg based on by Jim Grosbach · 15 years ago
  60. ed66bf5 Use overloaded operators instead of DIDescriptor::getNode() by Devang Patel · 15 years ago
  61. 2db49d7 Avoid DIDescriptor::getNode(). Use overloaded operators instead. by Devang Patel · 15 years ago
  62. 021b5ef Testing svn access with a note added to documentation. by Kalle Raiskila · 15 years ago
  63. d51409a Update CMake build. by Ted Kremenek · 15 years ago
  64. eb40a0f switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 15 years ago
  65. 5fa680d Update CMake build. by Ted Kremenek · 15 years ago
  66. 7d2568c Correct some bogus target triples. by Duncan Sands · 15 years ago
  67. 9a7063e Add some words to this output to indicate what the numbers mean. by Dan Gohman · 15 years ago
  68. 199b66a don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090) by Chris Lattner · 15 years ago
  69. ef0b145 Add a simple module-level debug info printer. It just sets up a by Dan Gohman · 15 years ago
  70. c014d09 Fix the new print functions to call print instead of dump. by Dan Gohman · 15 years ago
  71. 28a193e Add an LLVM IR version of code sinking. This uses the same simple algorithm by Dan Gohman · 15 years ago
  72. 5374195 Const-ify some stuff. by Dan Gohman · 15 years ago
  73. 5040436 Convert the DebugInfo classes dump() methods into print(raw_ostream &) by Dan Gohman · 15 years ago
  74. 733783b Document graphviz passes for the (post) dominator tree. by Tobias Grosser · 15 years ago
  75. 435d499 Use VLD2q32 / VST2q32 to reload / spill QQ (pair of Q) registers when stack slot is sufficiently aligned. Use VLDMD / VSTMD otherwise. by Evan Cheng · 15 years ago
  76. 07a6d93 Use VSTMD / VLDMD for spills and reloads of Q registers instead of VSTMQ / VLDQ. The later are aliases which ought to be eliminated but we can't because they are used for storing and loading v2f64 values. by Evan Cheng · 15 years ago
  77. 403d312 Revert r103133 and add testcase from PR7066. by Nick Lewycky · 15 years ago
  78. 0d88104 When rematerializing, use the debug location of the original by Dan Gohman · 15 years ago
  79. ad9e619 Adjust tests affected by llvm-gcc 103229. All results here match gcc-4.2. by Dale Johannesen · 15 years ago
  80. fb95f89 Transfer debug location information from PHI nodes to resulting lowered copies. by Dan Gohman · 15 years ago
  81. cc751bb Print debug information for SDNodes. by Dan Gohman · 15 years ago
  82. 281d65d Disable the new unknown-location code for now. It causes a major by Dan Gohman · 15 years ago
  83. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago
  84. c10b5af Remove VLD1q and VST1q for reloading and spilling Q registers. Just use VLD1q64 / VST1q64 and reference sub-registers. by Evan Cheng · 15 years ago
  85. 271cc67 Disable man->postscript and man->pdf doc generation unless explicitly by mike-m · 15 years ago
  86. d0d425b Cleanup unneeded dirs after docs overhaul. by mike-m · 15 years ago
  87. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago
  88. c26ae5a MC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemAsmOperand. by Daniel Dunbar · 15 years ago
  89. e1611f2 fix rdar://7947167 - llvm-mc doesn't match movsq by Chris Lattner · 15 years ago
  90. 1a8b789 Eliminated the classification of control registers into %ecr_ by Sean Callanan · 15 years ago
  91. a5d0b54 MC/X86: Error out if we see a non-constant FK_Data_1 or FK_Data_2 fixup, since by Daniel Dunbar · 15 years ago
  92. 34dcc6f Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it by Dan Gohman · 15 years ago
  93. 746ad69 Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. by Evan Cheng · 15 years ago
  94. ac963b3 Add a testcase for r103135, explicitly representing unknown by Dan Gohman · 15 years ago
  95. e9b3ac2 80 col violation. by Evan Cheng · 15 years ago
  96. c52edc7 Fix handling of unreachable blocks in the SSAUpdater. The previous code only by Bob Wilson · 15 years ago
  97. 429009b Add a missing break statement to fix unintentional fall-through by Bob Wilson · 15 years ago
  98. d31f00b Fix unintentional fallthrough. Patch by Edmund Grimley-Evans <Edmund.Grimley-Evans@arm.com> by Jim Grosbach · 15 years ago
  99. eae216c Fix "warning: extra ';' inside a struct or union" when building llvm with clang by Shantonu Sen · 15 years ago
  100. 5fe03c0 Revert r103137, fix for $ in labels. It looks like we can't actually handle this by Daniel Dunbar · 15 years ago