1. f8c1c84 MCJIT lazy relocation resolution and symbol address re-assignment. by Jim Grosbach · 14 years ago
  2. 32cefad Add bad register checks for Thumb2 Ld/St instructions. by Johnny Chen · 14 years ago
  3. c558bf3 Revert 129383. It causes some targets to hit a scheduler assert. by Andrew Trick · 14 years ago
  4. e9e7ffa Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format by Nick Lewycky · 14 years ago
  5. 3eb4319 PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency. by Andrew Trick · 14 years ago
  6. 23ba1e4 Document how to build a LLVM pass with CMake out of source. by Oscar Fuentes · 14 years ago
  7. c6d8853d The counters are unsigned. by Nick Lewycky · 14 years ago
  8. fd5c513 Create new intervals for isolated blocks during region splitting. by Jakob Stoklund Olesen · 14 years ago
  9. 5d7dcd3 Remove LastOffset from the asm parser. by Rafael Espindola · 14 years ago
  10. f9ce2cb The Thumb2 Ld, St, and Preload instructions with the i12 forms should have its Inst{23} by Johnny Chen · 14 years ago
  11. e1b43c3 Add SplitKit API to query and select the current interval being worked on. by Jakob Stoklund Olesen · 14 years ago
  12. dfaf0e2 Fix a bug in RegAllocBase::addMBBLiveIns() where a basic block could accidentally be skipped. by Jakob Stoklund Olesen · 14 years ago
  13. 860cf96 Remove dead typedef. by Devang Patel · 14 years ago
  14. 8b9df62 Refactor CompileUnit into a separate header. by Devang Patel · 14 years ago
  15. 49fdfe3 Print out a debug message when the reglist fails the sanity check for Thumb Ld/St Multiple. by Johnny Chen · 14 years ago
  16. 25f492e Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. by Rafael Espindola · 14 years ago
  17. c575439 Implement .cfi_same_value. by Rafael Espindola · 14 years ago
  18. 18bba84 Added new FIXME note by Garrison Venn · 14 years ago
  19. d0aacbc Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARM by Cameron Zwarich · 14 years ago
  20. 39df9b5 lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340. by NAKAMURA Takumi · 14 years ago
  21. 93b68b2 Add support for line profiling. Very work-in-progress. by Nick Lewycky · 14 years ago
  22. ceb465a Consider ConstantAggregateZero as well as ConstantArray/Struct. by Nick Lewycky · 14 years ago
  23. bbfc3b3 Fix typo. by Eric Christopher · 14 years ago
  24. cb4e4ea Make IRBuilder support StringRef for building strings. by Nick Lewycky · 14 years ago
  25. 7cbf92d Tidy up a bit now that we're using the MemoryManager interface. by Jim Grosbach · 14 years ago
  26. 163b6ea Add one test case (svc). by Johnny Chen · 14 years ago
  27. 05f9e4e Match case for invalid constant error messages and add a new by Eric Christopher · 14 years ago
  28. e77f72d A8.6.16 B Encoding T1 (tBcc) if cond == '1110' then UNDEFINED; by Johnny Chen · 14 years ago
  29. dac5dba Fix reassociate to use a worklist instead of recursing when new by Dan Gohman · 14 years ago
  30. 164254d Test for invalid constant expr addition - bad octal constant. by Eric Christopher · 14 years ago
  31. f3755b2 To avoid printing out multiple error messages for cases like: by Eric Christopher · 14 years ago
  32. 560ab9e Reuse live interval union between functions. This saves a bit of compile time by Jakob Stoklund Olesen · 14 years ago
  33. de16508 Thumb disassembler was erroneously rejecting "blx sp" instruction. by Johnny Chen · 14 years ago
  34. c8fbc34 comment cleanup, use moveBefore instead of removeFromParent+insertBefore. by Chris Lattner · 14 years ago
  35. bd29073 TableGen: Keep the order of DECL_CONTEXT() for DeclNodes.td. RecordVector may be used instead of RecordSet. by NAKAMURA Takumi · 14 years ago
  36. b5f18f5 remove the StructRetPromotion pass. It is unused, not maintained and by Chris Lattner · 14 years ago
  37. ef9d9fd Fix an error in the MBlaze delay slot filler. by Wesley Peck · 14 years ago
  38. 5819430 build: Add support for a SHOW_DIAGNOSTICS build variable. by Daniel Dunbar · 14 years ago
  39. 3d820ba Add scheduling information for the MBlaze backend. by Wesley Peck · 14 years ago
  40. 120fd2d Lex, and then fail on invalid constants. by Eric Christopher · 14 years ago
  41. 5ea5c61 Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't by Nick Lewycky · 14 years ago
  42. a61842b Implement cfi_rel_offset by Rafael Espindola · 14 years ago
  43. 3f5bedf Speed up eviction by stopping collectInterferingVRegs as soon as the spill by Jakob Stoklund Olesen · 14 years ago
  44. 787d41a Add test for previous commit. by Rafael Espindola · 14 years ago
  45. e53060f Don't crash on invalid instructions when disassembling MBlaze code. by Wesley Peck · 14 years ago
  46. cc88595 The default of the dispatch switch statement was to branch to a BB that executed by Bill Wendling · 14 years ago
  47. 35563fe Fix the bug where the immediate shift amount for Thumb logical shift instructions are incorrectly disassembled. by Johnny Chen · 14 years ago
  48. d67705f Look pass copies when determining whether hoisting would end up inserting more copies. rdar://9266679 by Evan Cheng · 14 years ago
  49. 53abbe5 implement .cfi_adjust_cfa_offset. by Rafael Espindola · 14 years ago
  50. 2227f15 Get rid of useless comment; if a file uses functions from a given header, by Eli Friedman · 14 years ago
  51. 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
  52. 3d32202 Skip a binary search when possible. by Jakob Stoklund Olesen · 14 years ago
  53. 6d73c7d Use a faster algorithm for computing MBB live-in registers after register allocation. by Jakob Stoklund Olesen · 14 years ago
  54. 2a7d4ad Because some systems have reported that this example would not build the by Garrison Venn · 14 years ago
  55. f18dfc3 Trivial comment fix. by Johnny Chen · 14 years ago
  56. cfea985 Fix a couple of places where changes are made but not tracked. by Evan Cheng · 14 years ago
  57. e679d33 Check invalid register encodings for LdFrm/StFrm ARM instructions and flag them as by Johnny Chen · 14 years ago
  58. bd33276 Adding support for printing operands symbolically to llvm's public 'C' by Kevin Enderby · 14 years ago
  59. 0fb215a Don't add live ranges for sub-registers when clobbering a physical register. by Jakob Stoklund Olesen · 14 years ago
  60. 11983cd Speed up LiveIntervalUnion::unify by handling end insertion specially. by Jakob Stoklund Olesen · 14 years ago
  61. bd1926d Time the initial seeding of live registers by Jakob Stoklund Olesen · 14 years ago
  62. 1edc3cf Don't shrink live ranges after dead code elimination unless it is going to help. by Jakob Stoklund Olesen · 14 years ago
  63. ff688a1 CMake: remove some unnecesary code and ToDos. by Oscar Fuentes · 14 years ago
  64. 8340d0b Fix or remove code which seemed to think that the operand of a Constant by Jay Foad · 14 years ago
  65. 562b84b Don't include Operator.h from InstrTypes.h. by Jay Foad · 14 years ago
  66. 4e9b0e3 Phi nodes always use an even number of operands, so don't ever allocate by Jay Foad · 14 years ago
  67. ee69926 docs/CommandGuide/index.html: Fix CSS url to relative. by NAKAMURA Takumi · 14 years ago
  68. dd499c3 docs/CommandLine.html: "ize. by NAKAMURA Takumi · 14 years ago
  69. 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
  70. c6cf197 Bugfix in the Cpp backend after API change on PHINode::Create. by Nicolas Geoffray · 14 years ago
  71. 3447b4f CMake: support for using LLVM from client projects with find_package. by Oscar Fuentes · 14 years ago
  72. 64cfcef Fixed more best practices, and explicit/implicit style guide issues. by Garrison Venn · 14 years ago
  73. bbe9d34 Reword instructions for running tests on Visual Studio. by Oscar Fuentes · 14 years ago
  74. d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
  75. b1145c8 drive by bug fix: DenseMapInfo::isEqual should be determined according to by Chris Lattner · 14 years ago
  76. 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
  77. 70d7700 make stuff work when LLVMCC_OPTION is something like installed-clang, not just clang. by Chris Lattner · 14 years ago
  78. 15f8951 fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately, by Chris Lattner · 14 years ago
  79. 008c93e look for the verboten argument slot access in any order, thanks to Frits by Chris Lattner · 14 years ago
  80. 5731ff6 Fix potential buffer overflow on win32. by Benjamin Kramer · 14 years ago
  81. c18214a Don't store Twine temporaries, it's not safe. by Benjamin Kramer · 14 years ago
  82. cc513e1c Make error message more useful. by Benjamin Kramer · 14 years ago
  83. 4d6deb0 docs/*.html: Make W3C HTML 4.01 Strict more compliant. by NAKAMURA Takumi · 14 years ago
  84. 18a2e50 Add back a couple checks removed by r129128; the fact that an intitializer by Eli Friedman · 14 years ago
  85. f5bf464 fix PR9523, a crash in looprotate on a non-canonical loop made out of indirectbr. by Chris Lattner · 14 years ago
  86. 0403b47 Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could by Chris Lattner · 14 years ago
  87. c3e4e59 Avoid excess precision issues that lead to generating host-compiler-specific code. by Chris Lattner · 14 years ago
  88. 9055ccd PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced by Eli Friedman · 14 years ago
  89. 83d13a0 Test for r129190. by Eli Friedman · 14 years ago
  90. 42e31df fix PR9629 - We were lowering regexes like a{{b|c}}d into ab|cd, which by Chris Lattner · 14 years ago
  91. b99e000 fix two completely broken tests, which were matching due to PR9629. by Chris Lattner · 14 years ago
  92. 9f26459 remove a bunch of CHECK lines that aren't checking what by Chris Lattner · 14 years ago
  93. 6ff80b2 regexes are allowed to match empty things, e.g. {{.*}} in filecheck. by Chris Lattner · 14 years ago
  94. 13a38c4 various cleanups, no functionality change. by Chris Lattner · 14 years ago
  95. 1bdedb9 revert accidental commit. by Chris Lattner · 14 years ago
  96. c9049a9 fix a potentially serious bug in AliasSet::removeCallSite by Chris Lattner · 14 years ago
  97. f4afdfc Build the Hopfield network incrementally when splitting global live ranges. by Jakob Stoklund Olesen · 14 years ago
  98. 9d29cba Precompute interference for neighbor blocks as long as there is no interference. by Jakob Stoklund Olesen · 14 years ago
  99. 5fc25cc fix doc comment bug, noticed by Jochen by Chris Lattner · 14 years ago
  100. b3452ea have dag combine zap "store undef", which can be formed during call lowering by Chris Lattner · 14 years ago