1. 43f249a add a new (hidden) -disable-core-files option by Chris Lattner · 18 years ago
  2. 26b6c0b On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for by Chris Lattner · 18 years ago
  3. 9abd7c3 A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* values. by Evan Cheng · 18 years ago
  4. 544ea34 Add comment. by Devang Patel · 18 years ago
  5. 89abd77 Mirrors ConstantPoolSDNode. by Evan Cheng · 18 years ago
  6. d9c294b Document new --enable-valgrind option. by Nick Lewycky · 18 years ago
  7. e290c6d Fix --enable-valgrind. Add room for the new arguments, and don't keep by Nick Lewycky · 18 years ago
  8. 40394bc Add --enable-valgrind option to run optimizations through valgrind to by Nick Lewycky · 18 years ago
  9. 97d92d5 GlobalValue with InternalLinkage may have operands with ExternalLinkage by Devang Patel · 18 years ago
  10. 57d12f9 Avoid recursion in assignDFSNumber(). Move def from ET-Forest.h to Dominators.h by Devang Patel · 18 years ago
  11. 08c3301 add note about switch lowering by Chris Lattner · 18 years ago
  12. a4646b6 Second half of the fix for Transforms/Inline/inline_cleanup.ll by Chris Lattner · 18 years ago
  13. 668a1d0 Add some more consistency checks. by Nick Lewycky · 18 years ago
  14. 977be25 Fix unionSets so that it can merge correctly. by Nick Lewycky · 18 years ago
  15. 33bb3c8 Implement the first half of Transforms/Inline/inline_cleanup.ll by Chris Lattner · 18 years ago
  16. 54ae241 new testcase by Chris Lattner · 18 years ago
  17. 80543c8 Skip over first operand when determining REX prefix for two-address code. by Evan Cheng · 18 years ago
  18. cf2112a Erase dead instructions. by Nick Lewycky · 18 years ago
  19. 0f5e9b9 The sense of this branch was backwards by Chris Lattner · 18 years ago
  20. bfd68a7 Turn X < 0 -> TEST X,X js by Chris Lattner · 18 years ago
  21. 7a6366d The sense of this branch was inverted :( by Chris Lattner · 18 years ago
  22. 8a65009 Fix a ton of jit failures by Chris Lattner · 18 years ago
  23. 3ad5e5c add shifts to addressing mode 1 by Rafael Espindola · 18 years ago
  24. c970f06 If LSR went through a lot of trouble to put constants (e.g. the addr of a global by Chris Lattner · 18 years ago
  25. c635d71 new testcase by Chris Lattner · 18 years ago
  26. 0f27fc3 Fix a regression in the 32-bit port from the 64-bit port landing. by Chris Lattner · 18 years ago
  27. 94c8d3b New testcase by Chris Lattner · 18 years ago
  28. d1468d3 new note by Chris Lattner · 18 years ago
  29. 95af34e new note by Chris Lattner · 18 years ago
  30. 79980b0 Compile X << 1 (where X is a long-long) to: by Chris Lattner · 18 years ago
  31. f957051 Compile X > -1 -> text X,X; js dest This implements CodeGen/X86/jump_sign.ll. by Chris Lattner · 18 years ago
  32. 06f7ee9 new testcase by Chris Lattner · 18 years ago
  33. 56eac5f Initialize DontInternalize. by Devang Patel · 18 years ago
  34. c356a57 Reflects MachineConstantPoolEntry changes. by Evan Cheng · 18 years ago
  35. d6594ae Added support for machine specific constantpool values. These are useful for by Evan Cheng · 18 years ago
  36. cd5731d Reflect MachineConstantPoolEntry changes. by Evan Cheng · 18 years ago
  37. 9a7746d Correct the URL to the attrib.incl file. by John Criswell · 18 years ago
  38. 92f7365 An sinkable instruction may exist with uses, if those uses are in dead blocks. by Chris Lattner · 18 years ago
  39. 431a80a testcase for PR908 by Chris Lattner · 18 years ago
  40. c168faa Testcase that crashes the C++ FE. by Chris Lattner · 18 years ago
  41. adaa38f add a note by Chris Lattner · 18 years ago
  42. f19fb9b Add ability to remove nodes from DominatorTree, for when a BasicBlock by Nick Lewycky · 18 years ago
  43. 0bfd7fd Testcase noticed from PR906 by Chris Lattner · 18 years ago
  44. 2a33a3f add compilable testcase by Chris Lattner · 18 years ago
  45. 3697e30 new testcase for PR906 by Chris Lattner · 18 years ago
  46. 63d3220 Fix PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll by Chris Lattner · 18 years ago
  47. c423549 new testcase for PR905 by Chris Lattner · 18 years ago
  48. 817e7fd implement SRL and MUL by Rafael Espindola · 18 years ago
  49. 1b3956b add the correct fallback for ARMDAGToDAGISel::SelectAddrMode1 by Rafael Espindola · 18 years ago
  50. b082f86 burg is gone by Chris Lattner · 18 years ago
  51. 7cca7c5 partial implementation of the ARM Addressing Mode 1 by Rafael Espindola · 18 years ago
  52. 3fc68cc Skip the linear search if the answer is already known. by Nick Lewycky · 18 years ago
  53. 996f705 No longer used, and confuses maintainers by Jim Laskey · 18 years ago
  54. 06ecdfd Include the UIUC CS department attribution on the main doxygen page. by John Criswell · 18 years ago
  55. ff59d22 call AsmPrinter::doInitialization in ARMAsmPrinter::doInitialization by Rafael Espindola · 18 years ago
  56. f47d167 Updates. by Evan Cheng · 18 years ago
  57. 0f4aa6e Update README file. by Evan Cheng · 18 years ago
  58. 23f8497 Rename a test-not-cmp.ll to cmp-test.ll; add a test. by Evan Cheng · 18 years ago
  59. 966fd37 1) With X86 lowering change, the following can no longer happen since by Evan Cheng · 18 years ago
  60. 734503b X86ISD::CMP now produces a chain as well as a flag. Make that the chain by Evan Cheng · 18 years ago
  61. 019f851 Behold, more work on relocations. Things are looking pretty good now. by Nate Begeman · 18 years ago
  62. f369dd2 Removed unnecessary Mangler creation. by Anton Korobeynikov · 18 years ago
  63. 6a26847 add a testcase for this commit: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050606/026673.html by Chris Lattner · 18 years ago
  64. dfa1af0 Allow tail duplication in more cases, relaxing the previous restriction a by Chris Lattner · 18 years ago
  65. c66764c This code was trying too hard. By eliminating redundant edges in the CFG by Chris Lattner · 18 years ago
  66. dc08cd5 Replace EquivalenceClasses with a custom-built data structure. Many common by Nick Lewycky · 18 years ago
  67. 2a86f3b Implement Transforms/InstCombine/hoist_instr.ll by Chris Lattner · 18 years ago
  68. 4b78a54 new testcase by Chris Lattner · 18 years ago
  69. cf508bc Move ipsccp pass earlier to clean up obvious bogosities by Chris Lattner · 18 years ago
  70. 7b166d9 Make inlining costs more accurate. by Chris Lattner · 18 years ago
  71. 8e49e08 Turn div X, (Cond ? Y : 0) -> div X, Y This implements select.ll::test18. by Chris Lattner · 18 years ago
  72. bbf4636 new testcase by Chris Lattner · 18 years ago
  73. f1b5adb Missing anchor by Jim Laskey · 18 years ago
  74. 1e14289 Add cbe support for powi by Chris Lattner · 18 years ago
  75. 6ddf8ed Implement the fpowi now by lowering to a libcall by Chris Lattner · 18 years ago
  76. c0c9c5e (indirect) test for the __builtin_powi builtin which we now support. by Chris Lattner · 18 years ago
  77. dd2afb0 Implement new fpowi node by Chris Lattner · 18 years ago
  78. f3f333d Allow targets to custom lower expanded BIT_CONVERT's by Chris Lattner · 18 years ago
  79. 94be248 First pass at supporting relocations. Relocations are written correctly to by Nate Begeman · 18 years ago
  80. 6f34b43 Fixed a FuseTwoAddrInst() bug: consider GlobalAddress and JumpTableIndex by Evan Cheng · 18 years ago
  81. 0c5b8da Non-allocatable physregs can be killed and dead, but don't treat them as by Chris Lattner · 18 years ago
  82. cc40632 This fixes Benchmarks/Prolangs-C/unix-smail by Chris Lattner · 18 years ago
  83. 45d5788 Fix a bunch of llc-beta failures on x86 yesterday. Don't allow selection by Chris Lattner · 18 years ago
  84. cf8cb6d ok this really works :) by Chris Lattner · 18 years ago
  85. aa91978 Remove redundant include. by Devang Patel · 18 years ago
  86. 70c3537 Need to include Makefile.config to get the value of $(OS). Add a comment. by Chris Lattner · 18 years ago
  87. 294492b Enabling LTO building on Darwin only right now. This probably should be by Anton Korobeynikov · 18 years ago
  88. 0a20060 implement shl and sra by Rafael Espindola · 18 years ago
  89. 40f4ba5 Use __USER_LABEL_PREFIX__ to get the prefix added by the current host. by Chris Lattner · 18 years ago
  90. 4e30764 add the eor (xor) instruction by Rafael Espindola · 18 years ago
  91. f45c25f Missing tab by Jim Laskey · 18 years ago
  92. e246fd9 fix select.ll to always test a select node by Rafael Espindola · 18 years ago
  93. 5c2aa0a implement unconditional branches fix select.ll by Rafael Espindola · 18 years ago
  94. 6cec34e Generated isel should favors explicit constant operand (+2) over an operand with a predicate (+1). by Evan Cheng · 18 years ago
  95. fa12482 New test case. by Evan Cheng · 18 years ago
  96. 36978b9 Remove TEST64mr. It's same as TEST64rm since and is commutative. by Evan Cheng · 18 years ago
  97. 25ab690 Committing X86-64 support. by Evan Cheng · 18 years ago
  98. 1e5fb69 add powi intrinsics. by Chris Lattner · 18 years ago
  99. f4d252d new powi intrinsic by Chris Lattner · 18 years ago
  100. 6fe6084 We actually do support object file writing, so don't return true (error) by Nate Begeman · 18 years ago