1. 01cb34b Add assertion. by Jakob Stoklund Olesen · 15 years ago
  2. f73311b Added bugpoint options: -compile-custom and -compile-command=... by Andrew Trick · 15 years ago
  3. de86cbd whitespace by Andrew Trick · 15 years ago
  4. 651c4ba PostRA antidependence breaker unit test for PR8986. by Andrew Trick · 15 years ago
  5. e4f34cd PostRA antidependence breaker unit test for rdar://8959122. by Andrew Trick · 15 years ago
  6. bc4bd92 Fix PostRA antidependence breaker. by Andrew Trick · 15 years ago
  7. 75396a9 Temporary workaround for a bad bug introduced by r121082 which replaced by Evan Cheng · 15 years ago
  8. 3ef9838 Don't split any loop backedges, including backedges of loops other than by Dan Gohman · 15 years ago
  9. 11513e5 Add LiveIntervals::shrinkToUses(). by Jakob Stoklund Olesen · 15 years ago
  10. 33828bc SimplifyCFG: Track the number of used icmps when turning a icmp chain into a switch. If we used only one icmp, don't turn it into a switch. by Benjamin Kramer · 15 years ago
  11. 706d946 Add support for parsing dmb/dsb instructions by Bruno Cardoso Lopes · 15 years ago
  12. 480d1e3 Remove comment about an argument that was removed couple of years ago. by Devang Patel · 15 years ago
  13. fafde7f Remove the MCR asm parser hack and start using the custom target specific asm by Bruno Cardoso Lopes · 15 years ago
  14. eb59ca9 fix comment change. by Chris Lattner · 15 years ago
  15. e7a5452 Implement support for custom target specific asm parsing of operands. by Bruno Cardoso Lopes · 15 years ago
  16. a5f2601 by David Greene · 15 years ago
  17. c046d64 ARM/MC/ELF Lowercase .cpu attributes in .s, but make them uppercase in .o by Jason W Kim · 15 years ago
  18. aa26102 Fix an obvious typo which caused an isel assertion. rdar://8964854. by Evan Cheng · 15 years ago
  19. 8c8d95d Reduce test case, smaller is better. by Devang Patel · 15 years ago
  20. 1c3ef90 Add codegen support for using post-increment NEON load/store instructions. by Bob Wilson · 15 years ago
  21. 7de6814 Change VLD3/4 and VST3/4 for quad registers to not update the address register. by Bob Wilson · 15 years ago
  22. 6eb08dd Fix some NEON instruction itineraries. by Bob Wilson · 15 years ago
  23. d3a0765 Fix a comment: addrmode6 no longer includes the optional writeback flag. by Bob Wilson · 15 years ago
  24. 0998994 Remove inaccurate comments: so_imm and t2_so_imm operands are not encoded by Bob Wilson · 15 years ago
  25. 4e97e8e Move code for OffsetCompare struct closer to where it is used. by Bob Wilson · 15 years ago
  26. f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 15 years ago
  27. 163a84b Add an m_Div pattern for matching either a udiv or an sdiv and use it by Duncan Sands · 15 years ago
  28. 1dbf0df Add IRBuilder methods for creating an exact udiv, like for exact sdiv. by Duncan Sands · 15 years ago
  29. cf9efa5 Install only *.cmake files. Don't install .svn directory. by Oscar Fuentes · 15 years ago
  30. 953a2a3 Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkage by Jason W Kim · 15 years ago
  31. f009a96 Rework some .ARM.attribute work for improved gcc compatibility. by Jason W Kim · 15 years ago
  32. c6ee918 teach instsimplify to transform (X / Y) * Y to X when the div is an exact udiv. by Chris Lattner · 15 years ago
  33. c35a44d rename test. by Chris Lattner · 15 years ago
  34. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 15 years ago
  35. bd75021 Remove premature optimization that avoided calculating argument weights by Eric Christopher · 15 years ago
  36. 5d43ff4 Simplify test, as suggested by Chris. by Anders Carlsson · 15 years ago
  37. 9c93d48 Remove a virtual inheritance case that clang can devirtualize fully now. by Anders Carlsson · 15 years ago
  38. 6475d94 When loading from a constant, fold inttoptr if the integer type and the resulting pointer type both have the same size. by Anders Carlsson · 15 years ago
  39. dd70cd8 Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes PR9155. by Oscar Fuentes · 15 years ago
  40. 39c33e3 Simplify away redundant test, and document what's going on. by Nick Lewycky · 15 years ago
  41. d489332 Remove specialized comparison of InlineAsm objects. They're uniqued on creation by Nick Lewycky · 15 years ago
  42. 5a858e3 Moved more stuff to HandleLLVMOptions.cmake by Oscar Fuentes · 15 years ago
  43. 479b4b9 Fix another warning. by Anders Carlsson · 15 years ago
  44. 15ec695 Fix a clang warning. by Anders Carlsson · 15 years ago
  45. 1f6832a Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. by NAKAMURA Takumi · 15 years ago
  46. 3f4be4f Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enough for caller to allocate one. by NAKAMURA Takumi · 15 years ago
  47. fb840c9 lib/Target/X86/X86ISelLowering.cpp: Introduce a new variable "IsWin64". No functional changes. by NAKAMURA Takumi · 15 years ago
  48. 9c7719e lib/Target/X86/X86JITInfo.cpp: Add Win64 stuff. by NAKAMURA Takumi · 15 years ago
  49. 2763538 Target/X86: Fix whitespace. by NAKAMURA Takumi · 15 years ago
  50. 0f0889e Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe or MSYS shell) are included to invoke CreateProcess(). Thanks to Danil Malyshev. by NAKAMURA Takumi · 15 years ago
  51. 782b576 Move a test that ended up in the wrong place. by Bob Wilson · 15 years ago
  52. 278ba1f Fix an anti-dep breaker corner case. by Andrew Trick · 15 years ago
  53. a818d03 Fix cut and paste error spotted by Jakob. by Eric Christopher · 15 years ago
  54. fe3f99f Be more strict about the first/last interference-free use. by Jakob Stoklund Olesen · 15 years ago
  55. de71095 Add assertions to verify that the new interval is clear of the interference. by Jakob Stoklund Olesen · 15 years ago
  56. 4e8af6d Rewrite how the indirect call bonus is handled. This now works by: by Eric Christopher · 15 years ago
  57. 66c357d by David Greene · 15 years ago
  58. ffc5533 by David Greene · 15 years ago
  59. 5c228a9 MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmParser instance, which by Daniel Dunbar · 15 years ago
  60. 45e5397 Apparently, it is possible for a block with a landing pad successor to have no calls. by Jakob Stoklund Olesen · 15 years ago
  61. 6c3ea90 Merge .debug_loc entries whenever possible to reduce debug_loc size. by Devang Patel · 15 years ago
  62. c57ef56 Mark that the return is using EAX so that we don't use it for some other by Nick Lewycky · 15 years ago
  63. 6393542 Be more accurate about live range splitting at the end of blocks. by Jakob Stoklund Olesen · 15 years ago
  64. 2d7a53a Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to by Jason W Kim · 15 years ago
  65. 685c350 by Jason W Kim · 15 years ago
  66. cb64047 Add LiveIntervals::getLastSplitPoint(). by Jakob Stoklund Olesen · 15 years ago
  67. 9b3d24b Verify that one of the ranges produced by region splitting is allocatable. by Jakob Stoklund Olesen · 15 years ago
  68. b412915 MC/AsmParser: Add support for allowing the conversion process to fail (via by Daniel Dunbar · 15 years ago
  69. 5e342ec build: Add MAKEFILE_UNITTEST_NO_INCLUDE_COMMON build variable, to be leveraged by Daniel Dunbar · 15 years ago
  70. cf12067 MC/AsmMatcher: Add support for custom conversion functions. by Daniel Dunbar · 15 years ago
  71. c83e203 by David Greene · 15 years ago
  72. ccacdc1 by David Greene · 15 years ago
  73. 6d600da Make Win32's header file name lower for cross build on case-sensitive filesystem. by NAKAMURA Takumi · 15 years ago
  74. 325610b LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else. by Oscar Fuentes · 15 years ago
  75. ba6ac91 Add the tablegenned files to the `clean' target. by Oscar Fuentes · 15 years ago
  76. 92e9466 Introducing a new method of tracking register pressure. We can't by Andrew Trick · 15 years ago
  77. 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 · 15 years ago
  78. c8b90e2 Update comments. by Evan Cheng · 15 years ago
  79. 9ecd1e7 Skip unused values. by Jakob Stoklund Olesen · 15 years ago
  80. 4513987 Also compute interference intervals for blocks with no uses. by Jakob Stoklund Olesen · 15 years ago
  81. a7b586b Verify kill flags conservatively. by Jakob Stoklund Olesen · 15 years ago
  82. 0ed92f2 Tidy up a bit. by Jim Grosbach · 15 years ago
  83. 720b918 Do not sign extend floating-point values in the asm parser. by Bob Wilson · 15 years ago
  84. c67b1a3 Remove trailing whitespace by Bob Wilson · 15 years ago
  85. b84fe78 Edit a comment for consistency. by Bob Wilson · 15 years ago
  86. cd5af07 whitespace by Andrew Trick · 15 years ago
  87. 042b27f SimplifyCFG: Also transform switches that represent a range comparison but are not sorted into sub+icmp. by Benjamin Kramer · 15 years ago
  88. d931dca Moved to Clang's source tree its configuration options and associated macros. by Oscar Fuentes · 15 years ago
  89. 0ecd296 Factor the computation of the basename of libraries. This avoids renaming by Rafael Espindola · 15 years ago
  90. 69df723 Fix 80-column violations and whitespace. by Bob Wilson · 15 years ago
  91. d538e24 Changes for building Clang and others using LLVM as an external library. by Oscar Fuentes · 15 years ago
  92. 2dfbb3e Ensure that the computed interference intervals actually overlap their basic blocks. by Jakob Stoklund Olesen · 15 years ago
  93. 97af986 Tweak debug output from SlotIndexes. by Jakob Stoklund Olesen · 15 years ago
  94. c50f077 Add debug output and asserts to the phi-connecting code. by Jakob Stoklund Olesen · 15 years ago
  95. 08eb8dd Fix coloring bug when mapping values in the middle of a live-through block. by Jakob Stoklund Olesen · 15 years ago
  96. 207c868 Return live range end points from SplitEditor::enter*/leave*. by Jakob Stoklund Olesen · 15 years ago
  97. 9590c7f Silence an MSVC warning by Jakob Stoklund Olesen · 15 years ago
  98. c38a03e by David Greene · 15 years ago
  99. 17c1e51 Add XCore intrinsics for resource instructions. by Richard Osborne · 15 years ago
  100. 76422f3 cmake/*: Add svn:eol-style=native and fix CRLF. by NAKAMURA Takumi · 15 years ago