aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-152-17/+0
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-151-4/+22
* make the stubbed-out printer methods abort instead of Chris Lattner2010-11-142-3/+18
* wire up a few more things, down to 4 test failures, allChris Lattner2010-11-142-19/+39
* implement pretty printing support for the various pseudoChris Lattner2010-11-141-0/+45
* Wire up symbol hi/lo printing. We don't print hi()/lo(), but this getsChris Lattner2010-11-142-4/+17
* implement basic support for symbol operand lowering,Chris Lattner2010-11-142-2/+17
* implement basic support for memory operands and crbit operands,Chris Lattner2010-11-142-5/+72
* implement several trivial operand printers, reducingChris Lattner2010-11-142-6/+56
* Implement support for printing register and immediate operands,Chris Lattner2010-11-142-3/+45
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-144-0/+130