1. 481cc7c Implement BYTECODE_LIBRARY support by Chris Lattner · 21 years ago
  2. fad4929 * Must save FP registers when calling CompilationCallback(), because FP by Misha Brukman · 21 years ago
  3. 20968a2 Remove extraneous cl:: namespace qualifiers by Chris Lattner · 21 years ago
  4. 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 21 years ago
  5. 95cc1b3 Simplifications to Makefile.common, remove support for Purify since it was by Chris Lattner · 21 years ago
  6. 1679e82 Disable this support stuff, it doesn't work under linux anyway by Chris Lattner · 21 years ago
  7. 891bd82 Improvement to the previous fix: branch following a delay slot of by Vikram S. Adve · 21 years ago
  8. 2925592 Stop annoying warnings about mismatched types with the argument of a free by Chris Lattner · 21 years ago
  9. 1b9ddd5 I just moved papi to a new directory by Chris Lattner · 21 years ago
  10. 688506d Implement a _REAL_ memory manager for the code generated by the JIT. This by Chris Lattner · 21 years ago
  11. c3fe45b Using `std::remove' requires `cstdio.h'. by Misha Brukman · 21 years ago
  12. 8e9554a * Enable SPEC testing in the `configure' script command line by Misha Brukman · 21 years ago
  13. 640b928 Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need by Misha Brukman · 21 years ago
  14. a8e40f5 Restore 'nice name' to pass by Chris Lattner · 21 years ago
  15. bf3c4cf Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 21 years ago
  16. 1d3fa21 Add new method to FunctionPassManager to add ImmutablePasses. by Brian Gaeke · 21 years ago
  17. e69f727 Unbreak SPARC backend: addPassesToJITCompile and by Brian Gaeke · 21 years ago
  18. 277aad2 Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 21 years ago
  19. d7d6bbe Unbreak SPARC backend: addPassesToJITCompile and by Brian Gaeke · 21 years ago
  20. 0118995 Dramatically simplify how -time-passes works. by Chris Lattner · 21 years ago
  21. 6ad9076 Using std::string requires `#include <string>', says gcc-2.95.3. by Misha Brukman · 21 years ago
  22. 250d91b Fix FIXME by removing FIXME by Chris Lattner · 21 years ago
  23. a4ca41e This file uses stable_sort by Chris Lattner · 21 years ago
  24. eb320c6 I must have missed these when eliminating the cast to bool cannonicalizations by Chris Lattner · 21 years ago
  25. aa9c1f1 Implement instcombine optimizations: by Chris Lattner · 21 years ago
  26. b5dbd9a Add some more tests for: (A <setcc1> B) logicalop (A <setcc2> B) by Chris Lattner · 21 years ago
  27. 3e3c805 X86 static backend: smacked Function at a time: smacked by Brian Gaeke · 21 years ago
  28. 564a727 Generalize some of the add tests to allow for reassociation to take place by Chris Lattner · 21 years ago
  29. d2ae239 Add some tests for difficult reassociation cases by Chris Lattner · 21 years ago
  30. 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 21 years ago
  31. fb0ef2e Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 21 years ago
  32. 8844a0b addPassesToJITCompile and addPassesToEmitMachineCode now take a by Brian Gaeke · 21 years ago
  33. c227c1f Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 21 years ago
  34. 71d8478 Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 21 years ago
  35. 37df460 In ExecutionEngine::getPointerToGlobal(), throw away const qualifier by Brian Gaeke · 21 years ago
  36. b428654 addPassesToJITCompile now takes a FunctionPassManager, to support by Brian Gaeke · 21 years ago
  37. 9826bdb Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 21 years ago
  38. 9d99b43 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 21 years ago
  39. fb5be09 Assign arguments different ranks so they get grouped together by Chris Lattner · 21 years ago
  40. 3ccd0fd Implement constant folding of casts from boolean constants to other values by Chris Lattner · 21 years ago
  41. 478b3a9 Removing the pool allocator from the main CVS tree. by John Criswell · 21 years ago
  42. 3ccd17e Implement InstCombine/2003-08-12-AllocaNonNull.ll by Chris Lattner · 21 years ago
  43. 934754b Do not cannonicalize (X != 0) into (cast X to bool) by Chris Lattner · 21 years ago
  44. 5455139 Reorganize tests because we no longer cannonicalize X != 0 -> cast X to bool by Chris Lattner · 21 years ago
  45. ab04c36 Update test to represent new cannonicalization rules for multiplies by Chris Lattner · 21 years ago
  46. e92d2f4 Change cannonicalization rules: add X,X is represented as multiplies, multiplies by Chris Lattner · 21 years ago
  47. 48e6079 Adjust files for move of mapping info stuff into the Sparc directory by Chris Lattner · 21 years ago
  48. 7f2438f Mapping directory no longer exists by Chris Lattner · 21 years ago
  49. 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 21 years ago
  50. c09f429 Obsolete file by Chris Lattner · 21 years ago
  51. 99c27d7 Just incorporating some notes I wrote for myself into a place where they won't by Brian Gaeke · 21 years ago
  52. 906cd97 Make MInst2LVSetBI and MInst2LVSetAI be hash_maps instead of maps. by Vikram S. Adve · 21 years ago
  53. feb3298 For instructions in a delay slot of another instruction, by Vikram S. Adve · 21 years ago
  54. 88d962a For an instruction with delay slots, mark all live values before by Vikram S. Adve · 21 years ago
  55. aee2fdf Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because by Brian Gaeke · 21 years ago
  56. df17af1 Allow pulling logical operations through shifts. by Chris Lattner · 21 years ago
  57. e9608e3 Fix bug: Reassociate/2003-08-12-InfiniteLoop.ll by Chris Lattner · 21 years ago
  58. bb5395b new testcase by Chris Lattner · 21 years ago
  59. dc20a3e Right, instcombine cannot remove ((X >> C) << C) if it's signed. by Chris Lattner · 21 years ago
  60. b310196 New testcases by Chris Lattner · 21 years ago
  61. 33fbad7 Reenable optimized build by Chris Lattner · 21 years ago
  62. 6007cb6 Assign finer grained ranks, make sure to reassociate top-level after reassociating bottom level by Chris Lattner · 21 years ago
  63. e132d95 Simplify code by Chris Lattner · 21 years ago
  64. 67ca768 Implement testcases InstCombine/or.ll:test16/test17 by Chris Lattner · 21 years ago
  65. c6da691 New testcases by Chris Lattner · 21 years ago
  66. d741bcf Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of by John Criswell · 21 years ago
  67. 8ab1ef2 Add FunctionPassManager - it's like a PassManager, but it only deals in by Brian Gaeke · 21 years ago
  68. 20a3be3 Disable emitting LLVM-to-MI maps, by default. by Vikram S. Adve · 21 years ago
  69. df398f7 Testcase for feature we should support eventually by Chris Lattner · 21 years ago
  70. 42f3372 Fix emission of instructions that directly reference MBBs by Chris Lattner · 21 years ago
  71. 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
  72. 6b666e8 Add support for the Any type. Minor fixes and enhancements for BasicBlock operands by Chris Lattner · 21 years ago
  73. c12a614 Rename DNVT_bool to DNVT_i1 to be consistent with type system by Chris Lattner · 21 years ago
  74. c847796 Add support for basicblocks, setCC instructions, and branches by Chris Lattner · 21 years ago
  75. 723915b Add support for a bool argty by Chris Lattner · 21 years ago
  76. 9d27514 Fix va_arg to generate LDDFi for floating point values, instead of LDXi. by Vikram S. Adve · 21 years ago
  77. 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
  78. 228090c Minor fix so that the program exits upon a poolfree failure by Sumant Kowshik · 21 years ago
  79. 7b56ce4 It is not an error if a rule does not match, it's just a failed match! by Chris Lattner · 21 years ago
  80. 0abaaf4 Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment. by Misha Brukman · 21 years ago
  81. 00b4094 Add basic support for 16 and 32 bit function arguments! by Chris Lattner · 21 years ago
  82. c0bb13d add frameidx support by Chris Lattner · 21 years ago
  83. abb215e Add support for frameidx and literal immediates for instructions by Chris Lattner · 21 years ago
  84. 57fb6ab Add support for naming the destination of a "set" in a pattern by Chris Lattner · 21 years ago
  85. 88118bf Add support for the Arg1 argument type by Chris Lattner · 21 years ago
  86. d59414f Sort #includes, eliminate #include of "llvm/Type.h" which was redundant by Chris Lattner · 21 years ago
  87. 67488a9 Cygwin apparently works with %'s on registers! by Chris Lattner · 21 years ago
  88. 80d79fa If we can't find INT64_MAX, set it to a reasonable default value, by Brian Gaeke · 21 years ago
  89. 2bcee34 Whoops, accidental checkin. :( by Chris Lattner · 21 years ago
  90. 93c1afa Add a new -enable-cygwin-compatible-output argument, which make the output more by Chris Lattner · 21 years ago
  91. 2b3860f Add support to the mangler for targets which require _'s on global symbols by Chris Lattner · 21 years ago
  92. dac3549 Added keyword `include', and a FIXME for hex and binary constants. by Misha Brukman · 21 years ago
  93. e0db815 * Added pointers to the README files in emacs/ and vim/ directories. by Misha Brukman · 21 years ago
  94. bdb4119 * Added (X)Emacs mode for TableGen description files by Misha Brukman · 21 years ago
  95. 2a09877 Print % signs before register names; turn off "noprefix" mode in gas output. by Brian Gaeke · 21 years ago
  96. a8f5de3 Geez, this misha guy is a _horrible_ speller. :) by Chris Lattner · 21 years ago
  97. c103adf * Added a section describing the hidden gems in llvm/utils by Misha Brukman · 21 years ago
  98. 4ecff5d Register argument to va_start must be marked as defined! by Vikram S. Adve · 21 years ago
  99. 3871f05 tablegen.vim: by Misha Brukman · 21 years ago
  100. 00a61d4 Add .llx by Chris Lattner · 21 years ago