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