1. cc88595 The default of the dispatch switch statement was to branch to a BB that executed by Bill Wendling · 14 years ago
  2. 35563fe Fix the bug where the immediate shift amount for Thumb logical shift instructions are incorrectly disassembled. by Johnny Chen · 14 years ago
  3. d67705f Look pass copies when determining whether hoisting would end up inserting more copies. rdar://9266679 by Evan Cheng · 14 years ago
  4. 53abbe5 implement .cfi_adjust_cfa_offset. by Rafael Espindola · 14 years ago
  5. 2227f15 Get rid of useless comment; if a file uses functions from a given header, by Eli Friedman · 14 years ago
  6. 78a5469 Fix another using-CPSR-twice bug in my ADCS/SBCS cleanups, and make proper use of the Commutable bit. by Owen Anderson · 14 years ago
  7. 3d32202 Skip a binary search when possible. by Jakob Stoklund Olesen · 14 years ago
  8. 6d73c7d Use a faster algorithm for computing MBB live-in registers after register allocation. by Jakob Stoklund Olesen · 14 years ago
  9. 2a7d4ad Because some systems have reported that this example would not build the by Garrison Venn · 14 years ago
  10. f18dfc3 Trivial comment fix. by Johnny Chen · 14 years ago
  11. cfea985 Fix a couple of places where changes are made but not tracked. by Evan Cheng · 14 years ago
  12. e679d33 Check invalid register encodings for LdFrm/StFrm ARM instructions and flag them as by Johnny Chen · 14 years ago
  13. bd33276 Adding support for printing operands symbolically to llvm's public 'C' by Kevin Enderby · 14 years ago
  14. 0fb215a Don't add live ranges for sub-registers when clobbering a physical register. by Jakob Stoklund Olesen · 14 years ago
  15. 11983cd Speed up LiveIntervalUnion::unify by handling end insertion specially. by Jakob Stoklund Olesen · 14 years ago
  16. bd1926d Time the initial seeding of live registers by Jakob Stoklund Olesen · 14 years ago
  17. 1edc3cf Don't shrink live ranges after dead code elimination unless it is going to help. by Jakob Stoklund Olesen · 14 years ago
  18. ff688a1 CMake: remove some unnecesary code and ToDos. by Oscar Fuentes · 14 years ago
  19. 8340d0b Fix or remove code which seemed to think that the operand of a Constant by Jay Foad · 14 years ago
  20. 562b84b Don't include Operator.h from InstrTypes.h. by Jay Foad · 14 years ago
  21. 4e9b0e3 Phi nodes always use an even number of operands, so don't ever allocate by Jay Foad · 14 years ago
  22. ee69926 docs/CommandGuide/index.html: Fix CSS url to relative. by NAKAMURA Takumi · 14 years ago
  23. dd499c3 docs/CommandLine.html: "ize. by NAKAMURA Takumi · 14 years ago
  24. 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
  25. c6cf197 Bugfix in the Cpp backend after API change on PHINode::Create. by Nicolas Geoffray · 14 years ago
  26. 3447b4f CMake: support for using LLVM from client projects with find_package. by Oscar Fuentes · 14 years ago
  27. 64cfcef Fixed more best practices, and explicit/implicit style guide issues. by Garrison Venn · 14 years ago
  28. bbe9d34 Reword instructions for running tests on Visual Studio. by Oscar Fuentes · 14 years ago
  29. d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
  30. b1145c8 drive by bug fix: DenseMapInfo::isEqual should be determined according to by Chris Lattner · 14 years ago
  31. 6c299ea LLVMCC_EMITIR_FLAG is already either -emit-llvm or -fplugin-arg-dragonegg-emit-ir, so don't add an extra leading -. Clang doesn't accept --emit-llvm. by Chris Lattner · 14 years ago
  32. 70d7700 make stuff work when LLVMCC_OPTION is something like installed-clang, not just clang. by Chris Lattner · 14 years ago
  33. 15f8951 fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately, by Chris Lattner · 14 years ago
  34. 008c93e look for the verboten argument slot access in any order, thanks to Frits by Chris Lattner · 14 years ago
  35. 5731ff6 Fix potential buffer overflow on win32. by Benjamin Kramer · 14 years ago
  36. c18214a Don't store Twine temporaries, it's not safe. by Benjamin Kramer · 14 years ago
  37. cc513e1c Make error message more useful. by Benjamin Kramer · 14 years ago
  38. 4d6deb0 docs/*.html: Make W3C HTML 4.01 Strict more compliant. by NAKAMURA Takumi · 14 years ago
  39. 18a2e50 Add back a couple checks removed by r129128; the fact that an intitializer by Eli Friedman · 14 years ago
  40. f5bf464 fix PR9523, a crash in looprotate on a non-canonical loop made out of indirectbr. by Chris Lattner · 14 years ago
  41. 0403b47 Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could by Chris Lattner · 14 years ago
  42. c3e4e59 Avoid excess precision issues that lead to generating host-compiler-specific code. by Chris Lattner · 14 years ago
  43. 9055ccd PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced by Eli Friedman · 14 years ago
  44. 83d13a0 Test for r129190. by Eli Friedman · 14 years ago
  45. 42e31df fix PR9629 - We were lowering regexes like a{{b|c}}d into ab|cd, which by Chris Lattner · 14 years ago
  46. b99e000 fix two completely broken tests, which were matching due to PR9629. by Chris Lattner · 14 years ago
  47. 9f26459 remove a bunch of CHECK lines that aren't checking what by Chris Lattner · 14 years ago
  48. 6ff80b2 regexes are allowed to match empty things, e.g. {{.*}} in filecheck. by Chris Lattner · 14 years ago
  49. 13a38c4 various cleanups, no functionality change. by Chris Lattner · 14 years ago
  50. 1bdedb9 revert accidental commit. by Chris Lattner · 14 years ago
  51. c9049a9 fix a potentially serious bug in AliasSet::removeCallSite by Chris Lattner · 14 years ago
  52. f4afdfc Build the Hopfield network incrementally when splitting global live ranges. by Jakob Stoklund Olesen · 14 years ago
  53. 9d29cba Precompute interference for neighbor blocks as long as there is no interference. by Jakob Stoklund Olesen · 14 years ago
  54. 5fc25cc fix doc comment bug, noticed by Jochen by Chris Lattner · 14 years ago
  55. b3452ea have dag combine zap "store undef", which can be formed during call lowering by Chris Lattner · 14 years ago
  56. 4ae6a4d don't test for codegen of 'store undef' by Chris Lattner · 14 years ago
  57. 073d025 docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8. by NAKAMURA Takumi · 14 years ago
  58. 31c1806 docs: Fix some in-package URLs. by NAKAMURA Takumi · 14 years ago
  59. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 14 years ago
  60. 457856c Redirected errors from the AsmParser to the proper by Sean Callanan · 14 years ago
  61. 052aa2c Moved an access to an object past a NULL check, by Sean Callanan · 14 years ago
  62. f03a338 Add radar number for future reference. by Devang Patel · 14 years ago
  63. 3f932a7 Simplify array bound checks and clarify comments. One element array can have same non-zero number as lower bound as well as upper bound. by Devang Patel · 14 years ago
  64. 918035f Add a function for profiling to run at shutdown. Unlike the existing API, this by Nick Lewycky · 14 years ago
  65. 7c90e46 Fix an apparent typo that made GCC complain by Matt Beaumont-Gay · 14 years ago
  66. fb6e8d6 Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array. by Devang Patel · 14 years ago
  67. 9046413 Missing closed tag. by Bill Wendling · 14 years ago
  68. 4da0c7c Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is lowered into a call to the specified trap function at sdisel time. by Evan Cheng · 14 years ago
  69. e2e777b Workaround g++ 4.2.1 warning diagnostic false positive. by Jim Grosbach · 14 years ago
  70. ee10b13 Check opcoe (dmb, dsb) instead of bitfields matching. by Johnny Chen · 14 years ago
  71. c636074 Hanlde the checking of bad regs for SMMLAR properly, instead of asserting. by Johnny Chen · 14 years ago
  72. 40de2b3 Sanity check the option operand for DMB/DSB. by Johnny Chen · 14 years ago
  73. 5b03a3a Mark hasExtraDefRegAllocReq=1 on LDRD. by Jim Grosbach · 14 years ago
  74. 626ab1c reindent this whole file and do a variety of stylistic cleanups. by Chris Lattner · 14 years ago
  75. cad3f77 fix this to build with the recent StructType changes. by Chris Lattner · 14 years ago
  76. b027105 Refactor MCJIT 32-bit section loading. by Jim Grosbach · 14 years ago
  77. 084b5df MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it. by Johnny Chen · 14 years ago
  78. 2c44a80 llvm.global_[cd]tor is defined to be either external, or appending with an array by Nick Lewycky · 14 years ago
  79. dd099e1 Only emit the AvailableFeatures variable if it's used. by Bill Wendling · 14 years ago
  80. 3dcac71 Also add the late notes for Mips in the current release note by Bruno Cardoso Lopes · 14 years ago
  81. 97fdff1 Add sanity checking for bad register specifier(s) for the DPFrm instructions. by Johnny Chen · 14 years ago
  82. 9974b8b Update tests by Rafael Espindola · 14 years ago
  83. d5321da Micro optimization and improved similarity with gas' output: by Rafael Espindola · 14 years ago
  84. 60d490c Do not let debug info interfer with branch folding. by Devang Patel · 14 years ago
  85. 3cf3059 Add a VEXT test. by Johnny Chen · 14 years ago
  86. 44dcfd3 Replace the old algorithm that emitted the "print the alias for an instruction" by Bill Wendling · 14 years ago
  87. e578252 If present, use gold's support for getting a file view. This prevents having by Rafael Espindola · 14 years ago
  88. 274d8d4 Add option to emit @llvm.trap as a function call instead of a trap instruction. rdar://9249183. by Evan Cheng · 14 years ago
  89. ce8463f Add support for .skip. Patch by Roman Divacky. Fixes PR9361. by Rafael Espindola · 14 years ago
  90. 8d58065 Fix indentation. by Akira Hatanaka · 14 years ago
  91. 3f92b43 Update ATUsed every time after expandRegLargeImmPair is called. by Akira Hatanaka · 14 years ago
  92. e32cdef Fixed encoding for VEXTqf by Mon P Wang · 14 years ago
  93. 5469976 Added a check in the preRA scheduler for potential interference on a by Andrew Trick · 14 years ago
  94. 9777e7a Fix handling of functions with internal linkage. by Akira Hatanaka · 14 years ago
  95. 22dc4d9 Add sanity checking for invalid register encodings for signed/unsigned extend instructions. by Johnny Chen · 14 years ago
  96. 8dbda0b Add sanity checking for invalid register encodings for saturating instructions. by Johnny Chen · 14 years ago
  97. e815dab Recompute hasPHIKill flags when shrinking live intervals. by Jakob Stoklund Olesen · 14 years ago
  98. 4d4e257 Add some more comments about checkings of invalid register numbers. by Johnny Chen · 14 years ago
  99. 45e1a53 Expose more passes to the C API. by Rafael Espindola · 14 years ago
  100. f34ae32 Avoid moving iterators when the previous block was just visited. by Jakob Stoklund Olesen · 14 years ago