1. a51e4f6 Fix infinite loop by Chris Lattner · 21 years ago
  2. e95ff9a Remove an if statement that would never be reached. by Reid Spencer · 21 years ago
  3. c88920d Delete a redundant if branch. by Reid Spencer · 21 years ago
  4. c3c2fdf Expand the coercion of constants to include the newly constant Globals. by Reid Spencer · 21 years ago
  5. 5f0eb64 Delete a no-op loop. by Reid Spencer · 21 years ago
  6. c3c92d8 Expand the scope to include global values because they are now constants too. by Reid Spencer · 21 years ago
  7. 3188cab Avoid an unnecessary isa<Constant>. by Reid Spencer · 21 years ago
  8. da6cdfa Fix infinite loop gccld'ing povray by Chris Lattner · 21 years ago
  9. 67910e1 CPR Fixes by Chris Lattner · 21 years ago
  10. 7330248 CPR fixes by Chris Lattner · 21 years ago
  11. 25c6d68 Remove useless statistic, fix some slightly broken logic by Chris Lattner · 21 years ago
  12. 5827aeb Fix a rather serious bug in previous checkin by Chris Lattner · 21 years ago
  13. acc9280 Shrink some code. by Reid Spencer · 21 years ago
  14. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  15. 40cf2f9 bug 122: by Reid Spencer · 21 years ago
  16. 8863f18 bug 122: by Reid Spencer · 21 years ago
  17. 2786542 bug 122: - Correct isa<Constant> for GlobalValue subclass by Reid Spencer · 21 years ago
  18. 460f16c bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 21 years ago
  19. 21cb67e bug 122: by Reid Spencer · 21 years ago
  20. 48dc46a bug 122: by Reid Spencer · 21 years ago
  21. 0c4a041 bug 122: by Reid Spencer · 21 years ago
  22. 3178158 bug 122: - Excise dead CPR procesing. by Reid Spencer · 21 years ago
  23. d02fccf bug 122: by Reid Spencer · 21 years ago
  24. e840434 bug 122: by Reid Spencer · 21 years ago
  25. e0125b6 bug 122: - Correct ordering of tests because for GlobalValue isa Constant by Reid Spencer · 21 years ago
  26. 89fc0e3 User ValueListTy as the type of the ValueList. This avoides the ValueList by Reid Spencer · 21 years ago
  27. a86037e bug 122: by Reid Spencer · 21 years ago
  28. 3c90f9f bug 122: by Reid Spencer · 21 years ago
  29. 3271ed5 bug 122: by Reid Spencer · 21 years ago
  30. e253cf6 bug 122: by Reid Spencer · 21 years ago
  31. a31fdda bug 122: by Reid Spencer · 21 years ago
  32. 38696d2 bug 122: - Correct an assert to not have redundant isa<GlobalValue> by Reid Spencer · 21 years ago
  33. 4ec2e4c bug 122: - Correct isa<Constant> for GlobalValue subclass by Reid Spencer · 21 years ago
  34. ffe77d3 bug 122: by Reid Spencer · 21 years ago
  35. 0f7eea5 bug 122: - Module doesn't need to manage ConstantPointerRefs any more. by Reid Spencer · 21 years ago
  36. 00dc479 bug 122: by Reid Spencer · 21 years ago
  37. bb90515 bug 122: - Move GlobalValue and GlobalVariable implementations to Globals.cpp by Reid Spencer · 21 years ago
  38. 1c9c8e6 bug 122: by Reid Spencer · 21 years ago
  39. 7970396 bug 122: by Reid Spencer · 21 years ago
  40. e1b9536 It looks like physref->virtreg joining is working fine. Enable it by default by Chris Lattner · 21 years ago
  41. 42df461 Make sure to emit the immediate byte for instructions like: shrd [mem], reg, imm by Chris Lattner · 21 years ago
  42. 3b5e6e5 Reserve the correct amt of space. by Chris Lattner · 21 years ago
  43. a57b76f We don't really need to #include IPO.h into this file. by Misha Brukman · 21 years ago
  44. cb19d67 Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information by Chris Lattner · 21 years ago
  45. ad48cc7 Print modref information in a useful way. by Chris Lattner · 21 years ago
  46. 0e872cb Cleanups: fold two loops into one by Chris Lattner · 21 years ago
  47. bebde75 * Use LI(S) to copy constants into registers intead of ADDI(S) as the latter is by Misha Brukman · 21 years ago
  48. af7f28c * Store all non-volatile int registers R13-31 on the stack, restore on exit by Misha Brukman · 21 years ago
  49. be15f67 Fix code formatting by Misha Brukman · 21 years ago
  50. 01d46e9 Implement PowerPCInstrInfo::isMoveInstr(), patch by Nate Begeman by Misha Brukman · 21 years ago
  51. 6b4ea88 Add prototype for TargetInstrInfo::isMoveInstr() by Misha Brukman · 21 years ago
  52. 86fd274 * Enable allocation of registers r2-r10 by Misha Brukman · 21 years ago
  53. 2bf5438 Add IMPLICIT_DEFS pseudo-instruction; patch by: Nate Begeman by Misha Brukman · 21 years ago
  54. 039ba76 The generated instruction selector isn't (yet) functional by Misha Brukman · 21 years ago
  55. da2b13f * Output non-lazy linking stubs for external global variables by Misha Brukman · 21 years ago
  56. b3998ec Correctly build shared objects on MacOS X for debugging code generators by Misha Brukman · 21 years ago
  57. 6f14ad1 Define double alignment as 8 bytes now that assert(DoubleAlignment == PointerSize) by Misha Brukman · 21 years ago
  58. 29188c6 * Add spaces between words and numbers in comments printed out for longs/floats by Misha Brukman · 21 years ago
  59. 29baf29 Fix grammar. by Misha Brukman · 21 years ago
  60. 8e9b219 Add convinience constructor for function calls with two args. by Alkis Evlogimenos · 21 years ago
  61. 7c4676f Add a class for pseudo-instructions. Use it. by Brian Gaeke · 21 years ago
  62. 7d7ac63 Add what will eventually be the TSFlags. Big switch(opcode) statements are bad. by Brian Gaeke · 21 years ago
  63. d303a20 Add special handling for pseudo-instructions (print them as comments). by Brian Gaeke · 21 years ago
  64. 22b5cd8 Add to-do list. by Brian Gaeke · 21 years ago
  65. 812c488 Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc. by Brian Gaeke · 21 years ago
  66. 81d5446 The powerpc is now gone. However it is now just known as the Skeleton target. by Chris Lattner · 21 years ago
  67. 9404cce Build the skeleton target by Chris Lattner · 21 years ago
  68. 5ad021c Initial checkin of the rest of the skeleton target by Chris Lattner · 21 years ago
  69. 25c29d1 Initial skeleton tablegen files by Chris Lattner · 21 years ago
  70. 522d983 Add skeleton makefile by Chris Lattner · 21 years ago
  71. 6efa9d0 Initial readme by Chris Lattner · 21 years ago
  72. a2d4b3c Fix the regressions handling unnamed global variables by Chris Lattner · 21 years ago
  73. 4d143ee IA64 compat by Chris Lattner · 21 years ago
  74. b8edf61 Fix IA64 compatibility by Chris Lattner · 21 years ago
  75. 23f9ef0 Use new macro by Chris Lattner · 21 years ago
  76. f99947c Be compatible with IA64 by Chris Lattner · 21 years ago
  77. 80b2d6c This patch was contributed by Daniel Berlin! by Chris Lattner · 21 years ago
  78. fed22aa Fix PR404 try #2 by Chris Lattner · 21 years ago
  79. 69e5845 Nuke a clearly bogus assertion by Chris Lattner · 21 years ago
  80. de7aee7 Revert previous patch until I get a bug fixed by Chris Lattner · 21 years ago
  81. 507e3d6 Fix PR404: Loop simplify is really slow on 252.eon by Chris Lattner · 21 years ago
  82. ed6c073 Fixes for PR341 by Chris Lattner · 21 years ago
  83. 0a8e8e1 Fixes for PR341 by Chris Lattner · 21 years ago
  84. f51c7f56 Fix for PR341 by Chris Lattner · 21 years ago
  85. 017fdcb Revert stuff that I didn't mean to checkin by Chris Lattner · 21 years ago
  86. 1ff1ff7 Fixes for PR341 by Chris Lattner · 21 years ago
  87. f92791a Fix for PR341 by Chris Lattner · 21 years ago
  88. 76e2df2 Patches towards fixing PR341 by Chris Lattner · 21 years ago
  89. 30b4344 Progress on PR341 by Chris Lattner · 21 years ago
  90. 2fc1230 Fixes working towards PR341 by Chris Lattner · 21 years ago
  91. ce36d55 Bug fixes for PR341 by Chris Lattner · 21 years ago
  92. dd68469 Implement folding of expressions like 'uint cast (int* getelementptr (int* by Chris Lattner · 21 years ago
  93. 8bfc2f1 Now that we codegen the portable "sizeof" efficiently, we can use it for by Chris Lattner · 21 years ago
  94. d2995df Improve codegen for the LLVM offsetof/sizeof "operator". Before we compiled by Chris Lattner · 21 years ago
  95. 0f01bbc This is logically part of the last patch. Just more really horrible code by Chris Lattner · 21 years ago
  96. a09000d ** Finally DeclareNewGlobalValue is dead! by Chris Lattner · 21 years ago
  97. 8a32784 * Fairly substantial change. Instead of creating new globalvariables, then by Chris Lattner · 21 years ago
  98. cb9d6a8 Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing us by Chris Lattner · 21 years ago
  99. fe2102b Actually set the endian/pointersize flags on the module being read in! by Brian Gaeke · 21 years ago
  100. f70770a Simplify logic. by Chris Lattner · 21 years ago