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