1. 804e0fe Convert more abort() calls to llvm_report_error(). by Torok Edwin · 16 years ago
  2. 1d2e6ed For extended loads of type i1 to i8, we will need to at least one byte from memory. by Sanjiv Gupta · 16 years ago
  3. 6b61cd1 Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed arguments in a vararg call. by Tilmann Scheller · 16 years ago
  4. cbd5f0a Added floating point conditional operations support via libcalls. by Sanjiv Gupta · 16 years ago
  5. ae99227 Fold the add (ptr, offset) into ptr[offset] only if the offset is small enough. movwi and moviw allow value of 5-bits only (i.e. 32). by Sanjiv Gupta · 16 years ago
  6. 003263b Added missing libcalls for floating point to int conversions. by Sanjiv Gupta · 16 years ago
  7. 6396329 Generate libcalls for floating point arithmetic and casting operations. by Sanjiv Gupta · 16 years ago
  8. 4680077 Lower i16/i32 sdiv/udiv/srem/urem using libcalls. by Sanjiv Gupta · 16 years ago
  9. 82f1d1b Remove unused code. by Sanjiv Gupta · 16 years ago
  10. 3b0a4f1 Custom lower SUB with two register operands. by Sanjiv Gupta · 16 years ago
  11. 2228582 Make the buildbot see green (to make it easier to spot the next person by Mike Stump · 16 years ago
  12. 892c8ca FrameIndex could be used as a value (addressof (arg)) or as an address. by Sanjiv Gupta · 16 years ago
  13. 703e235 Fixed a bug in which signed comparisons were being used instead of unsigned comparisons. by Sanjiv Gupta · 16 years ago
  14. 8313899 Comment grammaro/clarification. by Dale Johannesen · 16 years ago
  15. 51b16f4 Untabification. by Bill Wendling · 16 years ago
  16. df75a27 Fixing problems that got exposed after the refactoring of LegalizeDAG done in 72447. by Sanjiv Gupta · 16 years ago
  17. e0b4b0e Fix more naming issues. by Sanjiv Gupta · 16 years ago
  18. 211f362 Changed lowering and asmprinter to use ABI Names class called PAN. by Sanjiv Gupta · 16 years ago
  19. 09560f8 Use 16 bit arithmetic while retrieving the address of callee's frame during indirect function calls, and set pclath before every call to retrieve the frame address. by Sanjiv Gupta · 16 years ago
  20. d8d27f4 Emit banksel and movlp instructions. by Sanjiv Gupta · 16 years ago
  21. a3518a1 Add a public method called getAddressSpace() to the GlobalAddressSDNode. by Sanjiv Gupta · 16 years ago
  22. 23b0543 GlobalValue is always pointer type, so an assert isn't required. by Sanjiv Gupta · 16 years ago
  23. dd92dba by Sanjiv Gupta · 16 years ago
  24. e16178b Handle direct aggregate type arguments. by Sanjiv Gupta · 16 years ago
  25. 85be408 Handle aggregate type arguments to direct and indirect calls. by Sanjiv Gupta · 16 years ago
  26. 12f23a8 While passing arg of types larger than char only one byte at lower end was getting passed. We couldn't catch this as we did not have tests that were passing an int value larger than 256. by Sanjiv Gupta · 16 years ago
  27. a3613be Added code to handle spilling and reloading of FSRs. by Sanjiv Gupta · 16 years ago
  28. e206b1d Arguments to indirect calls were being passed incorrectly. They are not fixed to start after return value. by Sanjiv Gupta · 16 years ago
  29. 6e2a46a r68576 unconverd a bug in PIC16 port (Thanks to Dan Gohman) where we were custom lowering an ADD to ADDC. by Sanjiv Gupta · 16 years ago
  30. c1fa70c Emit .line debug directives for stoppoints. The debug location is retrieved by the MachineInstr itself, rather than by custom handling the DBG_STOPPOINT nodes. by Sanjiv Gupta · 16 years ago
  31. 7836fc1 Handle indirect function calls. by Sanjiv Gupta · 16 years ago
  32. cae1b62 Map stack based frameindices for spills to zero based indices that can be accessed based on an external symbol defining the location of temporary data for a function. For example: we have spill slots addressed as foo.tmp + 0, foo.tmp + 1 etc. by Sanjiv Gupta · 16 years ago
  33. c2eb87a Fixed build warnings. by Sanjiv Gupta · 16 years ago
  34. 5274a4a To convert the StopPoint insn into an assembler directive by ISel, we need to have access to the line number field. So we convert that info as an operand by custom handling DBG_STOPPOINT in legalize. by Sanjiv Gupta · 16 years ago
  35. b84d5a4 Params are not being generated as static globals now. The caller passes them onto the callee's stack directly and the callee loads the argvals from its own stack. Clang generated frameindexes validatd by recalculating the stack as if all frameindexes represent 1-byte slots. by Sanjiv Gupta · 16 years ago
  36. e9d81f0 Fixed comment for libcalls. by Sanjiv Gupta · 16 years ago
  37. 6b830e6 Reformatting. Inserted code comments. Cleaned interfaces. by Sanjiv Gupta · 16 years ago
  38. bd9ef18 Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16. by Dale Johannesen · 16 years ago
  39. 1fdbc1d Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing by Dan Gohman · 17 years ago
  40. b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
  41. e8d7230 Remove more non-DebugLoc getNode variants. Use by Dale Johannesen · 17 years ago
  42. de06470 Remove more non-DebugLoc versions of getNode. by Dale Johannesen · 17 years ago
  43. ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 17 years ago
  44. 2fabcb2 Get rid of 3 non-DebugLoc getNode variants. by Dale Johannesen · 17 years ago
  45. 4be0bdf Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. by Dale Johannesen · 17 years ago
  46. 8ad9b43 Remove a few non-DebugLoc versions of node creation functions. by Dale Johannesen · 17 years ago
  47. 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
  48. e0ffc92 Use sublw for comparison with literals instead of subwf. by Sanjiv Gupta · 17 years ago
  49. 9fbc7e2 Cleanup whitespace and comments, and tweak some by Duncan Sands · 17 years ago
  50. 08b9b05 Implement LowerOperationWrapper for legalizer. by Sanjiv Gupta · 17 years ago
  51. 1b04694 Checking in conditionals, function call, arrays and libcalls implementation. by Sanjiv Gupta · 17 years ago
  52. 1607f05 Change the interface to the type legalization method by Duncan Sands · 17 years ago
  53. c6dbe7f Add include files needed when building with gcc 4.4 (due to use of sprintf). by Duncan Sands · 17 years ago
  54. dc52cf4 Eliminate a compile time warning. by Evan Cheng · 17 years ago
  55. 8f78fa8 Emit declaration for globals and externs. by Sanjiv Gupta · 17 years ago
  56. b1b5ffd Added a more function PIC16 backend. However to get this working a patch in by Sanjiv Gupta · 17 years ago
  57. f522068 Trim #includes. by Dan Gohman · 17 years ago
  58. 0329466 Rename LoadX to LoadExt. by Evan Cheng · 17 years ago
  59. f5aeb1a Rename ConstantSDNode::getValue to getZExtValue, for consistency by Dan Gohman · 17 years ago
  60. ba36cb5 erect abstraction boundaries for accessing SDValue members, rename Val -> Node to reflect semantics by Gabor Greif · 17 years ago
  61. 99a6cb9 disallow direct access to SDValue::ResNo, provide a getter instead by Gabor Greif · 17 years ago
  62. 475871a Rename SDOperand to SDValue. by Dan Gohman · 17 years ago
  63. 4406604 Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating by Dan Gohman · 17 years ago
  64. 7f46020 Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its by Dan Gohman · 17 years ago
  65. f951620 Revert the SelectionDAG optimization that makes by Duncan Sands · 17 years ago
  66. 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 17 years ago
  67. bb60674 Silence warnings. by Evan Cheng · 17 years ago
  68. 2010b3e Detabification. Fixed indentation and spacing. by Sanjiv Gupta · 17 years ago
  69. 0e68771 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 17 years ago