Age | Commit message (Expand) | Author | Files | Lines |
2016-10-05 | Use StringRef in ARMConstantPool APIs (NFC) | Mehdi Amini | 1 | -10/+9 |
2016-09-26 | [ARM] Promote small global constants to constant pools | James Molloy | 1 | -0/+12 |
2016-09-23 | Revert "[ARM] Promote small global constants to constant pools" | James Molloy | 1 | -12/+0 |
2016-09-23 | [ARM] Promote small global constants to constant pools | James Molloy | 1 | -0/+12 |
2016-08-08 | [ARM] Add support for embedded position-independent code | Oliver Stannard | 1 | -0/+2 |
2016-06-07 | ARM: correct TLS access on WoA | Saleem Abdulrasool | 1 | -0/+2 |
2016-06-07 | ARM: clang-format a couple of switches, add comments | Saleem Abdulrasool | 1 | -5/+10 |
2016-05-05 | ARM: don't attempt to merge litpools referencing different PC-anchors. | Tim Northover | 1 | -3/+3 |
2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 1 | -1/+1 |
2015-10-26 | ARM/ELF: Better codegen for global variable addresses. | Peter Collingbourne | 1 | -2/+1 |
2013-09-16 | ARM: Deduplicate ConstantPoolValues. | Benjamin Kramer | 1 | -47/+3 |
2013-09-15 | Replace some unnecessary vector copies with references. | Benjamin Kramer | 1 | -3/+3 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -4/+4 |
2012-12-24 | Use a std::string rather than a dynamically allocated char* buffer. | Benjamin Kramer | 1 | -17/+4 |
2012-12-21 | Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C... | Benjamin Kramer | 1 | -1/+1 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -2/+2 |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 1 | -1/+1 |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper | 1 | -2/+1 |
2012-01-16 | Removing unused default switch cases in switches over enums that already acco... | David Blaikie | 1 | -1/+1 |
2011-10-24 | ARMConstantPoolMBB::print should print BB number. | Evan Cheng | 1 | -0/+1 |
2011-10-01 | No one should be using the method directly. Assert if they do. | Bill Wendling | 1 | -12/+1 |
2011-10-01 | Add a convenience method to tell if two things are equal. | Bill Wendling | 1 | -16/+4 |
2011-10-01 | Use the ARMConstantPoolMBB class to handle the MBB values. | Bill Wendling | 1 | -21/+5 |
2011-10-01 | Add ARMConstantPoolMBB to hold an MBB value in the constant pool. | Bill Wendling | 1 | -0/+57 |
2011-10-01 | Remove dead code. | Bill Wendling | 1 | -9/+0 |
2011-10-01 | Remove now dead methods and ivar. | Bill Wendling | 1 | -28/+12 |
2011-10-01 | Use the new ARMConstantPoolSymbol class to handle external symbols. | Bill Wendling | 1 | -2/+7 |
2011-10-01 | Add an ARMConstantPool class for external symbols. This will split out the su... | Bill Wendling | 1 | -4/+78 |
2011-10-01 | Remove now dead methods and ivar from ARMConstantPoolValue. | Bill Wendling | 1 | -28/+3 |
2011-10-01 | Switch over to using ARMConstantPoolConstant for global variables, functions, | Bill Wendling | 1 | -5/+2 |
2011-10-01 | Some more refactoring. | Bill Wendling | 1 | -6/+60 |
2011-10-01 | Add a Create method that accepts 'kind' and 'pcadj' arguments. | Bill Wendling | 1 | -0/+7 |
2011-10-01 | Refactoring: Separate out the ARM constant pool Constant from the ARM constant | Bill Wendling | 1 | -1/+53 |
2011-09-30 | Constify 'isLSDA' and move a method out-of-line. | Bill Wendling | 1 | -0/+14 |
2011-09-29 | Support creating a constant pool value for a machine basic block. | Bill Wendling | 1 | -0/+18 |
2011-09-27 | Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId(). | Jim Grosbach | 1 | -1/+1 |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 1 | -3/+3 |
2010-12-01 | Initialize an ARMConstantPoolValue field. | Jan Wen Voung | 1 | -1/+1 |
2010-11-09 | Change the ARMConstantPoolValue modifier string to an enumeration. This will | Jim Grosbach | 1 | -6/+6 |
2010-09-24 | Fix a potential null dereference bug. | Evan Cheng | 1 | -4/+12 |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 1 | -4/+5 |
2009-11-07 | - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical | Evan Cheng | 1 | -2/+20 |
2009-11-02 | Add support for BlockAddress values in ARM constant pools. | Bob Wilson | 1 | -10/+20 |
2009-09-01 | Fix compiler warnings | Jim Grosbach | 1 | -1/+1 |
2009-09-01 | Clean up LSDA name generation and use for SJLJ exception handling. This | Jim Grosbach | 1 | -3/+4 |
2009-08-28 | Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun... | Evan Cheng | 1 | -12/+4 |
2009-08-23 | remove various std::ostream version of printing methods from | Chris Lattner | 1 | -6/+1 |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 1 | -3/+4 |
2009-08-11 | This void is implicit in C++. | Benjamin Kramer | 1 | -1/+1 |
2009-08-11 | Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs... | Jim Grosbach | 1 | -0/+5 |