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
/
ARMJITInfo.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-08-09
Remove getARMRegisterNumbering and replace with calls into
Eric Christopher
2012-03-25
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-12
Switch to unified syntax for VFP instructions in inline assembly.
Bob Wilson
2011-02-02
Update comment to match my recent change.
Bob Wilson
2011-02-01
PR9081: Split up LDM instruction with deprecated use of both LR and PC.
Bob Wilson
2010-11-29
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-09-15
move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper
Jim Grosbach
2010-05-25
Add support to MOVimm32 using movt/movw for ARM JIT
Zonr Chang
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-03-02
fix typo add missing (
Xerxes Ranby
2010-03-02
Unbreak llvm-arm-linux buildbot and fix PR5309.
Xerxes Ranby
2010-03-02
Only save vector registers if we've defined for the vector registers.
Eric Christopher
2009-12-15
Change indirect-globals to use a dedicated allocIndirectGV. This lets us
Jeffrey Yasskin
2009-11-23
* Move stub allocation inside the JITEmitter, instead of exposing a
Jeffrey Yasskin
2009-11-23
Allow more than one stub to be being generated at the same time.
Jeffrey Yasskin
2009-11-20
Update comment to reflect instruction.
Eric Christopher
2009-09-10
Proper support of non-lazy indirect symbols.
Evan Cheng
2009-09-09
Make sure to make stub region writable before emission, executable after emis...
Evan Cheng
2009-08-23
remove the last uses of Config/alloca.h
Chris Lattner
2009-08-23
Remove Streams.h from the targets.
Benjamin Kramer
2009-08-12
This void is implicit in C++.
Dan Gohman
2009-08-11
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-12
Remove extra \n from LLVM_UNREACHABLE calls.
Torok Edwin
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Start converting to new error handling API.
Torok Edwin
2009-05-30
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-01-16
ARMCompilationCallback should not save / restore vfp registers if vfp is not ...
Evan Cheng
2008-11-13
Lazy compilation callback save / restore VFP registers.
Evan Cheng
2008-11-12
Remove the incorrect assertion. We don't have enough information before reloc...
Evan Cheng
2008-11-12
VFP fld / fst immediate field is multiplied by 4.
Evan Cheng
2008-11-10
Correct PIC function stub codegen.
Evan Cheng
2008-11-10
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-08
Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows ...
Evan Cheng
2008-11-08
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
Handle ARM machine constantpool entry with non-lazy ptr.
Evan Cheng
2008-11-07
More code clean up.
Evan Cheng
2008-11-07
Get PIC jump table working.
Evan Cheng
2008-11-07
Jump table JIT support. Work in progress.
Evan Cheng
2008-11-04
Stylistic change.
Evan Cheng
2008-11-04
Handle ARM machine constantpool entries.
Evan Cheng
2008-10-29
Correct way to handle CONSTPOOL_ENTRY instructions.
Evan Cheng
2008-10-22
remove extraneous #ifdef's
Jim Grosbach
2008-10-21
use pre-UAL mnemonics for push/pop for compilaton callback function
Jim Grosbach
2008-10-20
Update the stub and callback code to handle lazy compilation. The stub
Jim Grosbach
2008-09-02
Add Mac OS X compatible JIT callback routine.
Evan Cheng
[next]