1. 47f3934 [ADT/StringMap] Follow-up to r172455, use the correct constructor for setting the InitialSize, by Argyrios Kyrtzidis · 12 years ago
  2. c0c67b0 Properly encapsulate additional methods and data from AsmParser. by Eli Bendersky · 12 years ago
  3. 398db93 Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively cortex-m0, cortex-m3, and cortex-m4 on the backend side. by Quentin Colombet · 12 years ago
  4. 1ba5769 SCEVExpander fix. RAUW needs to update the InsertedExpressions cache. by Andrew Trick · 12 years ago
  5. 3735573 [ADT/StringMap] Add a constructor in StringMap that accepts both an by Argyrios Kyrtzidis · 12 years ago
  6. 289148a Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined but equals 0. by Joe Groff · 12 years ago
  7. a662a98 Add DenseMap::insert(value_type&&) method. by Joe Groff · 12 years ago
  8. 318cad3 Move CheckForValidSection to the MCAsmParser interface. by Eli Bendersky · 12 years ago
  9. 030f63a Expose an InitToTextSection through MCStreamer. by Eli Bendersky · 12 years ago
  10. 9bac6b2 Move ParseMacroArgument to the MCAsmParser interfance. by Eli Bendersky · 12 years ago
  11. 733c336 Encapsulate the MacroEnabled flag in AsmParser behind accessor methods. by Eli Bendersky · 12 years ago
  12. 29eb2cc fix compile-time regression report by Joerg Sonnenberger: by Nuno Lopes · 12 years ago
  13. 96f498b Remove redundant 'llvm::' qualifications by Dmitri Gribenko · 12 years ago
  14. c7a2752 Precompute some information about register costs. by Jakob Stoklund Olesen · 12 years ago
  15. 69e42db Split TargetLowering into a CodeGen and a SelectionDAG part. by Benjamin Kramer · 12 years ago
  16. a125cac Added -view-callgraph module pass. by Andrew Trick · 12 years ago
  17. 4d0b4a4 Support for half intrinsics. Pushes MMX into slower encoding path. by Michael Ilseman · 12 years ago
  18. caa91f8 Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, if by Dmitri Gribenko · 12 years ago
  19. cbdb7e4 LoopPass.h doesn't require Function.h. Remove unneeded #include. by Jakub Staszak · 12 years ago
  20. 893a234 Remove trailing spaces. by Jakub Staszak · 12 years ago
  21. 81bfd71 Remove unneeded includes from FunctionLoweringInfo.h. by Jakub Staszak · 12 years ago
  22. c1ec207 [ms-inline asm] Add support for calling functions from inline assembly. by Chad Rosier · 12 years ago
  23. 48fdf9b Remove unneeded #includes. by Jakub Staszak · 12 years ago
  24. 244b7a4 Fix indent and remove unneeded #includes in MDBuilder.h. by Jakub Staszak · 12 years ago
  25. 7ccad36 Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR. by Jakub Staszak · 12 years ago
  26. 9b1f44b Add basic fix-its to SMDiagnostic. by Jordan Rose · 12 years ago
  27. b50df4a TableGen: Keep track of superclass reference ranges. by Jordan Rose · 12 years ago
  28. d122009 TableGen: record anonymous instantiations of classes. by Jordan Rose · 12 years ago
  29. 4aebce8 Allow hasProperty() to be called on bundle-internal instructions. by Jakob Stoklund Olesen · 12 years ago
  30. 1930fbf Signal.h: Add <cstdio> for FILE*, since r171989. by NAKAMURA Takumi · 12 years ago
  31. 69a2d6f Fix a race condition in the lock-file manager: once the lock file is by Douglas Gregor · 12 years ago
  32. b11f050 Support headerless bundles in MachineInstr::hasProperty(). by Jakob Stoklund Olesen · 12 years ago
  33. 8644116 Stack Alignment: throw error if we can't satisfy the minimal alignment by Manman Ren · 12 years ago
  34. 674be02 Fix include guards so they exactly match file names. by Jakub Staszak · 12 years ago
  35. 1db9b69 Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hangings. by Bill Wendling · 12 years ago
  36. 14925e6 ARM Cost model: Use the size of vector registers and widest vectorizable instruction to determine the max vectorization factor. by Nadav Rotem · 12 years ago
  37. f48acd5 Move the internal PrintStackTrace function that is used for llvm::sys::PrintStackTraceOnErrorSignal(), by Argyrios Kyrtzidis · 12 years ago
  38. 25377c8 Don't require BUNDLE headers in MachineInstr::getBundleSize(). by Jakob Stoklund Olesen · 12 years ago
  39. a1db5de PowerPC: EH adjustments by Adhemerval Zanella · 12 years ago
  40. cde8168 add hexagon flags in ELF.h by Shankar Easwaran · 12 years ago
  41. 73b9845 For some LLVM-as-library uses it is convenient to create a by David Tweed · 12 years ago
  42. 2c8cf4b Refactor to expose RTLIB calls to targets. by Tim Northover · 12 years ago
  43. b1349fa Incrase the number of parameters for AlignedCharArrayUnion. by Manuel Klimek · 12 years ago
  44. 1ced208 Last in the series of removing unnecessary '0' arguments for by Eric Christopher · 12 years ago
  45. 47579cf MIsched: add an ILP window property to machine model. by Andrew Trick · 12 years ago
  46. 2af949d [Object, DebugInfo] Make DWARFContext BE-aware. by NAKAMURA Takumi · 12 years ago
  47. ca1dd05 These functions have default arguments of 0 for the last arg. Use by Eric Christopher · 12 years ago
  48. 83be7b0 Cost Model: Move the 'max unroll factor' variable to the TTI and add initial Cost Model support on ARM. by Nadav Rotem · 12 years ago
  49. d700a2f Add a getBundleEnd() function to go with the existing getBundleStart(). by Jakob Stoklund Olesen · 12 years ago
  50. ff88716 Add the integer value of the ConstantInt instead of the Constant* value. by Bill Wendling · 12 years ago
  51. 935e35d Consider expression "0.0 - X" as the negation of X if by Shuxin Yang · 12 years ago
  52. 0fdcef6 Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize by Eli Bendersky · 12 years ago
  53. 02fa383 Fix memory leak in YAML I/O. by Nick Kledzik · 12 years ago
  54. 24d315d Add fp128 rtlib function names to LLVM by Tim Northover · 12 years ago
  55. 0b74023 Allow ELF64 relocation type to be more than 8 bits. by Tim Northover · 12 years ago
  56. 40b2c32 Sink a function that refers to the SelectionDAG into that library in the by Chandler Carruth · 12 years ago
  57. 9a1e0e2 Remove the llvm-local DW_TAG_vector_type tag and add a test to by Eric Christopher · 12 years ago
  58. 251040b Renamed MCInstFragment to MCRelaxableFragment and added some comments. by Eli Bendersky · 12 years ago
  59. 72a81be Remove what appears to be a dead llvm-specific debug tag. by Eric Christopher · 12 years ago
  60. 6821060 Pack MachineOperand bitfields better. by Jakob Stoklund Olesen · 12 years ago
  61. b2c79f2 Pack MachineInstr fields better. by Jakob Stoklund Olesen · 12 years ago
  62. 6c1d497 Add the align_to_end option to .bundle_lock in the MC implementation of aligned by Eli Bendersky · 12 years ago
  63. 3ebe59c Change SMRange to be half-open (exclusive end) instead of closed (inclusive) by Jordan Rose · 12 years ago
  64. 7aa1c32 Implement APFloat::isDenormal() by Shuxin Yang · 12 years ago
  65. 637582e When code size is the priority (Oz, MinSize attribute), help llvm by Quentin Colombet · 12 years ago
  66. 4068e1a Move TypeFinder.h into the IR tree, it clearly belongs with the IR library. by Chandler Carruth · 12 years ago
  67. 3251e81 Move CallGraphSCCPass.h into the Analysis tree; that's where the by Chandler Carruth · 12 years ago
  68. 1ada2ad Remove the long defunct 'DefaultPasses' header. We have a pass manager by Chandler Carruth · 12 years ago
  69. 56d433d Sink AddrMode back into TargetLowering, removing one of the most by Chandler Carruth · 12 years ago
  70. e4ba75f Switch the SCEV expander and LoopStrengthReduce to use by Chandler Carruth · 12 years ago
  71. 32e0662 CallingConvLower.h: Use bitfields like unsigned:1 instead of bool:1 . by NAKAMURA Takumi · 12 years ago
  72. a90a99a Rough out a new c'tor for the AttrBuilder class. by Bill Wendling · 12 years ago
  73. 62fdfb5 PR14759: Debug info support for C++ member pointers. by David Blaikie · 12 years ago
  74. 5f46c3c Make SimplifyCFG simply depend upon TargetTransformInfo and pass it by Chandler Carruth · 12 years ago
  75. bb00800 Fix the enumerator names for ShuffleKind to match tho coding standards, by Chandler Carruth · 12 years ago
  76. d1b8ef9 Make the popcnt support enums and methods have more clear names and by Chandler Carruth · 12 years ago
  77. be04929 Move TargetTransformInfo to live under the Analysis library. This no by Chandler Carruth · 12 years ago
  78. 37fda19 Simplify TableGen type-compatibility checks. by Sean Silva · 12 years ago
  79. aeef83c Switch TargetTransformInfo from an immutable analysis pass that requires by Chandler Carruth · 12 years ago
  80. 95abfbe [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl. by Michael J. Spencer · 12 years ago
  81. 3e5d8ad [Object][ELF] Add program header iterator. by Michael J. Spencer · 12 years ago
  82. fe23da7 [Object][ELF] Refactor ELFRelocationIterator into ELFEntityIterator. No functionality change. by Michael J. Spencer · 12 years ago
  83. e4b4edd Funnel the actual TargetTransformInfo pass from the SelectionDAGISel by Chandler Carruth · 12 years ago
  84. 7bdf6b0 Convert the TargetTransformInfo from an immutable pass with dynamic by Chandler Carruth · 12 years ago
  85. 9eac391 Replicate the APIs of ScalarTargetTransformInfo and by Chandler Carruth · 12 years ago
  86. 6f78fbb Switch the empty and tombstone key enumerators to not have explicit by Chandler Carruth · 12 years ago
  87. ba7a4e6 While the struct being defined in the AddressingMode.h header was by Chandler Carruth · 12 years ago
  88. acd2c21 Remove unnecessary include. by Chandler Carruth · 12 years ago
  89. 3a4779a IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workaround for gcc-4.4 take #2. by NAKAMURA Takumi · 12 years ago
  90. 255cd6f Whitespace. by NAKAMURA Takumi · 12 years ago
  91. 5d295b4 DenseMap: Appease -fstrict-aliasing on g++-4.4. by NAKAMURA Takumi · 12 years ago
  92. 84be3d5 Don't call destructors on MachineInstr and MachineOperand. by Jakob Stoklund Olesen · 12 years ago
  93. f1d015f Use ArrayRecycler for MachineInstr operand lists. by Jakob Stoklund Olesen · 12 years ago
  94. bced5cd Add MachineRegisterInfo::moveOperands(). by Jakob Stoklund Olesen · 12 years ago
  95. 64e407b Refactor the ScalarTargetTransformInfo API for querying about the by Chandler Carruth · 12 years ago
  96. b1a429f Sink the AddressingModeMatcher helper class into an anonymous namespace by Chandler Carruth · 12 years ago
  97. 1bbd644 Add a method to create an AttributeSet from an AttrBuilder. by Bill Wendling · 12 years ago
  98. 8a0631a Add an ArrayRecycler class. by Jakob Stoklund Olesen · 12 years ago
  99. 22f3b40 Make this an integer so we have enumeral types in the conditional expression. by Eric Christopher · 12 years ago
  100. fa511bf Provide a default constructor for TimeValue. This was used, but only in by Chandler Carruth · 12 years ago