1. 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 21 years ago
  2. c09f429 Obsolete file by Chris Lattner · 21 years ago
  3. 99c27d7 Just incorporating some notes I wrote for myself into a place where they won't by Brian Gaeke · 21 years ago
  4. 906cd97 Make MInst2LVSetBI and MInst2LVSetAI be hash_maps instead of maps. by Vikram S. Adve · 21 years ago
  5. feb3298 For instructions in a delay slot of another instruction, by Vikram S. Adve · 21 years ago
  6. 88d962a For an instruction with delay slots, mark all live values before by Vikram S. Adve · 21 years ago
  7. aee2fdf Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because by Brian Gaeke · 21 years ago
  8. df17af1 Allow pulling logical operations through shifts. by Chris Lattner · 21 years ago
  9. e9608e3 Fix bug: Reassociate/2003-08-12-InfiniteLoop.ll by Chris Lattner · 21 years ago
  10. bb5395b new testcase by Chris Lattner · 21 years ago
  11. dc20a3e Right, instcombine cannot remove ((X >> C) << C) if it's signed. by Chris Lattner · 21 years ago
  12. b310196 New testcases by Chris Lattner · 21 years ago
  13. 33fbad7 Reenable optimized build by Chris Lattner · 21 years ago
  14. 6007cb6 Assign finer grained ranks, make sure to reassociate top-level after reassociating bottom level by Chris Lattner · 21 years ago
  15. e132d95 Simplify code by Chris Lattner · 21 years ago
  16. 67ca768 Implement testcases InstCombine/or.ll:test16/test17 by Chris Lattner · 21 years ago
  17. c6da691 New testcases by Chris Lattner · 21 years ago
  18. d741bcf Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of by John Criswell · 21 years ago
  19. 8ab1ef2 Add FunctionPassManager - it's like a PassManager, but it only deals in by Brian Gaeke · 21 years ago
  20. 20a3be3 Disable emitting LLVM-to-MI maps, by default. by Vikram S. Adve · 21 years ago
  21. df398f7 Testcase for feature we should support eventually by Chris Lattner · 21 years ago
  22. 42f3372 Fix emission of instructions that directly reference MBBs by Chris Lattner · 21 years ago
  23. 175724f Make LOC count more accurate by not including the tablegen lexer/parser, any .inc files, which are generated by tablegen, nor .lo files which sometimes get picked up from libtool by Chris Lattner · 21 years ago
  24. 6b666e8 Add support for the Any type. Minor fixes and enhancements for BasicBlock operands by Chris Lattner · 21 years ago
  25. c12a614 Rename DNVT_bool to DNVT_i1 to be consistent with type system by Chris Lattner · 21 years ago
  26. c847796 Add support for basicblocks, setCC instructions, and branches by Chris Lattner · 21 years ago
  27. 723915b Add support for a bool argty by Chris Lattner · 21 years ago
  28. 9d27514 Fix va_arg to generate LDDFi for floating point values, instead of LDXi. by Vikram S. Adve · 21 years ago
  29. 233d075 Bug fix: Some nodes pointed to by globals may not be marked incomplete and need to be tracked to find pool arguments by Sumant Kowshik · 21 years ago
  30. 228090c Minor fix so that the program exits upon a poolfree failure by Sumant Kowshik · 21 years ago
  31. 7b56ce4 It is not an error if a rule does not match, it's just a failed match! by Chris Lattner · 21 years ago
  32. 0abaaf4 Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment. by Misha Brukman · 21 years ago
  33. 00b4094 Add basic support for 16 and 32 bit function arguments! by Chris Lattner · 21 years ago
  34. c0bb13d add frameidx support by Chris Lattner · 21 years ago
  35. abb215e Add support for frameidx and literal immediates for instructions by Chris Lattner · 21 years ago
  36. 57fb6ab Add support for naming the destination of a "set" in a pattern by Chris Lattner · 21 years ago
  37. 88118bf Add support for the Arg1 argument type by Chris Lattner · 21 years ago
  38. d59414f Sort #includes, eliminate #include of "llvm/Type.h" which was redundant by Chris Lattner · 21 years ago
  39. 67488a9 Cygwin apparently works with %'s on registers! by Chris Lattner · 21 years ago
  40. 80d79fa If we can't find INT64_MAX, set it to a reasonable default value, by Brian Gaeke · 21 years ago
  41. 2bcee34 Whoops, accidental checkin. :( by Chris Lattner · 21 years ago
  42. 93c1afa Add a new -enable-cygwin-compatible-output argument, which make the output more by Chris Lattner · 21 years ago
  43. 2b3860f Add support to the mangler for targets which require _'s on global symbols by Chris Lattner · 21 years ago
  44. dac3549 Added keyword `include', and a FIXME for hex and binary constants. by Misha Brukman · 21 years ago
  45. e0db815 * Added pointers to the README files in emacs/ and vim/ directories. by Misha Brukman · 21 years ago
  46. bdb4119 * Added (X)Emacs mode for TableGen description files by Misha Brukman · 21 years ago
  47. 2a09877 Print % signs before register names; turn off "noprefix" mode in gas output. by Brian Gaeke · 21 years ago
  48. a8f5de3 Geez, this misha guy is a _horrible_ speller. :) by Chris Lattner · 21 years ago
  49. c103adf * Added a section describing the hidden gems in llvm/utils by Misha Brukman · 21 years ago
  50. 4ecff5d Register argument to va_start must be marked as defined! by Vikram S. Adve · 21 years ago
  51. 3871f05 tablegen.vim: by Misha Brukman · 21 years ago
  52. 00a61d4 Add .llx by Chris Lattner · 21 years ago
  53. 115dc0d Added a TableGen syntax highlighting mode for VIM and a README that describes by Misha Brukman · 21 years ago
  54. e7e33c0 Add (ret int) expander so that we can at least write testcases by Chris Lattner · 21 years ago
  55. 3eda2eb Don't forget to initializer result field to 0! by Chris Lattner · 21 years ago
  56. bf2f8a9 Converted tabs to spaces. by Misha Brukman · 21 years ago
  57. 859e5cc Removed `-debug' so that spurious printouts of patterns are not seen at by Misha Brukman · 21 years ago
  58. 7c2af6e Remove dead code by Chris Lattner · 21 years ago
  59. b84fe1c Add patterns for multiply, and, or, and xor by Chris Lattner · 21 years ago
  60. 622003f add support for more nodes by Chris Lattner · 21 years ago
  61. 91f2e9a Put printouts of acquired patterns under the DEBUG() guard, fixed spelling. by Misha Brukman · 21 years ago
  62. 2aa3a66 Until the pattern matching instruction selector is finished, enable debug output from it by Chris Lattner · 21 years ago
  63. 1f28e8c Fix handling of 'free' if it has absolutely no prototype by Chris Lattner · 21 years ago
  64. 4c08840 Include the new selection library for the X86 target by Chris Lattner · 21 years ago
  65. ac0c868 Add support for a pattern matching instruction selector. This is still in by Chris Lattner · 21 years ago
  66. fa7ed53 Build the SelectionDAG library by Chris Lattner · 21 years ago
  67. 78ec311 Initial checkin of SelectionDAG implementation. This is still rough and by Chris Lattner · 21 years ago
  68. cacf462 Initial checkin of SelectionDAG header file by Chris Lattner · 21 years ago
  69. 053a205 Add full support for code generating expanders! by Chris Lattner · 21 years ago
  70. 990db46 Implement autopromotion of leaf trees from arguments to nodes of their own, by Chris Lattner · 21 years ago
  71. 91290d7 Implement correct parsing, representation, and printing of DAG argument names by Chris Lattner · 21 years ago
  72. fb9ea58 Recognize $foo as a variable by Chris Lattner · 21 years ago
  73. a4a53a5 New testcase by Chris Lattner · 21 years ago
  74. 094ec50 Implement real code emission, at least for Instruction patterns, by Chris Lattner · 21 years ago
  75. 6167004 First cut at emitting the reducer. This reducer just prints out the patterns by Chris Lattner · 21 years ago
  76. f8dfa6f Make imm be a leaf instead of a nonterminal by Chris Lattner · 21 years ago
  77. 9552b8c Finish the matcher! by Chris Lattner · 21 years ago
  78. b72fb7e Add new function by Chris Lattner · 21 years ago
  79. 0c4dccc Removed information on the Pool Allocator as it is no longer available. by John Criswell · 21 years ago
  80. 3c852b6 Added a FAQ about how to clean the directory if it fails to build after an by John Criswell · 21 years ago
  81. ef0096f Updated for the 1.1 pre-release. by John Criswell · 21 years ago
  82. 955c1be This implements a large amount of the matcher, in fact, all of it except for one bug by Chris Lattner · 21 years ago
  83. 6dafd39 Emit the first half of the instruction selector. by Chris Lattner · 21 years ago
  84. 249d64a Chomped spurious blank lines. by Misha Brukman · 21 years ago
  85. ef0ce6a Finish implementation of nonterminal instantiation. by Chris Lattner · 21 years ago
  86. d3464c1 Add new method to get a value type as a string by Chris Lattner · 21 years ago
  87. 2e5cbc2 * Fix <>'s in code to be &lt;&gt;'s by Chris Lattner · 21 years ago
  88. 3d9cafa File-related functions moved to FileUtilities.h . by Misha Brukman · 21 years ago
  89. da81eca close() requires "unistd.h" . by Misha Brukman · 21 years ago
  90. f7066c7 Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 21 years ago
  91. 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 21 years ago
  92. 23d5724 Completely remove mention of the correlated branch elimination pass. It has by Chris Lattner · 21 years ago
  93. 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 21 years ago
  94. 57d708b * The possessive third-person singular has no apostrophe (its) by Misha Brukman · 21 years ago
  95. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 21 years ago
  96. 11c6592 Fixed path for SystemUtils.h and a few code cleanups. by Misha Brukman · 21 years ago
  97. 0bd75bb Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. by Misha Brukman · 21 years ago
  98. 5709e51 Implement type-inference/checking for non-terminal references by Chris Lattner · 21 years ago
  99. ee858d2 Rename all of the "Process" methods to be "read" methods, start the Instantiate method by Chris Lattner · 21 years ago
  100. 90825b4 Add support for "cast" nodes, which are required when there is not enough information by Chris Lattner · 21 years ago