1. 6d600da Make Win32's header file name lower for cross build on case-sensitive filesystem. by NAKAMURA Takumi · 14 years ago
  2. 325610b LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else. by Oscar Fuentes · 14 years ago
  3. ba6ac91 Add the tablegenned files to the `clean' target. by Oscar Fuentes · 14 years ago
  4. 92e9466 Introducing a new method of tracking register pressure. We can't by Andrew Trick · 14 years ago
  5. f827cd7 DebugLoc associated with a machine instruction is used to emit location entries. DebugLoc associated with a DBG_VALUE is used to identify lexical scope of the variable. After register allocation, while inserting DBG_VALUE remember original debug location for the first instruction and reuse it, otherwise dwarf writer may be mislead in identifying the variable's scope. by Devang Patel · 14 years ago
  6. c8b90e2 Update comments. by Evan Cheng · 14 years ago
  7. 9ecd1e7 Skip unused values. by Jakob Stoklund Olesen · 14 years ago
  8. 4513987 Also compute interference intervals for blocks with no uses. by Jakob Stoklund Olesen · 14 years ago
  9. a7b586b Verify kill flags conservatively. by Jakob Stoklund Olesen · 14 years ago
  10. 0ed92f2 Tidy up a bit. by Jim Grosbach · 14 years ago
  11. 720b918 Do not sign extend floating-point values in the asm parser. by Bob Wilson · 14 years ago
  12. c67b1a3 Remove trailing whitespace by Bob Wilson · 14 years ago
  13. b84fe78 Edit a comment for consistency. by Bob Wilson · 14 years ago
  14. cd5af07 whitespace by Andrew Trick · 14 years ago
  15. 042b27f SimplifyCFG: Also transform switches that represent a range comparison but are not sorted into sub+icmp. by Benjamin Kramer · 14 years ago
  16. d931dca Moved to Clang's source tree its configuration options and associated macros. by Oscar Fuentes · 14 years ago
  17. 0ecd296 Factor the computation of the basename of libraries. This avoids renaming by Rafael Espindola · 14 years ago
  18. 69df723 Fix 80-column violations and whitespace. by Bob Wilson · 14 years ago
  19. d538e24 Changes for building Clang and others using LLVM as an external library. by Oscar Fuentes · 14 years ago
  20. 2dfbb3e Ensure that the computed interference intervals actually overlap their basic blocks. by Jakob Stoklund Olesen · 14 years ago
  21. 97af986 Tweak debug output from SlotIndexes. by Jakob Stoklund Olesen · 14 years ago
  22. c50f077 Add debug output and asserts to the phi-connecting code. by Jakob Stoklund Olesen · 14 years ago
  23. 08eb8dd Fix coloring bug when mapping values in the middle of a live-through block. by Jakob Stoklund Olesen · 14 years ago
  24. 207c868 Return live range end points from SplitEditor::enter*/leave*. by Jakob Stoklund Olesen · 14 years ago
  25. 9590c7f Silence an MSVC warning by Jakob Stoklund Olesen · 14 years ago
  26. c38a03e by David Greene · 14 years ago
  27. 17c1e51 Add XCore intrinsics for resource instructions. by Richard Osborne · 14 years ago
  28. 76422f3 cmake/*: Add svn:eol-style=native and fix CRLF. by NAKAMURA Takumi · 14 years ago
  29. 50ca4d3 Improve threading of comparisons over select instructions (spotted by my by Duncan Sands · 14 years ago
  30. ee64684 Part of this test is invariant inside the inner loop - move it outside the loop. by Duncan Sands · 14 years ago
  31. ee0056d test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, too. Follow up to clang r124777. by NAKAMURA Takumi · 14 years ago
  32. 0f43811 Reapply this. by Eric Christopher · 14 years ago
  33. 463a297 Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap. by Eric Christopher · 14 years ago
  34. 254f35c Platform tests for `sys/uio.h' header and `writev' function. by Oscar Fuentes · 14 years ago
  35. 855ff18 Add -march to fix the bots. by Rafael Espindola · 14 years ago
  36. f297c93 Fix PR9127 by reversing the operands even if they have more then one use. by Rafael Espindola · 14 years ago
  37. b0cfa6c raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev). by Daniel Dunbar · 14 years ago
  38. 3e46293 Regenerate configure. by Daniel Dunbar · 14 years ago
  39. 5cd067f configure: Add checks for <sys/uio.h> and writev(). by Daniel Dunbar · 14 years ago
  40. 2cd2111 Defer SplitKit value mapping until all defs are available. by Jakob Stoklund Olesen · 14 years ago
  41. 3728078 Update docs to match reality. by Devang Patel · 14 years ago
  42. 716a67f Fix typo in comment. by Devang Patel · 14 years ago
  43. e7d9387 Add support to describe template value parameter in debug info. by Devang Patel · 14 years ago
  44. 7e2cb11 Add support to describe template parameter type in debug info. by Devang Patel · 14 years ago
  45. 4b72071 Reenable the transform "(X*Y)/Y->X" when the multiplication is known not to by Duncan Sands · 14 years ago
  46. 79fcb6d Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo. by Kevin Enderby · 14 years ago
  47. 92e7195 Update comment to match my recent change. by Bob Wilson · 14 years ago
  48. 56442df SimplifyCFG: Turn switches into sub+icmp+branch if possible. by Benjamin Kramer · 14 years ago
  49. ff0c501 Add support for trampolines on the XCore. by Richard Osborne · 14 years ago
  50. ae200c6 Remove NoVendor and NoOS, added in commit 123990, from Triple. While it by Duncan Sands · 14 years ago
  51. 8eb3e54 Remove wasteful caching. This isn't needed for correctness because any function by Nick Lewycky · 14 years ago
  52. 5195b71 Conservatively, clear optional flags, such as nsw, when performing by Dan Gohman · 14 years ago
  53. 46985a1 Fix reassociate to clear optional flags, such as nsw. by Dan Gohman · 14 years ago
  54. 1e1901a Fixed a bug in the disassembler where the mandatory 0x66 by Sean Callanan · 14 years ago
  55. 31959b1 Given a pair of floating point load and store, if there are no other uses of by Evan Cheng · 14 years ago
  56. 63f8659 Fix comment typo. by Bob Wilson · 14 years ago
  57. 692df93 PR9081: Split up LDM instruction with deprecated use of both LR and PC. by Bob Wilson · 14 years ago
  58. 9a14a36 Take Bill Wendling's suggestion for structuring a couple of asserts. by Matt Beaumont-Gay · 14 years ago
  59. a313842 Update to match changes in lldb interface. by Devang Patel · 14 years ago
  60. cf2cdc9 Fix imm printing for logical instructions. Patch by Brian G. Lucas! by Anton Korobeynikov · 14 years ago
  61. 46a98cf Document the LLVM GIT mirror by Anton Korobeynikov · 14 years ago
  62. 9d7f011 by David Greene · 14 years ago
  63. e136e50 Remove stale references of obsolete @llvm.dbg.variable. by Devang Patel · 14 years ago
  64. 0faa609 Make SwitchInst::removeCase() more efficient. by Jay Foad · 14 years ago
  65. f9e4a98 Add a m_Undef pattern for convenience. This is so that code that uses by Duncan Sands · 14 years ago
  66. 93c7802 Add a m_SignBit pattern for convenience. by Duncan Sands · 14 years ago
  67. 7681c6d Have m_One also match constant vectors for which every element is 1. by Duncan Sands · 14 years ago
  68. e47023d Test commit - fix a double 'should' in a comment. by Carl Norum · 14 years ago
  69. 4e93885 Correctly merge available_externally and regular definitions when they have by Rafael Espindola · 14 years ago
  70. e087afa Fix bogus assert condition noticed by Csaba Raduly. by Evan Cheng · 14 years ago
  71. 8e2da0c Reapply 124275 since the Dragonegg failure was unreproducible. by Eric Christopher · 14 years ago
  72. 4d98ee5 Fix test for non-darwin targets. by Evan Cheng · 14 years ago
  73. 2bffee2 Patches to build EFI with Clang/LLVM. By Carl Norum. by Evan Cheng · 14 years ago
  74. e361d2e Remove stale test that has never worked, afaik. by Devang Patel · 14 years ago
  75. 4cb310b Don't tell the linker about available_externally definitions. If we do, it will by Rafael Espindola · 14 years ago
  76. e9a7ea6 Keep track of incoming argument's location while emitting LiveIns. by Devang Patel · 14 years ago
  77. 97f6d5b While printing "interesting" breakpoint locations for debug info quality test harness, focus only on entry block's terminator for now. by Devang Patel · 14 years ago
  78. bb6d14f by Roman Divacky · 14 years ago
  79. 1531511 Tidy up. by Devang Patel · 14 years ago
  80. e3373b0 Focus on arguments for now. by Devang Patel · 14 years ago
  81. f6fbd84 Error on all .code* directives instead of just .code16 as they by Roman Divacky · 14 years ago
  82. 9f08f60 by David Greene · 14 years ago
  83. fd2ad87 add a note, progress unblocked by PR8575 being fixed. by Chris Lattner · 14 years ago
  84. 78e2074 Adds some platform checks to cmake/config-ix.cmake and fixes checking by Oscar Fuentes · 14 years ago
  85. 4e3740e Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions. by Richard Osborne · 14 years ago
  86. e85dcb5 CMake: Fix a few definition to suppress warnings. by NAKAMURA Takumi · 14 years ago
  87. 98b928e Save a mapping between original and cloned constpool entries. by Anton Korobeynikov · 14 years ago
  88. ed299f6 Clarify the LSDASection NULL check by Anton Korobeynikov · 14 years ago
  89. 77bc49e Recognize and simplify by Anders Carlsson · 14 years ago
  90. 8352062 Respect the -tail-dup-size command line option even when optimizing for size. by Jakob Stoklund Olesen · 14 years ago
  91. 7af00c0 Commit 124487 broke 254.gap. See if disabling the part that might be triggered by Duncan Sands · 14 years ago
  92. 1895e98 Transform (X/Y)*Y into X if the division is exact. Instcombine already knows how by Duncan Sands · 14 years ago
  93. 9b108a3 Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, c1+c2) when c1 equals the amount of bits that are truncated off. by Benjamin Kramer · 14 years ago
  94. bb25e2c Fix 'fcmp one' constant folding. Noticed by inspection. by Nick Lewycky · 14 years ago
  95. b8787f3 Fix some formatting and upgrade comments from llvm 1.x to 2.x syntax. by Nick Lewycky · 14 years ago
  96. b476302 This is #included by .c files. Remove C++-style comments. by Bill Wendling · 14 years ago
  97. 175e7ae Add the select optimization recently added to instcombine to constant folding. by Nick Lewycky · 14 years ago
  98. 337c081 Unbreak the MSVC build. by Francois Pichet · 14 years ago
  99. 5413880 Fix comment. by Nick Lewycky · 14 years ago
  100. 31726c1 Call SimplifyFDivInst() in InstCombiner::visitFDiv(). by Frits van Bommel · 14 years ago