1. 562d5b0 Add load instructions for floating-point registers. by Brian Gaeke · 20 years ago
  2. c93a752 Support alloca instructions. by Brian Gaeke · 20 years ago
  3. a8abee2 Fix printing of Argument objects, problem found by Patrick Meredith by Chris Lattner · 20 years ago
  4. cb37056 New testcase for GCC unordered comparison builtins by Chris Lattner · 20 years ago
  5. 667ea02 Codegen sub C, X a little bit better for register pressure. Instead of by Chris Lattner · 20 years ago
  6. a6f9fe6 Fold setcc instructions into select and branches that are not in the same BB as by Chris Lattner · 20 years ago
  7. 6713d98 Make storeRegToStackSlot slightly shorter. by Brian Gaeke · 20 years ago
  8. 070bb4a Set the isBranch and isTerminator flags on branch instructions correctly. by Brian Gaeke · 20 years ago
  9. 8308d04 Emit stores correctly; don't fail an assertion. by Brian Gaeke · 20 years ago
  10. 6c868a4 Support generating machine instructions for Phi nodes (based on x86, but with by Brian Gaeke · 20 years ago
  11. fc7fa31 Recognize more branches. by Brian Gaeke · 20 years ago
  12. afe16e1 I love the smell of a freshly broken PowerPC build in the morning. by Brian Gaeke · 20 years ago
  13. 988b7ba Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable. by Brian Gaeke · 20 years ago
  14. ccd9796 Do not fold loads into instructions if it is used more than once. In particular by Chris Lattner · 20 years ago
  15. 5253f05 Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov in by Chris Lattner · 20 years ago
  16. 09c1309 Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp. by Brian Gaeke · 20 years ago
  17. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  18. 5dd0402 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  19. c261662 Minor cleanup by Chris Lattner · 20 years ago
  20. 0603079 Make header comment fit within 80 cols. by Misha Brukman · 20 years ago
  21. b5a2e40 Since the Great LLVM Tool Renaming(tm), we no longer have collisions between our by Misha Brukman · 20 years ago
  22. 802daf8 Fix typo in DEBUG printout. by Brian Gaeke · 20 years ago
  23. aebcce8 Fix a recent regression in Applications/sgefa that Alkis pointed out to me. by Chris Lattner · 20 years ago
  24. 59108d3 Add int ferror(FILE *) by Brian Gaeke · 20 years ago
  25. 694ffc0 I'm afraid this doesn't exist. by Brian Gaeke · 20 years ago
  26. 83a7049 Um, did someone make a typo or something? by Brian Gaeke · 20 years ago
  27. 4ee623d isnan is dead by Chris Lattner · 20 years ago
  28. ee98bf5 llvm.isnan is dead, long live llvm.isunordered! by Chris Lattner · 20 years ago
  29. 4adf066 Remove support for llvm.isnan. Alkis wins :) by Chris Lattner · 20 years ago
  30. 85a14bb This testcase is a bit silly now, but oh well :) by Chris Lattner · 20 years ago
  31. be78ac4 Remove isnan support, correct isunordered support by Chris Lattner · 20 years ago
  32. c45ef6d Remove support for the isnan intrinsic by Chris Lattner · 20 years ago
  33. dc57244 Add basic support for the isunordered intrinsic. The isnan stuff still needs to go by Chris Lattner · 20 years ago
  34. 5e9a7ca Right, stop being silly by Chris Lattner · 20 years ago
  35. 6c07f30 Add a nan, stop testing isnan by Chris Lattner · 20 years ago
  36. d6a1053 Fix thinko in visitor... ShiftInsts should currently be delegated by Brian Gaeke · 20 years ago
  37. d1cd328 Do not dereference end iterators. It's really bad for the asmwriter's health. by Chris Lattner · 20 years ago
  38. f405280 I think we'll use the standard lowering passes for now. by Brian Gaeke · 20 years ago
  39. e14e338 Fix bug generating code for void call instructions: don't call by Brian Gaeke · 20 years ago
  40. 5eb6474 Squash a warning from the Solaris assembler by aligning the stack by Brian Gaeke · 20 years ago
  41. 446ae11 Allow special-casing of operand printing based on opcode. Print by Brian Gaeke · 20 years ago
  42. 9df9282 Support constant GEP expressions. by Brian Gaeke · 20 years ago
  43. 8238c27 The correct prototype is `int atoi(CONST char*)'. Unbroke AIX build. by Misha Brukman · 20 years ago
  44. 5478c7a Add file comment. by Misha Brukman · 20 years ago
  45. fda2cce Quick hack to get this file compiling again on Mac OS X. The right thing to do by Brian Gaeke · 20 years ago
  46. f3210d2 Make -print-machineinstrs even stronger. You get to see the final code after by Brian Gaeke · 20 years ago
  47. 4a4bfd8 Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2 by Reid Spencer · 20 years ago
  48. df49731 Add constant folding capabilities to the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  49. 26bbe93 Really add the docs this time :-) by Alkis Evlogimenos · 20 years ago
  50. ac700ca Make assertions more consistent with the rest of the intrinsic by Alkis Evlogimenos · 20 years ago
  51. 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  52. 06a3db0 Reduce the number of columns in the alpha index to 4 so that it fits by Reid Spencer · 20 years ago
  53. 51a54e6 It is no longer 2001 by Chris Lattner · 20 years ago
  54. 253231e Don't trim @PrevDays (causing an error) if it isn't long enough. by Brian Gaeke · 20 years ago
  55. 6e404b8 Fix grammar: 's is for possessive only. by Misha Brukman · 20 years ago
  56. 1cf5024 Implement tracking of bytecode instruction size and the number of long by Reid Spencer · 20 years ago
  57. f6d0233 Add two options to the program: by Reid Spencer · 20 years ago
  58. 7f7bbc2 Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were being by Chris Lattner · 20 years ago
  59. 9f35196 llvm.isnan doesn't access memory by Chris Lattner · 20 years ago
  60. cf11035 Constant fold the isnan intrinsic by Chris Lattner · 20 years ago
  61. 7ba02f1 Add tests for isnan by Chris Lattner · 20 years ago
  62. 01cdb1b By far, one of the most common uses of isnan is to make 'isunordered' by Chris Lattner · 20 years ago
  63. c31ae50 Test that the X86 backend is only emitting one fucom instruction by Chris Lattner · 20 years ago
  64. 5779042 Fix bug in previous checkin by Chris Lattner · 20 years ago
  65. 899dbdc No really, these are dead now by Chris Lattner · 20 years ago
  66. 0ca2c8e Now that compare instructions aren't lumped in with the other twoargfp instructions, by Chris Lattner · 20 years ago
  67. ab8decc Introduce a new FP instruction type to separate the compare cases from the by Chris Lattner · 20 years ago
  68. 00cda7a Bug fixed, new feature by Chris Lattner · 20 years ago
  69. b4fe76c Add direct support for the isnan intrinsic, implementing test/Regression/CodeGen/X86/isnan.llx by Chris Lattner · 20 years ago
  70. 665e661 Add support for the setp instructions by Chris Lattner · 20 years ago
  71. d62d5d7 Split compare instruction handling OUT of handleTwoArgFP into handleCompareFP. by Chris Lattner · 20 years ago
  72. 431c876 Change tags rule to pipe output from find through etags command so that it by Reid Spencer · 20 years ago
  73. 8a9a370 Revert an unneeded interface change to Instruction.h by Reid Spencer · 20 years ago
  74. 4d091e0 Testcase for PR369 by Chris Lattner · 20 years ago
  75. a32579b Check to make sure that isnan doesn't require calling a function by Chris Lattner · 20 years ago
  76. 02348ca Fix lowering to work correctly by Chris Lattner · 20 years ago
  77. 86ee776 I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
  78. 137cc4f I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
  79. 3200628 Document the llvm.isnan intrinsic by Chris Lattner · 20 years ago
  80. 11074e3 Bug fixed. by Brian Gaeke · 20 years ago
  81. 51f148f Test case for PR368 by Brian Gaeke · 20 years ago
  82. 46bf5af Turn loads of ConstantPointerNulls into loads of zero... don't spill by Brian Gaeke · 20 years ago
  83. f616f22 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  84. fd39b30 Add feature test for llvm intrinsics. It currently contains only the "isunordered" intrinsic by Alkis Evlogimenos · 20 years ago
  85. 38a6cfe Updated the BytecodeAnalysis data structure to contain additional fields by Reid Spencer · 20 years ago
  86. def0e55 Added an isPhiNode(unsigned) static method to determine if an opcode is by Reid Spencer · 20 years ago
  87. 7c7680a Remove tabs. by Reid Spencer · 20 years ago
  88. cbb22e2 Implement detailed function level data collection and reporting. by Reid Spencer · 20 years ago
  89. 2467a06 Adjust prototypes to new Handler interface. by Reid Spencer · 20 years ago
  90. ab5fce2 Make the parser deal with functions instead of just function types. by Reid Spencer · 20 years ago
  91. 23d46e7 Clean up documentation and naming of variables. by Reid Spencer · 20 years ago
  92. 236b7e2 Remove extra space. by Misha Brukman · 20 years ago
  93. 8d131d1 Doxygenize a comment. by Reid Spencer · 20 years ago
  94. 465ba87 Made detailed output the default and changed -details option to -nodetails. by Reid Spencer · 20 years ago
  95. 00c28a7 Implemented the bulk of the functionality. Cleaned up the code. by Reid Spencer · 20 years ago
  96. 43f3867 Allow dates with slashes in them in $DateRE. by Brian Gaeke · 20 years ago
  97. 577aec1 Fix the prolog epilog code inserter to match the documentation and support by Chris Lattner · 20 years ago
  98. 32305f7 Fix the fixed stack offset, patch contributed by Vladimir Prus by Chris Lattner · 20 years ago
  99. 3285a6f Fix a bug in my checkin from last night that caused miscompilations of by Chris Lattner · 20 years ago
  100. 448c323 More minor cleanups by Chris Lattner · 20 years ago