aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMJITInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for merge to r171905.Stephen Hines2013-01-211-25/+1
* Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-211-3/+2
|\
| * Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
| * Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* | Merge branch 'upstream' into merge-2012_09_10Stephen Hines2012-09-101-1/+1
|\ \ | |/
| * Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* | Add new files for Mips + fixups for merge to upstream r162314.Stephen Hines2012-08-231-3/+3
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-231-3/+3
|\ \ | |/
| * Remove getARMRegisterNumbering and replace with calls intoEric Christopher2012-08-091-3/+3
* | Merge with LLVM upstream r155090.Shih-wei Liao2012-04-241-1/+1
|\ \ | |/
| * Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-251-1/+1
* | Merge branch 'upstream' into sliao_dShih-wei Liao2012-03-241-2/+2
|\ \ | |/
| * Switch to unified syntax for VFP instructions in inline assembly.Bob Wilson2012-03-121-2/+2
* | Apply changes to migrate to llvm upstream r144606.Logan Chien2011-11-151-1/+1
* | Merge upstream r127116Jush Lu2011-03-091-5/+6
|\ \ | |/
| * Update comment to match my recent change.Bob Wilson2011-02-021-2/+2
| * PR9081: Split up LDM instruction with deprecated use of both LR and PC.Bob Wilson2011-02-011-2/+3
| * I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-291-1/+1
| * move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helperJim Grosbach2010-09-151-1/+1
| * Add support to MOVimm32 using movt/movw for ARM JITZonr Chang2010-05-251-0/+12
| * rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
| * fix typo add missing (Xerxes Ranby2010-03-021-2/+2
| * Unbreak llvm-arm-linux buildbot and fix PR5309.Xerxes Ranby2010-03-021-2/+2
| * Only save vector registers if we've defined for the vector registers.Eric Christopher2010-03-021-2/+2
| * Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-151-11/+5
| * * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-231-19/+26
| * Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-231-6/+8
| * Update comment to reflect instruction.Eric Christopher2009-11-201-1/+1
| * Proper support of non-lazy indirect symbols.Evan Cheng2009-09-101-0/+3
| * Make sure to make stub region writable before emission, executable after emis...Evan Cheng2009-09-091-0/+22
| * remove the last uses of Config/alloca.hChris Lattner2009-08-231-1/+0
| * Remove Streams.h from the targets.Benjamin Kramer2009-08-231-1/+0
| * This void is implicit in C++.Dan Gohman2009-08-121-1/+1
| * Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-111-8/+8
| * More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-6/+7
| * llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-3/+3
| * Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-121-1/+1
| * Implement changes from Chris's feedback.Torok Edwin2009-07-081-2/+2
| * Start converting to new error handling API.Torok Edwin2009-07-081-7/+5
| * First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-24/+24
| * ARMCompilationCallback should not save / restore vfp registers if vfp is not ...Evan Cheng2009-01-161-2/+2
| * Lazy compilation callback save / restore VFP registers.Evan Cheng2008-11-131-0/+9
| * Remove the incorrect assertion. We don't have enough information before reloc...Evan Cheng2008-11-121-2/+1
| * VFP fld / fst immediate field is multiplied by 4.Evan Cheng2008-11-121-16/+26
| * Correct PIC function stub codegen.Evan Cheng2008-11-101-7/+32
| * Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-101-2/+2
| * Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows ...Evan Cheng2008-11-081-22/+21
| * Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-081-5/+5
| * Handle ARM machine constantpool entry with non-lazy ptr.Evan Cheng2008-11-081-4/+11
| * More code clean up.Evan Cheng2008-11-071-5/+1