summaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCBranchSelector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+25
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+9
* Fix PPC branch selection for counter-based branchesHal Finkel2013-05-211-3/+9
* Add registration for PPC-specific passes to allow the IR to be dumpedKrzysztof Parzyszek2013-02-131-1/+10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-081-12/+24
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-1/+1
* tyopsGabor Greif2010-08-231-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* fix constness warningsGabor Greif2010-07-231-1/+2
* eliminate the TargetInstrInfo::GetInstSizeInBytes hook. Chris Lattner2010-07-221-1/+1
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-291-1/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen2009-02-131-2/+3
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray2008-04-161-22/+2
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-6/+0
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-0/+3
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-2/+2
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-2/+3
* Rewrite the branch selector to be correct in the face of large functions.Chris Lattner2006-11-181-84/+101
* convert PPC::BCC to use the 'pred' operand instead of separate predicateChris Lattner2006-11-171-2/+2
* rename PPC::COND_BRANCH to PPC::BCCChris Lattner2006-11-171-3/+3
* start using PPC predicates more consistently.Chris Lattner2006-11-171-5/+23
* Typo. Fix the nightly tests.Jim Laskey2006-11-171-1/+1
* implement a todo: change a map into a vectorChris Lattner2006-11-171-6/+6
* fix typoChris Lattner2006-11-171-2/+2
* implicit_def_vrrc doesn't generate code.Chris Lattner2006-11-161-31/+31
* add a statisticChris Lattner2006-11-161-1/+6
* Correctly handle instruction separators.Chris Lattner2006-10-131-14/+11
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* Add a comment.Evan Cheng2006-08-251-0/+1
* Encode pc-relative conditional branch offset as pc+(num of bytes / 4). TheEvan Cheng2006-08-251-1/+1
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-281-1/+2
* Implement 64-bit undef, sub, shl/shr, srem/uremChris Lattner2006-06-271-1/+2
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-041-1/+1