1. a7e2321 doxygenify by Chris Lattner · 21 years ago
  2. 579155e testcase for PR198 by Chris Lattner · 21 years ago
  3. 3b41e0e Fix PR198 by Chris Lattner · 21 years ago
  4. 4b1be10 Add comments by Chris Lattner · 21 years ago
  5. c7d3f6b Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't by Chris Lattner · 21 years ago
  6. 35fce0b Updated from files in llvm/autoconf. This was done immediently following by John Criswell · 21 years ago
  7. c91c871 Moved aclocal.m4 to acinclude.m4. To re-generate the configure script, by John Criswell · 21 years ago
  8. f63aeec remove some useless #includes by Chris Lattner · 21 years ago
  9. c4ee274 Remove some pointless #includes by Chris Lattner · 21 years ago
  10. b74f4d0 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 21 years ago
  11. 97f752f Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 21 years ago
  12. b70abe1 Use new getFileSize function instead of sys/stat.h directly. by Chris Lattner · 21 years ago
  13. 316cb08 Add new method by Chris Lattner · 21 years ago
  14. 9c4c66e Add new function by Chris Lattner · 21 years ago
  15. 74295c0 Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just by Chris Lattner · 21 years ago
  16. 9899ae3 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 21 years ago
  17. 6dea527 Add a new class useful for providing fully materialized modules to ExecutionEngine's by Chris Lattner · 21 years ago
  18. b1f5cfe Allow C++ programs to end in .cc. This allows C++ test programs in the by John Criswell · 21 years ago
  19. 9b448b7 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 21 years ago
  20. 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 21 years ago
  21. 872ccce implement new getToken function by Chris Lattner · 21 years ago
  22. 9fc8a3e add new function by Chris Lattner · 21 years ago
  23. 590c6cf What do you know, we actually do accomplish some things around here :) by Chris Lattner · 21 years ago
  24. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 21 years ago
  25. 27490a6 Reserve ECX and EDI instead of EBX and EDI. Since EBX is a callee by Alkis Evlogimenos · 21 years ago
  26. 26bfc08 Add coalescing to register allocator. A hint is added to each interval by Alkis Evlogimenos · 21 years ago
  27. 5e30002 Add TargetInstrInfo::isMoveInstr() to support coalescing in register allocation. by Alkis Evlogimenos · 21 years ago
  28. aed386e Whoops, don't try to lower non intrinsic calls by Chris Lattner · 21 years ago
  29. 6fb6ce3 Pass extra arguments around n stuph by Chris Lattner · 21 years ago
  30. cd824d7 We may now pass IntrinsicLowering implementations into these methods by Chris Lattner · 21 years ago
  31. 4482715 implement support for the intrinsic lowering functionality by Chris Lattner · 21 years ago
  32. 37b1826 Eliminate some code that is not needed now that we have the intrinsic lowering pass by Chris Lattner · 21 years ago
  33. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 21 years ago
  34. f8742b3 Use the intrinsic lowering functionality by Chris Lattner · 21 years ago
  35. 09c692b add argument by Chris Lattner · 21 years ago
  36. 624affb ABC's must have virtual dtors! Shame on me! by Chris Lattner · 21 years ago
  37. 42450d8 Move into the VMCore library by Chris Lattner · 21 years ago
  38. 8a1931a Move header into top-level llvm dir by Chris Lattner · 21 years ago
  39. 3b66ecb Implement the default implementation of the intrinsic lowering class by Chris Lattner · 21 years ago
  40. 3f52c15 Add new interface that allows removal of some code from the code generators, by Chris Lattner · 21 years ago
  41. aa4c91f finegrainify namespacification minor cleanups by Chris Lattner · 21 years ago
  42. 0898c78 Merging constants can cause further room for improvement. Iterate until by Chris Lattner · 21 years ago
  43. 6cdc42b Add a note by Chris Lattner · 21 years ago
  44. 87f0310 Factor code out of LLI by Chris Lattner · 21 years ago
  45. e5dbbf2 New method by Chris Lattner · 21 years ago
  46. 269a428 Factor out code to ExecutionEngine by Chris Lattner · 21 years ago
  47. 3ef3dd3 Simplify code by Chris Lattner · 21 years ago
  48. ddceeb7 minor cleanups by Chris Lattner · 21 years ago
  49. efec966 * eliminate the -f argument to lli, as it was silly and never useful anyway by Chris Lattner · 21 years ago
  50. ff0f1bb No longer run atExit functions from run() by Chris Lattner · 21 years ago
  51. 2cab55d No longer run atExit functions from run() rename run to runFunction by Chris Lattner · 21 years ago
  52. ff65e36 Rename 'run' to 'runFunction' to emphasize that it is usable to run any by Chris Lattner · 21 years ago
  53. 7efea1d update comment by Chris Lattner · 21 years ago
  54. 843397c Improve debugging output when choosing a register to spill. by Alkis Evlogimenos · 21 years ago
  55. 7a40eaa Do a separate pass to compute spill weights because doing it inline by Alkis Evlogimenos · 21 years ago
  56. 71f0a82 boog fixed by Chris Lattner · 21 years ago
  57. dbd9b3f Hrm is a really nasty ommission. The lack of this destructor was causing abstract by Chris Lattner · 21 years ago
  58. 02f61c1 Corrected typo. by John Criswell · 21 years ago
  59. 9cd4257 Right, fix the problem with invoke instructions, not just call instructions by Chris Lattner · 21 years ago
  60. f64d57a Do not delete the type holder until after the call instruction has been by Chris Lattner · 21 years ago
  61. 368751f Modified the logic so that library objects with main() are only linked in by John Criswell · 21 years ago
  62. a989b23 Minor cleanups, plug a minor memory leak by Chris Lattner · 21 years ago
  63. 3bf564a Change the way free regusters are computed and perform better by Alkis Evlogimenos · 21 years ago
  64. 1715ce0 Modified the linker so that it always links in an object from an archive by John Criswell · 21 years ago
  65. ac1ccae Rename method by Chris Lattner · 21 years ago
  66. 9a0a41f rename ClassifyExpression -> ClassifyExpr by Chris Lattner · 21 years ago
  67. 4e4bbc7 Rename ClassifyExpression -> ClassifyExpr by Chris Lattner · 21 years ago
  68. 15cad75 More minor non-functional changes. This now computes the exit condition, though by Chris Lattner · 21 years ago
  69. e799902 Remove extraneous #include finegrainify namespacification by Chris Lattner · 21 years ago
  70. 790462c Finegrainify namespacification by Chris Lattner · 21 years ago
  71. 0cbdd97 bug fixed by Chris Lattner · 21 years ago
  72. b972380 Fix memory corruption bug PR193 by Chris Lattner · 21 years ago
  73. 9059158 Reverted back to revision 1.11. The previous fix doesn't really fix by John Criswell · 21 years ago
  74. 056063e Fix crash when compiling twolf. by Alkis Evlogimenos · 21 years ago
  75. 500597a Don't mind me, I'm just refactoring away. This patch makes room for LFTR, but by Chris Lattner · 21 years ago
  76. 4c307d4 finegrainify namespacification by Chris Lattner · 21 years ago
  77. 14e1726 new testcase for cananonicalization of subtracts by Chris Lattner · 21 years ago
  78. 18b3c97 Implement IndVarsSimplify/pointer-indvars.ll, transforming pointer by Chris Lattner · 21 years ago
  79. f045328 finegrainify namespacification add new getIntPtrType() method by Chris Lattner · 21 years ago
  80. b0404c7 Doxygenize methods, add new getIntPtrType method by Chris Lattner · 21 years ago
  81. 7610a28 New testcase to see if -indvars can promote pointer arithmetic to array accesses by Chris Lattner · 21 years ago
  82. ad4705f fix grammao by Chris Lattner · 21 years ago
  83. 5de946f Bug fixed by Chris Lattner · 21 years ago
  84. 306acee The GCC problem is not specific to suse by Chris Lattner · 21 years ago
  85. 3324e71 Fix PR194 by Chris Lattner · 21 years ago
  86. 3615845 Really release memory used by functions. Patch by Chris. by Misha Brukman · 21 years ago
  87. 38847d5 Fix the URL to check the referrer for CSS conformity. by Misha Brukman · 21 years ago
  88. 4de1fef Remove verifyIntervals() since it doesn't actually work right now. by Alkis Evlogimenos · 21 years ago
  89. 6b4edba Change weight into a float so that we can take into account the by Alkis Evlogimenos · 21 years ago
  90. 595bb97 New testcase for PR194 by Chris Lattner · 21 years ago
  91. 0ef76ca Move FP_REG_KILL closer to the return instruction. by Alkis Evlogimenos · 21 years ago
  92. 169cfd0 Add support for inactive intervals. This effectively reuses registers by Alkis Evlogimenos · 21 years ago
  93. 1118d0f Fix PR#193. by John Criswell · 21 years ago
  94. 3e58e48 Fix help string for --enable-spec2000 option by Alkis Evlogimenos · 21 years ago
  95. 9abc817 Move FP_REG_KILL closer to the actual branch instruction. by Alkis Evlogimenos · 21 years ago
  96. e0bb3e7 Remove floating point killer pass. This is now implemented in the by Alkis Evlogimenos · 21 years ago
  97. ef56a19 Another day, another bug by Chris Lattner · 21 years ago
  98. 16c45e9 Add a new target-independent machine code freeing pass by Chris Lattner · 21 years ago
  99. 655239c Finally, _actually delete the machine code_ for a function, after it has by Chris Lattner · 21 years ago
  100. 028565b This should not be needed anymore by Chris Lattner · 21 years ago