1. b4202b8 Update comments to make it clear that the function alignment is the Log2 of the by Bill Wendling · 16 years ago
  2. 20c568f Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 16 years ago
  3. 51b16f4 Untabification. by Bill Wendling · 16 years ago
  4. e0b4b0e Fix more naming issues. by Sanjiv Gupta · 16 years ago
  5. e16178b Handle direct aggregate type arguments. by Sanjiv Gupta · 16 years ago
  6. 85be408 Handle aggregate type arguments to direct and indirect calls. by Sanjiv Gupta · 16 years ago
  7. a3613be Added code to handle spilling and reloading of FSRs. by Sanjiv Gupta · 16 years ago
  8. 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
  9. 7836fc1 Handle indirect function calls. by Sanjiv Gupta · 16 years ago
  10. 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
  11. 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
  12. 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
  13. 6b830e6 Reformatting. Inserted code comments. Cleaned interfaces. by Sanjiv Gupta · 16 years ago
  14. 1fdbc1d Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing by Dan Gohman · 17 years ago
  15. b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
  16. 2fabcb2 Get rid of 3 non-DebugLoc getNode variants. by Dale Johannesen · 17 years ago
  17. 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
  18. 9fbc7e2 Cleanup whitespace and comments, and tweak some by Duncan Sands · 17 years ago
  19. 08b9b05 Implement LowerOperationWrapper for legalizer. by Sanjiv Gupta · 17 years ago
  20. 1b04694 Checking in conditionals, function call, arrays and libcalls implementation. by Sanjiv Gupta · 17 years ago
  21. 1607f05 Change the interface to the type legalization method by Duncan Sands · 17 years ago
  22. 8f78fa8 Emit declaration for globals and externs. by Sanjiv Gupta · 17 years ago
  23. b1b5ffd Added a more function PIC16 backend. However to get this working a patch in by Sanjiv Gupta · 17 years ago
  24. 0ba2bcf Fix these enums' starting values to reflect the way that by Dan Gohman · 17 years ago
  25. 475871a Rename SDOperand to SDValue. by Dan Gohman · 17 years ago
  26. 2010b3e Detabification. Fixed indentation and spacing. by Sanjiv Gupta · 17 years ago
  27. 0e68771 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 17 years ago