aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-191-20/+20
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+3
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-0/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-5/+0
* Fix printing of MCSymbolRegExpr. Needs three closing parentheses forAkira Hatanaka2011-11-111-1/+4
* Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes2011-11-081-1/+49
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-061-2/+1
* 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-1/+1
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-211-1/+1
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-152-2/+4
* 80 columns.Akira Hatanaka2011-09-092-2/+2
* Fix typo. Patch by Liu.Akira Hatanaka2011-08-311-1/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+6
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-1/+1
* Silence compiler warning.Benjamin Kramer2011-07-081-0/+2
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-074-0/+247