aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMConstantPoolValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* ARM: Deduplicate ConstantPoolValues.Benjamin Kramer2013-09-161-47/+3
* Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-151-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use a std::string rather than a dynamically allocated char* buffer.Benjamin Kramer2012-12-241-17/+4
* Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C...Benjamin Kramer2012-12-211-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-2/+1
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-161-1/+1
* ARMConstantPoolMBB::print should print BB number.Evan Cheng2011-10-241-0/+1
* No one should be using the method directly. Assert if they do.Bill Wendling2011-10-011-12/+1
* Add a convenience method to tell if two things are equal.Bill Wendling2011-10-011-16/+4
* Use the ARMConstantPoolMBB class to handle the MBB values.Bill Wendling2011-10-011-21/+5
* Add ARMConstantPoolMBB to hold an MBB value in the constant pool.Bill Wendling2011-10-011-0/+57
* Remove dead code.Bill Wendling2011-10-011-9/+0
* Remove now dead methods and ivar.Bill Wendling2011-10-011-28/+12
* Use the new ARMConstantPoolSymbol class to handle external symbols.Bill Wendling2011-10-011-2/+7
* Add an ARMConstantPool class for external symbols. This will split out the su...Bill Wendling2011-10-011-4/+78
* Remove now dead methods and ivar from ARMConstantPoolValue.Bill Wendling2011-10-011-28/+3
* Switch over to using ARMConstantPoolConstant for global variables, functions,Bill Wendling2011-10-011-5/+2
* Some more refactoring.Bill Wendling2011-10-011-6/+60
* Add a Create method that accepts 'kind' and 'pcadj' arguments.Bill Wendling2011-10-011-0/+7
* Refactoring: Separate out the ARM constant pool Constant from the ARM constantBill Wendling2011-10-011-1/+53
* Constify 'isLSDA' and move a method out-of-line.Bill Wendling2011-09-301-0/+14
* Support creating a constant pool value for a machine basic block.Bill Wendling2011-09-291-0/+18
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-271-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Initialize an ARMConstantPoolValue field.Jan Wen Voung2010-12-011-1/+1
* Change the ARMConstantPoolValue modifier string to an enumeration. This willJim Grosbach2010-11-091-6/+6
* Fix a potential null dereference bug.Evan Cheng2010-09-241-4/+12
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-4/+5
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-071-2/+20
* Add support for BlockAddress values in ARM constant pools.Bob Wilson2009-11-021-10/+20
* Fix compiler warningsJim Grosbach2009-09-011-1/+1
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-011-3/+4
* Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng2009-08-281-12/+4
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-6/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-3/+4
* This void is implicit in C++.Benjamin Kramer2009-08-111-1/+1
* Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...Jim Grosbach2009-08-111-0/+5
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-1/+1
* Remove some unnecessary #includes.Dan Gohman2009-06-051-1/+0
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-2/+2
* Handle ARM machine constantpool entries.Evan Cheng2008-11-041-4/+2
* Add debugging support.Evan Cheng2008-10-291-0/+11
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.Lauro Ramos Venancio2007-04-271-6/+13
* Implement PIC for arm-linux.Lauro Ramos Venancio2007-04-221-4/+16
* - Fix codegen for pc relative constant (e.g. JT) in thumb mode:Evan Cheng2007-01-301-7/+23