1. 4136e7b pretty mechanical changes to match coding guidelines (blessed by sabre on IRC) by Gabor Greif · 15 years ago
  2. c72efbe errorstr can be null, don't unconditionally set it. Only report that by Chris Lattner · 15 years ago
  3. fbd3976 Make EngineBuilder return more error codes, by KS Sreeram. by Chris Lattner · 15 years ago
  4. cd26ec5 Give MachineMemOperand an operator<<, factoring out code from by Dan Gohman · 15 years ago
  5. 00133a7 Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands. by Dan Gohman · 15 years ago
  6. d75e9aa This is overly constraining with respect to clang. by Mike Stump · 15 years ago
  7. 31c6c5d Add examples for Kaleidoscope chapters 2 through 6. by Erick Tryzelaar · 15 years ago
  8. a4eb1a5 Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial. by Erick Tryzelaar · 15 years ago
  9. fd1ec5e Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 15 years ago
  10. 7815d71 Add SetLocation() to allow IRBuilder user to set location info for an instruction already created. by Devang Patel · 15 years ago
  11. 14433c9 Check exisiting dbg MDKind first. by Devang Patel · 15 years ago
  12. 60cfc03 No need to verify that malloc's return type is i8*. by Victor Hernandez · 15 years ago
  13. 047ae2f Use early returns. by David Goodwin · 15 years ago
  14. b759865 Revert "Don't allow formatted_ostream to be unbuffered, even if its underlying by Daniel Dunbar · 15 years ago
  15. 43fa15b ... missed hiding a variable for MSVC only. by Daniel Dunbar · 15 years ago
  16. 3be2d12 Hide MSVC specific CRT interaction behind _MSC_VER. by Daniel Dunbar · 15 years ago
  17. 92d3236 Remove the GetProcessId() call from Win32/Program.inc, take 2. by Mikhail Glushenkov · 15 years ago
  18. 460a786 Fix commento. by Daniel Dunbar · 15 years ago
  19. 5a461dd lit: When executing shell scripts internally, don't allow piped stderr on any by Daniel Dunbar · 15 years ago
  20. df33884 Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. by Daniel Dunbar · 15 years ago
  21. dace0ed Forgot this. by Evan Cheng · 15 years ago
  22. 60c7df2 Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-registers that were defined by the last partial def, not just a single sub-register. by Evan Cheng · 15 years ago
  23. a177492 Initial support for running LLVM tests from cmake. by Daniel Dunbar · 15 years ago
  24. fb76ffb Generate lit.site.cfg from a .in file, as clang does. by Daniel Dunbar · 15 years ago
  25. 4473c2d Use Compiler.h macro instead of __attribute__. by Daniel Dunbar · 15 years ago
  26. 05dafd8 CMake: Fix definition of LTDL_SHLIB_EXT for Darwin. by Daniel Dunbar · 15 years ago
  27. bf6f085 Fix llvm-config --src-root and --obj-root for CMake builds. by Daniel Dunbar · 15 years ago
  28. eba6b26 llvm-config: Remove unused variables. by Daniel Dunbar · 15 years ago
  29. 4b78aa3 Actually use the arguments with the resolved executable path. by Daniel Dunbar · 15 years ago
  30. 57d6903 Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks by Daniel Dunbar · 15 years ago
  31. 58c661c lit: Don't use close_fds=True on Windows. by Daniel Dunbar · 15 years ago
  32. 6bd2b2e lit: When executing commands internally, perform PATH resolution ourselves. by Daniel Dunbar · 15 years ago
  33. 27dba67 Switch FoldingSet::AddString to StringRef based API. by Daniel Dunbar · 15 years ago
  34. 77696be Workaround what I believe is an MSVC bug where it emits a definition for a by Daniel Dunbar · 15 years ago
  35. 48a097b Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work with debug info, since it was extraordinarily easy to have dangling pointers thanks to MDNode uniquing. by Daniel Dunbar · 15 years ago
  36. e5b1836 Add a TrackingVH value handle. by Daniel Dunbar · 15 years ago
  37. 014d624 Fix a pasto. Also simplify for Bill's benefit. by Evan Cheng · 15 years ago
  38. 1c17c1b Minor bug fix. LowerSubregs should translate by Evan Cheng · 15 years ago
  39. 850c917 Fix PR5023: The instruction form of DominatorTree::dominates did not by Chris Lattner · 15 years ago
  40. 75c7c99 move DominatorTree::dominates for instructions out of line, by Chris Lattner · 15 years ago
  41. 0e657fa tidy up by Chris Lattner · 15 years ago
  42. 2b723a5 tidy up by Chris Lattner · 15 years ago
  43. cf985a9 Clean up spill weight computation. Also some changes to give loop induction by Evan Cheng · 15 years ago
  44. b2bb7db Add Cortex-A8 VFP model. by David Goodwin · 15 years ago
  45. 28f02fd Change MachineMemOperand's alignment value to be the alignment of by Dan Gohman · 15 years ago
  46. 78a130a Add a comment mentioning the rdar number associated with this test. by Dan Gohman · 15 years ago
  47. 4a0b3e1 Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-pool by Dan Gohman · 15 years ago
  48. 670e539 Recognize SSE min and max opportunities in even more cases. by Dan Gohman · 15 years ago
  49. b29ff97 Fix the offset values for these memoperands. For frame objects, the by Dan Gohman · 15 years ago
  50. 19ad784 big endian systems shift by bits too, hopefully this will fix the ppc by Chris Lattner · 15 years ago
  51. 471fbf9 Nick pointed out that DominanceFrontier and DominanceTree are preserved by Dan Gohman · 15 years ago
  52. 5ee98e8 Remove the special-case for constants in PHI nodes; it's not really by Dan Gohman · 15 years ago
  53. 8b2bc3d fix PR5016, a crash I introduced in GVN handing first class by Chris Lattner · 15 years ago
  54. f8349ac Use raw_ostream::indent instead of passing strings. by Mikhail Glushenkov · 15 years ago
  55. a079ff3 Fix this assertion string to mention subreg_to_reg. by Dan Gohman · 15 years ago
  56. fa9a302 initialize SymbolsCanStartWithDigit to false by default by Nuno Lopes · 15 years ago
  57. c2f4fa3 Update cmake. by Xerxes Ranby · 15 years ago
  58. a5ba07c Verify that phi instructions refer to MBBs in the CFG. by Jakob Stoklund Olesen · 15 years ago
  59. 4fbd14e enable non-local analysis and PRE of large store -> little load. by Chris Lattner · 15 years ago
  60. 8791351 convert an std::pair to an explicit struct. by Chris Lattner · 15 years ago
  61. ca74940 move some functions, add a comment. by Chris Lattner · 15 years ago
  62. 1ce0829 split HandleLoadFromClobberingStore in two pieces: one that does the by Chris Lattner · 15 years ago
  63. faa6adf add a note by Chris Lattner · 15 years ago
  64. 003de66 Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter to by Daniel Dunbar · 15 years ago
  65. f716330 add pr# by Chris Lattner · 15 years ago
  66. eed919b Improve GVN to be able to forward substitute a small load by Chris Lattner · 15 years ago
  67. 0c1f688 add a helper method. by Chris Lattner · 15 years ago
  68. b0f5973 Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an implicit_def. Instead, it's an identity copy so it should be eliminated. Also make sure to update livevariable kill information. by Evan Cheng · 15 years ago
  69. cc1c702 Don't allow formatted_ostream to be unbuffered, even if its underlying buffer by Daniel Dunbar · 15 years ago
  70. 93c6c77 one case handled, expanded another testcase inline. by Chris Lattner · 15 years ago
  71. b2412a8 formatting cleanups, no functionality change. by Chris Lattner · 15 years ago
  72. 22884dd Add documentation on how to use enable debug information in the JIT and use it with GDB. by Reid Kleckner · 15 years ago
  73. 8111576 fix a FileCheck bug where: by Chris Lattner · 15 years ago
  74. 06e483d Move ARM and X86 specific AsmParser tests into separate subdirectories, and only by Daniel Dunbar · 15 years ago
  75. 2763217 Implement the JIT side of the GDB JIT debugging interface. To enable this by Reid Kleckner · 15 years ago
  76. 3d4138b Work around a FileCheck bug, for now. by Daniel Dunbar · 15 years ago
  77. 6441e54 simplify as daniel suggests by Chris Lattner · 15 years ago
  78. c936fe8 write rfind in terms of npos as daniel requested by Chris Lattner · 15 years ago
  79. 19e7499 remove a dead method. by Chris Lattner · 15 years ago
  80. 4d0764d grammaro by Chris Lattner · 15 years ago
  81. 6636434 Revert r82404, it is causing a bootstrap miscompile. This is very very by Chris Lattner · 15 years ago
  82. 3711b7a rewrite CountNumNewlinesBetween to be in terms of StringRef. by Chris Lattner · 15 years ago
  83. 6a089c3 this was not supposed to be committed by Chris Lattner · 15 years ago
  84. f15380b implement and document support for CHECK-NOT by Chris Lattner · 15 years ago
  85. 9607703 rewrite FileCheck in terms of StringRef instead of manual pointer pairs. by Chris Lattner · 15 years ago
  86. 3862513 improve memdep to eliminate bitcasts (and aliases, and noop geps) by Chris Lattner · 15 years ago
  87. 771a542 Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it up by Chris Lattner · 15 years ago
  88. 6af4b7c change the interface to CoerceAvailableValueToLoadType to be more generic. by Chris Lattner · 15 years ago
  89. 2891dbb Teach 'make check-all' to build the site configuration for clang, if it is in tree. by Daniel Dunbar · 15 years ago
  90. bb6495c enhance GVN to forward substitute a stored value to a load by Chris Lattner · 15 years ago
  91. c1491f3 update an entry, delete an entry which has been fixed. by Chris Lattner · 15 years ago
  92. 7453f8a tidy up by Chris Lattner · 15 years ago
  93. 711bb91 --- Reverse-merging r82282 into '.': by Bill Wendling · 15 years ago
  94. 7057641 remove a temporary hack. by Chris Lattner · 15 years ago
  95. 0dc32ea rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file. by Chris Lattner · 15 years ago
  96. d4db0fc move target registry stuff to X86ATTAsmPrinter.cpp by Chris Lattner · 15 years ago
  97. 547a685 simplify this now that createX86CodePrinterPass is trivial by Chris Lattner · 15 years ago
  98. 3859638 rename X86ATTAsmPrinter class -> X86AsmPrinter by Chris Lattner · 15 years ago
  99. 71c7ace remove the asmstring, it is now dead. Improve comment. by Chris Lattner · 15 years ago
  100. 149cbc2 Peer through zext and sext to eliminate them when it is safe to do so. by Nick Lewycky · 15 years ago