| Age | Commit message (Expand) | Author |
| 2025-03-20 | [Target] Use *Set::insert_range (NFC) (#132140) | Kazu Hirata |
| 2020-05-12 | [CodeGen] Use Align in MachineConstantPool. | Craig Topper |
| 2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer |
| 2019-10-19 | Prune two MachineInstr.h includes, fix up deps | Reid Kleckner |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-04-30 | IWYU for llvm-config.h in llvm, additions. | Nico Weber |
| 2017-12-04 | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih |
| 2017-10-15 | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman |
| 2017-10-12 | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton |
| 2017-09-20 | [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin... | Eugene Zelenko |
| 2017-09-07 | ARM: track globals promoted to coalesced const pool entries | Saleem Abdulrasool |
| 2017-01-28 | Cleanup dump() functions. | Matthias Braun |
| 2017-01-27 | [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ... | Eugene Zelenko |
| 2016-10-05 | Use StringRef in ARMConstantPool APIs (NFC) | Mehdi Amini |
| 2016-09-26 | [ARM] Promote small global constants to constant pools | James Molloy |
| 2016-09-23 | Revert "[ARM] Promote small global constants to constant pools" | James Molloy |
| 2016-09-23 | [ARM] Promote small global constants to constant pools | James Molloy |
| 2016-08-08 | [ARM] Add support for embedded position-independent code | Oliver Stannard |
| 2016-06-07 | ARM: correct TLS access on WoA | Saleem Abdulrasool |
| 2016-06-07 | ARM: clang-format a couple of switches, add comments | Saleem Abdulrasool |
| 2016-05-05 | ARM: don't attempt to merge litpools referencing different PC-anchors. | Tim Northover |
| 2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren |
| 2015-10-26 | ARM/ELF: Better codegen for global variable addresses. | Peter Collingbourne |
| 2013-09-16 | ARM: Deduplicate ConstantPoolValues. | Benjamin Kramer |
| 2013-09-15 | Replace some unnecessary vector copies with references. | Benjamin Kramer |
| 2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
| 2012-12-24 | Use a std::string rather than a dynamically allocated char* buffer. | Benjamin Kramer |
| 2012-12-21 | Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C... | Benjamin Kramer |
| 2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
| 2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
| 2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
| 2012-01-16 | Removing unused default switch cases in switches over enums that already acco... | David Blaikie |
| 2011-10-24 | ARMConstantPoolMBB::print should print BB number. | Evan Cheng |
| 2011-10-01 | No one should be using the method directly. Assert if they do. | Bill Wendling |
| 2011-10-01 | Add a convenience method to tell if two things are equal. | Bill Wendling |
| 2011-10-01 | Use the ARMConstantPoolMBB class to handle the MBB values. | Bill Wendling |
| 2011-10-01 | Add ARMConstantPoolMBB to hold an MBB value in the constant pool. | Bill Wendling |
| 2011-10-01 | Remove dead code. | Bill Wendling |
| 2011-10-01 | Remove now dead methods and ivar. | Bill Wendling |
| 2011-10-01 | Use the new ARMConstantPoolSymbol class to handle external symbols. | Bill Wendling |
| 2011-10-01 | Add an ARMConstantPool class for external symbols. This will split out the su... | Bill Wendling |
| 2011-10-01 | Remove now dead methods and ivar from ARMConstantPoolValue. | Bill Wendling |
| 2011-10-01 | Switch over to using ARMConstantPoolConstant for global variables, functions, | Bill Wendling |
| 2011-10-01 | Some more refactoring. | Bill Wendling |
| 2011-10-01 | Add a Create method that accepts 'kind' and 'pcadj' arguments. | Bill Wendling |
| 2011-10-01 | Refactoring: Separate out the ARM constant pool Constant from the ARM constant | Bill Wendling |
| 2011-09-30 | Constify 'isLSDA' and move a method out-of-line. | Bill Wendling |
| 2011-09-29 | Support creating a constant pool value for a machine basic block. | Bill Wendling |
| 2011-09-27 | Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId(). | Jim Grosbach |
| 2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |