1. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  2. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  3. c91dc67 Simplify the targetdata ctor by not passing in a "targetname" which is always by Chris Lattner · 18 years ago
  4. acbc07a Remove ctor with each piece specifyable (which causes overload ambiguities), by Chris Lattner · 18 years ago
  5. a827953 Only count instructions as code size, not constant pools and other per-function stuff. by Chris Lattner · 18 years ago
  6. 276f4b5 Simplify interpreter construction. by Chris Lattner · 18 years ago
  7. 7c1fb5f Document the subtarget features better, make sure that 64-bit mode, 64-bit by Chris Lattner · 18 years ago
  8. a7a5854 Rename some subtarget features. A CPU now can *have* 64-bit instructions, by Chris Lattner · 18 years ago
  9. 6557f18 apple's compiler works too by Chris Lattner · 18 years ago
  10. 5f7a8d4 PR# not associated with XFAIL by Jim Laskey · 18 years ago
  11. 30d0250 debug info is alive again by Jim Laskey · 18 years ago
  12. 88a9625 This test isn't implemented yet by Chris Lattner · 18 years ago
  13. c269c52 Add a error message to cbu to match bu by Andrew Lenharth · 18 years ago
  14. 73a38a9 move header by Andrew Lenharth · 18 years ago
  15. 76a015e add decimal form of LLVMDebugVersion by Jim Laskey · 18 years ago
  16. 7089f45 1. Revise vector debug support. by Jim Laskey · 18 years ago
  17. 21abac2 More libcall transformations: by Evan Cheng · 18 years ago
  18. 9528952 Simplify fprintf(file, "%s", str) to fputs(str, file). by Evan Cheng · 18 years ago
  19. 94de9a8 First baby step towards ppc64 support. This adds a new -march=ppc64 backend by Chris Lattner · 18 years ago
  20. 1127315 Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll by Chris Lattner · 18 years ago
  21. 76591ca New testcase, the linker is not merging alignments right. by Chris Lattner · 18 years ago
  22. dc6830f Only print the stack trace if it was requested. Previously, any call into by Reid Spencer · 18 years ago
  23. 44500e3 Teach the local allocator to know that live-in values (e.g. arguments) are by Chris Lattner · 18 years ago
  24. 8e173de Add a note that Nate noticed. by Chris Lattner · 18 years ago
  25. f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 18 years ago
  26. d5a932b Was pointed out that structure alignment and type alignment are not the same by Jim Laskey · 18 years ago
  27. e4808ed Make sure global doubles and vectors are aligned properly. by Jim Laskey · 18 years ago
  28. 1f2d22a Add some more matcher classes for shifts. by Chris Lattner · 18 years ago
  29. afe91a5 Implement Transforms/InstCombine/bswap.ll, turning common shift/and/or bswap by Chris Lattner · 18 years ago
  30. c0ea233 new testcase, instcombine should turn these into llvm.bswap intrinsics. by Chris Lattner · 18 years ago
  31. 9ec2c3d Fix building on case-sensitive file systems, grr :) by Chris Lattner · 18 years ago
  32. 68464b7 Actually add instructions to the list of defined values so it gets by Reid Spencer · 18 years ago
  33. 35f8c20 Alignment of globals has not been quite right. Needed to drop the pointer type by Jim Laskey · 18 years ago
  34. 31f7be9 Vector extract / insert index operand should have ptr type. by Evan Cheng · 18 years ago
  35. a7dc4a5 Type of extract_element index operand should be iPTR. by Evan Cheng · 18 years ago
  36. 015188f Type of vector extract / insert index operand should be iPTR. by Evan Cheng · 18 years ago
  37. a844126 Consistency. EXTRACT_ELEMENT index operand should have ptr type. by Evan Cheng · 18 years ago
  38. a9767f6 Assert. Rather than silently stop printing. by Evan Cheng · 18 years ago
  39. f4432fa Avoid undesirable behavior when assert is not enabled. by Evan Cheng · 18 years ago
  40. 8d3af5e Instructions with variable operands (variable_ops) can have a number required by Evan Cheng · 18 years ago
  41. d7c2c86 Allow more use of iPTR in patterns. by Evan Cheng · 18 years ago
  42. fae2994 X86 call instructions can take variable number of operands. Parameters of by Evan Cheng · 18 years ago
  43. e945f4d Added support for variable_ops. by Evan Cheng · 18 years ago
  44. 4b5a352 add a note by Chris Lattner · 18 years ago
  45. ca0173b new testcase, not currently working. by Chris Lattner · 18 years ago
  46. bc6b86a Fix support for optional input flag. by Evan Cheng · 18 years ago
  47. b69d113 Add argument registers to the end of call operand list (partial fix). by Evan Cheng · 18 years ago
  48. ed4e566 Change versioning to per debug info descriptor (merged with tag.) by Jim Laskey · 18 years ago
  49. 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 18 years ago
  50. f7a1212 Fix Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll, a loop unswitch by Chris Lattner · 18 years ago
  51. 2c54676 new testcase, distilled from povray by Chris Lattner · 18 years ago
  52. 90245d4 When asked not to delete useless PHIs, really don't delete them, no matter how by Owen Anderson · 18 years ago
  53. 13a68e4 Use the PotDoms map to memoize 'dominating value' lookup. With this patch, by Chris Lattner · 18 years ago
  54. 50c997e getOperandNum(): error if specified operand number is out of range. by Evan Cheng · 18 years ago
  55. 8b92d0c Fix another instance where PHI nodes need special treatment. by Owen Anderson · 18 years ago
  56. 3cc86cc Update isLCSSAForm to handle PHI nodes specially for live-out detection. This by Owen Anderson · 18 years ago
  57. c8aba85 I am sure I had commited this workaround before. Perhaps soon I should sort it all out by Andrew Lenharth · 18 years ago
  58. 7be3f1e Fix a bug that was causing major slowdowns in povray. This was due to LCSSA by Owen Anderson · 18 years ago
  59. 0e4dd01 It really helps to be returning to the correct place by Andrew Lenharth · 18 years ago
  60. c4fa603 Port some bugfixes in shift handling from SimplifyDemandedBits over to by Chris Lattner · 18 years ago
  61. 209f437 My original test case was bogus. Reverting to crasher case. by Jim Laskey · 18 years ago
  62. df1530a Tests to make sure that ComputeMaskedBits discards bits for shifts. by Jim Laskey · 18 years ago
  63. 9bfa2dc TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts. by Jim Laskey · 18 years ago
  64. 004fb92 Cygwin support: use _alloca to allocate stack if > 4k. Patch by Anton Korobeynikov. by Evan Cheng · 18 years ago
  65. 9686ae7 Teach bugpoint to kill optimization passes that run over the timeout limit, by Chris Lattner · 18 years ago
  66. 81c01f0 Decribe the "implementation" keyword. by Chris Lattner · 18 years ago
  67. e67304f Gaar! Don't use r11 for CR save/restore, use R0. R11 can be register by Chris Lattner · 18 years ago
  68. b47e089 Fix spilling and reloading of CR regs to reload the right values. This fixes by Chris Lattner · 18 years ago
  69. 6edf399 Reapply my 6/9 changes. The bug Evan saw no longer occurs. by Owen Anderson · 18 years ago
  70. 7f2e1dd Fix an infinite loop on Transforms/SimplifyCFG/2006-06-12-InfLoop.ll by Chris Lattner · 18 years ago
  71. b2035f2 TEstcase that makes simplifycfg infloop. by Chris Lattner · 18 years ago
  72. f6dc20f Add a new -compileflags options, remove old externals location specifiers. by Chris Lattner · 18 years ago
  73. a3bb86d Make sure to update the CFG correctly if a switch only has a default dest. by Chris Lattner · 18 years ago
  74. 1398421 New testcase that crashes llc by Chris Lattner · 18 years ago
  75. f2b806a Let the alpha breakage begin. First Formals and RET. next Calls by Andrew Lenharth · 18 years ago
  76. 232c910 Start on my todo list by Andrew Lenharth · 18 years ago
  77. 337c4ad6 lower more then 4 formal arguments. The offset is currently hard coded. by Rafael Espindola · 18 years ago
  78. 3d2aa47 Fix for 2006-06-26-MultipleExitsSingleBlock. by Owen Anderson · 18 years ago
  79. b083af6 Make sure that LCSSA works properly when it encounters an exit block that has by Owen Anderson · 18 years ago
  80. c2cc15c Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts. by Owen Anderson · 18 years ago
  81. b9b2b30 Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others). by Evan Cheng · 18 years ago
  82. 31d1a2c Add a missing assertion that would have helped out Reid by Chris Lattner · 18 years ago
  83. cf00631 Work around a nasty tblgen bug where it doesn't add operands for varargs by Chris Lattner · 18 years ago
  84. 4a45abf Fix a problem exposed by the local allocator. CALL instructions are not marked by Chris Lattner · 18 years ago
  85. 11bcd28 Wrap to 80 cols by Chris Lattner · 18 years ago
  86. 629e487 After telling GCC to type of the input file with -x asm/-x c, switch back to by Chris Lattner · 18 years ago
  87. 2fafaf1 Don't pull in environ, not always safe. Global variables are bad anyway. by Evan Cheng · 18 years ago
  88. fcaf345 Add LCSSA as a requirement for LoopUnswitch, and assert that LoopUnswitch preserves by Owen Anderson · 18 years ago
  89. f25c19c Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert by Owen Anderson · 18 years ago
  90. e5e228d Comments to appease sabre. by Evan Cheng · 18 years ago
  91. b12223e Minor compilation speed improvement. by Evan Cheng · 18 years ago
  92. 86c75d3 RewriteExpr, either the new PHI node of induction variable or the by Evan Cheng · 18 years ago
  93. a452932 Update some comments, and expose LCSSAID in preparation for having other passes by Owen Anderson · 18 years ago
  94. 0c48fd4 Fix X86/inline-asm.ll:test2, a case where an input value was implicitly by Chris Lattner · 18 years ago
  95. 586e653 Add new testcase by Chris Lattner · 18 years ago
  96. cf752aa Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes by Chris Lattner · 18 years ago
  97. 5591c51 New testcase, using "AX" as i32. by Chris Lattner · 18 years ago
  98. ab4d9b0 Squelch a warning about signed/unsigned. by Reid Spencer · 18 years ago
  99. c0bad57 Add support for "m" inline asm constraints. by Chris Lattner · 18 years ago
  100. fd561cd Fix an assert-on-inline-inline-asm bug. by Chris Lattner · 18 years ago