1. 1c29357 Read Makefile.config before using LLVMGCC. by Andreas Neustifter · 15 years ago
  2. 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 15 years ago
  3. 6f9bb6f Short-term workaround for frame-related weirdness on win64. by Anton Korobeynikov · 15 years ago
  4. 1cb2de3 rm needs -f by Torok Edwin · 15 years ago
  5. 0debb15 Remove the llvmprof.out from the test output, otherwise running by Torok Edwin · 15 years ago
  6. 6ef116d Preparation for Optimal Edge Profiling: by Andreas Neustifter · 15 years ago
  7. 1896727 Remove profiling output file because two consecutive runs of make check give by Andreas Neustifter · 15 years ago
  8. cf4f719 Removed unnecessary file creation during test. by Andreas Neustifter · 15 years ago
  9. 82fdced Pulled all tests into one test. Removed some redundant tests. Rename. by Andreas Neustifter · 15 years ago
  10. 19bb87d Fix -Asserts warning, round two. by Daniel Dunbar · 15 years ago
  11. 8c3eaf4 llvm-mc: .lsym is more unsupported than unimplemented, pending a use case appearing. by Daniel Dunbar · 15 years ago
  12. 8f4d146 llvm-mc: Support .comm emission. by Daniel Dunbar · 15 years ago
  13. d17479e Print a nl before pic labels so they start at a new line. This makes assembly more readable. by Evan Cheng · 15 years ago
  14. 79331b2 Since all std::cout is gone, also remove iostream include. by Andreas Neustifter · 15 years ago
  15. 798261c Readded test from r79615, this tests the complete profiling tool chain. Furhter by Andreas Neustifter · 15 years ago
  16. d5a8e98 llvm-mc: Support .zerofill emission. by Daniel Dunbar · 15 years ago
  17. edc670f llvm-mc: Tweak section alignment and size computation to match 'as' closer. by Daniel Dunbar · 15 years ago
  18. 0f5fa69 llvm-mc: Factor getSectionData out of SwitchSection. by Daniel Dunbar · 15 years ago
  19. e6cdbf2 llvm-mc: Emit .lcomm as .zerofill. by Daniel Dunbar · 15 years ago
  20. 2e15292 llvm-mc: Unique zero fill sections. by Daniel Dunbar · 15 years ago
  21. 8751b94 llvm-mc: Add const to EmitZeroFill section argument. by Daniel Dunbar · 15 years ago
  22. 6c31b05 llvm-mc: Fix thinko in emitting values. by Daniel Dunbar · 15 years ago
  23. eccf225 Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns the by Daniel Dunbar · 15 years ago
  24. ca79432 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  25. cc0a029 finish a half formed thought :) by Chris Lattner · 15 years ago
  26. 5a8969a Another NO_RUNTIME_LIBRARIES tweak... by Daniel Dunbar · 15 years ago
  27. 53339fd Tweak NO_RUNTIME_LIBS. by Daniel Dunbar · 15 years ago
  28. b80e1ab Mark Andersen's as experimental. by Chris Lattner · 15 years ago
  29. de64894 Fix PR3913, patch by Jakub Staszak! by Chris Lattner · 15 years ago
  30. 0e87e23 v4, v5 does not support sxtb / sxth. by Evan Cheng · 15 years ago
  31. 98dd4e6 Disable optional bindings for Apple-style builds. by Bob Wilson · 15 years ago
  32. 20a709f Revert 76080. This broke some powerpc cross compiles. by Bob Wilson · 15 years ago
  33. bdee6df Revert r80305, I forgot a dependent change. by Daniel Dunbar · 15 years ago
  34. a1ba269 Closure is a very generic name. Use AppleBlock instead. by Devang Patel · 15 years ago
  35. 58b5068 llvm-mc: Unique sections in .zerofill. by Daniel Dunbar · 15 years ago
  36. 7362ce0 eliminate all 80-col violations that I have introduced in my recent checkins (and some others more) by Gabor Greif · 15 years ago
  37. b562b47 Don't build runtime libraries in an Apple style build. by Daniel Dunbar · 15 years ago
  38. 0c80be5 Revert 80278 for now, it caused a lot of MIPS tests to fail by Bruno Cardoso Lopes · 15 years ago
  39. dcace5c Revamp our friend Mips :) by Bruno Cardoso Lopes · 15 years ago
  40. a4c5c33 Don't mark CMOV_GR8 as two-address, or commutable, since it's a pseudo. by Dan Gohman · 15 years ago
  41. a01a80f Adjust the MachineBasicBlock verifier rules to be more by Dan Gohman · 15 years ago
  42. f83a5de Add FIXME for when we support more specific XMM registers. by Eric Christopher · 15 years ago
  43. fd17929 Nuke trailing whitespace. by Eric Christopher · 15 years ago
  44. aae87cd Use stripPointerCasts instead of doing the same manually. by Dan Gohman · 15 years ago
  45. c75cd15 Minor code simplification. by Dan Gohman · 15 years ago
  46. aac1bfb Teach getUnderlyingObject and skipPointerCasts about GlobalAliases. by Dan Gohman · 15 years ago
  47. 1af0513 Be somewhat more consistent about const qualifiers. by Dan Gohman · 15 years ago
  48. 5753a4a Global Aliases are not identifiable objects. by Dan Gohman · 15 years ago
  49. 846a2f2 Handle TargetData with const. by Dan Gohman · 15 years ago
  50. 0aeed04 Strip trailing whitespace from blank lines. by Dan Gohman · 15 years ago
  51. 4c75054 re-apply r80197, now that iterator.h is not mentioned any more by Gabor Greif · 15 years ago
  52. b5fb428 Hopefully the final missing part :( scalar_to_vector is fully legal now by Anton Korobeynikov · 15 years ago
  53. b5cdf87 Forgot about actual change :) by Anton Korobeynikov · 15 years ago
  54. 2a82a7a scalar_to_vector is fully legal now (implemented as subreg accesses) by Anton Korobeynikov · 15 years ago
  55. 8cf476b Remove an entry from ValueMap before removing elements. by Devang Patel · 15 years ago
  56. 3a0f1b3 Ok, sometimes it's profitable to turn scalar_to_vector stuff into subreg access. by Anton Korobeynikov · 15 years ago
  57. fdf189a Transform float scalar_to_vector into subreg accesses. by Anton Korobeynikov · 15 years ago
  58. bf16f1d STRD and LDRD require ARMv5TE, not just ARMv5T. by Misha Brukman · 15 years ago
  59. 6205048 Inverse logic to increase portability. by Benjamin Kramer · 15 years ago
  60. 1eb6baa To make mcc16 run correctly on mac. by Sanjiv Gupta · 15 years ago
  61. 4fac749 llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. by Daniel Dunbar · 15 years ago
  62. 7168a7d llvm-mc/X86: Implement single instruction encoding interface for MC. by Daniel Dunbar · 15 years ago
  63. a356aea llvm-mc: Print encodings after the instruction, and only when we have an asm by Daniel Dunbar · 15 years ago
  64. 1ca3a0b X86: Mark EH_RETURN as code-gen-only. by Daniel Dunbar · 15 years ago
  65. 4b770c2 Add {MCInst,MCOperand}::{print,dump} by Daniel Dunbar · 15 years ago
  66. f2f6b0c llvm-mc: Only show instruction encodings with --show-encoding. by Daniel Dunbar · 15 years ago
  67. 1e1de49 the buildbots revealed one more breakage. fix. (why didn't I see this?) by Gabor Greif · 15 years ago
  68. f0891be Clean up the minor mess I caused with removing iterator.h. I shall take care of 80-col violations and the FIXME later. (Thanks goodness that I live in another continent, so the monkeypox did not strike me :-) by Gabor Greif · 15 years ago
  69. 199ba42 Implement a new optimization in the inliner: if inlining multiple by Chris Lattner · 15 years ago
  70. ff517d1 the inliner shouldn't crash on this. by Chris Lattner · 15 years ago
  71. b1126e6 For now, only run MC tests if X86 is configured. by Daniel Dunbar · 15 years ago
  72. 5082ad6 This is passing for PPC on Mac OS X. by Bill Wendling · 15 years ago
  73. 0141739 Revert accidental commit. by Bill Wendling · 15 years ago
  74. 29f42ae unbreak the build, yay for symlinks + makefiles. :( by Chris Lattner · 15 years ago
  75. 12f0bab reduce header #include'age by Chris Lattner · 15 years ago
  76. 8f2718f enhance InlineFunction to be able to optionally return by Chris Lattner · 15 years ago
  77. ec1bea0 smallvectorize the list of returns built by CloneAndPruneFunctionInto. by Chris Lattner · 15 years ago
  78. 597ef10 remove CloneTrace, which appears to be dead since 2004. by Chris Lattner · 15 years ago
  79. 135755d reduce inlining factor some stuff out to a static helper function, by Chris Lattner · 15 years ago
  80. 639217c Revert accidental commit. by Bill Wendling · 15 years ago
  81. fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 15 years ago
  82. 2792059 Add some checks for MachineCFG consistency. Use AnalyzeBranch and by Dan Gohman · 15 years ago
  83. 7008087 Update CMake by Daniel Dunbar · 15 years ago
  84. 04baf90 llvm-mc: Tweak MCCodeEmitter skeleton. by Daniel Dunbar · 15 years ago
  85. 5b78d50 Initialize the PoisonMemory member before initializing by Dan Gohman · 15 years ago
  86. cdbb3f5 Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which cannot fold any immediate offset. by Evan Cheng · 15 years ago
  87. 8dcf700 Add missing declarations. by Daniel Dunbar · 15 years ago
  88. 4a0abd8 Sketch TargetRegistry support for MCCodeEmitter abstract interface. by Daniel Dunbar · 15 years ago
  89. 81e4000 Try to make MSVC just a little happier. by Daniel Dunbar · 15 years ago
  90. 7e7f06e X86FastISel support for loading and storing values of type i1. by Dan Gohman · 15 years ago
  91. cbbea0f Expand i8 selects into control flow instead of 16-bit conditional by Dan Gohman · 15 years ago
  92. c42afd7 now that include/llvm/ADT/iterator.h.in is not attempted to be built, its prerequisite can go away too by Gabor Greif · 15 years ago
  93. 16df208 Simplify. by Daniel Dunbar · 15 years ago
  94. 6047515 Regenerate configure by Douglas Gregor · 15 years ago
  95. c403995 eliminate references to ADT/iterator.h by Gabor Greif · 15 years ago
  96. 4eebf0b Make this into a static method. by Owen Anderson · 15 years ago
  97. fd87e6a Fix bad length argument to substr calls. Apparently I'm the first one to by Bob Wilson · 15 years ago
  98. 7c0a334 llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text by Daniel Dunbar · 15 years ago
  99. 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 15 years ago
  100. c33e696 De-bork CMake build by Douglas Gregor · 15 years ago