summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMJITInfo.cpp
Commit message (Expand)AuthorAge
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-18
* Temporarily revert r210953 in an attempt to bring the ARM buildbotsEric Christopher2014-06-15
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-13
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Tidy up. Trailing whitespace.Jim Grosbach2014-04-03
* Prune includes in ARM target.Craig Topper2014-03-22
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Remove getARMRegisterNumbering and replace with calls intoEric Christopher2012-08-09
* Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-25
* Switch to unified syntax for VFP instructions in inline assembly.Bob Wilson2012-03-12
* Update comment to match my recent change.Bob Wilson2011-02-02
* PR9081: Split up LDM instruction with deprecated use of both LR and PC.Bob Wilson2011-02-01
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helperJim Grosbach2010-09-15
* Add support to MOVimm32 using movt/movw for ARM JITZonr Chang2010-05-25
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* fix typo add missing (Xerxes Ranby2010-03-02
* Unbreak llvm-arm-linux buildbot and fix PR5309.Xerxes Ranby2010-03-02
* Only save vector registers if we've defined for the vector registers.Eric Christopher2010-03-02
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-15
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-23
* Update comment to reflect instruction.Eric Christopher2009-11-20
* Proper support of non-lazy indirect symbols.Evan Cheng2009-09-10
* Make sure to make stub region writable before emission, executable after emis...Evan Cheng2009-09-09
* remove the last uses of Config/alloca.hChris Lattner2009-08-23
* Remove Streams.h from the targets.Benjamin Kramer2009-08-23
* This void is implicit in C++.Dan Gohman2009-08-12
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-11
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-12
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Start converting to new error handling API.Torok Edwin2009-07-08
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* ARMCompilationCallback should not save / restore vfp registers if vfp is not ...Evan Cheng2009-01-16
* Lazy compilation callback save / restore VFP registers.Evan Cheng2008-11-13
* Remove the incorrect assertion. We don't have enough information before reloc...Evan Cheng2008-11-12
* VFP fld / fst immediate field is multiplied by 4.Evan Cheng2008-11-12
* Correct PIC function stub codegen.Evan Cheng2008-11-10
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-10
* Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows ...Evan Cheng2008-11-08
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-08
* Handle ARM machine constantpool entry with non-lazy ptr.Evan Cheng2008-11-08
* More code clean up.Evan Cheng2008-11-07
* Get PIC jump table working.Evan Cheng2008-11-07
* Jump table JIT support. Work in progress.Evan Cheng2008-11-07
* Stylistic change.Evan Cheng2008-11-04