index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMConstantPoolValue.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.
Daniel Dunbar
2010-06-15
1
-0
/
+1
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-5
/
+5
*
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-07
1
-0
/
+4
*
Hyphenate some comments.
Bob Wilson
2009-11-02
1
-3
/
+2
*
Add support for BlockAddress values in ARM constant pools.
Bob Wilson
2009-11-02
1
-7
/
+13
*
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
-0
/
+10
*
Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...
Evan Cheng
2009-08-28
1
-15
/
+1
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-8
/
+0
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-1
/
+2
*
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-11
1
-2
/
+2
*
Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...
Jim Grosbach
2009-08-11
1
-2
/
+1
*
Add stdlib.h
Jim Grosbach
2009-08-11
1
-0
/
+1
*
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-08-11
1
-0
/
+2
*
no really, I can spell!
Chris Lattner
2009-07-21
1
-1
/
+1
*
add an API so target-independent codegen can determine if a constant
Chris Lattner
2009-07-21
1
-0
/
+7
*
Fix bad indentation and 80-col violation.
Bob Wilson
2009-07-14
1
-1
/
+2
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+1
*
Fix a missing #include.
Dan Gohman
2008-12-03
1
-0
/
+1
*
Add debugging support.
Evan Cheng
2008-10-29
1
-1
/
+15
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-1
/
+1
*
Trim unnecessary #includes.
Dan Gohman
2008-07-11
1
-0
/
+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
-2
/
+6
*
Implement PIC for arm-linux.
Lauro Ramos Venancio
2007-04-22
1
-2
/
+8
*
- Fix codegen for pc relative constant (e.g. JT) in thumb mode:
Evan Cheng
2007-01-30
1
-3
/
+18
*
ARM backend contribution from Apple.
Evan Cheng
2007-01-19
1
-0
/
+50