index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMJITInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-344
/
+0
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+344
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-344
/
+0
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-18
1
-0
/
+8
*
Temporarily revert r210953 in an attempt to bring the ARM buildbots
Eric Christopher
2014-06-15
1
-8
/
+0
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-13
1
-0
/
+8
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2014-04-03
1
-2
/
+2
*
Prune includes in ARM target.
Craig Topper
2014-03-22
1
-2
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
*
Remove getARMRegisterNumbering and replace with calls into
Eric Christopher
2012-08-09
1
-3
/
+3
*
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-25
1
-1
/
+1
*
Switch to unified syntax for VFP instructions in inline assembly.
Bob Wilson
2012-03-12
1
-2
/
+2
*
Update comment to match my recent change.
Bob Wilson
2011-02-02
1
-2
/
+2
*
PR9081: Split up LDM instruction with deprecated use of both LR and PC.
Bob Wilson
2011-02-01
1
-2
/
+3
*
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper
Jim Grosbach
2010-09-15
1
-1
/
+1
*
Add support to MOVimm32 using movt/movw for ARM JIT
Zonr Chang
2010-05-25
1
-0
/
+12
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-1
/
+1
*
fix typo add missing (
Xerxes Ranby
2010-03-02
1
-2
/
+2
*
Unbreak llvm-arm-linux buildbot and fix PR5309.
Xerxes Ranby
2010-03-02
1
-2
/
+2
*
Only save vector registers if we've defined for the vector registers.
Eric Christopher
2010-03-02
1
-2
/
+2
*
Change indirect-globals to use a dedicated allocIndirectGV. This lets us
Jeffrey Yasskin
2009-12-15
1
-11
/
+5
*
* Move stub allocation inside the JITEmitter, instead of exposing a
Jeffrey Yasskin
2009-11-23
1
-19
/
+26
*
Allow more than one stub to be being generated at the same time.
Jeffrey Yasskin
2009-11-23
1
-6
/
+8
*
Update comment to reflect instruction.
Eric Christopher
2009-11-20
1
-1
/
+1
*
Proper support of non-lazy indirect symbols.
Evan Cheng
2009-09-10
1
-0
/
+3
*
Make sure to make stub region writable before emission, executable after emis...
Evan Cheng
2009-09-09
1
-0
/
+22
*
remove the last uses of Config/alloca.h
Chris Lattner
2009-08-23
1
-1
/
+0
*
Remove Streams.h from the targets.
Benjamin Kramer
2009-08-23
1
-1
/
+0
*
This void is implicit in C++.
Dan Gohman
2009-08-12
1
-1
/
+1
*
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-11
1
-8
/
+8
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-6
/
+7
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-3
/
+3
*
Remove extra \n from LLVM_UNREACHABLE calls.
Torok Edwin
2009-07-12
1
-1
/
+1
*
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
1
-2
/
+2
*
Start converting to new error handling API.
Torok Edwin
2009-07-08
1
-7
/
+5
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
1
-24
/
+24
*
ARMCompilationCallback should not save / restore vfp registers if vfp is not ...
Evan Cheng
2009-01-16
1
-2
/
+2
*
Lazy compilation callback save / restore VFP registers.
Evan Cheng
2008-11-13
1
-0
/
+9
*
Remove the incorrect assertion. We don't have enough information before reloc...
Evan Cheng
2008-11-12
1
-2
/
+1
*
VFP fld / fst immediate field is multiplied by 4.
Evan Cheng
2008-11-12
1
-16
/
+26
*
Correct PIC function stub codegen.
Evan Cheng
2008-11-10
1
-7
/
+32
*
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-10
1
-2
/
+2
*
Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows ...
Evan Cheng
2008-11-08
1
-22
/
+21
*
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
1
-5
/
+5
*
Handle ARM machine constantpool entry with non-lazy ptr.
Evan Cheng
2008-11-08
1
-4
/
+11
*
More code clean up.
Evan Cheng
2008-11-07
1
-5
/
+1
[next]