1. 79f06f3 Add build rules for MIPS. by Logan Chien · 13 years ago
  2. 421455f This patch makes the following changes necessary for MIPS' direct code emission. by Akira Hatanaka · 13 years ago
  3. 84bfc2f This patch addresses gp relative fixups/relocations for jump tables. by Akira Hatanaka · 13 years ago
  4. b95fc31 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 13 years ago
  5. 47b92f3 Mips MC object code emission improvements: by Bruno Cardoso Lopes · 13 years ago
  6. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  7. 40825fb Coding style cleanups. No functionality change. by Bill Wendling · 13 years ago
  8. 91d2cc9 Definition of function getMipsRegisterNumbering. by Akira Hatanaka · 13 years ago
  9. 36004b9 Fixup enumerations. by Akira Hatanaka · 13 years ago
  10. 09a2e0f Register the MC object streamer. by Akira Hatanaka · 13 years ago
  11. 4b6ee7a Register Asm backend. Add functions to MipsAsmBackend. by Akira Hatanaka · 13 years ago
  12. 82ea731 Add MCELFObjectTargetWriter and MCAsmBackend classes. by Akira Hatanaka · 13 years ago
  13. 310c9ea Update CMake build. by Benjamin Kramer · 13 years ago
  14. 4520a10 Initial implementation of MipsMCCodeEmitter. by Akira Hatanaka · 13 years ago
  15. 2464810 Add a base class for Mips TargetMachines and add Mips64 TargetMachines. by Akira Hatanaka · 13 years ago
  16. 48ae99f Support for PSP is gone too. by Akira Hatanaka · 13 years ago
  17. 2152307 It is not necessary to search for mipsallegrex in target triple string. by Akira Hatanaka · 13 years ago
  18. b950585 Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. by James Molloy · 13 years ago
  19. afaf80a Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com) by James Molloy · 13 years ago
  20. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  21. 7801136 Some refactoring so TargetRegistry.h no longer has to include any files from MC. by Evan Cheng · 13 years ago
  22. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  23. 4ebc591 Explicitly declare a library dependency of LLVM*Desc to LLVM*AsmPrinter. by Oscar Fuentes · 13 years ago
  24. b35552d Clean up a pile of hacks in our CMake build relating to TableGen. by Chandler Carruth · 13 years ago
  25. 4b64e8a Separate MCInstPrinter registration from AsmPrinter registration. by Evan Cheng · 13 years ago
  26. 7f8dff6 createXXXMCCodeGenInfo should be static. by Evan Cheng · 13 years ago
  27. e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 13 years ago
  28. 34ad6db - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. by Evan Cheng · 13 years ago
  29. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 13 years ago
  30. 2d28617 Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for by Evan Cheng · 13 years ago
  31. 0e6a052 Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 13 years ago
  32. 1be0e27 Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest by Evan Cheng · 13 years ago
  33. 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 13 years ago
  34. c60f9b7 Next round of MC refactoring. This patch factor MC table instantiations, MC by Evan Cheng · 13 years ago