1. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  2. 68e6bee Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns." by Devang Patel · 14 years ago
  3. e9a7ea6 Keep track of incoming argument's location while emitting LiveIns. by Devang Patel · 15 years ago
  4. 16c29b5 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
  5. 6b3bbb1 Add support for some of the LLVM atomic operations to the MBlaze backend. by Wesley Peck · 15 years ago
  6. f1b4eaf rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for by Chris Lattner · 15 years ago
  7. dc9d87a Lower the MBlaze target specific calling conventions for "interrupt_handler" by Wesley Peck · 15 years ago
  8. a7c7b9d The ADD and ADDK (and all variants) instructions where flip-flopped in the MBlaze backend. This bug fix makes 64-bit math work on the MBlaze backend. by Wesley Peck · 15 years ago
  9. eb13382 1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc relative branch BRLD. by Wesley Peck · 15 years ago
  10. 8397be0 Reworking the stack layout generated by the MBlaze backend. by Wesley Peck · 15 years ago
  11. a3b2200 Adding bug fix that was suppose to be part of 121044. by Wesley Peck · 15 years ago
  12. bf17cfa Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. by Wesley Peck · 15 years ago
  13. 0a67d92 Adding working version of assembly parser for the MBlaze backend by Wesley Peck · 15 years ago
  14. 1e96bab In the calling convention logic, ValVT is always a legal type, by Duncan Sands · 15 years ago
  15. 1440e8b Inside the calling convention logic LocVT is always a simple by Duncan Sands · 15 years ago
  16. 44ab89e Inline asm multiple alternative constraints development phase 2 - improved basic logic, added initial platform support. by John Thompson · 15 years ago
  17. 4da992a Adding initial AsmParser implementation for the MBlaze backend. It is by Wesley Peck · 15 years ago
  18. 4e9141f Recommit 116986 with capitalization typo fixed. by Wesley Peck · 15 years ago
  19. 60e7127 Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it by Wesley Peck · 15 years ago
  20. 13a9490 Major update of the MicroBlaze backend. The new features are: by Wesley Peck · 15 years ago
  21. 8026a9d eliminate some uses of the getStore overload. by Chris Lattner · 15 years ago
  22. d1c24ed convert the targets off the non-MachinePointerInfo of getLoad. by Chris Lattner · 15 years ago
  23. c940365 Split the SDValue out of OutputArg so that SelectionDAG-independent by Dan Gohman · 15 years ago
  24. 0d881da Propagate debug loc. by Devang Patel · 15 years ago
  25. 14152b4 Reapply r107655 with fixes; insert the pseudo instruction into by Dan Gohman · 15 years ago
  26. 258c58c Revert r107655. by Dan Gohman · 15 years ago
  27. b81c771 Fix a bunch of custom-inserter functions to handle the case where by Dan Gohman · 15 years ago
  28. ed2ae13 Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill slots so it's always false. by Evan Cheng · 15 years ago
  29. 90c64f4 Remove initialized but otherwise unused variables. by Duncan Sands · 15 years ago
  30. af1d8ca Get rid of the EdgeMapping map. Instead, just check for BasicBlock by Dan Gohman · 15 years ago
  31. d858e90 Use const qualifiers with TargetLowering. This eliminates several by Dan Gohman · 15 years ago
  32. 1e93df6 Move per-function state out of TargetLowering subclasses and into by Dan Gohman · 15 years ago
  33. 46510a7 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 15 years ago
  34. c2bf2bb Re-committing the failed r97807 commit with changes to eliminate warnings. by Wesley Peck · 15 years ago
  35. 0a7f442 revert r97807, it introduced build warnings. by Chris Lattner · 15 years ago
  36. c4155d5 Reworking the stack layout that the MicroBlaze backend generates. by Wesley Peck · 15 years ago
  37. 173c5c4 Adding function "lookupGCCName" to MBlazeIntrinsicInfo by Wesley Peck · 15 years ago
  38. a70f28c Adding the MicroBlaze backend. by Wesley Peck · 15 years ago