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