1. f6d0233 Add two options to the program: by Reid Spencer · 20 years ago
  2. 7f7bbc2 Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were being by Chris Lattner · 20 years ago
  3. 9f35196 llvm.isnan doesn't access memory by Chris Lattner · 20 years ago
  4. cf11035 Constant fold the isnan intrinsic by Chris Lattner · 20 years ago
  5. 7ba02f1 Add tests for isnan by Chris Lattner · 20 years ago
  6. 01cdb1b By far, one of the most common uses of isnan is to make 'isunordered' by Chris Lattner · 20 years ago
  7. c31ae50 Test that the X86 backend is only emitting one fucom instruction by Chris Lattner · 20 years ago
  8. 5779042 Fix bug in previous checkin by Chris Lattner · 20 years ago
  9. 899dbdc No really, these are dead now by Chris Lattner · 20 years ago
  10. 0ca2c8e Now that compare instructions aren't lumped in with the other twoargfp instructions, by Chris Lattner · 20 years ago
  11. ab8decc Introduce a new FP instruction type to separate the compare cases from the by Chris Lattner · 20 years ago
  12. 00cda7a Bug fixed, new feature by Chris Lattner · 20 years ago
  13. b4fe76c Add direct support for the isnan intrinsic, implementing test/Regression/CodeGen/X86/isnan.llx by Chris Lattner · 20 years ago
  14. 665e661 Add support for the setp instructions by Chris Lattner · 20 years ago
  15. d62d5d7 Split compare instruction handling OUT of handleTwoArgFP into handleCompareFP. by Chris Lattner · 20 years ago
  16. 431c876 Change tags rule to pipe output from find through etags command so that it by Reid Spencer · 20 years ago
  17. 8a9a370 Revert an unneeded interface change to Instruction.h by Reid Spencer · 20 years ago
  18. 4d091e0 Testcase for PR369 by Chris Lattner · 20 years ago
  19. a32579b Check to make sure that isnan doesn't require calling a function by Chris Lattner · 20 years ago
  20. 02348ca Fix lowering to work correctly by Chris Lattner · 20 years ago
  21. 86ee776 I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
  22. 137cc4f I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
  23. 3200628 Document the llvm.isnan intrinsic by Chris Lattner · 20 years ago
  24. 11074e3 Bug fixed. by Brian Gaeke · 20 years ago
  25. 51f148f Test case for PR368 by Brian Gaeke · 20 years ago
  26. 46bf5af Turn loads of ConstantPointerNulls into loads of zero... don't spill by Brian Gaeke · 20 years ago
  27. f616f22 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  28. fd39b30 Add feature test for llvm intrinsics. It currently contains only the "isunordered" intrinsic by Alkis Evlogimenos · 20 years ago
  29. 38a6cfe Updated the BytecodeAnalysis data structure to contain additional fields by Reid Spencer · 20 years ago
  30. def0e55 Added an isPhiNode(unsigned) static method to determine if an opcode is by Reid Spencer · 20 years ago
  31. 7c7680a Remove tabs. by Reid Spencer · 20 years ago
  32. cbb22e2 Implement detailed function level data collection and reporting. by Reid Spencer · 20 years ago
  33. 2467a06 Adjust prototypes to new Handler interface. by Reid Spencer · 20 years ago
  34. ab5fce2 Make the parser deal with functions instead of just function types. by Reid Spencer · 20 years ago
  35. 23d46e7 Clean up documentation and naming of variables. by Reid Spencer · 20 years ago
  36. 236b7e2 Remove extra space. by Misha Brukman · 20 years ago
  37. 8d131d1 Doxygenize a comment. by Reid Spencer · 20 years ago
  38. 465ba87 Made detailed output the default and changed -details option to -nodetails. by Reid Spencer · 20 years ago
  39. 00c28a7 Implemented the bulk of the functionality. Cleaned up the code. by Reid Spencer · 20 years ago
  40. 43f3867 Allow dates with slashes in them in $DateRE. by Brian Gaeke · 20 years ago
  41. 577aec1 Fix the prolog epilog code inserter to match the documentation and support by Chris Lattner · 20 years ago
  42. 32305f7 Fix the fixed stack offset, patch contributed by Vladimir Prus by Chris Lattner · 20 years ago
  43. 3285a6f Fix a bug in my checkin from last night that caused miscompilations of by Chris Lattner · 20 years ago
  44. 448c323 More minor cleanups by Chris Lattner · 20 years ago
  45. 48595f1 Eliminate many occurrances of Instruction:: by Chris Lattner · 20 years ago
  46. 1797ce1 Share some code by Chris Lattner · 20 years ago
  47. 5118872 Add new BinaryOperator::createAdd/Sub/... methods to avoid having to type by Chris Lattner · 20 years ago
  48. e9e326e Tolerate more errors by Chris Lattner · 20 years ago
  49. 7fa84b7 Encode %fsr correctly; don't fail an assertion. by Brian Gaeke · 20 years ago
  50. 40e7fdc Fix encoding of ST*FSR instructions. by Brian Gaeke · 20 years ago
  51. e8a6bee Fix assertion failure message to have the right method name. by Brian Gaeke · 20 years ago
  52. 6956645 Make the asmwriter much more tolerant of errors (which are common when working by Chris Lattner · 20 years ago
  53. 389174b Columnized the compilation statistics for easier reading. by Reid Spencer · 20 years ago
  54. ff2c64c Fix the really bizarre stuff that happened last night in the tester by Chris Lattner · 20 years ago
  55. fc621e2 Made it possible for the printInfoComment method to invoke getSlot in by Reid Spencer · 20 years ago
  56. 6b5bd58 Fix for PR#366. We use getClassB() so that we can handle cast instructions by John Criswell · 20 years ago
  57. 457dd82 Implement InstCombine/select.ll:test15* by Chris Lattner · 20 years ago
  58. 9e28f18 More instcombine testcases by Chris Lattner · 20 years ago
  59. 525f228 Cleanup alignment of output. by Reid Spencer · 20 years ago
  60. 4502b37 Add some new fields for bytecode analysis. by Reid Spencer · 20 years ago
  61. edc3b58 Implement analysis output. Don't dump function details unless requested. by Reid Spencer · 20 years ago
  62. 649ee57 Implement some rudimentary analysis. by Reid Spencer · 20 years ago
  63. 0545b3e Clean up indentation of file body output. by Reid Spencer · 20 years ago
  64. a670c41 Move parsing details to Parser.cpp. by Reid Spencer · 20 years ago
  65. 926572c Bring some things out of header files that belong only in this file. by Reid Spencer · 20 years ago
  66. f523d06 Be more careful about the order we put stuff onto the worklist. This allow us to by Chris Lattner · 20 years ago
  67. 16ea43b New testcase that is important for the Java FE by Chris Lattner · 20 years ago
  68. 6269ded Cleaned up a dead header file to prevent duplicate definition warnings by Reid Spencer · 20 years ago
  69. 2be51ae Implement select.ll:test14* by Chris Lattner · 20 years ago
  70. 4561db2 New testcase for the instruction combiner that happen often in the Java FE by Chris Lattner · 20 years ago
  71. aab3aff Minor tweaks by Chris Lattner · 20 years ago
  72. 1a8c917 Regularize title of Regression Test section. Clean up some blank space. by Reid Spencer · 20 years ago
  73. 24738a7 Bug fixed by Chris Lattner · 20 years ago
  74. 2a50201 Workaround or a VS miscompilation bug by Chris Lattner · 20 years ago
  75. 97baedc I checked and no clients expect this to return null for unconditional branches by Chris Lattner · 20 years ago
  76. 47c31a8 Don't grab the condition of unconditional branches! This fixes PR363 by Chris Lattner · 20 years ago
  77. 8e6e7c9 Fix a minor bug in the map - since this pass adds a global symbol, it must be by Brian Gaeke · 20 years ago
  78. 0bbcd6b Add a forwarding method pop_front() that allows you to delete instructions by Brian Gaeke · 20 years ago
  79. 777a1cd Add a TmpInstruction ctor that doesn't take a MCFI. by Brian Gaeke · 20 years ago
  80. 10c508b Explicitly specify libtool tag "CXX" so that if you setenv CXX to something by Brian Gaeke · 20 years ago
  81. 82d5590 Fix a link error using VS8.0 by Chris Lattner · 20 years ago
  82. 85b0195 Apparently a particular vendor compiler uses the struct/class tag to MANGLE by Chris Lattner · 20 years ago
  83. ef39012 Fix case of doxygen directive `\p': it's lowercase. by Misha Brukman · 20 years ago
  84. f5d0af3 * Fix indentation of Regression Test Results by making sure the by Reid Spencer · 20 years ago
  85. 7c76d33 Put in a place holder for describing the differences in bytecode format by Reid Spencer · 20 years ago
  86. 624c543 Add a note about llvm-abcd, the Analysis of ByteCode Dumper by Reid Spencer · 20 years ago
  87. ea95551 Ooh, that fixed the annoying warning!! by Chris Lattner · 20 years ago
  88. 11eaf53 Bug fixed by Chris Lattner · 20 years ago
  89. 2917ca8 New testcase for PR355 by Chris Lattner · 20 years ago
  90. 72b08c9 Testcase for PR355 by Chris Lattner · 20 years ago
  91. c07c0df Add documentation to the TargetFrameInfo class, contributed by Vladimir Prus by Chris Lattner · 20 years ago
  92. 96684ef Clean up the documentation. by Reid Spencer · 20 years ago
  93. 381022b Clean up documentation and make it possible for the BytecodeAnalyzer to by Reid Spencer · 20 years ago
  94. 5e8868d Fix the bug that was preventing the parser from working on all bytecode by Reid Spencer · 20 years ago
  95. b7041b0 Make it #include Parser.h instead of AnalyzerInternals.h since it only by Reid Spencer · 20 years ago
  96. aee4f5b Adjust what's included to compensate for changes in Parser.h by Reid Spencer · 20 years ago
  97. 29dba0c Merged BytecodeHandler.h into Parser.h since the parser and the handler by Reid Spencer · 20 years ago
  98. 40416e4 Fix PR361. Dominance properties don't hold in unreachable code by Chris Lattner · 20 years ago
  99. 9919101 New testcase for PR361 by Chris Lattner · 20 years ago
  100. fa5fe7c Make all of this functionality work directly on win32. Properly conditionalize by Chris Lattner · 20 years ago