1. 01b4ccb Fix compiling the ocaml kaleidoscope tutorials by Erick Tryzelaar · 14 years ago
  2. ffeb98a Formatting and comment tweaks. by Duncan Sands · 14 years ago
  3. 81a0dc9 Teach instsimplify some tricks about exact/nuw/nsw shifts. by Chris Lattner · 14 years ago
  4. 6bfd77e merge two tests. by Chris Lattner · 14 years ago
  5. aeaf3d4 Rework InstrTypes.h so to reduce the repetition around the NSW/NUW/Exact by Chris Lattner · 14 years ago
  6. 1aac186 emit a specific error when the input file is empty. This fixes by Chris Lattner · 14 years ago
  7. 66298c1 fix typo by Chris Lattner · 14 years ago
  8. 413c3bd enrich folder interfaces around exactness. by Chris Lattner · 14 years ago
  9. 74f5c5a refactor ConstantExpr interfaces a bit around "exactness". by Chris Lattner · 14 years ago
  10. f18ed38 remove a small scattering of basically pointless tests. These are by Chris Lattner · 14 years ago
  11. 71f4391 remove a broken test, this is matching nounwind on intrinsics, not the old unwind instruction by Chris Lattner · 14 years ago
  12. 6b38126 by David Greene · 14 years ago
  13. 59982f3 Add intrinsic for setc instruction on the XCore. by Richard Osborne · 14 years ago
  14. 3ba974a When removing a function from the function set and adding it to deferred, we by Nick Lewycky · 14 years ago
  15. f287f01 Add testing stuff to CMake documents. by NAKAMURA Takumi · 14 years ago
  16. c37b429 test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH. by NAKAMURA Takumi · 14 years ago
  17. 302b169 lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools). by NAKAMURA Takumi · 14 years ago
  18. df944f1 lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tools,paths). by NAKAMURA Takumi · 14 years ago
  19. b656a11 CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin32 tools". by NAKAMURA Takumi · 14 years ago
  20. e29b0ac lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config.h.*. by NAKAMURA Takumi · 14 years ago
  21. fd28949 Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it as 0x0502 in its headers. by NAKAMURA Takumi · 14 years ago
  22. 2d52a61 Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). It should be provided with _WIN32_WINNT>=0x0500. by NAKAMURA Takumi · 14 years ago
  23. ad1b453 Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64. by NAKAMURA Takumi · 14 years ago
  24. 4203b71 llvm-lit may be available with CMake. by NAKAMURA Takumi · 14 years ago
  25. ce83025 llvm-lit may be able to invoke clang tests. by NAKAMURA Takumi · 14 years ago
  26. 8d5e22a tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm-stub at runtime. by NAKAMURA Takumi · 14 years ago
  27. fea2b51 tools/llvm-ld: Cygwin can handle #!shbang. by NAKAMURA Takumi · 14 years ago
  28. 2710638 Evict a lighter single interference before attempting to split a live range. by Jakob Stoklund Olesen · 14 years ago
  29. c3dca3f Set an allocation hint when rematting before a COPY. by Jakob Stoklund Olesen · 14 years ago
  30. 8a2bbde Fix one more case of splitting after the last split point. by Jakob Stoklund Olesen · 14 years ago
  31. a50c539 Reorganize interference code to check LastSplitPoint first. by Jakob Stoklund Olesen · 14 years ago
  32. b4cc031 Don't open the file again in the gold plugin. To be able to do this, update by Rafael Espindola · 14 years ago
  33. 971b83b Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 (which worked around it). This should get us back to the old, correct behavior, though it will make the integrated assembler unhappy for the time being. by Owen Anderson · 14 years ago
  34. 0fd90bc Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  35. d08d773 Also handle the situation where an indirect branch is the first (and last) by Jakob Stoklund Olesen · 14 years ago
  36. 8a61da8 Add LiveIntervals::addKillFlags() to recompute kill flags after register allocation. by Jakob Stoklund Olesen · 14 years ago
  37. 124e423 Trim debug spew by Jakob Stoklund Olesen · 14 years ago
  38. 7b1f498 Avoid folding a load instruction into an instruction that redefines the register. by Jakob Stoklund Olesen · 14 years ago
  39. f125a29 by David Greene · 14 years ago
  40. 5c716bd Add SplitEditor::overlapIntv() to create small ranges where both registers are live. by Jakob Stoklund Olesen · 14 years ago
  41. 01cb34b Add assertion. by Jakob Stoklund Olesen · 14 years ago
  42. f73311b Added bugpoint options: -compile-custom and -compile-command=... by Andrew Trick · 14 years ago
  43. de86cbd whitespace by Andrew Trick · 14 years ago
  44. 651c4ba PostRA antidependence breaker unit test for PR8986. by Andrew Trick · 14 years ago
  45. e4f34cd PostRA antidependence breaker unit test for rdar://8959122. by Andrew Trick · 14 years ago
  46. bc4bd92 Fix PostRA antidependence breaker. by Andrew Trick · 14 years ago
  47. 75396a9 Temporary workaround for a bad bug introduced by r121082 which replaced by Evan Cheng · 14 years ago
  48. 3ef9838 Don't split any loop backedges, including backedges of loops other than by Dan Gohman · 14 years ago
  49. 11513e5 Add LiveIntervals::shrinkToUses(). by Jakob Stoklund Olesen · 14 years ago
  50. 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 · 14 years ago
  51. 706d946 Add support for parsing dmb/dsb instructions by Bruno Cardoso Lopes · 14 years ago
  52. 480d1e3 Remove comment about an argument that was removed couple of years ago. by Devang Patel · 14 years ago
  53. fafde7f Remove the MCR asm parser hack and start using the custom target specific asm by Bruno Cardoso Lopes · 14 years ago
  54. eb59ca9 fix comment change. by Chris Lattner · 14 years ago
  55. e7a5452 Implement support for custom target specific asm parsing of operands. by Bruno Cardoso Lopes · 14 years ago
  56. a5f2601 by David Greene · 14 years ago
  57. c046d64 ARM/MC/ELF Lowercase .cpu attributes in .s, but make them uppercase in .o by Jason W Kim · 14 years ago
  58. aa26102 Fix an obvious typo which caused an isel assertion. rdar://8964854. by Evan Cheng · 14 years ago
  59. 8c8d95d Reduce test case, smaller is better. by Devang Patel · 14 years ago
  60. 1c3ef90 Add codegen support for using post-increment NEON load/store instructions. by Bob Wilson · 14 years ago
  61. 7de6814 Change VLD3/4 and VST3/4 for quad registers to not update the address register. by Bob Wilson · 14 years ago
  62. 6eb08dd Fix some NEON instruction itineraries. by Bob Wilson · 14 years ago
  63. d3a0765 Fix a comment: addrmode6 no longer includes the optional writeback flag. by Bob Wilson · 14 years ago
  64. 0998994 Remove inaccurate comments: so_imm and t2_so_imm operands are not encoded by Bob Wilson · 14 years ago
  65. 4e97e8e Move code for OffsetCompare struct closer to where it is used. by Bob Wilson · 14 years ago
  66. f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 14 years ago
  67. 163a84b Add an m_Div pattern for matching either a udiv or an sdiv and use it by Duncan Sands · 14 years ago
  68. 1dbf0df Add IRBuilder methods for creating an exact udiv, like for exact sdiv. by Duncan Sands · 14 years ago
  69. cf9efa5 Install only *.cmake files. Don't install .svn directory. by Oscar Fuentes · 14 years ago
  70. 953a2a3 Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkage by Jason W Kim · 14 years ago
  71. f009a96 Rework some .ARM.attribute work for improved gcc compatibility. by Jason W Kim · 14 years ago
  72. c6ee918 teach instsimplify to transform (X / Y) * Y to X when the div is an exact udiv. by Chris Lattner · 14 years ago
  73. c35a44d rename test. by Chris Lattner · 14 years ago
  74. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 14 years ago
  75. bd75021 Remove premature optimization that avoided calculating argument weights by Eric Christopher · 14 years ago
  76. 5d43ff4 Simplify test, as suggested by Chris. by Anders Carlsson · 14 years ago
  77. 9c93d48 Remove a virtual inheritance case that clang can devirtualize fully now. by Anders Carlsson · 14 years ago
  78. 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 · 14 years ago
  79. dd70cd8 Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes PR9155. by Oscar Fuentes · 14 years ago
  80. 39c33e3 Simplify away redundant test, and document what's going on. by Nick Lewycky · 14 years ago
  81. d489332 Remove specialized comparison of InlineAsm objects. They're uniqued on creation by Nick Lewycky · 14 years ago
  82. 5a858e3 Moved more stuff to HandleLLVMOptions.cmake by Oscar Fuentes · 14 years ago
  83. 479b4b9 Fix another warning. by Anders Carlsson · 14 years ago
  84. 15ec695 Fix a clang warning. by Anders Carlsson · 14 years ago
  85. 1f6832a Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. by NAKAMURA Takumi · 14 years ago
  86. 3f4be4f Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enough for caller to allocate one. by NAKAMURA Takumi · 14 years ago
  87. fb840c9 lib/Target/X86/X86ISelLowering.cpp: Introduce a new variable "IsWin64". No functional changes. by NAKAMURA Takumi · 14 years ago
  88. 9c7719e lib/Target/X86/X86JITInfo.cpp: Add Win64 stuff. by NAKAMURA Takumi · 14 years ago
  89. 2763538 Target/X86: Fix whitespace. by NAKAMURA Takumi · 14 years ago
  90. 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 · 14 years ago
  91. 782b576 Move a test that ended up in the wrong place. by Bob Wilson · 14 years ago
  92. 278ba1f Fix an anti-dep breaker corner case. by Andrew Trick · 14 years ago
  93. a818d03 Fix cut and paste error spotted by Jakob. by Eric Christopher · 14 years ago
  94. fe3f99f Be more strict about the first/last interference-free use. by Jakob Stoklund Olesen · 14 years ago
  95. de71095 Add assertions to verify that the new interval is clear of the interference. by Jakob Stoklund Olesen · 14 years ago
  96. 4e8af6d Rewrite how the indirect call bonus is handled. This now works by: by Eric Christopher · 14 years ago
  97. 66c357d by David Greene · 14 years ago
  98. ffc5533 by David Greene · 14 years ago
  99. 5c228a9 MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmParser instance, which by Daniel Dunbar · 14 years ago
  100. 45e5397 Apparently, it is possible for a block with a landing pad successor to have no calls. by Jakob Stoklund Olesen · 14 years ago