1. b487303 Use the machine-independent method of querying the page size. by Misha Brukman · 21 years ago
  2. 9d2427c .zero doesn't work in the Solaris assembler. by Brian Gaeke · 21 years ago
  3. a3c5762 Get rid of selects the easy way by Brian Gaeke · 21 years ago
  4. cfaf224 Make visitAllocaInst() look more like its X86 counterpart. by Brian Gaeke · 21 years ago
  5. 4f217fd Mess around with allocation order. In particular, I think we ought to be by Brian Gaeke · 21 years ago
  6. fbaae01 JMPL has a delay slot. by Brian Gaeke · 21 years ago
  7. 0735920 Clean up the commented-out F3_3 stuff. by Brian Gaeke · 21 years ago
  8. f89cc65 Fix jmpl. Add some FP moves. by Brian Gaeke · 21 years ago
  9. ceb2241 Support printing base+offset pairs where the offset is a register. by Brian Gaeke · 21 years ago
  10. 9d67ea0 Support intrinsic calls (although no particular intrinsics are supported yet). by Brian Gaeke · 21 years ago
  11. 5b62aa7 Implement Transforms/InstCombine/and.ll:test17, a common case that by Chris Lattner · 21 years ago
  12. e5ad50b Do not function resolve intrinsics. This prevents warnings and possible bad by Chris Lattner · 21 years ago
  13. 562d5b0 Add load instructions for floating-point registers. by Brian Gaeke · 21 years ago
  14. c93a752 Support alloca instructions. by Brian Gaeke · 21 years ago
  15. a8abee2 Fix printing of Argument objects, problem found by Patrick Meredith by Chris Lattner · 21 years ago
  16. 667ea02 Codegen sub C, X a little bit better for register pressure. Instead of by Chris Lattner · 21 years ago
  17. a6f9fe6 Fold setcc instructions into select and branches that are not in the same BB as by Chris Lattner · 21 years ago
  18. 6713d98 Make storeRegToStackSlot slightly shorter. by Brian Gaeke · 21 years ago
  19. 070bb4a Set the isBranch and isTerminator flags on branch instructions correctly. by Brian Gaeke · 21 years ago
  20. 8308d04 Emit stores correctly; don't fail an assertion. by Brian Gaeke · 21 years ago
  21. 6c868a4 Support generating machine instructions for Phi nodes (based on x86, but with by Brian Gaeke · 21 years ago
  22. fc7fa31 Recognize more branches. by Brian Gaeke · 21 years ago
  23. afe16e1 I love the smell of a freshly broken PowerPC build in the morning. by Brian Gaeke · 21 years ago
  24. 988b7ba Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable. by Brian Gaeke · 21 years ago
  25. ccd9796 Do not fold loads into instructions if it is used more than once. In particular by Chris Lattner · 21 years ago
  26. 5253f05 Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov in by Chris Lattner · 21 years ago
  27. 09c1309 Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp. by Brian Gaeke · 21 years ago
  28. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  29. 5dd0402 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  30. c261662 Minor cleanup by Chris Lattner · 21 years ago
  31. 802daf8 Fix typo in DEBUG printout. by Brian Gaeke · 21 years ago
  32. aebcce8 Fix a recent regression in Applications/sgefa that Alkis pointed out to me. by Chris Lattner · 21 years ago
  33. 59108d3 Add int ferror(FILE *) by Brian Gaeke · 21 years ago
  34. 83a7049 Um, did someone make a typo or something? by Brian Gaeke · 21 years ago
  35. 4ee623d isnan is dead by Chris Lattner · 21 years ago
  36. 4adf066 Remove support for llvm.isnan. Alkis wins :) by Chris Lattner · 21 years ago
  37. be78ac4 Remove isnan support, correct isunordered support by Chris Lattner · 21 years ago
  38. c45ef6d Remove support for the isnan intrinsic by Chris Lattner · 21 years ago
  39. dc57244 Add basic support for the isunordered intrinsic. The isnan stuff still needs to go by Chris Lattner · 21 years ago
  40. d6a1053 Fix thinko in visitor... ShiftInsts should currently be delegated by Brian Gaeke · 21 years ago
  41. d1cd328 Do not dereference end iterators. It's really bad for the asmwriter's health. by Chris Lattner · 21 years ago
  42. f405280 I think we'll use the standard lowering passes for now. by Brian Gaeke · 21 years ago
  43. e14e338 Fix bug generating code for void call instructions: don't call by Brian Gaeke · 21 years ago
  44. 5eb6474 Squash a warning from the Solaris assembler by aligning the stack by Brian Gaeke · 21 years ago
  45. 446ae11 Allow special-casing of operand printing based on opcode. Print by Brian Gaeke · 21 years ago
  46. 9df9282 Support constant GEP expressions. by Brian Gaeke · 21 years ago
  47. 5478c7a Add file comment. by Misha Brukman · 21 years ago
  48. fda2cce Quick hack to get this file compiling again on Mac OS X. The right thing to do by Brian Gaeke · 21 years ago
  49. f3210d2 Make -print-machineinstrs even stronger. You get to see the final code after by Brian Gaeke · 21 years ago
  50. df49731 Add constant folding capabilities to the isunordered intrinsic. by Alkis Evlogimenos · 21 years ago
  51. ac700ca Make assertions more consistent with the rest of the intrinsic by Alkis Evlogimenos · 21 years ago
  52. 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 21 years ago
  53. 1cf5024 Implement tracking of bytecode instruction size and the number of long by Reid Spencer · 21 years ago
  54. 7f7bbc2 Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were being by Chris Lattner · 21 years ago
  55. 9f35196 llvm.isnan doesn't access memory by Chris Lattner · 21 years ago
  56. cf11035 Constant fold the isnan intrinsic by Chris Lattner · 21 years ago
  57. 01cdb1b By far, one of the most common uses of isnan is to make 'isunordered' by Chris Lattner · 21 years ago
  58. 5779042 Fix bug in previous checkin by Chris Lattner · 21 years ago
  59. 899dbdc No really, these are dead now by Chris Lattner · 21 years ago
  60. 0ca2c8e Now that compare instructions aren't lumped in with the other twoargfp instructions, by Chris Lattner · 21 years ago
  61. ab8decc Introduce a new FP instruction type to separate the compare cases from the by Chris Lattner · 21 years ago
  62. b4fe76c Add direct support for the isnan intrinsic, implementing test/Regression/CodeGen/X86/isnan.llx by Chris Lattner · 21 years ago
  63. 665e661 Add support for the setp instructions by Chris Lattner · 21 years ago
  64. d62d5d7 Split compare instruction handling OUT of handleTwoArgFP into handleCompareFP. by Chris Lattner · 21 years ago
  65. 8a9a370 Revert an unneeded interface change to Instruction.h by Reid Spencer · 21 years ago
  66. 02348ca Fix lowering to work correctly by Chris Lattner · 21 years ago
  67. 137cc4f I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 21 years ago
  68. 46bf5af Turn loads of ConstantPointerNulls into loads of zero... don't spill by Brian Gaeke · 21 years ago
  69. f616f22 Add the isunordered intrinsic. by Alkis Evlogimenos · 21 years ago
  70. 7c7680a Remove tabs. by Reid Spencer · 21 years ago
  71. cbb22e2 Implement detailed function level data collection and reporting. by Reid Spencer · 21 years ago
  72. 2467a06 Adjust prototypes to new Handler interface. by Reid Spencer · 21 years ago
  73. ab5fce2 Make the parser deal with functions instead of just function types. by Reid Spencer · 21 years ago
  74. 8d131d1 Doxygenize a comment. by Reid Spencer · 21 years ago
  75. 00c28a7 Implemented the bulk of the functionality. Cleaned up the code. by Reid Spencer · 21 years ago
  76. 577aec1 Fix the prolog epilog code inserter to match the documentation and support by Chris Lattner · 21 years ago
  77. 32305f7 Fix the fixed stack offset, patch contributed by Vladimir Prus by Chris Lattner · 21 years ago
  78. 3285a6f Fix a bug in my checkin from last night that caused miscompilations of by Chris Lattner · 21 years ago
  79. 448c323 More minor cleanups by Chris Lattner · 21 years ago
  80. 48595f1 Eliminate many occurrances of Instruction:: by Chris Lattner · 21 years ago
  81. 1797ce1 Share some code by Chris Lattner · 21 years ago
  82. e9e326e Tolerate more errors by Chris Lattner · 21 years ago
  83. 7fa84b7 Encode %fsr correctly; don't fail an assertion. by Brian Gaeke · 21 years ago
  84. 40e7fdc Fix encoding of ST*FSR instructions. by Brian Gaeke · 21 years ago
  85. e8a6bee Fix assertion failure message to have the right method name. by Brian Gaeke · 21 years ago
  86. 6956645 Make the asmwriter much more tolerant of errors (which are common when working by Chris Lattner · 21 years ago
  87. fc621e2 Made it possible for the printInfoComment method to invoke getSlot in by Reid Spencer · 21 years ago
  88. 6b5bd58 Fix for PR#366. We use getClassB() so that we can handle cast instructions by John Criswell · 21 years ago
  89. 457dd82 Implement InstCombine/select.ll:test15* by Chris Lattner · 21 years ago
  90. 525f228 Cleanup alignment of output. by Reid Spencer · 21 years ago
  91. edc3b58 Implement analysis output. Don't dump function details unless requested. by Reid Spencer · 21 years ago
  92. 649ee57 Implement some rudimentary analysis. by Reid Spencer · 21 years ago
  93. 0545b3e Clean up indentation of file body output. by Reid Spencer · 21 years ago
  94. a670c41 Move parsing details to Parser.cpp. by Reid Spencer · 21 years ago
  95. 926572c Bring some things out of header files that belong only in this file. by Reid Spencer · 21 years ago
  96. f523d06 Be more careful about the order we put stuff onto the worklist. This allow us to by Chris Lattner · 21 years ago
  97. 6269ded Cleaned up a dead header file to prevent duplicate definition warnings by Reid Spencer · 21 years ago
  98. 2be51ae Implement select.ll:test14* by Chris Lattner · 21 years ago
  99. 2a50201 Workaround or a VS miscompilation bug by Chris Lattner · 21 years ago
  100. 47c31a8 Don't grab the condition of unconditional branches! This fixes PR363 by Chris Lattner · 21 years ago