1. f5074ec Whitespace cleanups. by Dan Gohman · 15 years ago
  2. ba70188 Fix an 80-column violation. by Dan Gohman · 15 years ago
  3. 16a2c92 Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, by Dan Gohman · 15 years ago
  4. 6761c5d CMake: Refuses to work for out-of-source builds when tablegenned files by Oscar Fuentes · 15 years ago
  5. f666c09 move a method and add a comment, no functionality change. by Chris Lattner · 15 years ago
  6. c8d76d5 Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, by Dan Gohman · 15 years ago
  7. 92aa0bb refactor operand printing to remove hte last of the "mem" modifier hack. The by Chris Lattner · 15 years ago
  8. 87370b8 Use AsmPrinter's Mangler to remove leading '1' from linkage names. by Devang Patel · 15 years ago
  9. 65445c5 Misc simplifications to InstCombiner::commonIntCastTransforms. Most of by Eli Friedman · 15 years ago
  10. ea670f1 Fix FP elimination code to work for Thumb-2 addrmode AddrModeT2_so. This fixes SingleSource/Benchmarks/Stanford/Queens (among others). by David Goodwin · 15 years ago
  11. 174f816 refactor symbol printing so the whole "mem" thing is handled in fewer places. by Chris Lattner · 15 years ago
  12. 85b05a2 Reapply 75252, with a fix to avoid the infinite recursion case. The by Dan Gohman · 15 years ago
  13. d97ea30 CMake: tablegen: Add .td files under the inlude/llvm directory by Oscar Fuentes · 15 years ago
  14. 1ca29d3 As Chris pointed out, this doesn't actually need an LLVMContext to operate. by Owen Anderson · 15 years ago
  15. 43da8fb revert rev. 75503 for now. by Devang Patel · 15 years ago
  16. 7597a62 Use Mangler to remove leading '1' from linkage names. by Devang Patel · 15 years ago
  17. a5c7832 add llvm-mc support for parsing the .subsections_via_symbols directive. by Kevin Enderby · 15 years ago
  18. eb7f7a8 Fix comment. by Eli Friedman · 15 years ago
  19. 73c6b71 Move more functionality over to LLVMContext. by Owen Anderson · 15 years ago
  20. 69fbc7f Move the memoization check for SCEVSignExtendExpr and by Dan Gohman · 15 years ago
  21. 7e25d45 Don't bother to call commonIntCastTransforms for bitcasts; int->int by Eli Friedman · 15 years ago
  22. c050fd9 Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates by Dan Gohman · 15 years ago
  23. 2e4da5e Delete a spurious const. by Dan Gohman · 15 years ago
  24. db42549 Reverted r75484. It was causing a failure with Apple-style builds. by Bill Wendling · 15 years ago
  25. 014700c by David Greene · 15 years ago
  26. b8ac841 Add NetBSD to the Triple class, patch by Krister Walfridsson! by Chris Lattner · 15 years ago
  27. 8928383 More standard way of specifying greater than Leopard. by Bill Wendling · 15 years ago
  28. b6be139 On greater than Leopard systems, place exception tables in the __TEXT section. by Bill Wendling · 15 years ago
  29. c464e51 Makefile rules for generating assembly matcher. - Unused, fear not cmakers. by Daniel Dunbar · 15 years ago
  30. beca689 Change printInstruction to not print a trailing newline. Value::dump by Dan Gohman · 15 years ago
  31. d6a2aab Add an optional optimization to FoldingSet to allow ID values to be by Dan Gohman · 15 years ago
  32. d2559bf Fix comment typos. by Bob Wilson · 15 years ago
  33. a2f55dd factor the 'optimized sort' code out into a static helper function by Chris Lattner · 15 years ago
  34. 6fbc196 Move the re-sort of invalidated NonLocalPointerDeps cache earlier by Chris Lattner · 15 years ago
  35. 191cf28 by David Greene · 15 years ago
  36. b134bc3 Added a fixme for platform specific GetDirSeparator(). by Sanjiv Gupta · 15 years ago
  37. f935dcc allow mcc16 users to specify --save-temps even though it is hidden by mcc16. by Sanjiv Gupta · 15 years ago
  38. 7a80f5f Match declaration to definition (missed a few). by Daniel Dunbar · 15 years ago
  39. ac27baa Tweak svn:ignore by Daniel Dunbar · 15 years ago
  40. 89e12a1 Match declaration to definition. by Daniel Dunbar · 15 years ago
  41. 56a96e7 Fix build on Linux. by Nick Lewycky · 15 years ago
  42. 4892cb7 Fix some non-sensical code. by Daniel Dunbar · 15 years ago
  43. a53902b Switch to raw_ostream. by Daniel Dunbar · 15 years ago
  44. fc1b75f Removed some junk code that snuck in to an earlier commit. by Lang Hames · 15 years ago
  45. 780905e Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once by Nick Lewycky · 15 years ago
  46. ff84de7 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). by Nick Lewycky · 15 years ago
  47. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
  48. f1db120 Multiply was very wrong for wrapped ranges. This supplies a half-fix that will by Nick Lewycky · 15 years ago
  49. cf9e07d Fix a bug summing two full sets. The overflow checking doesn't handle sets as by Nick Lewycky · 15 years ago
  50. deb052a Match declaration to definition. by Daniel Dunbar · 15 years ago
  51. 460d16e Match declaration to definition. by Daniel Dunbar · 15 years ago
  52. 4cef7db remove tests for removed intrinsics. by Chris Lattner · 15 years ago
  53. eaff524 remove llvm.part.set.* and llvm.part.select.*. They have never been by Chris Lattner · 15 years ago
  54. cae9a3f Use llvm_report_error, not llvm_unreachable. by Daniel Dunbar · 15 years ago
  55. 3b30a2b Mention that llvm_report_error() does not return. by Torok Edwin · 15 years ago
  56. 02e7313 Add an LLVM API change. by Daniel Dunbar · 15 years ago
  57. a00e85c Improve sys::Path::makeAbsolute on Win32. - Patch by Viktor Kutuzov! by Daniel Dunbar · 15 years ago
  58. f368923 Fix assert(0) conversion, as suggested by Chris. by Torok Edwin · 15 years ago
  59. 614be08 Clarify a FIXME. by Daniel Dunbar · 15 years ago
  60. 0f55014 "UNIX paths can contain non-ASCII characters, so Path::isValid() should not reject paths with such characters in them. The attached patch removes the check from Path::isValid()." by Chris Lattner · 15 years ago
  61. c8ca3ae Implement support for promotion of AND/OR/XOR on integer types. by Jakob Stoklund Olesen · 15 years ago
  62. 9a4ba45 Fix types in PromoteNode handling of CTPOP and friends. by Jakob Stoklund Olesen · 15 years ago
  63. ee787ff Add CCIfSRet calling convention predicate. by Jakob Stoklund Olesen · 15 years ago
  64. 29fd056 Remove extra \n from LLVM_UNREACHABLE calls. by Torok Edwin · 15 years ago
  65. 7ab2eb4 Make this clearer for the mathematically inclined. Thanks to Duncan Sands for by Nick Lewycky · 15 years ago
  66. 956daf0 Implement udiv for ConstantRanges. by Nick Lewycky · 15 years ago
  67. 69600ca Temporarily revert r75408. It appears to break the Apple-style builds: by Bill Wendling · 15 years ago
  68. b2dcff4 This is not overly conservative. by Nick Lewycky · 15 years ago
  69. 2ff893f Implement ConstantRange::multiply based on the code in LoopVR. by Nick Lewycky · 15 years ago
  70. 6db1495 Remove check which is duplicated in InstCombiner::visitSelectInstWithICmp. by Eli Friedman · 15 years ago
  71. a6d16ae eliminate MOV64r0 in favor of a Pat<> pattern. This is only nontrivial because by Chris Lattner · 15 years ago
  72. 0df3b36 add nounwind by Chris Lattner · 15 years ago
  73. b927ca8 be explicit about making comments real sentences. by Chris Lattner · 15 years ago
  74. f5c21ec Darwin prepends an _ to internal globals, Linux doesn't. by Nick Lewycky · 15 years ago
  75. 65a7a6f fix x86-64 static codegen to materialize the address of a global with movl instead by Chris Lattner · 15 years ago
  76. 14f7511 fix a bug in my cleanup patch by Chris Lattner · 15 years ago
  77. 2514278 comment cleanup, reduce nesting. by Chris Lattner · 15 years ago
  78. a3c8d38 remove some dead patterns, WrapperRIP doesn't exist in -static mode by Chris Lattner · 15 years ago
  79. 3975025 silence vc++ warning. by Chris Lattner · 15 years ago
  80. 5e5050d silence a vc++ warning. by Chris Lattner · 15 years ago
  81. 8ddb998 this test was incorrect for x86-64 static. It passed on darwin, because darwin by Chris Lattner · 15 years ago
  82. e9e2733 Tweak comment. by Daniel Dunbar · 15 years ago
  83. 7cab893 Update CMakeLists.txt by Daniel Dunbar · 15 years ago
  84. d0443c3 Tweak svn:ignore by Daniel Dunbar · 15 years ago
  85. 84f9abe Fix unused function warning. by Daniel Dunbar · 15 years ago
  86. d0cca24 Revert r75252 which was causing some crashes at compile time. by Nick Lewycky · 15 years ago
  87. 4f06649 Fix PR4533, which is about buggy codegen in x86-64 -static mode. by Chris Lattner · 15 years ago
  88. 97c8c51 Fix comment. by Torok Edwin · 15 years ago
  89. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  90. d51ffcf Stub out assembly matcher (.s -> MCInst) tblgen backend. by Daniel Dunbar · 15 years ago
  91. 4429aaf Regenerate. by Mikhail Glushenkov · 15 years ago
  92. 09826e3 Update documentation. by Mikhail Glushenkov · 15 years ago
  93. 63bb60f Delete the temp dir even when '--temp-dir' is specified. by Mikhail Glushenkov · 15 years ago
  94. 646ca92 Fix handling of max and full set. by Nick Lewycky · 15 years ago
  95. d7073db improve filecheck's "scanning from here" caret position. by Chris Lattner · 15 years ago
  96. 88a7e9e make filecheck default to canonicalizing horizontal whitespace by Chris Lattner · 15 years ago
  97. 44b3e8d Break the world's largest unit test down a few logical lines. No semantic by Nick Lewycky · 15 years ago
  98. 4c3fa43 Erase the temp dir before starting. by Sanjiv Gupta · 15 years ago
  99. f067a23 Clarify and simplify. by Nick Lewycky · 15 years ago
  100. c6f40b6 Don't use a void return type with a function that returns a value. by Dan Gohman · 15 years ago