aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMConstantPoolValue.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-24Use a std::string rather than a dynamically allocated char* buffer.Benjamin Kramer
2012-12-21Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C...Benjamin Kramer
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-16Removing unused default switch cases in switches over enums that already acco...David Blaikie
2011-10-24ARMConstantPoolMBB::print should print BB number.Evan Cheng
2011-10-01No one should be using the method directly. Assert if they do.Bill Wendling
2011-10-01Add a convenience method to tell if two things are equal.Bill Wendling
2011-10-01Use the ARMConstantPoolMBB class to handle the MBB values.Bill Wendling
2011-10-01Add ARMConstantPoolMBB to hold an MBB value in the constant pool.Bill Wendling
2011-10-01Remove dead code.Bill Wendling
2011-10-01Remove now dead methods and ivar.Bill Wendling
2011-10-01Use the new ARMConstantPoolSymbol class to handle external symbols.Bill Wendling
2011-10-01Add an ARMConstantPool class for external symbols. This will split out the su...Bill Wendling
2011-10-01Remove now dead methods and ivar from ARMConstantPoolValue.Bill Wendling
2011-10-01Switch over to using ARMConstantPoolConstant for global variables, functions,Bill Wendling
2011-10-01Some more refactoring.Bill Wendling
2011-10-01Add a Create method that accepts 'kind' and 'pcadj' arguments.Bill Wendling
2011-10-01Refactoring: Separate out the ARM constant pool Constant from the ARM constantBill Wendling
2011-09-30Constify 'isLSDA' and move a method out-of-line.Bill Wendling
2011-09-29Support creating a constant pool value for a machine basic block.Bill Wendling
2011-09-27Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2010-12-01Initialize an ARMConstantPoolValue field.Jan Wen Voung
2010-11-09Change the ARMConstantPoolValue modifier string to an enumeration. This willJim Grosbach
2010-09-24Fix a potential null dereference bug.Evan Cheng
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2009-11-07- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng
2009-11-02Add support for BlockAddress values in ARM constant pools.Bob Wilson
2009-09-01Fix compiler warningsJim Grosbach
2009-09-01Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach
2009-08-28Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng
2009-08-23remove various std::ostream version of printing methods fromChris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-11This void is implicit in C++.Benjamin Kramer
2009-08-11Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...Jim Grosbach
2009-08-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach
2009-06-05Remove some unnecessary #includes.Dan Gohman
2009-03-13Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng
2008-11-04Handle ARM machine constantpool entries.Evan Cheng
2008-10-29Add debugging support.Evan Cheng
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-04-27ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.Lauro Ramos Venancio
2007-04-22Implement PIC for arm-linux.Lauro Ramos Venancio
2007-01-30- Fix codegen for pc relative constant (e.g. JT) in thumb mode:Evan Cheng
2007-01-19ARM backend contribution from Apple.Evan Cheng