1. 5fe27e7 Regenerate. by Reid Spencer · 19 years ago
  2. 7969681 Fix test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll by Reid Spencer · 19 years ago
  3. ed819df Fix the run line and make this test more specific. by Reid Spencer · 19 years ago
  4. c96660a Add a check to catch an incorrect upgrade. by Reid Spencer · 19 years ago
  5. 187ccf8 Regenerate. by Reid Spencer · 19 years ago
  6. a00c5a6 When upgrading cast to bool to a setne, generate icmp ne instead. by Reid Spencer · 19 years ago
  7. ee2c7b0 Too soon to commit, revert. by Reid Spencer · 19 years ago
  8. 30e6c63 New test cases for regressions in the SetCC -> ICmp patch. by Reid Spencer · 19 years ago
  9. 2232a80 Allow the input of the test program to be specified. by Reid Spencer · 19 years ago
  10. 1a8f1fe Preliminary soft float support. by Evan Cheng · 19 years ago
  11. c9ab2f3 Added option -soft-float to generate SW fp library calls instead of fp instructions. by Evan Cheng · 19 years ago
  12. 4ad6d61 Fixed some formatting. by Bill Wendling · 19 years ago
  13. 0f7c10d Another example of using the llvm IO streams. by Bill Wendling · 19 years ago
  14. 7f564c0 Add documentation for how to use the new LLVM streams. by Bill Wendling · 19 years ago
  15. 298fead Analysis resolver now manages AnalysisImpls for the given patch. by Devang Patel · 19 years ago
  16. 5b640e7 Top level pass manager keeps track of other managers, so this can be by Devang Patel · 19 years ago
  17. cd520b1 Use analysis resolver to find the info. by Devang Patel · 19 years ago
  18. c9a6293 Do not drop ImmutablePasses on the floor. by Devang Patel · 19 years ago
  19. 145e83d Set AnalysisResolver for the passes when they are inserted into by Devang Patel · 19 years ago
  20. 186bf2b Add AnalysisResolver_New. by Devang Patel · 19 years ago
  21. f3dc6d9 Add AnalysisResolver_New. It is a replacement for existing AnalysisResolver. by Devang Patel · 19 years ago
  22. 591b1b7 Keep track of other pass managers, that are not directly managed by by Devang Patel · 19 years ago
  23. c475692 Implement top level FunctionPassManager::run(Function &F) by Devang Patel · 19 years ago
  24. a083e94 Do not keep yet another list of pass managers in PassManagerImpl_New. by Devang Patel · 19 years ago
  25. e61b747 Remove unused schedulePass() parameter. by Devang Patel · 19 years ago
  26. 3279d4c Remove unused getAnalysisPass and getAnalysisPassFromManager by Devang Patel · 19 years ago
  27. 69867b5 Implement PMTopLevel::findAnalysisPass() and PMDataManager::findAnalysisPass() by Devang Patel · 19 years ago
  28. 0ec729e %progbits not @progbits by Rafael Espindola · 19 years ago
  29. f7761e5 Incorporate any changes in the successor blocks into the result of by Reid Spencer · 19 years ago
  30. 33dec79 add missing && by Rafael Espindola · 19 years ago
  31. 1366626 add \"aw\",@progbits" to ctors and dtors by Rafael Espindola · 19 years ago
  32. 975f058 Change the implementation of statistic to not need destructors at all. by Chris Lattner · 19 years ago
  33. 4d9a186 During runOnModule() do initialization and finalization. by Devang Patel · 19 years ago
  34. 97856ce Reuse code. Directly use runOnFunction(). by Devang Patel · 19 years ago
  35. f8463a3 Add the -ldl library option. by Reid Spencer · 19 years ago
  36. cc132cd Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P) by Devang Patel · 19 years ago
  37. 6b6b6f6 test packed struct codegen on x86 by Andrew Lenharth · 19 years ago
  38. cc22a7a Move findTiedToSrcOperand to TargetInstrDescriptor. by Evan Cheng · 19 years ago
  39. 6ec10ef packed initializers too in the test by Andrew Lenharth · 19 years ago
  40. a43f3d4 fix truncstorei1 by Rafael Espindola · 19 years ago
  41. 6e7be83 feature test for packed structs by Andrew Lenharth · 19 years ago
  42. 6353e05 Hopefully these are the regenerated files by Andrew Lenharth · 19 years ago
  43. 38ecbf1 Packed Structures by Andrew Lenharth · 19 years ago
  44. 8894255 A backwards compatible bc format for packed structs by Andrew Lenharth · 19 years ago
  45. f6a3f00 This test needs to be upgraded. by Reid Spencer · 19 years ago
  46. f6825c5 For PR950: Add a test for a regression in combining of ICmp instructions. by Reid Spencer · 19 years ago
  47. 75e1068 Packed Structure Definitions (docs) by Andrew Lenharth · 19 years ago
  48. 5c2a460 Proper fix for PR1037: to determine is a VR is a modref, check 1) whether it is by Evan Cheng · 19 years ago
  49. 7814ad0 findTiedToSrcOperand() changed. by Evan Cheng · 19 years ago
  50. 3cc3816 Use MI's TargetInstrDescriptor. by Evan Cheng · 19 years ago
  51. c5f8e4f Fix a bug introduced by the streams patch. DEBUG code was made unconditional. by Chris Lattner · 19 years ago
  52. 2a0ede8 Regenerate. by Reid Spencer · 19 years ago
  53. 1c1d0a5 this warning is obsolete with llvmgcc3 being gone by Chris Lattner · 19 years ago
  54. e150b8e this is an initial patch to switch the ppc64 jit over to working in PIC mode, by Chris Lattner · 19 years ago
  55. f9bae43 add a note by Chris Lattner · 19 years ago
  56. 3b14fbe BasicBlockPassManager_New::runOnFunction() Do initialization and finalization. by Devang Patel · 19 years ago
  57. 964e45e doInitialization and doFinalization for BasicBlockPassManager_New by Devang Patel · 19 years ago
  58. f9a60ae Reimplement removeDeadPasses(). by Devang Patel · 19 years ago
  59. 0fb2590 Simplify a bit by Andrew Lenharth · 19 years ago
  60. e166340 set Last User. by Devang Patel · 19 years ago
  61. eb63b0a fix incorrect encoding of rldicr, used by ppc64 function stubs, etc. by Chris Lattner · 19 years ago
  62. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
  63. f72d29c Maintain level(or depth) of pass manager in pass manager food chain. by Devang Patel · 19 years ago
  64. c17bbb6 New method, PMDataManager::collectRequiredAnalysisPasses() by Devang Patel · 19 years ago
  65. 1c411de fix alignment by Rafael Espindola · 19 years ago
  66. 555d8d6 Fix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64 by Chris Lattner · 19 years ago
  67. d4fca27 new testcase by Chris Lattner · 19 years ago
  68. badc4fa When new pass manager is created, initialize available analysis info by Devang Patel · 19 years ago
  69. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  70. 6e49d8b PMDataManager does not maintain LastUser info. by Devang Patel · 19 years ago
  71. c88fa74 fix CodeGen/PowerPC/2006-12-07-LargeAlloca.ll on ppc64 by Chris Lattner · 19 years ago
  72. afa2159 new testcase by Chris Lattner · 19 years ago
  73. 0ac961d Make current pass info available _after_ removing info that is not preserved. by Devang Patel · 19 years ago
  74. b917e38 Add TODOs by Devang Patel · 19 years ago
  75. 502f19e Fix thinko. by Devang Patel · 19 years ago
  76. 877bfbb Top level manages schedule the pass immediately at the time of insertion. by Devang Patel · 19 years ago
  77. eb0d613 Now FunctionPassManagerImpl_New and PassManagerImpl_New derives from by Devang Patel · 19 years ago
  78. 1209f41 Reimplement schedulePass interface. Move it into PMTopLevelManager. by Devang Patel · 19 years ago
  79. 1b17033 While initializing AvailableAnalysis info, make ImmutablePasses available by Devang Patel · 19 years ago
  80. 3e44559 Add ImmutablePass into the list of info managed by top level pass manager. by Devang Patel · 19 years ago
  81. bcd2498 Removed more <iostream> includes by Bill Wendling · 19 years ago
  82. 832171c Removing even more <iostream> includes. by Bill Wendling · 19 years ago
  83. 04b4e05 If pass reserves all analysis info then each info is not separately by Devang Patel · 19 years ago
  84. 66d72e1 Pass Managers themselves do not invalidate any analysis info. by Devang Patel · 19 years ago
  85. dc48f20 Add a handle to the top level pass manager in PMDataManager. by Devang Patel · 19 years ago
  86. 06e8656 Cosmetic markers to divide code in separate chunks. by Devang Patel · 19 years ago
  87. f32b4dd s/noteDownAvailableAnalysis/recordAvailableAnalysis by Devang Patel · 19 years ago
  88. 3f5d2b5 Add PMTopLevelManager. It is not used yet. by Devang Patel · 19 years ago
  89. 4045af1 RequiredAnalysis support is buggy and not used at the moment so remove by Devang Patel · 19 years ago
  90. cbfd29d s/clearAnalysis/initializeAnalysisInfo/g by Devang Patel · 19 years ago
  91. 419f0e9 s/CommonPassManagerImpl/PMDataManager/g by Devang Patel · 19 years ago
  92. 7367d05 make sure that we don't use a common symbol if a section was specified by Rafael Espindola · 19 years ago
  93. e77242c Add overview of pass manager. by Devang Patel · 19 years ago
  94. 913ab05 Be sure to grab weak functions too, and make implicit defs comments by Andrew Lenharth · 19 years ago
  95. b56f1e2 Copy ARM's weak symbol test by Andrew Lenharth · 19 years ago
  96. 2c7df60 This now passes on Linux/x86 by Reid Spencer · 19 years ago
  97. fe46361 Revision 1.83 causes PR1037. Reverted. by Reid Spencer · 19 years ago
  98. f0cf132 Regenerate. by Reid Spencer · 19 years ago
  99. 7fed45e Create an option to turn off generation of fcmp instructions while still by Reid Spencer · 19 years ago
  100. d422db8 Manually convert this to new assembly. by Reid Spencer · 19 years ago