1. 442b9a6 getInstrItineraryData shouldn't copy the itineraries by Chris Lattner · 18 years ago
  2. 8c4fed5 Fix constant folding of FP->int due to cut & paste error in last commit. by Reid Spencer · 18 years ago
  3. 6a12651 Add a test for constant folding of bitcast to/from floating point. by Reid Spencer · 18 years ago
  4. 711679e Provide a test for int<->float and long<->double bitcasts. by Reid Spencer · 18 years ago
  5. 555a0b1 Implement correct bitcast of int<->float and long<->double by using a by Reid Spencer · 18 years ago
  6. 13acce3 Re-apply changes that were backed out and fix a naughty typo. by Evan Cheng · 18 years ago
  7. 2381f6f It seems the llvm::OStream class does not handle stream manipulators. by John Criswell · 18 years ago
  8. 70a24b3 Revert changes that broke oggenc on ppc by Chris Lattner · 18 years ago
  9. 2060a82 Missing opcode. by Jim Laskey · 18 years ago
  10. 14f440a Implement correct constant folding of bitcast. This implements by Chris Lattner · 18 years ago
  11. 4ed4ac3 constant folding of bitcast is broken. by Chris Lattner · 18 years ago
  12. 18e2f44 Layout proper frame for ppc64. by Jim Laskey · 18 years ago
  13. 33c9683 Provide a script that can track down which optimization pass causes by Reid Spencer · 18 years ago
  14. 25ece66 Don't convert store double C, Ptr to store long C, Ptr if i64 is not a legal type. by Evan Cheng · 18 years ago
  15. bbf1e5e f32 / f64 node is expanded to one i32 / i64 node. by Evan Cheng · 18 years ago
  16. b618230 Clean up some bad code. by Evan Cheng · 18 years ago
  17. 2cbba89 Move something that should be in the dag combiner from the legalizer to the by Nate Begeman · 18 years ago
  18. bfaaaa6 Properly mangles symbol table names by Nate Begeman · 18 years ago
  19. 5381baa Add a default relocation type, and allow clients to set the ConstantVal by Nate Begeman · 18 years ago
  20. 36c2451 fix typo by Chris Lattner · 18 years ago
  21. 9f09fa2 Update note, with the SROA change, we now produce: by Chris Lattner · 18 years ago
  22. 509f851 trunc to integer, not to FP. by Chris Lattner · 18 years ago
  23. d36a76d the xform is done by scalarrepl not the code generator. by Chris Lattner · 18 years ago
  24. b4115ac this is done by Chris Lattner · 18 years ago
  25. a5546fb Evan implemented the machineinstr improvements. by Chris Lattner · 18 years ago
  26. 1dbea15 implement promotion of unions containing two packed types of the same width. by Chris Lattner · 18 years ago
  27. e629ff0 new testcase by Chris Lattner · 18 years ago
  28. 82e8a8f clarify some comments, simplify some checks, fix: by Chris Lattner · 18 years ago
  29. 5bd2db3 testcase for a regression introduced by the recent cast patch by Chris Lattner · 18 years ago
  30. ae6a305 * Eliminate calls to CastInst::createInferredCast. by Chris Lattner · 18 years ago
  31. 1846783 new testcase by Chris Lattner · 18 years ago
  32. afa22e2 Regenerate. by Reid Spencer · 18 years ago
  33. d27a258 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right by Anton Korobeynikov · 18 years ago
  34. ca3aa26 make statistics and timing info print even if the JIT'd program calls exit by Chris Lattner · 18 years ago
  35. 0eadd73 Reverting until finding the cause of secondary bugs. by Jim Laskey · 18 years ago
  36. 630def5 __PPC64CompilationCallback code was allowing registers to be clobbered by stub. by Jim Laskey · 18 years ago
  37. 87f28e8 fix PR1039 by making timing info be destroyed by llvm_shutdown, not by by Chris Lattner · 18 years ago
  38. 4413672 Don't bother with setting the path before running llvm-gcc4, it doesn't by Reid Spencer · 18 years ago
  39. 281722d For PR739: by Reid Spencer · 18 years ago
  40. 796cbd8 .align is in bits .comm is in bytes :-( by Rafael Espindola · 18 years ago
  41. 3e69a7e fix test/Regression/CodeGen/X86/weak.ll by Rafael Espindola · 18 years ago
  42. 5b24426 use a . instead of a % in the grep expression by Rafael Espindola · 18 years ago
  43. 5fe27e7 Regenerate. by Reid Spencer · 18 years ago
  44. 7969681 Fix test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll by Reid Spencer · 18 years ago
  45. ed819df Fix the run line and make this test more specific. by Reid Spencer · 18 years ago
  46. c96660a Add a check to catch an incorrect upgrade. by Reid Spencer · 18 years ago
  47. 187ccf8 Regenerate. by Reid Spencer · 18 years ago
  48. a00c5a6 When upgrading cast to bool to a setne, generate icmp ne instead. by Reid Spencer · 18 years ago
  49. ee2c7b0 Too soon to commit, revert. by Reid Spencer · 18 years ago
  50. 30e6c63 New test cases for regressions in the SetCC -> ICmp patch. by Reid Spencer · 18 years ago
  51. 2232a80 Allow the input of the test program to be specified. by Reid Spencer · 18 years ago
  52. 1a8f1fe Preliminary soft float support. by Evan Cheng · 18 years ago
  53. c9ab2f3 Added option -soft-float to generate SW fp library calls instead of fp instructions. by Evan Cheng · 18 years ago
  54. 4ad6d61 Fixed some formatting. by Bill Wendling · 18 years ago
  55. 0f7c10d Another example of using the llvm IO streams. by Bill Wendling · 18 years ago
  56. 7f564c0 Add documentation for how to use the new LLVM streams. by Bill Wendling · 18 years ago
  57. 298fead Analysis resolver now manages AnalysisImpls for the given patch. by Devang Patel · 18 years ago
  58. 5b640e7 Top level pass manager keeps track of other managers, so this can be by Devang Patel · 18 years ago
  59. cd520b1 Use analysis resolver to find the info. by Devang Patel · 18 years ago
  60. c9a6293 Do not drop ImmutablePasses on the floor. by Devang Patel · 18 years ago
  61. 145e83d Set AnalysisResolver for the passes when they are inserted into by Devang Patel · 18 years ago
  62. 186bf2b Add AnalysisResolver_New. by Devang Patel · 18 years ago
  63. f3dc6d9 Add AnalysisResolver_New. It is a replacement for existing AnalysisResolver. by Devang Patel · 18 years ago
  64. 591b1b7 Keep track of other pass managers, that are not directly managed by by Devang Patel · 18 years ago
  65. c475692 Implement top level FunctionPassManager::run(Function &F) by Devang Patel · 18 years ago
  66. a083e94 Do not keep yet another list of pass managers in PassManagerImpl_New. by Devang Patel · 18 years ago
  67. e61b747 Remove unused schedulePass() parameter. by Devang Patel · 18 years ago
  68. 3279d4c Remove unused getAnalysisPass and getAnalysisPassFromManager by Devang Patel · 18 years ago
  69. 69867b5 Implement PMTopLevel::findAnalysisPass() and PMDataManager::findAnalysisPass() by Devang Patel · 18 years ago
  70. 0ec729e %progbits not @progbits by Rafael Espindola · 18 years ago
  71. f7761e5 Incorporate any changes in the successor blocks into the result of by Reid Spencer · 18 years ago
  72. 33dec79 add missing && by Rafael Espindola · 18 years ago
  73. 1366626 add \"aw\",@progbits" to ctors and dtors by Rafael Espindola · 18 years ago
  74. 975f058 Change the implementation of statistic to not need destructors at all. by Chris Lattner · 18 years ago
  75. 4d9a186 During runOnModule() do initialization and finalization. by Devang Patel · 18 years ago
  76. 97856ce Reuse code. Directly use runOnFunction(). by Devang Patel · 18 years ago
  77. f8463a3 Add the -ldl library option. by Reid Spencer · 18 years ago
  78. cc132cd Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P) by Devang Patel · 18 years ago
  79. 6b6b6f6 test packed struct codegen on x86 by Andrew Lenharth · 18 years ago
  80. cc22a7a Move findTiedToSrcOperand to TargetInstrDescriptor. by Evan Cheng · 18 years ago
  81. 6ec10ef packed initializers too in the test by Andrew Lenharth · 18 years ago
  82. a43f3d4 fix truncstorei1 by Rafael Espindola · 18 years ago
  83. 6e7be83 feature test for packed structs by Andrew Lenharth · 18 years ago
  84. 6353e05 Hopefully these are the regenerated files by Andrew Lenharth · 18 years ago
  85. 38ecbf1 Packed Structures by Andrew Lenharth · 18 years ago
  86. 8894255 A backwards compatible bc format for packed structs by Andrew Lenharth · 18 years ago
  87. f6a3f00 This test needs to be upgraded. by Reid Spencer · 18 years ago
  88. f6825c5 For PR950: Add a test for a regression in combining of ICmp instructions. by Reid Spencer · 18 years ago
  89. 75e1068 Packed Structure Definitions (docs) by Andrew Lenharth · 18 years ago
  90. 5c2a460 Proper fix for PR1037: to determine is a VR is a modref, check 1) whether it is by Evan Cheng · 18 years ago
  91. 7814ad0 findTiedToSrcOperand() changed. by Evan Cheng · 18 years ago
  92. 3cc3816 Use MI's TargetInstrDescriptor. by Evan Cheng · 18 years ago
  93. c5f8e4f Fix a bug introduced by the streams patch. DEBUG code was made unconditional. by Chris Lattner · 18 years ago
  94. 2a0ede8 Regenerate. by Reid Spencer · 18 years ago
  95. 1c1d0a5 this warning is obsolete with llvmgcc3 being gone by Chris Lattner · 18 years ago
  96. e150b8e this is an initial patch to switch the ppc64 jit over to working in PIC mode, by Chris Lattner · 18 years ago
  97. f9bae43 add a note by Chris Lattner · 18 years ago
  98. 3b14fbe BasicBlockPassManager_New::runOnFunction() Do initialization and finalization. by Devang Patel · 18 years ago
  99. 964e45e doInitialization and doFinalization for BasicBlockPassManager_New by Devang Patel · 18 years ago
  100. f9a60ae Reimplement removeDeadPasses(). by Devang Patel · 18 years ago