1. 19b7e0e For PR786: by Reid Spencer · 18 years ago
  2. 077b387 For PR786: Remove a spurious ; by Reid Spencer · 18 years ago
  3. e5aa8f3 Don't use -fomit-frame-pointer on darwin, it breaks stacktrace collection. by Chris Lattner · 18 years ago
  4. a04c0c4 Patch for a new instcombine xform, patch contributed by Nick Lewycky! by Chris Lattner · 18 years ago
  5. b464997 Testcase for a new instcombine xform, patch contributed by Nick Lewycky! by Chris Lattner · 18 years ago
  6. 243be2c Don't make zero-sized static arrays by Chris Lattner · 18 years ago
  7. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  8. c22158d One of these xforms is only safe with unsafe math enabled. by Chris Lattner · 18 years ago
  9. 2ef5e89 Fix CodeGen/Generic/vector.ll:test_div with altivec. by Chris Lattner · 18 years ago
  10. 5ecc0ac New testcase by Chris Lattner · 18 years ago
  11. 5734012 Handle SETO* like we handle SET*, restoring behavior after Evan's setcc by Chris Lattner · 18 years ago
  12. 0c54d89 Print struct return functions and calls as actually returning the hidden by Chris Lattner · 18 years ago
  13. c6d0567 Fix file header comment by Chris Lattner · 18 years ago
  14. 4db3af3 Better way to check for vararg. by Evan Cheng · 18 years ago
  15. 25caf63 Remove PreprocessCCCArguments and PreprocessFastCCArguments now that by Evan Cheng · 18 years ago
  16. 2d29709 Implement an annoying part of the Darwin/X86 abi: the callee of a struct by Chris Lattner · 18 years ago
  17. 80235d5 -enable-unsafe-fp-math implies -enable-finite-only-fp-math by Evan Cheng · 18 years ago
  18. 1fd8a4f Make class comment visible in Doxygen. by Vladimir Prus · 18 years ago
  19. 1247291 Fix missing include by Vladimir Prus · 18 years ago
  20. 13fcf6f Added a test case for FP equality check. by Evan Cheng · 18 years ago
  21. f6f9581 Incorrect SETCC CondCode used for FP comparisons. by Evan Cheng · 18 years ago
  22. 95942d7 Added option -enable-finite-only-fp-math. When on, the codegen can assume that by Evan Cheng · 18 years ago
  23. 4b442b5 implement minimal versions of by Rafael Espindola · 18 years ago
  24. eb82da8 Describe how to add a custom test. by Chris Lattner · 18 years ago
  25. 792321a Wrap long lines fix typo by Chris Lattner · 18 years ago
  26. 435bcd7 A isel deficiency. by Evan Cheng · 18 years ago
  27. 0fa145d For PR784: by Reid Spencer · 18 years ago
  28. 3c380e7 Back out indirect branch load folding hack. It broke some tests. by Evan Cheng · 18 years ago
  29. e8263e6 Add a note by Chris Lattner · 18 years ago
  30. bcd8a82 Make TargetData strings less redundant. by Owen Anderson · 18 years ago
  31. 01859e8 Silence a bogus gcc warning by Chris Lattner · 18 years ago
  32. f489fb2 Fix a parsing bug that caused 7 llvm-test regressions on PPC last night. by Chris Lattner · 18 years ago
  33. 4f7f71d - Use of load's chain result should be redirected to load's chain operand. by Evan Cheng · 18 years ago
  34. 0d23bc4 A new entry by Evan Cheng · 18 years ago
  35. 6b2e254 Missing break statements. by Evan Cheng · 18 years ago
  36. fb914c4 Remove unused patterns. by Evan Cheng · 18 years ago
  37. b245d92 Handle indirect call which folds a load manually. This never matches by by Evan Cheng · 18 years ago
  38. 8f7f4cc Sparc is big-endian. by Owen Anderson · 18 years ago
  39. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 18 years ago
  40. a831a6c new testcase for csretcc by Chris Lattner · 18 years ago
  41. 0deaab8 Print csretcc calls like this: by Chris Lattner · 18 years ago
  42. ebf8e6c Fix misencoding of calling conventions by Chris Lattner · 18 years ago
  43. 7dd29aa pretty print csretcc for calls by Chris Lattner · 18 years ago
  44. cdbaeb5 CSRet allows varargs by Chris Lattner · 18 years ago
  45. 25f88aa Asmprint csret nicely by Chris Lattner · 18 years ago
  46. 7546619 Regenerate by Chris Lattner · 18 years ago
  47. 515906d Add support for parsing csret by Chris Lattner · 18 years ago
  48. 80105dd csret functions can be varargs (as can target cc's). Verify restrictions on by Chris Lattner · 18 years ago
  49. 91b1848 Add new calling convention, as documented in LangRef.html by Chris Lattner · 18 years ago
  50. 5710ce9 New calling convention I will be adding shortly. by Chris Lattner · 18 years ago
  51. f00f68a Add a note by Chris Lattner · 18 years ago
  52. 778ae71 Add a note by Chris Lattner · 18 years ago
  53. c11ab17 Split the SSE readme items out into their own README. by Chris Lattner · 18 years ago
  54. 2420d81 Split FP-stack notes out of the main readme. Next up: splitting out SSE. by Chris Lattner · 18 years ago
  55. 870cf1b Move a target-independent note out of the X86 readme. by Chris Lattner · 18 years ago
  56. de050a7 Particularly ugly code. by Chris Lattner · 18 years ago
  57. 82743da new testcase by Chris Lattner · 18 years ago
  58. bc2eba1 Fix a doxygen problem and break lines at 80 columns by Reid Spencer · 18 years ago
  59. c773de6 Fix some doxygen usage in these headers. by Reid Spencer · 18 years ago
  60. 6de0163 These can be transformed into lea as well. Not that we use this feature by Evan Cheng · 18 years ago
  61. 09e3c80 - Use exact-width integer types, e.g. int32_t, to avoid confusion. by Evan Cheng · 18 years ago
  62. 6fe8ff4 Use class tags instead of struct tags. The coding standards specify this by Chris Lattner · 18 years ago
  63. fc8feb1 Explicitly specify MOV32mi can only be used store 32-bit GV, etc. by Evan Cheng · 18 years ago
  64. d15531b Now that iPTR is a fully resolved type. We end up losing the type check for by Evan Cheng · 18 years ago
  65. dc124a2 implement movri add a stub LowerFORMAL_ARGUMENTS by Rafael Espindola · 18 years ago
  66. ffd4364 Added a Flags field to TargetOperandInfo. Currently the only flag is by Evan Cheng · 18 years ago
  67. 21d03f2 lib/Target/Target.td by Evan Cheng · 18 years ago
  68. 8b437e0 Improve error output. Use the third parameter of the "catch" command to by Reid Spencer · 18 years ago
  69. 16abfdf add a note by Chris Lattner · 18 years ago
  70. 3f705e6 add a note by Chris Lattner · 18 years ago
  71. d56aa55 Fix a bogus gcc warning by Andrew Lenharth · 18 years ago
  72. 751458d ImmMask should be 3 for a two-bit field; Compact X86II by Evan Cheng · 18 years ago
  73. ac4c75b Fix some think-o's in my last commit. Thanks to Chris for pointing them out. by Owen Anderson · 18 years ago
  74. 1d8b853 Change Module to use TargetData-compatible strings internally. by Owen Anderson · 18 years ago
  75. 0f3ac8d getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. by Evan Cheng · 18 years ago
  76. 0cfd73a Remove CalleeSavedRegisters from class Target. by Evan Cheng · 18 years ago
  77. 764811f Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore. by Evan Cheng · 18 years ago
  78. f0dee9b This test is buggy: printf is a varargs function. This fixes the test with by Chris Lattner · 18 years ago
  79. dd1aac3 Make some changes suggested by Chris: by Reid Spencer · 18 years ago
  80. 84cc6db Fix a stupid bug when parsing TargetData strings. by Owen Anderson · 18 years ago
  81. 7044aac Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the by Chris Lattner · 18 years ago
  82. af78ef5 Use generic iPTR instead i32 to represent pointer type. by Evan Cheng · 18 years ago
  83. c8999f2 Another entry by Evan Cheng · 18 years ago
  84. adbc9b7 Remove the llvm-db and bugpoint restrictions from the win32 platform so by Reid Spencer · 18 years ago
  85. c01d497 Remove PointerType from class Target by Evan Cheng · 18 years ago
  86. ed96fe8 Declare that lowerinvoke doesn't interact with other lowering passes. by Chris Lattner · 18 years ago
  87. 6b12516 Typo by Evan Cheng · 18 years ago
  88. d202ca4 Fix the result of the call to use a correct vbitconvert. There is no need to by Chris Lattner · 18 years ago
  89. 1b8daae Correct a previous patch which broke CodeGen/PowerPC/vec_call.ll by Chris Lattner · 18 years ago
  90. 2618d07 Remove PointerType from target definition. Use abstract type MVT::iPTR to by Evan Cheng · 18 years ago
  91. eba0bf5 PR736 has already been fixed. Remove XFAIL marker. by Evan Cheng · 18 years ago
  92. 1b6ab32 New test case for vector type argument pass by value. by Evan Cheng · 18 years ago
  93. 65b889f Fix call_adj.ll by Andrew Lenharth · 18 years ago
  94. 3aa92e4 Added sanity check for obviously bogus immediates by Andrew Lenharth · 18 years ago
  95. 1a93f1c Added regression that breaks gcc4 build by Andrew Lenharth · 18 years ago
  96. 4ac8974 Should pass by reference. by Evan Cheng · 18 years ago
  97. 4dfa85d Another entry by Evan Cheng · 18 years ago
  98. 9d62fa4 Add a note about a note by Chris Lattner · 18 years ago
  99. c703a8f Make PPC call lowering more aggressive, making the isel matching code simple by Chris Lattner · 18 years ago
  100. 7e399c1 Another typo. Pointed out by Nate Begeman. by Evan Cheng · 18 years ago