1. 59a430f This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW & Cygwin. by Anton Korobeynikov · 14 years ago
  2. c5ed013 80 column cleanup. by Jim Grosbach · 14 years ago
  3. e5b5734 Sketch i386 relocations handling, from Roman Divacky. by Benjamin Kramer · 14 years ago
  4. 4bb862d Don't call Predicate_* methods directly from Sparc target. by Jakob Stoklund Olesen · 14 years ago
  5. 8708ead Add hook to examine an instruction referencing a frame index to determine by Jim Grosbach · 14 years ago
  6. 3edb904 explicitly handle no-op cases for clarity. Fixes clang warning. by Jim Grosbach · 14 years ago
  7. 299fbe3 Use the correct entry size for relocation entries, from Roman Divacky. by Benjamin Kramer · 14 years ago
  8. e008384 Move the decision logic whether it's a good idea to split a critical edge to clients. Also fixed an erroneous check. An edge is only a back edge when the from and to blocks are in the same loop. by Evan Cheng · 14 years ago
  9. fc8042a When rotating loops, put the original header at the bottom of the by Dan Gohman · 14 years ago
  10. 37e59c0 remove trailing whitespace by Jim Grosbach · 14 years ago
  11. 377a572 Differentiate between RELA and REL relocations, from Roman Divacky. by Benjamin Kramer · 14 years ago
  12. f955f29 Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid by Bob Wilson · 14 years ago
  13. 087fbeb Fix debug message. by Evan Cheng · 14 years ago
  14. 63e4ccb add some  's to a pre to avoid newlines being eaten by Chris Lattner · 14 years ago
  15. 1c034dc Use the getUniquePredecessor() utility function, instead of doing by Dan Gohman · 14 years ago
  16. eb97677 One baby step towards i386 ELF, from Roman Divacky. by Benjamin Kramer · 14 years ago
  17. 23e70eb fix emacs language spec's, patch by Edmund Grimley-Evans! by Chris Lattner · 14 years ago
  18. 83a82ac When creating a JIT, try to load the program so that we can resolve symbols by Nick Lewycky · 14 years ago
  19. 73c32f6 Revert r111230, we have to find a better place for the host-specific code. by Benjamin Kramer · 14 years ago
  20. 6ccd0da Fix failure of unittests/ExecutionEngine/JIT/MultiJITTest.cpp on by Chris Lattner · 14 years ago
  21. 8466efc Micro-optimize MCObjectWriter to do a byteswap if necessary and then write the by Benjamin Kramer · 14 years ago
  22. 755525a There is this new "LLVM" compiler that supports __builtin_bswap but thinks it's gcc 4.2. by Benjamin Kramer · 14 years ago
  23. 7aaf5bf Allow more cases of undef shuffle indices and add tests for them. by Bob Wilson · 14 years ago
  24. e1bcb44 Add an option to disable codegen prepare critical edge splitting. In theory, PHI elimination is already doing all (most?) of the splitting needed. But machine-licm and machine-sink seem to miss some important optimizations when splitting is disabled. by Evan Cheng · 14 years ago
  25. 44a2c34 Fix typo. by Eric Christopher · 14 years ago
  26. 0fe7d54 Copy over some overridden MI wrappers for ARM fast-isel. This is where by Eric Christopher · 14 years ago
  27. 97b9b97 PHI elimination should not break back edge. It can cause some significant code placement issues. rdar://8263994 by Evan Cheng · 14 years ago
  28. 922157c Remove predicate workaround, we're going to require that predicate by Eric Christopher · 14 years ago
  29. 038fea5 Make arm fast-isel possible to enable via command line. by Eric Christopher · 14 years ago
  30. 172d7d6 Try to silence a overeager GCC warning. by Benjamin Kramer · 14 years ago
  31. 368ae7e A round of minor cleanups for ELFObjectWriter. by Benjamin Kramer · 14 years ago
  32. 8f58a2e Add a testcase for svn 111208. by Bob Wilson · 14 years ago
  33. 4bb3eaf Fix another iterator invalidation that caused a *really* nasty miscompilation in 403.gcc. by Owen Anderson · 14 years ago
  34. ca5e47d Ignore undef shuffle indices when checking for a VTRN shuffle. Radar 8290937. by Bob Wilson · 14 years ago
  35. fecdea0 tidy up. remove unused local. by Jim Grosbach · 14 years ago
  36. 1f8aa7b Silence warnings and simplify code. Eliminate a 32/64 bit portability issue. by Benjamin Kramer · 14 years ago
  37. 3620ff9 The plural of analysis is analyses. by Dan Gohman · 14 years ago
  38. 65bffec Make dumpPassStructure be a PMDataManager abstraction, rather than by Dan Gohman · 14 years ago
  39. 4861ed6 Better handle alignment requirements for local objects in pre-regalloc frame by Jim Grosbach · 14 years ago
  40. dc66eda Generalize a pattern for PKHTB: an SRL of 16-31 bits will guarantee by Bob Wilson · 14 years ago
  41. b05b801 Convert test to FileCheck. by Bob Wilson · 14 years ago
  42. 9fb7d04 Make some of PMTopLevelManager's members non-public. In particular, by Dan Gohman · 14 years ago
  43. b85b31b Remove redundant inline keywords. by Dan Gohman · 14 years ago
  44. 7578ea8 Eliminate the TopLevelManagerType enum; instead, just make by Dan Gohman · 14 years ago
  45. bc1fb2b Comment out some broken/unused/useless instructions which mess up disassembly. by Eli Friedman · 14 years ago
  46. a44fa24 Fixes for generation of ELF relocations. Patch by Roman Divacky. by Eli Friedman · 14 years ago
  47. 321473d Don't attempt to SimplifyShortMoveForm in 64-bit mode. by Eli Friedman · 14 years ago
  48. 0b95fdb Until uleb/sleb are MC-ized, add a hack to make them work with ELF object by Eli Friedman · 14 years ago
  49. f8020a3 Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter. by Eli Friedman · 14 years ago
  50. 3565a06 Add ELF ObjectWriter and Streamer support. by Matt Fleming · 14 years ago
  51. 453db50 Hookup ELF support for X86. by Matt Fleming · 14 years ago
  52. 6b2e257 Add ELF ObjectWriter and Streamer support. by Matt Fleming · 14 years ago
  53. a8bf473 Layout helper function. by Matt Fleming · 14 years ago
  54. 6c8b3d2 Record a symbol's size which is needed for ELF symbol tables. by Matt Fleming · 14 years ago
  55. 3e09669 ELF entry size support. by Matt Fleming · 14 years ago
  56. 22f5dc7 Rename sat_shift operand to shift_imm, in preparation for using it for other by Bob Wilson · 14 years ago
  57. de78f05 Partially revert r111155. It looks like MSVC is calling an operator<() that by Jakob Stoklund Olesen · 14 years ago
  58. 6324934 track local frame size in MFI, not local to the pass, since PEI needs it. by Jim Grosbach · 14 years ago
  59. 7d0e3c0 Revert r111031. The way LLVM defines loop invariance, the property of an by Dan Gohman · 14 years ago
  60. 5ba3e4d Remove unused functions. by Jakob Stoklund Olesen · 14 years ago
  61. a649ab5 Remove unused functions. by Jakob Stoklund Olesen · 14 years ago
  62. 45cdd7f Remove unused code. by Bob Wilson · 14 years ago
  63. e269ead Convert a test to use FileCheck. by Bob Wilson · 14 years ago
  64. 081ad68 Placate overzealous compiler warnings. by Dan Gohman · 14 years ago
  65. 1895991 To create a copy of a SmallVector with an element removed from the by Dan Gohman · 14 years ago
  66. 0ab754b Install Embedded builds into usr/local. Radar 8313723. by Bob Wilson · 14 years ago
  67. abf8f9c silence a vc2010 warning: " result of 32-bit shift implicitly converted to by Chris Lattner · 14 years ago
  68. 0c5e95d Tidy whitespace. by Dan Gohman · 14 years ago
  69. 619d332 Add a comment. by Dan Gohman · 14 years ago
  70. 8d9c7a6 Use const_iterator in a few places. by Dan Gohman · 14 years ago
  71. 2d16fc5 Use iterators instead of indices in a few more places. by Dan Gohman · 14 years ago
  72. e28d792 Micro-optimize SCEVConstant comparison. by Dan Gohman · 14 years ago
  73. 2f199f9 Move SCEVNAryExpr's virtual member functions out of line, and convert by Dan Gohman · 14 years ago
  74. bb85409 Use iterators instead of indices in simple cases. by Dan Gohman · 14 years ago
  75. c4f7798 Avoid gratuitous inefficiency in ifndef NDEBUG code. by Dan Gohman · 14 years ago
  76. d3f171d Make one getAddExpr call when analyzing a+b+c+d+e+... instead of one by Dan Gohman · 14 years ago
  77. 57560da Delete an unused function. by Dan Gohman · 14 years ago
  78. 3e22b7c Instead of having CollectSubexpr's categorize operands as interesting or by Dan Gohman · 14 years ago
  79. 4065f60 Put add operands in ScalarEvolution-canonical order, when convenient. by Dan Gohman · 14 years ago
  80. aadb5f5 Specialize FoldingSetTrait<SCEV>, providing implementations of node by Dan Gohman · 14 years ago
  81. 3063410 Add hooks to FoldingSetTrait to allow specializations to provide by Dan Gohman · 14 years ago
  82. 0ba422b Tidy up whitespace in comments. by Dan Gohman · 14 years ago
  83. 1878aba Constify FoldingSetNodeIDRef's Data. by Dan Gohman · 14 years ago
  84. 6616f7e Reverse the order of GetNodeProfile's arguments, for consistency by Dan Gohman · 14 years ago
  85. 83fb63d Fix indentation in example code in a comment. by Dan Gohman · 14 years ago
  86. ebd9923 Avoid #include <ScalarEvolution.h> in LoopSimplify.cpp, which doesn't by Dan Gohman · 14 years ago
  87. 7a49943 Instead, teach SimplifyCFG to trim non-address-taken blocks from by Dan Gohman · 14 years ago
  88. 9883b95 Revert r111058, the lint check for indirectbr successors that aren't by Dan Gohman · 14 years ago
  89. bde87c4 Test expects SSE, give him SSE. by Benjamin Kramer · 14 years ago
  90. 91e0d7d Updated LLVMLibDeps.cmake by Oscar Fuentes · 14 years ago
  91. 99f918c CMake: Improved COMMENT on a custom command by Oscar Fuentes · 14 years ago
  92. 1d81e0e Restore arch on these test, they fail on arm. by Benjamin Kramer · 14 years ago
  93. a01818c Mark as XFAIL on darwin 8. PR 7886. by Dale Johannesen · 14 years ago
  94. a1f60b8 Updated the GenLibDeps -> LLVMLibDeps.cmake transformation example. by Oscar Fuentes · 14 years ago
  95. 8c8b9ee Revert r111082. No warnings for this common pattern. by Argyrios Kyrtzidis · 14 years ago
  96. 0b63f37 Update tests. by Mikhail Glushenkov · 14 years ago
  97. 4b643c0 Regenerate. by Mikhail Glushenkov · 14 years ago
  98. b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
  99. c0b2a20 Rework how the non-sse2 memory barrier is lowered so that the by Eric Christopher · 14 years ago
  100. 7268d97 Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argyrios Kyrtzidis · 14 years ago