1. 58cfa3b Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, by Dan Gohman · 15 years ago
  2. 415c8cf Revert last patch. We need to put this into TargetLowering. There will be a lot by Bill Wendling · 15 years ago
  3. 2600ca8 re-committing yesterday's r79938. by Gabor Greif · 15 years ago
  4. 0adcd35 llvm-mc: Add statistic for number of fragments emitted by the assembler. by Daniel Dunbar · 15 years ago
  5. 533534a Add the #include here. by Bill Wendling · 15 years ago
  6. 67e7ba8 remove some dead lines. by Chris Lattner · 15 years ago
  7. eb2fde2 Comment formatting. Removing of unused #include and type forwarding. by Bill Wendling · 15 years ago
  8. 447da71 convert to filecheck style by Chris Lattner · 15 years ago
  9. 0765ce6 convert to filecheck by Chris Lattner · 15 years ago
  10. b9e7689 Add a target asm info hook to specify that particular bits of data in the FDE by Bill Wendling · 15 years ago
  11. ee5b680 EXIT STAGE LEFT: gccas, gccld by Daniel Dunbar · 15 years ago
  12. b9ef764 Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from by Sanjiv Gupta · 15 years ago
  13. 3ff36b7 Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot by Daniel Dunbar · 15 years ago
  14. 041de42 Don't assume that two identical instructions that read from memory by Dan Gohman · 15 years ago
  15. a123239 Remove some unused SDNode definitions. by Bob Wilson · 15 years ago
  16. 2681232 Teach ScalarEvolution about GlobalAliases. by Dan Gohman · 15 years ago
  17. de05902 Delete some unnecessary flushes. by Dan Gohman · 15 years ago
  18. 79b765d Use X86II::MO_NO_FLAG. by Dan Gohman · 15 years ago
  19. 2a9df47 Expose the instruction contraint string as an argument to the NLdSt class. by Bob Wilson · 15 years ago
  20. 76f497a Special-case static allocas in IndVarSimplify's loop invariant by Dan Gohman · 15 years ago
  21. 613bf1e Comment-ify. by Owen Anderson · 15 years ago
  22. 55a0f1e Switch to SmallVector. by Owen Anderson · 15 years ago
  23. 60fd8be Pull out this predicate loop into a helper function. by Owen Anderson · 15 years ago
  24. 88a589c Fixup register kills after scheduling. by David Goodwin · 15 years ago
  25. 379a087 Provide dynamic_stackalloc lowering for MSP430. This fixes PR4769 by Anton Korobeynikov · 15 years ago
  26. b157e70 Remove target triple from this test, it fails on x86-64 with by Torok Edwin · 15 years ago
  27. 63a03cf Allocate the basic types inside the LLVMContextImpl instance, by Dan Gohman · 15 years ago
  28. 0cabaa5 Update documentation for the -f change. by Dan Gohman · 15 years ago
  29. 47dd94e Fix a few typos from the removal of -f. by Dan Gohman · 15 years ago
  30. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  31. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  32. cf48efc Read profile files as binary as proposed in by Andreas Neustifter · 15 years ago
  33. 3d47db5 Fix PR4772 ARM JIT.GlobalInFuction unittest by explicitly initialize MMI by Xerxes Ranby · 15 years ago
  34. 7ccda0f - Rename EmitCommonInformationEntry to EmitCIE. by Bill Wendling · 15 years ago
  35. 2a610c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 15 years ago
  36. 4bda11f - Emit new line after each FDE. - Fix comment. by Bill Wendling · 15 years ago
  37. a6f91da Rename functions to something more descriptive. At the very least mention the by Bill Wendling · 15 years ago
  38. 5fee49e Allow multiple occurrences of -inline-threshold on by Dale Johannesen · 15 years ago
  39. 9db7e91 Handle a corner case when extracing code regions where one of the immediate successor by Owen Anderson · 15 years ago
  40. f6163dc Fix PR 4751, another difficulty with %a modifier on x86. by Dale Johannesen · 15 years ago
  41. f63097f --- Reverse-merging r79938 into '.': by Bill Wendling · 15 years ago
  42. 2e193f8 CMake: updated list of source files. by Oscar Fuentes · 15 years ago
  43. f6045fe8 - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundant by Scott Michel · 15 years ago
  44. 9ea9fcd When extracting SEME regions of code, the extractor needs to update the dominator tree for split return blocks. by Owen Anderson · 15 years ago
  45. 838dbd9 Prefer 'FileCheck' over 'grep'. by Scott Michel · 15 years ago
  46. f1fa4fd 128-bit sign extension and vector shift cleanups, contributed by Ken Werner by Scott Michel · 15 years ago
  47. 9b2420d Initialize ShufBytes, as gcc 4.4 can't detect that the entire array is by Scott Michel · 15 years ago
  48. ade1a22 Add llvm_start_edge_profiling to exported symbols for libprofile_rt. by Andreas Neustifter · 15 years ago
  49. 96135b6 This patch cleans up the ProfileInfo by by Andreas Neustifter · 15 years ago
  50. fd7a918 Resubmit an earlier patch of mine: by Gabor Greif · 15 years ago
  51. 81fece6 Fix a typo. Somehow I thought this had passed before, but I guess not. by Bob Wilson · 15 years ago
  52. 0ee3821 prune ignores: AutoGenerated.inc is no more by Gabor Greif · 15 years ago
  53. ef63f70 Convert slow test to use FileCheck. by Bob Wilson · 15 years ago
  54. d60054e Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck. by Daniel Dunbar · 15 years ago
  55. a3f2b21 Split test into 3. by Dale Johannesen · 15 years ago
  56. 0c7761b llvm-mc/Mach-O: Preliminary support for indirect symbols. by Daniel Dunbar · 15 years ago
  57. 15af79c Fix the build when using gcc-4.4 on linux. Header needed by Duncan Sands · 15 years ago
  58. bcef7df Fix the build with gcc-4.4 on linux: header needed for EOF. by Duncan Sands · 15 years ago
  59. 688b55b Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an by Daniel Dunbar · 15 years ago
  60. 2b1d3d7 Add StringRef based APIs to BitstreamWriter. by Daniel Dunbar · 15 years ago
  61. 1464869 Add MemoryBuffer::getBuffer() -> StringRef. by Daniel Dunbar · 15 years ago
  62. 6aff2fb llvm-mc/Mach-O: Support symbol attributes. by Daniel Dunbar · 15 years ago
  63. 50e48b3 llvm-mc: Tweak undefined symbol handling. by Daniel Dunbar · 15 years ago
  64. 8a71929 Add missing include (for MSVC). by Daniel Dunbar · 15 years ago
  65. 9e6f3f2 Fixed double free in Kaleidoscope. Fixes PR4762. by Reid Kleckner · 15 years ago
  66. cb1308b Correctly account for the Spaces array nul terminator. Thanks Chris! by Dan Gohman · 15 years ago
  67. e1eaf91 improve documentation for linker_private linkage. by Chris Lattner · 15 years ago
  68. 8da7636 remove the last *stream> #include from a public header. by Chris Lattner · 15 years ago
  69. 127dd96 These flushes were only needed when the code was transitioning between by Dan Gohman · 15 years ago
  70. 61ee100 raw_ostream::indent is used for PadToColumn which often prints more by Dan Gohman · 15 years ago
  71. 67db6af eliminate a #include. by Chris Lattner · 15 years ago
  72. 32e1eef split raw_os_ostream out to its own header and implementation file. This by Chris Lattner · 15 years ago
  73. 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 15 years ago
  74. e8f6e79 search unittests. by Chris Lattner · 15 years ago
  75. 2d5e3ac Unbreak the build for HAVE_GV platforms. by Dan Gohman · 15 years ago
  76. 9661c13 remove a few dead insertion methods. by Chris Lattner · 15 years ago
  77. 87cbef0 Remove alloca config.h support. by Daniel Dunbar · 15 years ago
  78. 7e824a3 Remove this test now that the interpreter doesn't support by Chris Lattner · 15 years ago
  79. 2571440 Unbreak unit tests. by Daniel Dunbar · 15 years ago
  80. 566902b Remove include/llvm/Config/alloca.h, it is dead. by Daniel Dunbar · 15 years ago
  81. a60e51f Make linkerprivate work for ARM and PPC. Testcase covers by Dale Johannesen · 15 years ago
  82. e029305 CMake: Updated library dependencies and list of source files. by Oscar Fuentes · 15 years ago
  83. 91021d3 remove the dead std::ostream APInt inserter by Chris Lattner · 15 years ago
  84. 2a8d194 remove this test: it is testing for a "feature" I just removed. by Chris Lattner · 15 years ago
  85. dbe89cd remove the last uses of Config/alloca.h by Chris Lattner · 15 years ago
  86. 40ef79d fix some problems with my last patch which happen when one of by Chris Lattner · 15 years ago
  87. 3bc1420 just remove interpreter support for endianness mismatches. This was by Chris Lattner · 15 years ago
  88. 9f3ff92 remove use of alloca.h by Chris Lattner · 15 years ago
  89. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  90. 983c592 disuade people from using ostream. by Chris Lattner · 15 years ago
  91. 28fb7c4 llvm/Support/Streams.h is now dead, zap it. by Chris Lattner · 15 years ago
  92. e0c86af Switch SubtargetFeature off of ostreams by Chris Lattner · 15 years ago
  93. b683ea4 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 15 years ago
  94. 9441cfe Fix off-by-one in llvm::Format::print. by Daniel Dunbar · 15 years ago
  95. a235d13 SJLJ pass needs to punt if there's no personality function available. by Jim Grosbach · 15 years ago
  96. ca17934 clean up #includes. by Chris Lattner · 15 years ago
  97. 67f9998 Rerevert (r75663 and r76805), seems there is more non-determinism. by Daniel Dunbar · 15 years ago
  98. 46ff969 Fix PR4753. by Jakob Stoklund Olesen · 15 years ago
  99. 072a56e Remove Streams.h from the targets. by Benjamin Kramer · 15 years ago
  100. cfa6ec9 Kill off more cerr/cout uses and prune includes a bit. by Benjamin Kramer · 15 years ago