summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/InstPrinter
Commit message (Expand)AuthorAge
* Add PPC option for full register names in asmHal Finkel2013-11-11
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-30
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-08
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-02
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-26
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-24
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-24
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-24
* Revert r183854 (PPC: Fix switch warnings from r183841)David Blaikie2013-06-12
* [PowerPC] Fix switch warnings from r183841.Bill Schmidt2013-06-12
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-23
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* [PowerPC] Avoid using '$' in generated assembler codeUlrich Weigand2013-05-03
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-26
* PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand2013-03-26
* PowerPC: Simplify BLR pattern.Ulrich Weigand2013-03-26
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-08
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Silence an unused variable warning on release builds.Craig Topper2012-06-23
* Add support for the PPC isel instruction.Hal Finkel2012-06-22
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-21
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-02
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Namespacify.Benjamin Kramer2010-11-25
* eliminate a now-unneeded operand printer.Chris Lattner2010-11-15
* dissolve some more hacks.Chris Lattner2010-11-15
* fix some fixme's, removing dead code.Chris Lattner2010-11-15
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-15
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-15
* make the stubbed-out printer methods abort instead of Chris Lattner2010-11-14
* wire up a few more things, down to 4 test failures, allChris Lattner2010-11-14
* implement pretty printing support for the various pseudoChris Lattner2010-11-14
* Wire up symbol hi/lo printing. We don't print hi()/lo(), but this getsChris Lattner2010-11-14