1. 5d68ec2 Make .align parse correctly on platforms where .align is measured in bytes. by Eli Friedman · 15 years ago
  2. fc97aeb llvmc: Add a new option type (switch_list). by Mikhail Glushenkov · 15 years ago
  3. 9ece46d tests: Force another triple. by Daniel Dunbar · 15 years ago
  4. d73ada7 Target: Give the TargetAsmParser access to the TargetMachine. by Daniel Dunbar · 15 years ago
  5. 0261243 edis: Save the TargetMachine in the EDDisassembler object. by Daniel Dunbar · 15 years ago
  6. 754b9c9 Test commit by Michael J. Spencer · 15 years ago
  7. 1edf6ca MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't by Daniel Dunbar · 15 years ago
  8. 030794b tests: Force triples. by Daniel Dunbar · 15 years ago
  9. 6a46d57 MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token by Daniel Dunbar · 15 years ago
  10. 7a570d0 MC/AsmParser: Add macro argument substitution support. by Daniel Dunbar · 15 years ago
  11. c64a0d7 MC/AsmParser: Add basic support for macro instantiation. by Daniel Dunbar · 15 years ago
  12. 6d8cf08 MC/AsmParser: Add basic parsing support for .macro definitions. by Daniel Dunbar · 15 years ago
  13. fb2d1b2 daniel doesn't hate me, he hates macpython 2.5, which by Chris Lattner · 15 years ago
  14. 3c802de MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't by Daniel Dunbar · 15 years ago
  15. 275ce39 MC/AsmParser: Use Error() instead of calling PrintMessage() directly. by Daniel Dunbar · 15 years ago
  16. f21e4e9 MC/AsmParser: Fix TokError() to accept a Twine. by Daniel Dunbar · 15 years ago
  17. aef87e3 MC/AsmParser: Hide the AsmParser implementation. by Daniel Dunbar · 15 years ago
  18. 9fbb37e MC: Move several clients to using AsmParser constructor function. by Daniel Dunbar · 15 years ago
  19. 346cc61 llvm-mc: Fix llvm-mc -as-lex. by Daniel Dunbar · 15 years ago
  20. 806de35 Fix struct/class mismatch by Douglas Gregor · 15 years ago
  21. fd73c91 Add a testcase for r108639. by Owen Anderson · 15 years ago
  22. 3ecdfaf Add a DAGCombine xform to fold away redundant float->double->float conversions around sqrt instructions. by Owen Anderson · 15 years ago
  23. 12f35c5 Added -pbqp-pre-coalescing flag to PBQP. If enabled this will cause PBQP to require by Lang Hames · 15 years ago
  24. aa7e8b2 fullStopTag cannot happen here, it is handled above by Gabor Greif · 15 years ago
  25. cba3da0 Fix what seems like a clear buffer overflow, noticed by cppcheck. by Duncan Sands · 15 years ago
  26. 7490896 Use isPrologLabel() instead of checking the opcode directly. by Bill Wendling · 15 years ago
  27. 89a902e the stackifier is global! by Chris Lattner · 15 years ago
  28. a40ce7e doxygenify some comments. by Chris Lattner · 15 years ago
  29. d3bb335 update CMakeLists.txt by Zhongxing Xu · 15 years ago
  30. 3b6702d Removed unused inRange variable. by Lang Hames · 15 years ago
  31. 9258318 Switched to array_pod_sort as per Chris's suggestion. by Lang Hames · 15 years ago
  32. 60f422f LoopSplitter - intended to split live intervals over loop boundaries. by Lang Hames · 15 years ago
  33. 7e3012c Another attempt at getting the clang self-host to like my instcombine patch. by Owen Anderson · 15 years ago
  34. d0f6f01 Iterating over sets of pointers in a heuristic was a bad idea. Switching by Lang Hames · 15 years ago
  35. dc1ad22 Start of .sleb128/.uleb128 parsing support. by Eli Friedman · 15 years ago
  36. e332553 unit test to go along with r108610 by Chris Lattner · 15 years ago
  37. 93604b6 Fix PR7658, a problem where type refinement can trigger by Chris Lattner · 15 years ago
  38. 21444ef Work-in-progress parsing for ELF .section directive. by Eli Friedman · 15 years ago
  39. 5423856 Add combiner patterns to more effectively utilize the BFI (bitfield insert) by Jim Grosbach · 15 years ago
  40. 879259f Test for ELF .size directive. by Eli Friedman · 15 years ago
  41. f82ccf5 Add support for parsing .size directives for ELF. by Eli Friedman · 15 years ago
  42. d1e3b44 MC/AsmParser: Lift Run() and TargetParser to base class. by Daniel Dunbar · 15 years ago
  43. dd7d28a add BFI to getTargetNodeName() by Jim Grosbach · 15 years ago
  44. 15a2f2e Fix logic think-o by Jim Grosbach · 15 years ago
  45. 697cba8 Remove unnecessary check that was subsumed into canRealignStack. by Eric Christopher · 15 years ago
  46. 2b8271e Propagate alloca alignment information via variable size object frame by Eric Christopher · 15 years ago
  47. d4c36ce Make more explicit and add some currently disabled error messages for by Eric Christopher · 15 years ago
  48. acdb4b9 Make comment a bit more clear as well as return statement since by Eric Christopher · 15 years ago
  49. b9449d6 Update comment. by Bill Wendling · 15 years ago
  50. 469bbdb Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction by Jim Grosbach · 15 years ago
  51. 6dd26ba Fix whitespace. by Dan Gohman · 15 years ago
  52. dc86704 Consider this function: by Bill Wendling · 15 years ago
  53. 78e6e00 Remove the isMoveInstr() hook. by Jakob Stoklund Olesen · 15 years ago
  54. 2aaa98d Avoid isMoveInstr when printing XCore pseudo-moves. by Jakob Stoklund Olesen · 15 years ago
  55. 84d499a Use MI.isCopy. by Jakob Stoklund Olesen · 15 years ago
  56. c66756b Use a small local function for a single remaining late isMoveInstr call in by Jakob Stoklund Olesen · 15 years ago
  57. 7431bea Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and by Bill Wendling · 15 years ago
  58. b47bb13 Keep valgrind quiet. by Jakob Stoklund Olesen · 15 years ago
  59. 40f9be5 tidy up by Chris Lattner · 15 years ago
  60. af462c4 Remove remaining calls to TII::isMoveInstr. by Jakob Stoklund Olesen · 15 years ago
  61. a90c3f6 Emit COPY instead of FMR/FMSD instructions for floating point conversion on by Jakob Stoklund Olesen · 15 years ago
  62. 49669e6 eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext, by Chris Lattner · 15 years ago
  63. 345ce54 get the first few tags from a precomputed table (count can be increased if desired) by Gabor Greif · 15 years ago
  64. 32bb4df Add missing attributes to cpp backend. by Eli Friedman · 15 years ago
  65. 323200d Accept registers with P modifier. PR 5314. by Dale Johannesen · 15 years ago
  66. 43906f9 Make llvm-bcanalyzer print out the full enum name for all metadata by Dan Gohman · 15 years ago
  67. 7a79fcb Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memory by Jakob Stoklund Olesen · 15 years ago
  68. 1e381fc Reorder the contents of various getAnalysisUsage functions, eliminating by Dan Gohman · 15 years ago
  69. 9c3d5e4 Revert r108369, sorting llvm.dbg.declare information by source position, by Dan Gohman · 15 years ago
  70. 468a2a4 Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill by Jakob Stoklund Olesen · 15 years ago
  71. e098e7a Search for a free FP register instead of just assuming FP7 is not in use. by Jakob Stoklund Olesen · 15 years ago
  72. 835d425 Remove the rest of my instcombine changes. Back to the drawing board on this one. by Owen Anderson · 15 years ago
  73. e928ec9 Allow x87 FP registers to be alive globally in a function. by Jakob Stoklund Olesen · 15 years ago
  74. 1461520 Remove extraneous semicolons after member functions by Douglas Gregor · 15 years ago
  75. 3df1d5c Feed the right output into FileCheck. by Benjamin Kramer · 15 years ago
  76. a6aac4c eliminate CallInst::ArgOffset by Gabor Greif · 15 years ago
  77. 10bb421 Get rid of a bunch of duplicated ELF enum values. by Eli Friedman · 15 years ago
  78. 53621a1 A few more minor additions to ELF.h. by Eli Friedman · 15 years ago
  79. 31a0a43 Remove bogus link. by Eric Christopher · 15 years ago
  80. 394ce41 Arrays and vectors with different numbers of elements are not equivalent. by Nick Lewycky · 15 years ago
  81. 384271b Remove unnecessary conditional. by Eric Christopher · 15 years ago
  82. 74c7400 LoopSimplify does not update domfrontier correctly. by Tobias Grosser · 15 years ago
  83. 9a7b37b Add dump() to DominanceFrontier by Tobias Grosser · 15 years ago
  84. 04c528a Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 15 years ago
  85. 18c479c Add forgotten test case. by Jakob Stoklund Olesen · 15 years ago
  86. e667e01 Use the source-order scheduler instead of the "fast" scheduler at -O0, by Dan Gohman · 15 years ago
  87. 48bf8f0 build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsetting by Daniel Dunbar · 15 years ago
  88. de309a8 Also revert 108422, it's causing some test failures. by Eric Christopher · 15 years ago
  89. e160a52 build/Clang: Build and install libLTO as part of clang-only/install-clang targets. by Daniel Dunbar · 15 years ago
  90. 2969016 Fix this test. by Dan Gohman · 15 years ago
  91. bdc09d9 The SelectionDAGBuilder's handling of debug info, on rare by Dale Johannesen · 15 years ago
  92. a60f0e7 Revert. This isn't the correct way to go. by Bill Wendling · 15 years ago
  93. bb5d927 Fix the order that SCEVExpander considers add operands in so that by Dan Gohman · 15 years ago
  94. e9bf7e6 Handle code gen for the unreachable instruction if it's the only instruction in by Bill Wendling · 15 years ago
  95. 60108e9 Split -enable-finite-only-fp-math to two options: by Evan Cheng · 15 years ago
  96. 14ceb87 build/Darwin: Add a missing directory dependency. by Daniel Dunbar · 15 years ago
  97. 34068cb remove some unneeded overloads that were causing by Chris Lattner · 15 years ago
  98. 6a624a6 fix the definitions of ConstTextCoalSection/ConstDataCoalSection by Chris Lattner · 15 years ago
  99. a955853 fix indentation and 80 cols by Chris Lattner · 15 years ago
  100. 83be451 Revert 108456. i.e. bring back r108444. by Devang Patel · 15 years ago