1. 8019aac Merge with upstream LLVM @152063 by Stephen Hines · 12 years ago
  2. c02a5c5 Merge branch 'upstream' into merge-20120305 by Stephen Hines · 12 years ago
  3. c6449b6 Make MCRegisterInfo available to the the MCInstPrinter. by Jim Grosbach · 12 years ago
  4. e9e520f Pass endian information to constructors. Define separate functions to create by Akira Hatanaka · 12 years ago
  5. bb481f8 remove blanks, and some code format by Jia Liu · 12 years ago
  6. 8060356 comment fix by Jia Liu · 12 years ago
  7. c2e2dcd some comment fix by Jia Liu · 12 years ago
  8. fc77014 replace a balnk with - by Jia Liu · 12 years ago
  9. c570711 remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. by Jia Liu · 12 years ago
  10. 8f5e8c1 add Emacs tag and fix some comment error in file headers by Jia Liu · 12 years ago
  11. 655b8de Convert assert(0) to llvm_unreachable by Craig Topper · 12 years ago
  12. 6c2cf8b Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is by Akira Hatanaka · 12 years ago
  13. 2d8955a Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and MIPS ELF backends. by James Molloy · 12 years ago
  14. 4f8dc7b Widen the instruction encoder that TblGen emits to a 64 bits, which should accomodate every target I can think of offhand. by Owen Anderson · 12 years ago
  15. 4d6ccb5 More dead code removal (using -Wunreachable-code) by David Blaikie · 12 years ago
  16. ec34338 Tidy up. MCAsmBackend naming conventions. by Jim Grosbach · 12 years ago
  17. 29a1714 Add big endian mips support. Based on a patch by Jack Carter. by Rafael Espindola · 13 years ago
  18. 0904459 Move the Mips only bits of the ELF writer to lib/Target/Mips. by Rafael Espindola · 13 years ago
  19. bc24985 Local dynamic TLS model for direct object output. Create the correct TLS MIPS by Akira Hatanaka · 13 years ago
  20. dc9a8a3 Reduce the exposure of Triple::OSType in the ELF object writer. This will by Rafael Espindola · 13 years ago
  21. 8dc684d 64-bit data directive. by Akira Hatanaka · 13 years ago
  22. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  23. 8209968 Tidy up. Simplify logic. No functional change intended. by Akira Hatanaka · 13 years ago
  24. a1e6e24 Merge with LLVM upstream r146714 (Dec 16th 2011) by Logan Chien · 13 years ago
  25. 3faac0a Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object by Akira Hatanaka · 13 years ago
  26. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  27. d1bcf0d Variable cleanup. Based on past patch submittals variable names have by Bruno Cardoso Lopes · 13 years ago
  28. e3d3572 Add a few moreLocal/Global R_MIPS_GOT related fixups and by Bruno Cardoso Lopes · 13 years ago
  29. 2bcc789 Add register HWR29 numbering. Patch by Jack Carter by Bruno Cardoso Lopes · 13 years ago
  30. 6482e91 MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc. by NAKAMURA Takumi · 13 years ago
  31. 370b78d Move target-specific logic out of generic MCAssembler. by Jim Grosbach · 13 years ago
  32. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 13 years ago
  33. 79f06f3 Add build rules for MIPS. by Logan Chien · 13 years ago
  34. 421455f This patch makes the following changes necessary for MIPS' direct code emission. by Akira Hatanaka · 13 years ago
  35. 84bfc2f This patch addresses gp relative fixups/relocations for jump tables. by Akira Hatanaka · 13 years ago
  36. b95fc31 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 13 years ago
  37. 47b92f3 Mips MC object code emission improvements: by Bruno Cardoso Lopes · 13 years ago
  38. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  39. 40825fb Coding style cleanups. No functionality change. by Bill Wendling · 13 years ago
  40. 91d2cc9 Definition of function getMipsRegisterNumbering. by Akira Hatanaka · 13 years ago
  41. 36004b9 Fixup enumerations. by Akira Hatanaka · 13 years ago
  42. 09a2e0f Register the MC object streamer. by Akira Hatanaka · 13 years ago
  43. 4b6ee7a Register Asm backend. Add functions to MipsAsmBackend. by Akira Hatanaka · 13 years ago
  44. 82ea731 Add MCELFObjectTargetWriter and MCAsmBackend classes. by Akira Hatanaka · 13 years ago
  45. 310c9ea Update CMake build. by Benjamin Kramer · 13 years ago
  46. 4520a10 Initial implementation of MipsMCCodeEmitter. by Akira Hatanaka · 13 years ago
  47. 2464810 Add a base class for Mips TargetMachines and add Mips64 TargetMachines. by Akira Hatanaka · 13 years ago
  48. 48ae99f Support for PSP is gone too. by Akira Hatanaka · 13 years ago
  49. 2152307 It is not necessary to search for mipsallegrex in target triple string. by Akira Hatanaka · 13 years ago
  50. 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
  51. afaf80a Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com) by James Molloy · 13 years ago
  52. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  53. 7801136 Some refactoring so TargetRegistry.h no longer has to include any files from MC. by Evan Cheng · 13 years ago
  54. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  55. 4ebc591 Explicitly declare a library dependency of LLVM*Desc to LLVM*AsmPrinter. by Oscar Fuentes · 13 years ago
  56. b35552d Clean up a pile of hacks in our CMake build relating to TableGen. by Chandler Carruth · 13 years ago
  57. 4b64e8a Separate MCInstPrinter registration from AsmPrinter registration. by Evan Cheng · 13 years ago
  58. 7f8dff6 createXXXMCCodeGenInfo should be static. by Evan Cheng · 13 years ago
  59. e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 13 years ago
  60. 34ad6db - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. by Evan Cheng · 13 years ago
  61. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 13 years ago
  62. 2d28617 Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for by Evan Cheng · 13 years ago
  63. 0e6a052 Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 13 years ago
  64. 1be0e27 Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest by Evan Cheng · 13 years ago
  65. 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 13 years ago
  66. c60f9b7 Next round of MC refactoring. This patch factor MC table instantiations, MC by Evan Cheng · 13 years ago