1. e3a18de Add utility routine to create subprogram definition entry from subprogram declaration entry. by Devang Patel · 15 years ago
  2. 5b69fe7 Add edge source labels to SelectionDAG graphs, now that the graph printing by Dan Gohman · 15 years ago
  3. 8f72235 Move PHIElimination::isLiveOut method to LiveVariables. by Jakob Stoklund Olesen · 15 years ago
  4. 074fe83 typo by Gabor Greif · 15 years ago
  5. 6c2a7a0 demonstrate usage of Cases() mapping several strings to the same value; remove trailing spaces by Gabor Greif · 15 years ago
  6. a9256d0 Remove the gcc builtins from the intrinsics, we'll lower them by Eric Christopher · 15 years ago
  7. a4025df Fix PR5614: parts of a physical register def may be killed the rest. by Evan Cheng · 15 years ago
  8. 15e7122 Fix typos in comments. by Dan Gohman · 15 years ago
  9. 15217e6 Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable by Bob Wilson · 15 years ago
  10. 795eb2a Fix odd declaration. by Benjamin Kramer · 15 years ago
  11. b5eedf2 Remove forgotten ShortNames in Trie and CompilationGraph by Tobias Grosser · 15 years ago
  12. 56f4ef3 Remove ShortNames from getNodeLabel in DOTGraphTraits by Tobias Grosser · 15 years ago
  13. a10d598 Instantiate DefaultDOTGraphTraits by Tobias Grosser · 15 years ago
  14. ce4edd6 Do not point edge heads to source labels by Tobias Grosser · 15 years ago
  15. c500566 Only print edgeSourceLabels if they are not empty by Tobias Grosser · 15 years ago
  16. 2833fac Small PostDominatorTree improvements by Tobias Grosser · 15 years ago
  17. e8a81da Remove ":" after BB name in -view-cfg-only by Tobias Grosser · 15 years ago
  18. cd6e725 Added support to allow clients to custom widen. For X86, custom widen vectors for by Mon P Wang · 15 years ago
  19. f453879 mark all the 'foo with overflow' intrinsics as readnone. by Chris Lattner · 15 years ago
  20. dd69605 Enhance InsertPHITranslatedPointer to be able to return a list of newly by Chris Lattner · 15 years ago
  21. 6f7b210 Rework InsertPHITranslatedPointer to handle the recursive case, this by Chris Lattner · 15 years ago
  22. 8aee8ef factor some logic out of instcombine into a new SimplifyAddInst method. by Chris Lattner · 15 years ago
  23. 616613d teach GVN's load PRE to insert computations of the address in predecessors by Chris Lattner · 15 years ago
  24. 62deff0 Fix phi translation in load PRE to agree with the phi by Chris Lattner · 15 years ago
  25. c514c1f factor some instcombine simplifications for getelementptr out to a new by Chris Lattner · 15 years ago
  26. 2d521e5 Rename new TailDuplicationPass to avoid name conflict with the old one. by Bob Wilson · 15 years ago
  27. 1ce0eaa Implement PR1143 (at -m64) by making basicaa look through extensions. We by Chris Lattner · 15 years ago
  28. e405c64 move DecomposeGEPExpression out into ValueTracking.cpp by Chris Lattner · 15 years ago
  29. 15acadd Split tail duplication into a separate pass. This is needed to avoid by Bob Wilson · 15 years ago
  30. 308f663 Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 15 years ago
  31. 65dbc90 Use StringRef (again) in DebugInfo interface. by Devang Patel · 15 years ago
  32. 5b512fe Adjust comments to new semantics. by Edward O'Callaghan · 15 years ago
  33. e49a8e4 API change Path::isSpecialFile to Path::isRegularFile, improve semantics in regards to comments from 89765 post review. by Edward O'Callaghan · 15 years ago
  34. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
  35. fa3f0b9 Add CMake and configure logic to create llvm/Config/Disassemblers.defs. by Daniel Dunbar · 15 years ago
  36. f8c4cfb Refactor target hook for tail duplication as requested by Chris. by Bob Wilson · 15 years ago
  37. e9a0597 Use StringRef instead of std::string in DIEString. by Devang Patel · 15 years ago
  38. f5a7a2c Remove DebugLabelFolder pass. It is not used by dwarf writer anymore. by Devang Patel · 15 years ago
  39. 3d8f879 Fix comments as pre-post review for rev.89765. by Edward O'Callaghan · 15 years ago
  40. d41e944 Provide Path::isSpecialFile interface for PR5568. by Edward O'Callaghan · 15 years ago
  41. 193f720 Emit pubtypes. by Devang Patel · 15 years ago
  42. 108c838 * Move stub allocation inside the JITEmitter, instead of exposing a by Jeffrey Yasskin · 15 years ago
  43. 735afe1 Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. by Dan Gohman · 15 years ago
  44. 0261d79 Allow more than one stub to be being generated at the same time. by Jeffrey Yasskin · 15 years ago
  45. e54a5e8 Add CreateLocation varinat that accepts MDNode (with a default value). by Devang Patel · 15 years ago
  46. 2048b85 Rename SelectionDAGLowering to SelectionDAGBuilder, and rename by Dan Gohman · 15 years ago
  47. c46530b add a helper by Chris Lattner · 15 years ago
  48. e8e01b6 I forgot to update the prototype for LLVMBuildIntCast when correcting by Duncan Sands · 15 years ago
  49. ce2c51b Pull LLVMContext out of PromoteMemToReg. by Nick Lewycky · 15 years ago
  50. ae3d802 Remove unused LLVMContext. by Nick Lewycky · 15 years ago
  51. 4153982 SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the source line output. by Daniel Dunbar · 15 years ago
  52. a2f20b2 Add getFrameIndexReference() to TargetRegisterInfo, which allows targets to by Jim Grosbach · 15 years ago
  53. 5a325e3 Use ExtractElementInst::Create instead of new; patch by Artur Pietrek! by Daniel Dunbar · 15 years ago
  54. 66e08cf Remove the AliasAnalysis::getMustAliases method, which is dead. by Chris Lattner · 15 years ago
  55. e54cb16 Allow target to disable if-converting predicable instructions. e.g. NEON instructions under ARM mode. by Evan Cheng · 15 years ago
  56. bef8888 We are not using DBG_STOPPOINT anymore. by Devang Patel · 15 years ago
  57. 1f8f4d2 Maintain stylistic consistency. by Evan Cheng · 15 years ago
  58. 323d8c3 Be more clever about calculating live variables through new basic blocks. by Jakob Stoklund Olesen · 15 years ago
  59. 983c7fe Allow SmallString to implicitly convert to StringRef. by Daniel Dunbar · 15 years ago
  60. 054b52c Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 15 years ago
  61. 00621ef Restructure code to allow renaming of multiple-register groups for anti-dep breaking. by David Goodwin · 15 years ago
  62. 29cbade Target-independent support for TargetFlags on BlockAddress operands, by Dan Gohman · 15 years ago
  63. b9e6b34 Recommitting PALIGNR shift width fixes. by Sean Callanan · 15 years ago
  64. 1bbf6d1 Reverting PALIGNR fix until I figure out how this broke the Clang testsuite. by Sean Callanan · 15 years ago
  65. 201dfa7 Fixed PALIGNR to take 8-bit rotations in all cases. by Sean Callanan · 15 years ago
  66. a58a049 Make Loop::getLoopLatch() work on loops which don't have preheaders, as by Dan Gohman · 15 years ago
  67. 557bbe6 Remove some old experimental code that is no longer needed. Remove additional, speculative scheduling pass as its cost did not translate into significant performance improvement. Minor tweaks. by David Goodwin · 15 years ago
  68. b4afb13 Fix fast-isel to avoid selecting the return instruction if a by Dan Gohman · 15 years ago
  69. 324da76 Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. by Jakob Stoklund Olesen · 15 years ago
  70. f94b5ed Extend CaptureTracking to indicate when a value is never stored, even by Dan Gohman · 15 years ago
  71. 90c583f cstdlib is not automatically included with StringRef anymore. by Benjamin Kramer · 15 years ago
  72. 1acdcd5 Remove the now obsolete algorithm include from StringRef.h. by Benjamin Kramer · 15 years ago
  73. 2fe05d8 Workaround PR5482, because all the gcc versions that I had were miscompiling StringRef: by Torok Edwin · 15 years ago
  74. cc9fa81 Add PS3 Triple class, Credit to John Thompson. by Edward O'Callaghan · 15 years ago
  75. 20f4d34 Make EliminateDuplicatePHINodes() available as a utility function by Jim Grosbach · 15 years ago
  76. b80077a Twine: Stores kinds as uchar instead of bitfield to be friendlier to the by Daniel Dunbar · 15 years ago
  77. f605773 Remove spurious @verbatim. Patch by Timo Juhani Lindfors! by Jeffrey Yasskin · 15 years ago
  78. 8f16e02 Allow the machine verifier to be run outside the PassManager. by Jakob Stoklund Olesen · 15 years ago
  79. 1e78aa4 Remove the -early-coalescing option by Jakob Stoklund Olesen · 15 years ago
  80. e823db8 Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. by Viktor Kutuzov · 15 years ago
  81. 834b08a Add a target hook to allow changing the tail duplication limit based on the by Bob Wilson · 15 years ago
  82. 5eea342 The llvm-gcc front-end and the pass manager use two separate TargetData objects. by Bill Wendling · 15 years ago
  83. 3dbb9e6 Simplify ComputeMultiple so that it doesn't depend on TargetData. by Dan Gohman · 15 years ago
  84. 427ef4e Remove dead code. by Devang Patel · 15 years ago
  85. 88b5aca Add ability to set code model within the execution engine builders by Eric Christopher · 15 years ago
  86. 2a085c3 Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. by Evan Cheng · 15 years ago
  87. 51cdac0 Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch. by Viktor Kutuzov · 15 years ago
  88. 2cd8abb add Case() with 5 args by Nuno Lopes · 15 years ago
  89. 4a20c7a 1. Allow SCCIterator to work with GraphT types that are constant. by Duncan Sands · 15 years ago
  90. 8dc071a Following a suggestion of Daniel Dunbar, stop people passing the name by Duncan Sands · 15 years ago
  91. ff1b61f Fixed call to wrong constructor. by Lang Hames · 15 years ago
  92. dc1472b In GlobalVariable::setInitializer, assert that the initializer has the by Jeffrey Yasskin · 15 years ago
  93. 4c269e2 Fix unused variables warnings. by Eric Christopher · 15 years ago
  94. 21b8bdd Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h. by Dan Gohman · 15 years ago
  95. 8134450 Remove an unnecessary #include. by Dan Gohman · 15 years ago
  96. 6ac0e76 Sink a #include <map> to where it's actually needed. by Dan Gohman · 15 years ago
  97. aec15e8 Make PseudoSourceValue's classof recognize by Dan Gohman · 15 years ago
  98. 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 15 years ago
  99. 1546b11 Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCs by Douglas Gregor · 15 years ago
  100. 4007324 Make sure that if anyone passes a name by accident for the isSigned by Duncan Sands · 15 years ago