Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC...
[oota-llvm.git] / lib / Target / ARM / ARMConstantPoolValue.cpp
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2011-10-24 Evan ChengARMConstantPoolMBB::print should print BB number.
2011-10-01 Bill WendlingNo one should be using the method directly. Assert...
2011-10-01 Bill WendlingAdd a convenience method to tell if two things are...
2011-10-01 Bill WendlingUse the ARMConstantPoolMBB class to handle the MBB...
2011-10-01 Bill WendlingAdd ARMConstantPoolMBB to hold an MBB value in the...
2011-10-01 Bill WendlingRemove dead code.
2011-10-01 Bill WendlingRemove now dead methods and ivar.
2011-10-01 Bill WendlingUse the new ARMConstantPoolSymbol class to handle exter...
2011-10-01 Bill WendlingAdd an ARMConstantPool class for external symbols....
2011-10-01 Bill WendlingRemove now dead methods and ivar from ARMConstantPoolValue.
2011-10-01 Bill WendlingSwitch over to using ARMConstantPoolConstant for global...
2011-10-01 Bill WendlingSome more refactoring.
2011-10-01 Bill WendlingAdd a Create method that accepts 'kind' and 'pcadj...
2011-10-01 Bill WendlingRefactoring: Separate out the ARM constant pool Constan...
2011-09-30 Bill WendlingConstify 'isLSDA' and move a method out-of-line.
2011-09-29 Bill WendlingSupport creating a constant pool value for a machine...
2011-09-27 Jim GrosbachRename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2010-12-01 Jan Wen VoungInitialize an ARMConstantPoolValue field.
2010-11-09 Jim GrosbachChange the ARMConstantPoolValue modifier string to...
2010-09-24 Evan ChengFix a potential null dereference bug.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
2009-11-02 Bob WilsonAdd support for BlockAddress values in ARM constant...
2009-09-01 Jim GrosbachFix compiler warnings
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Benjamin KramerThis void is implicit in C++.
2009-08-11 Jim GrosbachMove ~ARMConstantPoolValue() to the .cpp file to avoid...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-06-05 Dan GohmanRemove some unnecessary #includes.
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2008-11-04 Evan ChengHandle ARM machine constantpool entries.
2008-10-29 Evan ChengAdd debugging support.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-04-27 Lauro Ramos VenancioARM TLS: implement "general dynamic", "initial exec...
2007-04-22 Lauro Ramos VenancioImplement PIC for arm-linux.
2007-01-30 Evan Cheng- Fix codegen for pc relative constant (e.g. JT) in...
2007-01-19 Evan ChengARM backend contribution from Apple.