1. 71c8372 Fix borkness with not using MachineBasicBlocks in PHI nodes by Chris Lattner · 23 years ago
  2. 6b993cc Add support to cast from a bool type by Chris Lattner · 23 years ago
  3. d909683 Use MachineOperand::isFoo methods instead of our own global functions by Chris Lattner · 23 years ago
  4. 4d0a82d Fix a huge performance problem in reassociate by introducing a by Chris Lattner · 23 years ago
  5. 680f0c2 Minor changes: by Chris Lattner · 23 years ago
  6. 6e49a4b Implement indirect function calls by Chris Lattner · 23 years ago
  7. b8ead9d Make function code generation printing debug-only. by Misha Brukman · 23 years ago
  8. 202a2d0 Fix bork in doMultiply by Chris Lattner · 23 years ago
  9. d7d3872 Add sanity checks by Chris Lattner · 23 years ago
  10. 0868667 Fixed a bug where moves due to phis were being neglected. by Misha Brukman · 23 years ago
  11. 87e369d Cleaned up the code: factored out switch/case into a separate function, put by Misha Brukman · 23 years ago
  12. 74676da Need to insert all moves due to PHI nodes before *ALL* jumps in a predecessor by Misha Brukman · 23 years ago
  13. 9205363 Insert phi code at top of block by Chris Lattner · 23 years ago
  14. 992447f by Brian Gaeke · 23 years ago
  15. 972b03f This should be more correct: invalidates physical registers that are used in by Misha Brukman · 23 years ago
  16. 7d25589 Implement cast bool to X by Chris Lattner · 23 years ago
  17. 71794c0 by Brian Gaeke · 23 years ago
  18. f08ad9f Finish up iterator stuph by Chris Lattner · 23 years ago
  19. fa18ade Treat longs as ints => pretend they're all 32-bit values and squeeze them into by Misha Brukman · 23 years ago
  20. 59b3eed Fixed bug with running out of registers. Also, reinstated namespace which by Misha Brukman · 23 years ago
  21. 333b2fa Code gen phi's correctly by Chris Lattner · 23 years ago
  22. 3faae2d Print X86 PHI nodes in a sane manner by Chris Lattner · 23 years ago
  23. 203b769 This should handle register allocating PHI nodes. by Misha Brukman · 23 years ago
  24. 2b46e8e Added moveReg2Reg() and moveImm2Reg() to accomodate moving data around due to by Misha Brukman · 23 years ago
  25. ed6902c by Brian Gaeke · 23 years ago
  26. 95780cc by Brian Gaeke · 23 years ago
  27. c0812d8 Implement getelementptr constant exprs by Chris Lattner · 23 years ago
  28. e48ec01 by Brian Gaeke · 23 years ago
  29. 2067184 Emit the right form of mod/rm mod field by Chris Lattner · 23 years ago
  30. 276867d Nicify a bit by Chris Lattner · 23 years ago
  31. b1224f2 Fix encoding of CBW instruction by Chris Lattner · 23 years ago
  32. cea2245 Start allocating stack space at [ebp-4] to not overwrite the return address. by Misha Brukman · 23 years ago
  33. 07e376b Moves now select correct opcode based on the data size. by Misha Brukman · 23 years ago
  34. 95b12ba Remove extranous #include by Chris Lattner · 23 years ago
  35. a0f38c8 Rename MemArg* to Arg* by Chris Lattner · 23 years ago
  36. a6a382c Make mem size an assert Add mem size flags to all instructions using an imm by Chris Lattner · 23 years ago
  37. 5000e43 This is supposed to provide correct size for datatypes. Supposedly. by Misha Brukman · 23 years ago
  38. d1bedcc Take advantage of our knowledge of 2-address X86 instructions and by Misha Brukman · 23 years ago
  39. 9f32791 Added the flag to mark instructions which are really 2-address instructions in by Misha Brukman · 23 years ago
  40. 20244b7 by Brian Gaeke · 23 years ago
  41. f4445df 'graph' is spelled without a 'c'. by Misha Brukman · 23 years ago
  42. 3fc4645 Remove #includes by Chris Lattner · 23 years ago
  43. d86deb6 External routines used to identify Cilk operations inserted by the by Vikram S. Adve · 23 years ago
  44. 83e3b65 This file implements the function DemoteRegToStack(), which takes a by Vikram S. Adve · 23 years ago
  45. e12c74c This file implements a pass that automatically parallelizes a program, by Vikram S. Adve · 23 years ago
  46. 0d4f766 Iterator that enumerates the ProgramDependenceGraph (PDG) for a function, by Vikram S. Adve · 23 years ago
  47. 96b21c1 An explicit representation of dependence graphs, and a pass that by Vikram S. Adve · 23 years ago
  48. 138b0cd Namespacify more by Chris Lattner · 23 years ago
  49. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 23 years ago
  50. a1af8bd Add total instruction, bb, & function counts by Chris Lattner · 23 years ago
  51. ac8d4d9 Fix bug that was bugging bugpoint by Chris Lattner · 23 years ago
  52. 342d182 Remove dead code by Chris Lattner · 23 years ago
  53. bac0622 Two bug fixes: by Vikram S. Adve · 23 years ago
  54. 2b7a92c Fix several related bugs in DSNode::mergeWith() caused by the by Vikram S. Adve · 23 years ago
  55. d474e9c Implement a lot of cast functionality (no FP or 64) by Brian Gaeke · 23 years ago
  56. c736d56 Fix bug: 2002-12-05-MissedConstProp.ll pointed out by Casey Carter by Chris Lattner · 23 years ago
  57. c102cb7 Cute bug fix: when moving links from N to this, some links could have by Vikram S. Adve · 23 years ago
  58. 86764d7 Target/X86/Printer.cpp: Add sizePtr function, and use it instead of by Brian Gaeke · 23 years ago
  59. dd46e2a Added code generation for function prologues and epilogues. by Misha Brukman · 23 years ago
  60. 2adb395 Implemented functions for emitting prologues and epilogues; by Misha Brukman · 23 years ago
  61. 1f283ef Added push and pop instructions. by Misha Brukman · 23 years ago
  62. 4fa1acc Fix handling of function calls that return void by Chris Lattner · 23 years ago
  63. a324364 Implement initial support for return values from call instructions by Chris Lattner · 23 years ago
  64. 06f8aec Fun arithmetic with iterators aimed at fixing a bug: inserting instructions by Misha Brukman · 23 years ago
  65. 0d2cf3a Adjust the stack pointer after a function call, proportional to the number of by Misha Brukman · 23 years ago
  66. a17a2ac Added instructions to add/subtract imm32 to/from a reg32. by Misha Brukman · 23 years ago
  67. ac573f6 Fix bogus assertion failures by Chris Lattner · 23 years ago
  68. 6d66944 Avoid bad assertion by Chris Lattner · 23 years ago
  69. 9368911 Remove think-o assertion by Chris Lattner · 23 years ago
  70. d6c4cfa Avoid crashing on Arguments, just silently miscompile by Chris Lattner · 23 years ago
  71. a361c84 storeReg2RegOffset() and loadRegOffset2Reg() now take the iterator by value by Misha Brukman · 23 years ago
  72. 0af0d5b Moved buildReg2RegClassMap() into from X86RegisterInfo to MRegisterInfo, since by Misha Brukman · 23 years ago
  73. 504c411 Add a "Lazy Function Resolution in Jello" section Remove some todo's by Chris Lattner · 23 years ago
  74. 33ced56 Fix a bug I introduced in a previous change by Chris Lattner · 23 years ago
  75. dbf30f7 Add support for referencing global variables/functions by Chris Lattner · 23 years ago
  76. b72d221 Print out direct global references by Chris Lattner · 23 years ago
  77. dc2ec00 This should fix the bug seen with some registers not being allocated by Misha Brukman · 23 years ago
  78. 03c6faf Added support for callee- and caller-save registers. by Misha Brukman · 23 years ago
  79. e8e6743 Fix broken ret opcode, grr... by Chris Lattner · 23 years ago
  80. f815aeb Checkin debug implementation of MCE by Chris Lattner · 23 years ago
  81. d852c15 Fix instsel for calls by Chris Lattner · 23 years ago
  82. 149a520 Simplify code by Chris Lattner · 23 years ago
  83. b91b657 Fix big bug introduced with symbol table changes by Chris Lattner · 23 years ago
  84. f18a36e Fix the build by Chris Lattner · 23 years ago
  85. 07f0261 brg by Brian Gaeke · 23 years ago
  86. ea1ddab Split the machine code emitter completely out of the printer by Chris Lattner · 23 years ago
  87. 4ce42a7 * Move information about Implicit Defs/Uses into X86InstrInfo.def. by Chris Lattner · 23 years ago
  88. 6af2040 Initialize implicit uses/defs fields for sparc backend to empty list by Chris Lattner · 23 years ago
  89. bb25f2f brg by Brian Gaeke · 23 years ago
  90. 8f04b09 More support for machine code emission: raw instructions by Chris Lattner · 23 years ago
  91. b0f99b9 Expose explicit type by Chris Lattner · 23 years ago
  92. 76041ce Start implementing MachineCodeEmitter by Chris Lattner · 23 years ago
  93. 4aff928 Eliminate OtherFrm by Chris Lattner · 23 years ago
  94. a5855c8 Remove comment Remove handling of OtherFrm by Chris Lattner · 23 years ago
  95. 40ead95 Initial support for machine code emission by Chris Lattner · 23 years ago
  96. 236757d Ignore generated files Lexer.cpp and llvmAsmParser.* by Misha Brukman · 23 years ago
  97. f514d51 * Abstracted out stack space allocation into its own function by Misha Brukman · 23 years ago
  98. 6877dd3 Fix order of operands on a store from reg to [reg+offset]. by Misha Brukman · 23 years ago
  99. f8bafe8 Add rawfrm flags by Chris Lattner · 23 years ago
  100. a4978cc Don't add implicit regs by Chris Lattner · 23 years ago