index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMConstantPoolValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARMConstantPoolMBB::print should print BB number.
Evan Cheng
2011-10-24
1
-0
/
+1
*
No one should be using the method directly. Assert if they do.
Bill Wendling
2011-10-01
1
-12
/
+1
*
Add a convenience method to tell if two things are equal.
Bill Wendling
2011-10-01
1
-16
/
+4
*
Use the ARMConstantPoolMBB class to handle the MBB values.
Bill Wendling
2011-10-01
1
-21
/
+5
*
Add ARMConstantPoolMBB to hold an MBB value in the constant pool.
Bill Wendling
2011-10-01
1
-0
/
+57
*
Remove dead code.
Bill Wendling
2011-10-01
1
-9
/
+0
*
Remove now dead methods and ivar.
Bill Wendling
2011-10-01
1
-28
/
+12
*
Use the new ARMConstantPoolSymbol class to handle external symbols.
Bill Wendling
2011-10-01
1
-2
/
+7
*
Add an ARMConstantPool class for external symbols. This will split out the su...
Bill Wendling
2011-10-01
1
-4
/
+78
*
Remove now dead methods and ivar from ARMConstantPoolValue.
Bill Wendling
2011-10-01
1
-28
/
+3
*
Switch over to using ARMConstantPoolConstant for global variables, functions,
Bill Wendling
2011-10-01
1
-5
/
+2
*
Some more refactoring.
Bill Wendling
2011-10-01
1
-6
/
+60
*
Add a Create method that accepts 'kind' and 'pcadj' arguments.
Bill Wendling
2011-10-01
1
-0
/
+7
*
Refactoring: Separate out the ARM constant pool Constant from the ARM constant
Bill Wendling
2011-10-01
1
-1
/
+53
*
Constify 'isLSDA' and move a method out-of-line.
Bill Wendling
2011-09-30
1
-0
/
+14
*
Support creating a constant pool value for a machine basic block.
Bill Wendling
2011-09-29
1
-0
/
+18
*
Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
Jim Grosbach
2011-09-27
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-3
/
+3
*
Initialize an ARMConstantPoolValue field.
Jan Wen Voung
2010-12-01
1
-1
/
+1
*
Change the ARMConstantPoolValue modifier string to an enumeration. This will
Jim Grosbach
2010-11-09
1
-6
/
+6
*
Fix a potential null dereference bug.
Evan Cheng
2010-09-24
1
-4
/
+12
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-4
/
+5
*
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-07
1
-2
/
+20
*
Add support for BlockAddress values in ARM constant pools.
Bob Wilson
2009-11-02
1
-10
/
+20
*
Fix compiler warnings
Jim Grosbach
2009-09-01
1
-1
/
+1
*
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-09-01
1
-3
/
+4
*
Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...
Evan Cheng
2009-08-28
1
-12
/
+4
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-6
/
+1
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-3
/
+4
*
This void is implicit in C++.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...
Jim Grosbach
2009-08-11
1
-0
/
+5
*
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-08-11
1
-1
/
+1
*
Remove some unnecessary #includes.
Dan Gohman
2009-06-05
1
-1
/
+0
*
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2009-03-13
1
-2
/
+2
*
Handle ARM machine constantpool entries.
Evan Cheng
2008-11-04
1
-4
/
+2
*
Add debugging support.
Evan Cheng
2008-10-29
1
-0
/
+11
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.
Lauro Ramos Venancio
2007-04-27
1
-6
/
+13
*
Implement PIC for arm-linux.
Lauro Ramos Venancio
2007-04-22
1
-4
/
+16
*
- Fix codegen for pc relative constant (e.g. JT) in thumb mode:
Evan Cheng
2007-01-30
1
-7
/
+23
*
ARM backend contribution from Apple.
Evan Cheng
2007-01-19
1
-0
/
+55