1. 9c661c8 Do not set the `link' bit when branching to the first BB of a function, as it by Misha Brukman · 20 years ago
  2. 604fdc1 Add a link to the CFE build instrs next to the CFE download instructions by Chris Lattner · 20 years ago
  3. d80ea07 Building the C FE is a user-level process by Chris Lattner · 20 years ago
  4. bb4a908 Fix spacing around function arguments. by Misha Brukman · 20 years ago
  5. 3b04a8a Initial checkin of a simple mod/ref analysis for global variables. This is by Chris Lattner · 20 years ago
  6. 15fde2e Add new header by Chris Lattner · 20 years ago
  7. fdd9f1f Remove unused file by Chris Lattner · 20 years ago
  8. c347dfb Remove dead file by Chris Lattner · 20 years ago
  9. cbabe70 Bad passes are gone by Chris Lattner · 20 years ago
  10. 65f437c These passes are long dead/obsolete. They never worked in the first place by Chris Lattner · 20 years ago
  11. c755307 Remove two dead passes by Chris Lattner · 20 years ago
  12. e6afb74 Moved IPModRef out of the public include dir by Chris Lattner · 20 years ago
  13. c3f44c0 Move file to lib/Analysis/DataStructure by Chris Lattner · 20 years ago
  14. b88fb05 Move DependenceGraph.* to lib/Analysis/DataStructure by Chris Lattner · 20 years ago
  15. 1ffa817 Moved to lib/analysis/datastructure by Chris Lattner · 20 years ago
  16. 2de1d32 Moving to lib/Analysis/DataStructure by Chris Lattner · 20 years ago
  17. ae7502c Moved to lib/Analysis/DataStructure by Chris Lattner · 20 years ago
  18. 0ecdcbe Move MemoryDepAnalysis.h into lib/Analysis/DataStructure by Chris Lattner · 20 years ago
  19. e1ba478 Moved to lib/Analysis/DataStructure by Chris Lattner · 20 years ago
  20. 71ef8f7 Move PgmDependenceGraph.h out of the public include hierarchy by Chris Lattner · 20 years ago
  21. 6bd5551 Allow saving and restoring of double and float registers. by Brian Gaeke · 20 years ago
  22. c53105c Add FITOS, FITOD, and F{ADD,SUB,MUL,DIV}{S,D}. by Brian Gaeke · 20 years ago
  23. 15d58b6 Implement InstCombine/add.ll:test21 by Chris Lattner · 20 years ago
  24. 8d5e05b new testcase by Chris Lattner · 20 years ago
  25. 8a0ae9e Support printing constant pool indices. by Brian Gaeke · 20 years ago
  26. ec3227f Trim whitespace. by Brian Gaeke · 20 years ago
  27. ce8158d Now that the SparcV9 specific MachineCodeForInstruction class uses it's own by Chris Lattner · 20 years ago
  28. 4e7244e Do not find these ugly sparc-specific objects by using the annotation API on by Chris Lattner · 20 years ago
  29. ea104df This class is no longer an annotation by Chris Lattner · 20 years ago
  30. 4aa5b2a Add a map of MachineCodeForInstruction objects to MachineFunctionInfo by Chris Lattner · 20 years ago
  31. 40515db Fold iType into Value::VTy by Chris Lattner · 20 years ago
  32. 7da38ec Eliminate the Instruction::iType field, folding it into the Value::VTy field. by Chris Lattner · 20 years ago
  33. 6b5f30f Get rid of Annotable's vtable. If anyone deletes an object through an Annotable*, by Chris Lattner · 20 years ago
  34. 159286d Make it obvious that this file is bad bad bad by Chris Lattner · 20 years ago
  35. 62372c2 User ctor is now inline by Chris Lattner · 20 years ago
  36. 38ab926 Make ctor inline, change ValueTy ->unsigned by Chris Lattner · 20 years ago
  37. 0b08637 Consider anything with a ValueType that is >= Instruction to be an instruction by Chris Lattner · 20 years ago
  38. 3d4bd5a Instancevar was renamed by Chris Lattner · 20 years ago
  39. f6b7844 Rearrange some code. by Chris Lattner · 20 years ago
  40. fae098a Don't call getValueType directly. the LLVM optimizer will turn it into the same code anyway :) by Chris Lattner · 20 years ago
  41. 098648a There is no reason to print ValueType here by Chris Lattner · 20 years ago
  42. af754db Simplify code by Chris Lattner · 20 years ago
  43. 98ebce1 Hey, why not just make 'new ReturnInst(BB)' DTRT? by Chris Lattner · 20 years ago
  44. e056f5c new ReturnInst(BB) does not "do the right thing". Add an assert to catch it by Chris Lattner · 20 years ago
  45. b8356b3 Add credits entry by Chris Lattner · 20 years ago
  46. 86840d0 Fix relative links for nightly testers not hosted on llvm.cs. by Chris Lattner · 20 years ago
  47. a8e750f Write .bc files to binary ostreams. This shouldn't change anything on unix, by Chris Lattner · 20 years ago
  48. 036de03 No functionality changes here: by Chris Lattner · 20 years ago
  49. 34fa871 Allow debugging machine instrs (by printout) before/after isel and regalloc by Misha Brukman · 20 years ago
  50. c6cc10f Combine several if stmts with returns into an if-then-elseif-else chain. by Misha Brukman · 20 years ago
  51. d47bbf7 Do not move any values into registers for a void return (there isn't anything). by Misha Brukman · 20 years ago
  52. 1cbb3ee Convert tabs to spaces. by Misha Brukman · 20 years ago
  53. 972569a Fix opcode: no immediate in an `or r1, r2, r3' (all registers) instr. by Misha Brukman · 20 years ago
  54. f507613 Removed the interrupt_handler instrinsic section that I accidently added by John Criswell · 20 years ago
  55. 8411475 Grammar and punctuation fixes. by John Criswell · 20 years ago
  56. 2bf183c * Be consistent about MachineBB labels and references to them in instr stream by Misha Brukman · 20 years ago
  57. fa08187 Added missing quote. by John Criswell · 20 years ago
  58. 22e1207 * Initialize the entire array statically, not member-at-a-time by Misha Brukman · 20 years ago
  59. 9ecf3bf Fix bug in previous checkin. by Misha Brukman · 20 years ago
  60. 911afde * Wrap long lines by Misha Brukman · 20 years ago
  61. 179d97c Excise X86-specific comments. by Misha Brukman · 20 years ago
  62. 9cd94d7 Vladimir Prus also contributed the LowerConstantExprs pass. by Misha Brukman · 20 years ago
  63. 9dc1b2a New constant expression lowering pass to simplify your instruction selection needs. by Chris Lattner · 20 years ago
  64. dfde14e New testcase for constant expression lowering pass, contributed by Vladimir Prus! by Chris Lattner · 20 years ago
  65. 288c92c Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus! by Chris Lattner · 20 years ago
  66. 2280098 Don't try to run qmtests if we fail to build the tree. The qmtests (at by Brian Gaeke · 20 years ago
  67. 4391946 Make sure to link all IPA's into opt, so that it has access to stuff like by Chris Lattner · 20 years ago
  68. d28b0d7 Fix header by Chris Lattner · 20 years ago
  69. e5c9df6 - Changed Handler.h -> BytecodeHandler.h by Reid Spencer · 20 years ago
  70. bc7ce7e Okay, Module have not been known as 'C' for a LONG time now by Chris Lattner · 20 years ago
  71. d616228 Fix more warnings building with VC++ by Chris Lattner · 20 years ago
  72. 990a6a3 Unbreak the build. tsk tsk by Chris Lattner · 20 years ago
  73. 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 · 20 years ago
  74. 32b5880 fix warnings by Chris Lattner · 20 years ago
  75. 75afe1f Add option to print out machine code before register allocation. by Misha Brukman · 20 years ago
  76. f3e50be Use DEBUG() guard for printing out debug info. by Misha Brukman · 20 years ago
  77. e327e49 Add a `break' in the switch/case statement between the int/fp sections. by Misha Brukman · 20 years ago
  78. 7f484a5 * Lowercase the register names by Misha Brukman · 20 years ago
  79. 64aed54 Add a LowercaseString() utility function, courtesy of brg. by Misha Brukman · 20 years ago
  80. f54ef97 * LowercaseString moved to StringExtras.h * Wrap long line to 80 cols by Misha Brukman · 20 years ago
  81. ca428df * Tabs to spaces * Send an error message to std::cerr before abort()ing by Misha Brukman · 20 years ago
  82. a1d90eb Definition of the Bytecode Handler interface. Subclasses can override just by Reid Spencer · 20 years ago
  83. 46fd00a * Tabs to spaces * Remove unnecessary parens, braces, clean up code layout by Misha Brukman · 20 years ago
  84. fadb82f Unindent some more code to be consistent. by Misha Brukman · 20 years ago
  85. 1916bf9 Unindent some code, it only needs 2 spaces. by Misha Brukman · 20 years ago
  86. 98649d1 In emitting code for a GEP instr, iterate over GEPTypes because there is one by Misha Brukman · 20 years ago
  87. 5b63631 * Capitalize `Java' * Sprinkle hypens liberally * Fix some grammar in comments by Misha Brukman · 20 years ago
  88. 09ba906 Convert tabs to spaces. by Misha Brukman · 20 years ago
  89. 57ff2e3 Add FSTOD and FDTOS conversion instructions. by Brian Gaeke · 20 years ago
  90. 495a097 Support cast float to float, cast double to float, and cast float to double. by Brian Gaeke · 20 years ago
  91. fd9d1b3 Add a section about running the nightly tester proper. by Chris Lattner · 20 years ago
  92. e0e12ac This file is unused, and duplicates functionality in TraceValues.cpp. by Vikram S. Adve · 20 years ago
  93. 129f6cf etags isn't portable at all. Make it not run by default. If you still by Chris Lattner · 20 years ago
  94. 0579449 * Order #includes * Use the DEBUG() guard for debug printouts by Misha Brukman · 20 years ago
  95. 60c73e4 Make the double-fp pseudo registers be "NamedRegs". by Brian Gaeke · 20 years ago
  96. 13dc433 Fix a dyn_cast in copyConstantToRegister which should have been a cast. by Brian Gaeke · 20 years ago
  97. be81e82 The long integer pseudo-regs are history. So long, we hardly knew ye. by Brian Gaeke · 20 years ago
  98. c7fd0f4 Use correct add*Imm form in more BuildMI calls. by Brian Gaeke · 20 years ago
  99. af0492e Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 20 years ago
  100. e7f9e0b Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 20 years ago