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