index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMConstantPoolValue.cpp
Age
Commit message (
Expand
)
Author
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2010-12-01
Initialize an ARMConstantPoolValue field.
Jan Wen Voung
2010-11-09
Change the ARMConstantPoolValue modifier string to an enumeration. This will
Jim Grosbach
2010-09-24
Fix a potential null dereference bug.
Evan Cheng
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2009-11-07
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-02
Add support for BlockAddress values in ARM constant pools.
Bob Wilson
2009-09-01
Fix compiler warnings
Jim Grosbach
2009-09-01
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-08-28
Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...
Evan Cheng
2009-08-23
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-11
This void is implicit in C++.
Benjamin Kramer
2009-08-11
Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...
Jim Grosbach
2009-08-11
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-06-05
Remove some unnecessary #includes.
Dan Gohman
2009-03-13
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2008-11-04
Handle ARM machine constantpool entries.
Evan Cheng
2008-10-29
Add debugging support.
Evan Cheng
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-04-27
ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.
Lauro Ramos Venancio
2007-04-22
Implement 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-19
ARM backend contribution from Apple.
Evan Cheng