1. a8e750f Write .bc files to binary ostreams. This shouldn't change anything on unix, by Chris Lattner · 21 years ago
  2. 036de03 No functionality changes here: by Chris Lattner · 21 years ago
  3. 34fa871 Allow debugging machine instrs (by printout) before/after isel and regalloc by Misha Brukman · 21 years ago
  4. c6cc10f Combine several if stmts with returns into an if-then-elseif-else chain. by Misha Brukman · 21 years ago
  5. d47bbf7 Do not move any values into registers for a void return (there isn't anything). by Misha Brukman · 21 years ago
  6. 1cbb3ee Convert tabs to spaces. by Misha Brukman · 21 years ago
  7. 972569a Fix opcode: no immediate in an `or r1, r2, r3' (all registers) instr. by Misha Brukman · 21 years ago
  8. f507613 Removed the interrupt_handler instrinsic section that I accidently added by John Criswell · 21 years ago
  9. 8411475 Grammar and punctuation fixes. by John Criswell · 21 years ago
  10. 2bf183c * Be consistent about MachineBB labels and references to them in instr stream by Misha Brukman · 21 years ago
  11. fa08187 Added missing quote. by John Criswell · 21 years ago
  12. 22e1207 * Initialize the entire array statically, not member-at-a-time by Misha Brukman · 21 years ago
  13. 9ecf3bf Fix bug in previous checkin. by Misha Brukman · 21 years ago
  14. 911afde * Wrap long lines by Misha Brukman · 21 years ago
  15. 179d97c Excise X86-specific comments. by Misha Brukman · 21 years ago
  16. 9cd94d7 Vladimir Prus also contributed the LowerConstantExprs pass. by Misha Brukman · 21 years ago
  17. 9dc1b2a New constant expression lowering pass to simplify your instruction selection needs. by Chris Lattner · 21 years ago
  18. dfde14e New testcase for constant expression lowering pass, contributed by Vladimir Prus! by Chris Lattner · 21 years ago
  19. 288c92c Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus! by Chris Lattner · 21 years ago
  20. 2280098 Don't try to run qmtests if we fail to build the tree. The qmtests (at by Brian Gaeke · 21 years ago
  21. 4391946 Make sure to link all IPA's into opt, so that it has access to stuff like by Chris Lattner · 21 years ago
  22. d28b0d7 Fix header by Chris Lattner · 21 years ago
  23. e5c9df6 - Changed Handler.h -> BytecodeHandler.h by Reid Spencer · 21 years ago
  24. bc7ce7e Okay, Module have not been known as 'C' for a LONG time now by Chris Lattner · 21 years ago
  25. d616228 Fix more warnings building with VC++ by Chris Lattner · 21 years ago
  26. 990a6a3 Unbreak the build. tsk tsk by Chris Lattner · 21 years ago
  27. b140762 Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. by Tanya Lattner · 21 years ago
  28. 32b5880 fix warnings by Chris Lattner · 21 years ago
  29. 75afe1f Add option to print out machine code before register allocation. by Misha Brukman · 21 years ago
  30. f3e50be Use DEBUG() guard for printing out debug info. by Misha Brukman · 21 years ago
  31. e327e49 Add a `break' in the switch/case statement between the int/fp sections. by Misha Brukman · 21 years ago
  32. 7f484a5 * Lowercase the register names by Misha Brukman · 21 years ago
  33. 64aed54 Add a LowercaseString() utility function, courtesy of brg. by Misha Brukman · 21 years ago
  34. f54ef97 * LowercaseString moved to StringExtras.h * Wrap long line to 80 cols by Misha Brukman · 21 years ago
  35. ca428df * Tabs to spaces * Send an error message to std::cerr before abort()ing by Misha Brukman · 21 years ago
  36. a1d90eb Definition of the Bytecode Handler interface. Subclasses can override just by Reid Spencer · 21 years ago
  37. 46fd00a * Tabs to spaces * Remove unnecessary parens, braces, clean up code layout by Misha Brukman · 21 years ago
  38. fadb82f Unindent some more code to be consistent. by Misha Brukman · 21 years ago
  39. 1916bf9 Unindent some code, it only needs 2 spaces. by Misha Brukman · 21 years ago
  40. 98649d1 In emitting code for a GEP instr, iterate over GEPTypes because there is one by Misha Brukman · 21 years ago
  41. 5b63631 * Capitalize `Java' * Sprinkle hypens liberally * Fix some grammar in comments by Misha Brukman · 21 years ago
  42. 09ba906 Convert tabs to spaces. by Misha Brukman · 21 years ago
  43. 57ff2e3 Add FSTOD and FDTOS conversion instructions. by Brian Gaeke · 21 years ago
  44. 495a097 Support cast float to float, cast double to float, and cast float to double. by Brian Gaeke · 21 years ago
  45. fd9d1b3 Add a section about running the nightly tester proper. by Chris Lattner · 21 years ago
  46. e0e12ac This file is unused, and duplicates functionality in TraceValues.cpp. by Vikram S. Adve · 21 years ago
  47. 129f6cf etags isn't portable at all. Make it not run by default. If you still by Chris Lattner · 21 years ago
  48. 0579449 * Order #includes * Use the DEBUG() guard for debug printouts by Misha Brukman · 21 years ago
  49. 60c73e4 Make the double-fp pseudo registers be "NamedRegs". by Brian Gaeke · 21 years ago
  50. 13dc433 Fix a dyn_cast in copyConstantToRegister which should have been a cast. by Brian Gaeke · 21 years ago
  51. be81e82 The long integer pseudo-regs are history. So long, we hardly knew ye. by Brian Gaeke · 21 years ago
  52. c7fd0f4 Use correct add*Imm form in more BuildMI calls. by Brian Gaeke · 21 years ago
  53. af0492e Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 21 years ago
  54. e7f9e0b Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 21 years ago
  55. 4473303 Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 21 years ago
  56. 5aa2021 Remove distasteful method which is really part of the indvars pass by Chris Lattner · 21 years ago
  57. a25502a Two fixes. First, stop using the ugly shouldSubstituteIndVar method. by Chris Lattner · 21 years ago
  58. 7548a54 Strange as it may sound, we'll not use LDD/STD to store longs. For reasons of by Brian Gaeke · 21 years ago
  59. 00e514e Support constant cast expressions. by Brian Gaeke · 21 years ago
  60. a846b72 Make the most commonly preselected instructions add to the names of the by Brian Gaeke · 21 years ago
  61. b01c138 TransformUtils library is no longer needed since Linker.cpp is in VMCore by Misha Brukman · 21 years ago
  62. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  63. bd8aeb6 Moved to include/llvm/Support by Misha Brukman · 21 years ago
  64. c837dd9 Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  65. 909db65 Moved to lib/VMCore by Misha Brukman · 21 years ago
  66. c5b6705 Move the tests for readability of the template and gnuplot files so they by Reid Spencer · 21 years ago
  67. 1d91463 Added a -noexternals options to avoid performing the externals tests on by Reid Spencer · 21 years ago
  68. a337f0c Make sure GetRegEx returns something gnuplot can deal with (a number, not by Reid Spencer · 21 years ago
  69. b06e848 Added a note about the new llvmgrep utility. by Reid Spencer · 21 years ago
  70. 37ec591 Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on by Chris Lattner · 21 years ago
  71. 1f2b892 Use new IsNAN() wrapper. by Brian Gaeke · 21 years ago
  72. 7764f4b Provide prototypes for IsNAN() wrapper. by Brian Gaeke · 21 years ago
  73. 30135b2 Wrapper for c99 isnan() by Brian Gaeke · 21 years ago
  74. 5c03987 Regenerated. by Brian Gaeke · 21 years ago
  75. 6f5b621 Regenerated. by Brian Gaeke · 21 years ago
  76. 8828eb5 Call custom check (AC_FUNC_ISNAN) instead of using the generic function check. by Brian Gaeke · 21 years ago
  77. 99913ca Implement isnan check (AC_FUNC_ISNAN) in terms of three calls to a fairly by Brian Gaeke · 21 years ago
  78. 8a54a1e Added the llvm/test/Programs/Makefile.test Makefile. by John Criswell · 21 years ago
  79. f54d912 Add pseudo-registers and register class for 64-bit integer values. by Brian Gaeke · 21 years ago
  80. 826c5e8 link to qmtest-2.0.3 tar file by Brian Gaeke · 21 years ago
  81. f05ff33 File requires IPA, moved to lib/Analysis/IPA by Misha Brukman · 21 years ago
  82. f089cdf Mention a note about having gccas and gccld in the path when running llvm-gcc. by Misha Brukman · 21 years ago
  83. 952e38c File depends on MemoryDepAnalysis (DSA); moved to lib/Analysis/DataStructure by Misha Brukman · 21 years ago
  84. bab7526 Files depend on DSA, moved to lib/Analysis/DataStructure by Misha Brukman · 21 years ago
  85. e5d6dab File depends on DSA, moved to lib/Analysis/DataStructure by Misha Brukman · 21 years ago
  86. cc6543c Making an archive version of the CodeGen library is unnecessary if we just by Misha Brukman · 21 years ago
  87. 68fd0ca Provide archive version of CodeGen library (for those tools that only need by Misha Brukman · 21 years ago
  88. 7962a8b Isnan became unordered by Chris Lattner · 21 years ago
  89. cb6a3aa - Added the -nice option for nicing the build processes. by Reid Spencer · 21 years ago
  90. db84a09 Regenerated with autoconf-2.57 for AIX detection support. by Misha Brukman · 21 years ago
  91. 7b42a75 Add AIX to the list of recognized operating systems. by Misha Brukman · 21 years ago
  92. 900576f Added start time, finish time, and platform (uname -a output) information by Reid Spencer · 21 years ago
  93. a3da777 Fixing broken links by Tanya Lattner · 21 years ago
  94. 8e667cd If an edge points to a field of another memory object, actually reflect this by Chris Lattner · 21 years ago
  95. 60f5cf4 Removed extra href close tag by Tanya Lattner · 21 years ago
  96. d98bc47 Elimiante ^M's by Chris Lattner · 21 years ago
  97. 09cf73c Fixed broken links. by Tanya Lattner · 21 years ago
  98. ca26c3e Fixing broken link to gcc manual by Tanya Lattner · 21 years ago
  99. b0266b6 test/Libraries have been long gone for a long time now. Since noone noticed by Chris Lattner · 21 years ago
  100. a203c2d Changing absolute link. Remembering to logout as root ;) by Tanya Lattner · 21 years ago