1. af0492e Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 21 years ago
  2. e7f9e0b Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 21 years ago
  3. 4473303 Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 21 years ago
  4. 5aa2021 Remove distasteful method which is really part of the indvars pass by Chris Lattner · 21 years ago
  5. a25502a Two fixes. First, stop using the ugly shouldSubstituteIndVar method. by Chris Lattner · 21 years ago
  6. 7548a54 Strange as it may sound, we'll not use LDD/STD to store longs. For reasons of by Brian Gaeke · 21 years ago
  7. 00e514e Support constant cast expressions. by Brian Gaeke · 21 years ago
  8. a846b72 Make the most commonly preselected instructions add to the names of the by Brian Gaeke · 21 years ago
  9. b01c138 TransformUtils library is no longer needed since Linker.cpp is in VMCore by Misha Brukman · 21 years ago
  10. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  11. bd8aeb6 Moved to include/llvm/Support by Misha Brukman · 21 years ago
  12. c837dd9 Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  13. 909db65 Moved to lib/VMCore by Misha Brukman · 21 years ago
  14. c5b6705 Move the tests for readability of the template and gnuplot files so they by Reid Spencer · 21 years ago
  15. 1d91463 Added a -noexternals options to avoid performing the externals tests on by Reid Spencer · 21 years ago
  16. a337f0c Make sure GetRegEx returns something gnuplot can deal with (a number, not by Reid Spencer · 21 years ago
  17. b06e848 Added a note about the new llvmgrep utility. by Reid Spencer · 21 years ago
  18. 37ec591 Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on by Chris Lattner · 21 years ago
  19. 1f2b892 Use new IsNAN() wrapper. by Brian Gaeke · 21 years ago
  20. 7764f4b Provide prototypes for IsNAN() wrapper. by Brian Gaeke · 21 years ago
  21. 30135b2 Wrapper for c99 isnan() by Brian Gaeke · 21 years ago
  22. 5c03987 Regenerated. by Brian Gaeke · 21 years ago
  23. 6f5b621 Regenerated. by Brian Gaeke · 21 years ago
  24. 8828eb5 Call custom check (AC_FUNC_ISNAN) instead of using the generic function check. by Brian Gaeke · 21 years ago
  25. 99913ca Implement isnan check (AC_FUNC_ISNAN) in terms of three calls to a fairly by Brian Gaeke · 21 years ago
  26. 8a54a1e Added the llvm/test/Programs/Makefile.test Makefile. by John Criswell · 21 years ago
  27. f54d912 Add pseudo-registers and register class for 64-bit integer values. by Brian Gaeke · 21 years ago
  28. 826c5e8 link to qmtest-2.0.3 tar file by Brian Gaeke · 21 years ago
  29. f05ff33 File requires IPA, moved to lib/Analysis/IPA by Misha Brukman · 21 years ago
  30. f089cdf Mention a note about having gccas and gccld in the path when running llvm-gcc. by Misha Brukman · 21 years ago
  31. 952e38c File depends on MemoryDepAnalysis (DSA); moved to lib/Analysis/DataStructure by Misha Brukman · 21 years ago
  32. bab7526 Files depend on DSA, moved to lib/Analysis/DataStructure by Misha Brukman · 21 years ago
  33. e5d6dab File depends on DSA, moved to lib/Analysis/DataStructure by Misha Brukman · 21 years ago
  34. cc6543c Making an archive version of the CodeGen library is unnecessary if we just by Misha Brukman · 21 years ago
  35. 68fd0ca Provide archive version of CodeGen library (for those tools that only need by Misha Brukman · 21 years ago
  36. 7962a8b Isnan became unordered by Chris Lattner · 21 years ago
  37. cb6a3aa - Added the -nice option for nicing the build processes. by Reid Spencer · 21 years ago
  38. db84a09 Regenerated with autoconf-2.57 for AIX detection support. by Misha Brukman · 21 years ago
  39. 7b42a75 Add AIX to the list of recognized operating systems. by Misha Brukman · 21 years ago
  40. 900576f Added start time, finish time, and platform (uname -a output) information by Reid Spencer · 21 years ago
  41. a3da777 Fixing broken links by Tanya Lattner · 21 years ago
  42. 8e667cd If an edge points to a field of another memory object, actually reflect this by Chris Lattner · 21 years ago
  43. 60f5cf4 Removed extra href close tag by Tanya Lattner · 21 years ago
  44. d98bc47 Elimiante ^M's by Chris Lattner · 21 years ago
  45. 09cf73c Fixed broken links. by Tanya Lattner · 21 years ago
  46. ca26c3e Fixing broken link to gcc manual by Tanya Lattner · 21 years ago
  47. b0266b6 test/Libraries have been long gone for a long time now. Since noone noticed by Chris Lattner · 21 years ago
  48. a203c2d Changing absolute link. Remembering to logout as root ;) by Tanya Lattner · 21 years ago
  49. 61f1d2b Fixed small typo to symtab link. by Tanya Lattner · 21 years ago
  50. 7e242ca Just a stub command guide for llvm-db for now. Will be filled in later. This is not linked off the main command guide web page, but should be once its completed. by Tanya Lattner · 21 years ago
  51. fcd3725 Fix some broken links by Chris Lattner · 21 years ago
  52. 0280aa9 Order #includes as per style guide. by Misha Brukman · 21 years ago
  53. 0313e0b Use a reference instead of a pointer for the ostream. The pointer was only by Misha Brukman · 21 years ago
  54. f90e402 Direct declaration of namespace-ified globals does not work, must enclose by Misha Brukman · 21 years ago
  55. 53594de Specify variables' namespace directly instead of using an enclosing namespace. by Misha Brukman · 21 years ago
  56. e67d5fb Move implemented interface header up to the top. by Misha Brukman · 21 years ago
  57. 3d35744 Spell out `NoFramePointerElim'. by Misha Brukman · 21 years ago
  58. 66d6ee4 Spell out `NoFramePointerElim' for readability. by Misha Brukman · 21 years ago
  59. 83eaa0b Use the common `NoFPElim' setting instead of our own. by Misha Brukman · 21 years ago
  60. 0fb5a66 Implement `NoFPElim' in a target-agnostic fashion so it can be shared. by Misha Brukman · 21 years ago
  61. b41dabd Make a single `NoFPElim' switch available to all targets. by Misha Brukman · 21 years ago
  62. 2fec990 * Make indentation consistent at 2 chars by Misha Brukman · 21 years ago
  63. 1e32f79 This file is no longer applicable. by Misha Brukman · 21 years ago
  64. 877338c Let's be consistent: listing format `os/arch'. by Misha Brukman · 21 years ago
  65. 8c9f520 llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h by Misha Brukman · 21 years ago
  66. 294984c Handle shifts >= 32 bits. by Misha Brukman · 21 years ago
  67. a2916ce Intrinsic::isnan has gone away, support for it commented out. by Misha Brukman · 21 years ago
  68. 422791f Convert tabs to spaces. by Misha Brukman · 21 years ago
  69. 358829f Type::getPrimitiveID() -> getTypeID() by Misha Brukman · 21 years ago
  70. d71bd56 Type::getPrimitiveID() -> getTypeID() by Misha Brukman · 21 years ago
  71. 5dfe3a9 Initial revision by Misha Brukman · 21 years ago
  72. 31b2432 Mention the requirement of dlcompat for MacOS X. by Misha Brukman · 21 years ago
  73. 418da55 Rename Interval class to LiveInterval to avoid conflicting with the already by Chris Lattner · 21 years ago
  74. c2dfb8b Make ConstantBool act like a 1 bit ConstantInt, in order to simplify client by Chris Lattner · 21 years ago
  75. 1a580be Nullify this test as it causes infinite loop in optimized nightly test. by Reid Spencer · 21 years ago
  76. 2636c1b *FINALLY* Fix a really nasty nondeterministic bug that has been haunting us by Chris Lattner · 21 years ago
  77. 30c02f7 Comment out the isnan stuff until we get a proper autoconf test for it by Chris Lattner · 21 years ago
  78. beabf45 Make order of argument addition deterministic. In particular, the layout by Chris Lattner · 21 years ago
  79. 541ad5e REALLY fix PR378: crash in scalar evolution analysis by Chris Lattner · 21 years ago
  80. ec86a7a Added a note about requiring QMTest 2.0.3 instead of any other version. by Reid Spencer · 21 years ago
  81. 3cf519a Bug fixed by Chris Lattner · 21 years ago
  82. 2d58452 Fix a bug in my change last night that caused a few test failures. by Chris Lattner · 21 years ago
  83. 697692a IntrinsicLowering.cpp now lives in lib/CodeGen/ by Chris Lattner · 21 years ago
  84. 81519d9 Update path by Chris Lattner · 21 years ago
  85. 2fce098 Header moved into the CodeGen directory by Chris Lattner · 21 years ago
  86. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  87. 8f7f71b Move the IntrinsicLowering header into the CodeGen directory by Chris Lattner · 21 years ago
  88. 90a62c8 Start moving IntrinsicLowering out of VMCore into libcodegen, as per PR346 by Chris Lattner · 21 years ago
  89. 8d741b8 Do not sort SCEV objects by address: instead sort by complexity and group by Chris Lattner · 21 years ago
  90. c5c5e6a Make use of BinaryOperator::create* methods to shrinkify code. by Chris Lattner · 21 years ago
  91. 762a76b Add methods like BinaryOperator::createAdd that take an instruction to insert by Chris Lattner · 21 years ago
  92. cf5933a Fix the inliner to be deterministic, not letting its output depend on the by Chris Lattner · 21 years ago
  93. 8e6d2bb Make fpcmp handle running off of the beginning or end of the file correctly. by Chris Lattner · 21 years ago
  94. 218a822 Add some DEBUG output to the simplifycfg routines by Chris Lattner · 21 years ago
  95. 2d67208 A utility to search the LLVM source tree for a grep pattern. This is a by Reid Spencer · 21 years ago
  96. 56b7ee2 Now that dominator tree children are built in determinstic order, this horrible code by Chris Lattner · 21 years ago
  97. fab8596 compute dominator tree children in a deterministic order that does not depend by Chris Lattner · 21 years ago
  98. f6437a3 Print out immediate dominators in program order, not in random order based on the address by Chris Lattner · 21 years ago
  99. aee7940 This will hopefully fix a heisenbug that Vladimir Merzliakov is running by Chris Lattner · 21 years ago
  100. c08bc9a Add a note about GCC 3.3.2 optimization bug that causes llc to spin. by Reid Spencer · 21 years ago