1. 219bd29 remove Bill from the author list: his contribution (describing llvm::Ostream by Chris Lattner · 16 years ago
  2. d283cb1 add some more topics to the coding standards doc: by Chris Lattner · 16 years ago
  3. 1126038 Attempt to fix BuildBot breakage with MSVC. by Eli Friedman · 16 years ago
  4. d8afc46 fix some formatting stuff, patch by Edward O'Callaghan! by Chris Lattner · 16 years ago
  5. be9408e Remove intrinsic support for __builtin_ia32_vec_set_v16qi and by Eric Christopher · 16 years ago
  6. 3dae284 Add support for MMX VSETCC. by Eli Friedman · 16 years ago
  7. 5292588 Added the unconditional JMP with an 8-bit relocation for the by Sean Callanan · 16 years ago
  8. 064a6ea Add an entry. by Evan Cheng · 16 years ago
  9. f158156 inline the two MergeableConstSection implementations into their only caller. by Chris Lattner · 16 years ago
  10. 828f704 set the ELF "small" flag on objects that end up in .rodata.cst4 consistently, by Chris Lattner · 16 years ago
  11. 2804616 don't set the small flag yet. by Chris Lattner · 16 years ago
  12. 298414e remove the SelectSectionForMachineConst hook, replacing it with by Chris Lattner · 16 years ago
  13. fc6ad40 Let each target determines whether a machine instruction is dead. If true, that allows late codeine passes to delete it. by Evan Cheng · 16 years ago
  14. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  15. 7cf12c7 reimplement Constant::ContainsRelocations as by Chris Lattner · 16 years ago
  16. 9c5beed Misc. doc fixes following suggestions from Eli. by Dan Gohman · 16 years ago
  17. 5d8f1ca Fixing cp island pass. Step 1: Determine whether the constant pool offset can be by Evan Cheng · 16 years ago
  18. 7fdf962 Fix comment. by Evan Cheng · 16 years ago
  19. b2fb9cc simplify code now that it is inlined. by Chris Lattner · 16 years ago
  20. fae02a2 Exposed PHIElimination pass within CodeGen. by Lang Hames · 16 years ago
  21. 97d2cae Now that RelocBehaviour() is never overloaded, it doesn't need to be by Chris Lattner · 16 years ago
  22. 248f80d Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to be by Eric Christopher · 16 years ago
  23. 1a1b323 this doesn't break any of the 4 ia64 tests. by Chris Lattner · 16 years ago
  24. 9d8052f alpha doesn't need to redefine this: it only supports PIC codegen anyway. by Chris Lattner · 16 years ago
  25. 80607c9 by David Greene · 16 years ago
  26. 354c016 no really, I can spell! by Chris Lattner · 16 years ago
  27. cb45963 add an API so target-independent codegen can determine if a constant by Chris Lattner · 16 years ago
  28. ce9fe9f Convert instcombine from using using getAnalysis<TargetData> to by Dan Gohman · 16 years ago
  29. 295643b Permit the IntPtrTy argument to isEliminableCastPair to be null, by Dan Gohman · 16 years ago
  30. aedb59a fix typo by Chris Lattner · 16 years ago
  31. 82a70cc Change ELFCodeEmitter logic to emit the constant pool and jump tables to by Bruno Cardoso Lopes · 16 years ago
  32. 0f4b285 Replace the original ad-hoc code for determining whether (v pred w) implies by Dan Gohman · 16 years ago
  33. 47b1e2a Remove a big test case. by Evan Cheng · 16 years ago
  34. 3e7b5ca Various doc updates from Edward O'Callaghan! by Chris Lattner · 16 years ago
  35. 117c7e2 remove the last bits of SectionFlagsForGlobal. There is some flag here that by Chris Lattner · 16 years ago
  36. 1ab78b0 don't mask out the small flag and then reapply it later. by Chris Lattner · 16 years ago
  37. 2739179 if Xcore doesn't support TLS, it doesn't have to worry about thread local LLVM IR, it should be rejected by a front-end. by Chris Lattner · 16 years ago
  38. 97ee127 remove the Xcore implementation of SelectSectionForGlobal. While you have by Chris Lattner · 16 years ago
  39. 449e379 simplify based on the fact that darwin always uses L/l. by Chris Lattner · 16 years ago
  40. 939a890 make some stuff private. by Chris Lattner · 16 years ago
  41. bdf7a3a improve comments. by Chris Lattner · 16 years ago
  42. e1abeb4 Remove the XCore custom implementation of MergeableConstSection, relying on by Chris Lattner · 16 years ago
  43. b2f8806 Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built by Bob Wilson · 16 years ago
  44. 32eaeca Reorder the "Metadata" entry to match the C bindings. by Bob Wilson · 16 years ago
  45. 85f4983 Add missing include by Daniel Dunbar · 16 years ago
  46. 7886ae9 inline a trivial method into its only call site and fix indentation of cases by Chris Lattner · 16 years ago
  47. 42b6418 Remove some overridden functions in XCoreTargetAsmInfo that are by Chris Lattner · 16 years ago
  48. 3380d5c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
  49. 7558f11 minor cleanups. by Chris Lattner · 16 years ago
  50. 822ccd9 Privatize the ConstantArray table. by Owen Anderson · 16 years ago
  51. f6fa8ae Add a few fairly obvious API changes I noticed while porting some old code. by Torok Edwin · 16 years ago
  52. e748285 Missed a piece of the commit to remove the shift flavor. by Eli Friedman · 16 years ago
  53. 16e298f Privatize the first of the value maps. by Owen Anderson · 16 years ago
  54. b3e7171 Remove shift amount flavor. It isn't actually complete enough to by Eli Friedman · 16 years ago
  55. 58bb61a Remove a couple of already-implemented notes. by Eli Friedman · 16 years ago
  56. 49419e2 80 col violation. by Evan Cheng · 16 years ago
  57. a358c1d by David Greene · 16 years ago
  58. 6762d91 Add fake v7 itineraries for now. by Evan Cheng · 16 years ago
  59. 40bbebd make AsmPrinter::doFinalization iterate over the global variables by Chris Lattner · 16 years ago
  60. 4b93895 by David Greene · 16 years ago
  61. 20574a9 by David Greene · 16 years ago
  62. 8f6353f by David Greene · 16 years ago
  63. 3ecadc8 Do not select tSXTB / tSXTH in thumb2 mode. by Evan Cheng · 16 years ago
  64. b3056fa Rename getConstantInt{True|False} to get{True|False} at Chris' behest. by Owen Anderson · 16 years ago
  65. d06c598 Add freed memory poisoning in !NDEBUG mode for DenseMap. by Torok Edwin · 16 years ago
  66. e4d8408 reduce indentation by using an early exit. by Chris Lattner · 16 years ago
  67. c55db82 Update CMake files. by Ted Kremenek · 16 years ago
  68. a2701b4 Use string comparison instead of numeric comparison when comparing digests. by Ted Kremenek · 16 years ago
  69. b34e3a9 whitespace cleanups, make the MipsAsmPrinter::doInitialization by Chris Lattner · 16 years ago
  70. d3ffc06 fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization. by Chris Lattner · 16 years ago
  71. 7462502 convert this test to filecheck format, which is faster and avoids false matches of "st" -> "stdin" by Chris Lattner · 16 years ago
  72. 90f8b70 Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the by Chris Lattner · 16 years ago
  73. 7cb6860 Move StringRef comparison operators out of class. by Daniel Dunbar · 16 years ago
  74. 1010c21 fix indentation by Chris Lattner · 16 years ago
  75. da6c240 remove an unneeded override. by Chris Lattner · 16 years ago
  76. a46cb52 more random whitespace cleanup, eliminate #define, avoid copying by Chris Lattner · 16 years ago
  77. 99bd8bf add a testcase for the pic16 section handling stuff. by Chris Lattner · 16 years ago
  78. dc47146 some simple whitespace cleanup, avoid copying vectors for no reason by Chris Lattner · 16 years ago
  79. f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 16 years ago
  80. 5d88502 Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegForReload() should make sure the "switched" register is in the desired register class. I'm surprised this hasn't caused more failures in the past. by Evan Cheng · 16 years ago
  81. 92645ac Add missing include. by Daniel Dunbar · 16 years ago
  82. bda9653 Switch this API to StringRef. by Daniel Dunbar · 16 years ago
  83. fbee579 Simplify / normalize some uses of Value::getName. by Daniel Dunbar · 16 years ago
  84. 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 16 years ago
  85. 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 16 years ago
  86. a8f0af5 Remove some unused code. by Daniel Dunbar · 16 years ago
  87. 68491c1 Support adding relocations for data sections, handling the cases where by Bruno Cardoso Lopes · 16 years ago
  88. 634d61b remove a very large testcase for now. by Chris Lattner · 16 years ago
  89. 77159e3 Add jumps with 8-bit relocation for assembler / disassembler. Patch by Sean Callanan. by Evan Cheng · 16 years ago
  90. d101a72 Fix a dagga combiner bug: avoid creating illegal constant. by Evan Cheng · 16 years ago
  91. f53c371 Move a bit more state over to the LLVMContext. by Owen Anderson · 16 years ago
  92. 7239b51 Add the following functions: by Bill Wendling · 16 years ago
  93. 126b566 Add a testcase for PR2831. by Dan Gohman · 16 years ago
  94. 19211b4 Add a testcase for PR4569, which is now fixed. by Dan Gohman · 16 years ago
  95. 0b106d9 Add an svn:ignore. by Dan Gohman · 16 years ago
  96. a16b576 Make the range calculations for addrecs to be more conservative, by Dan Gohman · 16 years ago
  97. c2b015e Whitespace cleanups. by Dan Gohman · 16 years ago
  98. c268e7c Minor code simplification. by Dan Gohman · 16 years ago
  99. af9e7a7 Fix ARM isle code that optimize multiply by constants which are power-of-2 +/- 1. by Evan Cheng · 16 years ago
  100. c95be59 Cross RC coalescing is now on by default. by Evan Cheng · 16 years ago