1. d17d74b raw_ostream: Rework implementation of unbuffered streams so outputting by Daniel Dunbar · 16 years ago
  2. 6b23339 Fix a debug info dependency in jump threading. by Dale Johannesen · 16 years ago
  3. 89a66a9 raw_ostream: Replace flush_impl with write_impl, which takes data to by Daniel Dunbar · 16 years ago
  4. cf2a2c6 raw_ostream: Lift out flush_nonempty. by Daniel Dunbar · 16 years ago
  5. 4752bd3 CMake: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be by Douglas Gregor · 16 years ago
  6. b451a0c Make raw_ostream::operator<<(const void *) fast; it doesn't matter but by Daniel Dunbar · 16 years ago
  7. de75d7f Add slow path for single character write, and use exclusively for by Daniel Dunbar · 16 years ago
  8. af3f544 CMake: Make sure to build TableGen'd files in the binary directory by Douglas Gregor · 16 years ago
  9. db14d63 --- Reverse-merging (from foreign repository) r67049 into '.': by Bill Wendling · 16 years ago
  10. dfec24c Tweak the fix for PR3784: be less sensitive about just by Duncan Sands · 16 years ago
  11. 6e1d147 CellSPU: by Scott Michel · 16 years ago
  12. 56cb12c change this to test for an alias result more directly. by Chris Lattner · 16 years ago
  13. 41e04be Add TGSourceMgr.cpp to CMake build, sort lines by Douglas Gregor · 16 years ago
  14. 98ea463 This causes incorrect stack frame allocation when the last object is an array allocated on the stack which would lead by Bruno Cardoso Lopes · 16 years ago
  15. 5717488 Simplify. "Broken" is always true here. by Nick Lewycky · 16 years ago
  16. 34a4086 Remove obviously redundant call. by Nick Lewycky · 16 years ago
  17. 420dd37 Give the pre-alloc splitter access to the VirtRegMap. It doesn't do anything by Owen Anderson · 16 years ago
  18. b24e6c4 Add a replacement for 2009-02-12-GEPNoalias.ll that works without -debug. by Nick Lewycky · 16 years ago
  19. c131793 Apply a patch by Micah Villmow to fix AsmParser to accept vector by Dan Gohman · 16 years ago
  20. 8d8ba38 Fix Clang build for srcdir != objdir by Sebastian Redl · 16 years ago
  21. 1119552 Add support for generating Clang diagnostic defs to Makefile.rules. by Sebastian Redl · 16 years ago
  22. e6fd52e Add TableGen syntax highlighting for the jEdit editor. by Sebastian Redl · 16 years ago
  23. 318f505 Add a testcase that covers a wide variety of ABI isel cases. by Dan Gohman · 16 years ago
  24. 72bb0a6 Use %rip-relative addressing on x86-64 whenever practical, as by Dan Gohman · 16 years ago
  25. 9a49d31 Don't forego folding of loads into 64-bit adds when the other by Dan Gohman · 16 years ago
  26. cfbf05e Add newlines at end of file (this can annoy gcov) by Daniel Dunbar · 16 years ago
  27. 0b7a786 Avoid doing the transformation c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4 by Mon P Wang · 16 years ago
  28. d00d2fe Add a few more ptrtoint/inttoptr cast tests. by Dan Gohman · 16 years ago
  29. 474d3b3 Improve FastISel's handling of truncates to i1, and implement by Dan Gohman · 16 years ago
  30. 4425240 Fix -strip-debug-declare to work when there are by Dale Johannesen · 16 years ago
  31. fc0b80d Fix PR3784: If the source of a phi comes from a bb ended with an invoke, make sure the copy is inserted before the try range (unless it's used as an input to the invoke, then insert it after the last use), not at the end of the bb. by Evan Cheng · 16 years ago
  32. 557f7f8 Add (hidden) TableGen command option '-clang-component' which specifies the by Ted Kremenek · 16 years ago
  33. 04a847e Add initial implementation of a TableGen backend for converting Clang-warnings by Ted Kremenek · 16 years ago
  34. 02475f1 Further constify Record::isSubClassOf. by Ted Kremenek · 16 years ago
  35. 7ac01d9 Fix test case. Now, llvm-gcc emits debug info for artificiaal variable _comp_ctor. by Devang Patel · 16 years ago
  36. d52ec65 Fix a hashing bug in APInt. A certain pathological testcase (too by Stuart Hastings · 16 years ago
  37. 7f3b28a Fix escaping in asm string literals correctly by having tblgen unescape by Chris Lattner · 16 years ago
  38. e023bb6 add a horrible hack to fix the build. by Chris Lattner · 16 years ago
  39. 9a507cd Revert r66920. It was causing failures in the self-hosting buildbot (in release by Bill Wendling · 16 years ago
  40. ea9f4df add support for a few simple escape characters in tblgen strings. by Chris Lattner · 16 years ago
  41. 55a07b2 Add ENABLE_COVERAGE, for building a +Coverage (gcov) configuration. by Daniel Dunbar · 16 years ago
  42. 14ea1ec Fix FastISel's assumption that i1 values are always zero-extended by Dan Gohman · 16 years ago
  43. 7150371 remove a test that depends on -debug. by Chris Lattner · 16 years ago
  44. faad773 remove a testcase that depends on -debug existing. by Chris Lattner · 16 years ago
  45. 520ebe6 add 8 and 16 bit TLS moves. add a fixme note on how to remove code duplication. by Rafael Espindola · 16 years ago
  46. d1c135c One more place where debug info affects codegen. by Dale Johannesen · 16 years ago
  47. 17548b1 Test case for rev. 66925 by Devang Patel · 16 years ago
  48. 9b922aa Improve sext and zext of TLS variables. by Rafael Espindola · 16 years ago
  49. b14cda3 Second installment of "BasicBlock operands to the back" changes. by Gabor Greif · 16 years ago
  50. 6dc3a8f remove a buggy test, it is not ok to use -debug in RUN line. by Chris Lattner · 16 years ago
  51. 44ceb8a generalize this code so that fast isel handles integer truncates to i1, which by Chris Lattner · 16 years ago
  52. a14b1de add a new TGError class and use it to propagate location info with by Chris Lattner · 16 years ago
  53. 7b9ffe4 give each Record a location. by Chris Lattner · 16 years ago
  54. 1c8ae59 make "locations" a class instead of a typedef. by Chris Lattner · 16 years ago
  55. d9c9bf7 Update these for the 2.5 release. by Duncan Sands · 16 years ago
  56. 105be5a These instructions have special lowering that may lower them to SSE by Bill Wendling · 16 years ago
  57. 1d876b7 Unbreak build, bring in std::string for GCC 4.3 by Argyrios Kyrtzidis · 16 years ago
  58. 1606e8e Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. by Evan Cheng · 16 years ago
  59. 79a5cef Unbreak build. by Evan Cheng · 16 years ago
  60. aa739d2 split buffer management and diagnostic printing out of the tblgen by Chris Lattner · 16 years ago
  61. 49c8aa0 Convert VirtRegMap to a MachineFunctionPass. by Owen Anderson · 16 years ago
  62. cee56e7 generalize the previous code to use the full generality of LEA by Chris Lattner · 16 years ago
  63. 97a29a5 optimize the case of cond ? 42 : 41 and friends. This compiles the example to: by Chris Lattner · 16 years ago
  64. 0582ae9 Oops...I committed too much. by Bill Wendling · 16 years ago
  65. c7a09ab Temporarily XFAIL this test. by Bill Wendling · 16 years ago
  66. 77502c9 Enhance address-mode folding of ISD::ADD to handle cases where the by Dan Gohman · 16 years ago
  67. 990afed Fix one more place where debug info affected codegen (speculative execution). by Dale Johannesen · 16 years ago
  68. ee167a7 just initialize the first element, we don't need to set the rest to zeros. by Chris Lattner · 16 years ago
  69. 807926a Eliminate a 9640 byte static mutable initialized data item by moving it by Chris Lattner · 16 years ago
  70. e213f3f static functions don't need an anonymous namespace. by Chris Lattner · 16 years ago
  71. b398fca Fix a typo in a comment. by Dan Gohman · 16 years ago
  72. 8483e54 Previous debug info fix to this code wasn't quite by Dale Johannesen · 16 years ago
  73. 7e07c00 cosmetic change, in preparation of future change by Gabor Greif · 16 years ago
  74. 379e15e Add this test back. by Evan Cheng · 16 years ago
  75. bcf8ea9 raw_ostream: unbuffered streams weren't being immediately flushed on by Daniel Dunbar · 16 years ago
  76. 58256f8 Revert commit 66140 since it caused several failures by Duncan Sands · 16 years ago
  77. 87af5f0 Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries. by Scott Michel · 16 years ago
  78. c81f544 There already was a class to force deterministic by Dale Johannesen · 16 years ago
  79. 85cdfad Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory by Bob Wilson · 16 years ago
  80. ae5a20a Rearrange operands of the BranchInst, to be able to by Gabor Greif · 16 years ago
  81. a065200 Re-apply 66024 with fixes: 1. Fixed indirect call to immediate address assembly. 2. Fixed JIT encoding by making the address pc-relative. by Evan Cheng · 16 years ago
  82. 80b8a62 Another missing check for debug intrinsics. by Dale Johannesen · 16 years ago
  83. 40a07a4 Fully initialize all ivars, fixing PR3790, patch by Edwin Torok! by Chris Lattner · 16 years ago
  84. 826af20 Typo. by Evan Cheng · 16 years ago
  85. 0b220d0 Fix test after Chris' select changes. by Evan Cheng · 16 years ago
  86. 1aeac02 Adjust this test for recent sroa improvements. by Duncan Sands · 16 years ago
  87. 6a65f42 add some text to explain sentinels by Gabor Greif · 16 years ago
  88. 0cbcabe minor tweaks by Gabor Greif · 16 years ago
  89. 0ff4e21 Reorganize some #include's. by Owen Anderson · 16 years ago
  90. d1980a5 Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" by Chris Lattner · 16 years ago
  91. 2b9f434 improve comment. by Chris Lattner · 16 years ago
  92. 8042255 Enable Chris' value propagation change. It make available known sign, zero, one bits information for values that are live out of basic blocks. The goal is to eliminate unnecessary sext, zext, truncate of values that are live-in to blocks. This does not handle PHI nodes yet. by Evan Cheng · 16 years ago
  93. 536e667 On x86, if the only use of a i64 load is a i64 store, generate a pair of double load and store instead. by Evan Cheng · 16 years ago
  94. 1285295 add no-unwind, remove duplicate run line. by Chris Lattner · 16 years ago
  95. 7a15c8f add nounwinds by Chris Lattner · 16 years ago
  96. a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 16 years ago
  97. fb13881 Regenerate. by Nick Lewycky · 16 years ago
  98. 8bc0803 Set ARCH to x86 on mixed 32/64-bit Linux systems. by Nick Lewycky · 16 years ago
  99. 054401b Forgot to check-in this as part of 7761. by Sanjiv Gupta · 16 years ago
  100. d076570 Banksel optimization is now based on the section names of symbols, since the symbols in one section will always be put into one bank. by Sanjiv Gupta · 16 years ago