1. cb89f6c Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCC by Julien Lerouge · 15 years ago
  2. 2fed70d Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy> by John McCall · 15 years ago
  3. 8609c7c pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 15 years ago
  4. 1f96e67 Teach ScalarEvolution how to reason about no-wrap flags on loops by Dan Gohman · 15 years ago
  5. 10f9101 grammar by Jim Grosbach · 15 years ago
  6. f436463 Remove simple regalloc. It has bit rotted. by Evan Cheng · 15 years ago
  7. d7bd78e add a version of the APFloat constructor that initializes to 0.0 by Chris Lattner · 15 years ago
  8. e655128 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 15 years ago
  9. 6f65d79 Add a new pass for doing late hoisting of floating-point and vector by Dan Gohman · 15 years ago
  10. 4321578 Print debug info attached with an instruction. by Devang Patel · 15 years ago
  11. 1b75f44 Provide a way to extract location info from DILocation. by Devang Patel · 15 years ago
  12. 95c1984 Add an interface to attach debugging information with an instruction. by Devang Patel · 15 years ago
  13. 937b1e9 Add llvm::Metadata to manage metadata used in a context. by Devang Patel · 15 years ago
  14. 9233272 Reapplied r81355 with the problems fixed. by Andreas Neustifter · 15 years ago
  15. ad80981 Preserve ProfileInfo during CodeGenPrepare. by Andreas Neustifter · 15 years ago
  16. dc62ea0 move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter by Chris Lattner · 15 years ago
  17. 686cb3d add a new MachineModuleInfoMachO class, which is the per-module by Chris Lattner · 15 years ago
  18. f185455 the pointer MMI keeps will start out with object-file format specific stuff by Chris Lattner · 15 years ago
  19. 4edd187 remove the AsmPrinter::printMCInst hook hack now that we have MCInstPrinter. by Chris Lattner · 15 years ago
  20. 8c6ed05 Big change #1 for personality function references: by Chris Lattner · 15 years ago
  21. 4f3e7aa add a helper method for creating MCSymbol and MCSymbolRefExpr at the same time. by Chris Lattner · 15 years ago
  22. 25d812b inline AsmPrinter::getCurrentFunctionEHName into its only caller. by Chris Lattner · 15 years ago
  23. 24620fa remove a dead bool. by Chris Lattner · 15 years ago
  24. 1c90c6f Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) by Chris Lattner · 15 years ago
  25. 334fd1f eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining by Chris Lattner · 15 years ago
  26. bfd1e50 remove some horrible MAI hooks which fortunately turn out to be always empty. by Chris Lattner · 15 years ago
  27. a70e2e3 add hooks to hang target-specific goop off MachineModuleInfo, by Chris Lattner · 15 years ago
  28. c8213b7 Drop the raw_ostream required buffer size to 1. by Daniel Dunbar · 15 years ago
  29. 101b25c Better solution for tracking both the original alignment of the access, and the current alignment based by Nate Begeman · 15 years ago
  30. 44ac22c Correct comment pasto by Jim Grosbach · 15 years ago
  31. e3394d4 When a constant's type is refined, update the constant in place by Dan Gohman · 15 years ago
  32. 75144f9 Fix apostrophos. by Dan Gohman · 15 years ago
  33. db1c2c5 Forgot this. by Evan Cheng · 15 years ago
  34. a51c39c add a new CallGraphNode::replaceCallEdge method and use it from by Chris Lattner · 15 years ago
  35. 9554c61 make -debug-pass=Executions show information about what call graph nodes by Chris Lattner · 15 years ago
  36. 270fc10 switch scciterator to use DenseMap instead of std::map by Chris Lattner · 15 years ago
  37. 6db0e3a Get rid of GetProcessId in Win32/Program.inc. by Mikhail Glushenkov · 15 years ago
  38. e679837 Add an "original alignment" field to load and store nodes. This enables the by Nate Begeman · 15 years ago
  39. 752195e Add early coalescing to liveintervals. This is work in progress and is known to miscompute some tests. Read it at your own rish, I have aged 10 year while writing this. by Evan Cheng · 15 years ago
  40. c43fd5a Update a comment to match the source. PseudoSourceValues are now by Dan Gohman · 15 years ago
  41. 662316c PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. by Chris Lattner · 15 years ago
  42. 90edac0 Change MCAsmStreamer to take an MCInstPrinter instead of a by Chris Lattner · 15 years ago
  43. c493fb2 Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter by Chris Lattner · 15 years ago
  44. 65b0b29 add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline. by Chris Lattner · 15 years ago
  45. e7f3107 eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have this table. by Chris Lattner · 15 years ago
  46. 762ccea remove all but one reference to TargetRegisterDesc::AsmName. by Chris Lattner · 15 years ago
  47. 56d339f second part to r81695, I missed a directory. by Chris Lattner · 15 years ago
  48. 70a54c0 replace printBasicBlockLabel with EmitBasicBlockStart, by Chris Lattner · 15 years ago
  49. 7cb384d devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. by Chris Lattner · 15 years ago
  50. b6a2fc0 eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for by Chris Lattner · 15 years ago
  51. 4a39ba9 Whoops. Committed the headers for r81605 - 'Moved some more index operations over to LiveIntervals.' by Lang Hames · 15 years ago
  52. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 15 years ago
  53. 724f675 give densemap iterators real iterator traits. by Chris Lattner · 15 years ago
  54. 892e44a default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCInsts. by Chris Lattner · 15 years ago
  55. 5b7dfee add a new Mangler::getNameWithPrefix API which returns the by Chris Lattner · 15 years ago
  56. e6992f7 Factor out the code for checking that all indices in a getelementptr are by Dan Gohman · 15 years ago
  57. 83e3c4f Give these files top-level comments that describe the current code. by Dan Gohman · 15 years ago
  58. 9c65645 Added the ParseInstruction() hook for target specific assembler directives so by Kevin Enderby · 15 years ago
  59. 2d04ec5 Distinguish between 'empty' and empty DAG marker. by Mikhail Glushenkov · 15 years ago
  60. 684a8b0 Add a logical 'not' operator to llvmc's TableGen dialect. by Mikhail Glushenkov · 15 years ago
  61. fd5249e Correctly handle the case where a comparison is created in one BasicBlock and by Nick Lewycky · 15 years ago
  62. fabcb91 Add malloc call utility functions. Patch by Victor Hernandez. by Evan Cheng · 15 years ago
  63. b8b7052 MC: Give target specific parsers access to the MCStreamer. by Daniel Dunbar · 15 years ago
  64. c5ea263 remove DebugLoc from MCInst and eliminate "Comment printing" from by Chris Lattner · 15 years ago
  65. 251ef61 Added an abstract superclass, MCDisassembler, for all disassemblers. by Sean Callanan · 15 years ago
  66. 65c0600 add a gross hack to get "SrcLine" comments to show up with the by Chris Lattner · 15 years ago
  67. 9647994 Removed static qualifier from a few index related methods. These methods may require a LiveIntervals instance in future. by Lang Hames · 15 years ago
  68. 07abe17 Add the first functions for updating ProfileInfo. by Andreas Neustifter · 15 years ago
  69. 273a488 revert r81335, which breaks the build. by Chris Lattner · 15 years ago
  70. 1f3b002 Updated ProfileInfo to have clean seperation between different sentinels. by Andreas Neustifter · 15 years ago
  71. 581af5f Copy-pasto. by Mikhail Glushenkov · 15 years ago
  72. 4f51d99 Revert 81248 for now. by Mikhail Glushenkov · 15 years ago
  73. 4a38930 Make TypeBuilder's result depend on the LLVMContext it's passed. by Jeffrey Yasskin · 15 years ago
  74. baf9b56 Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architecture by Daniel Dunbar · 15 years ago
  75. f316579 Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead by Dan Gohman · 15 years ago
  76. c22675b Const-correctness. by Mikhail Glushenkov · 15 years ago
  77. 40e9b8e Since Program is basically a PID, it should be copyable. by Mikhail Glushenkov · 15 years ago
  78. edf8e48 Get rid of the Pid_ member in the Program class. by Mikhail Glushenkov · 15 years ago
  79. a607202 Add a Kill() function to the Program class. by Mikhail Glushenkov · 15 years ago
  80. 5c89b52 Re-apply r80926, with fixes: keep the domtree informed of new blocks by Dan Gohman · 15 years ago
  81. c8dee3f fix pasto by Chris Lattner · 15 years ago
  82. 9715912 add getVectorOperand/getIndexOperand accessors to ExtractElementInst. by Chris Lattner · 15 years ago
  83. 45336a6 fix PR4915, a crash in -debug mode. by Chris Lattner · 15 years ago
  84. cf5128e add some comments to describe the invariants. by Chris Lattner · 15 years ago
  85. f8dbee7 Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. by Dan Gohman · 15 years ago
  86. 05866f7 Change "const static" to "static const", as warned about by Duncan Sands · 15 years ago
  87. 18f13c6 Mark more constants unsigned, as warned about by icc (#68). by Duncan Sands · 15 years ago
  88. 8ecbe8d Mark constants as unsigned, as pointed out by icc by Duncan Sands · 15 years ago
  89. 740eb53 Tweak code into an equivalent form for which icc by Duncan Sands · 15 years ago
  90. 59bf4fc Public and private corrections, warned about by icc (#304). by Duncan Sands · 15 years ago
  91. 34d0194 Remove unneeded declaration, as warned about by by Duncan Sands · 15 years ago
  92. 8f78a58 Revert r80926. It causes loop unswitch assertion and slow down some JIT tests significantly. by Evan Cheng · 15 years ago
  93. 92a97a9 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this by Daniel Dunbar · 15 years ago
  94. ee3d6fd Delete unused #include. by Benjamin Kramer · 15 years ago
  95. da4ae4b Stabilize the order of live intervals in the priority_queue used by the by Bob Wilson · 15 years ago
  96. be5cded Prune #includes. by Benjamin Kramer · 15 years ago
  97. 5026274 Remove an unneeded call to c_str(). by Benjamin Kramer · 15 years ago
  98. fb0f0de Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in by Kevin Enderby · 15 years ago
  99. 9823ca9 Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of by Kevin Enderby · 15 years ago
  100. 4d44081 Removed yet another std::ostream reference. by Lang Hames · 15 years ago