aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-2/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-092-0/+16
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-232-1/+23
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-4/+19
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-292-4/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-243-6/+18
* Add PPC option for full register names in asmHal Finkel2013-11-111-0/+10
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-301-0/+12
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-5/+4
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-022-0/+8
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-261-1/+4
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-241-4/+2
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-241-9/+79
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-242-4/+7
* Revert r183854 (PPC: Fix switch warnings from r183841)David Blaikie2013-06-121-1/+0
* [PowerPC] Fix switch warnings from r183841.Bill Schmidt2013-06-121-0/+1
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-232-41/+5
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-162-26/+0
* [PowerPC] Avoid using '$' in generated assembler codeUlrich Weigand2013-05-031-2/+2
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-261-1/+1
* PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand2013-03-261-25/+0
* PowerPC: Simplify BLR pattern.Ulrich Weigand2013-03-261-3/+0
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-081-3/+3
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-1/+1
* Silence an unused variable warning on release builds.Craig Topper2012-06-231-2/+2
* Add support for the PPC isel instruction.Hal Finkel2012-06-222-2/+27
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-022-5/+0
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-022-4/+2
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-3/+3
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-2/+3
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-1/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-5/+0
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-211-4/+4
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-211-4/+4
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-152-2/+8
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+6
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-1/+2
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-1/+1
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-3/+1
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-022-3/+3
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-302-0/+4
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+5
* Namespacify.Benjamin Kramer2010-11-251-1/+1
* eliminate a now-unneeded operand printer.Chris Lattner2010-11-151-3/+0
* dissolve some more hacks.Chris Lattner2010-11-151-6/+0
* fix some fixme's, removing dead code.Chris Lattner2010-11-151-8/+2