summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCBranchSelector.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-28
* Fix PPC branch selection for counter-based branchesHal Finkel2013-05-21
* Add registration for PPC-specific passes to allow the IR to be dumpedKrzysztof Parzyszek2013-02-13
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-08
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* tyopsGabor Greif2010-08-23
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* fix constness warningsGabor Greif2010-07-23
* eliminate the TargetInstrInfo::GetInstSizeInBytes hook. Chris Lattner2010-07-22
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-29
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen2009-02-13
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray2008-04-16
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-14
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-19
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-27
* Rewrite the branch selector to be correct in the face of large functions.Chris Lattner2006-11-18
* convert PPC::BCC to use the 'pred' operand instead of separate predicateChris Lattner2006-11-17
* rename PPC::COND_BRANCH to PPC::BCCChris Lattner2006-11-17
* start using PPC predicates more consistently.Chris Lattner2006-11-17
* Typo. Fix the nightly tests.Jim Laskey2006-11-17
* implement a todo: change a map into a vectorChris Lattner2006-11-17
* fix typoChris Lattner2006-11-17
* implicit_def_vrrc doesn't generate code.Chris Lattner2006-11-16
* add a statisticChris Lattner2006-11-16
* Correctly handle instruction separators.Chris Lattner2006-10-13
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Add a comment.Evan Cheng2006-08-25
* Encode pc-relative conditional branch offset as pc+(num of bytes / 4). TheEvan Cheng2006-08-25
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-28
* Implement 64-bit undef, sub, shl/shr, srem/uremChris Lattner2006-06-27
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-04