- 76d2f9a Reapply 91904. by Sanjiv Gupta · 16 years ago
- 6d48855 Reverting back 91904. by Sanjiv Gupta · 16 years ago
- 6650020 by Sanjiv Gupta · 16 years ago
- fb2e752 Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. by Evan Cheng · 16 years ago
- 65c3c8f Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
- 35a27c8 revert r79562 + r79563 by Chris Lattner · 16 years ago
- eb01aba Implement support for ISRs. by Sanjiv Gupta · 16 years ago
- 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 16 years ago
- a418628 Fixed more problems caused by 78142. by Sanjiv Gupta · 16 years ago
- e50ed30 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 16 years ago
- 77547be Start moving TargetLowering away from using full MVTs and towards SimpleValueType, which will simplify the privatization of IntegerType in the future. by Owen Anderson · 16 years ago
- 98ca4f2 Major calling convention code refactoring. by Dan Gohman · 16 years ago
- 8e14eab Generate a libcall for i8 multiply. by Sanjiv Gupta · 16 years ago
- b4202b8 Update comments to make it clear that the function alignment is the Log2 of the by Bill Wendling · 16 years ago
- 20c568f Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 16 years ago
- 51b16f4 Untabification. by Bill Wendling · 16 years ago
- e0b4b0e Fix more naming issues. by Sanjiv Gupta · 16 years ago
- e16178b Handle direct aggregate type arguments. by Sanjiv Gupta · 16 years ago
- 85be408 Handle aggregate type arguments to direct and indirect calls. by Sanjiv Gupta · 16 years ago
- a3613be Added code to handle spilling and reloading of FSRs. by Sanjiv Gupta · 16 years ago
- 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
- 7836fc1 Handle indirect function calls. by Sanjiv Gupta · 16 years ago
- 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
- 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
- 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
- 6b830e6 Reformatting. Inserted code comments. Cleaned interfaces. by Sanjiv Gupta · 16 years ago
- 1fdbc1d Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing by Dan Gohman · 17 years ago
- b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
- 2fabcb2 Get rid of 3 non-DebugLoc getNode variants. by Dale Johannesen · 17 years ago
- 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
- 9fbc7e2 Cleanup whitespace and comments, and tweak some by Duncan Sands · 17 years ago
- 08b9b05 Implement LowerOperationWrapper for legalizer. by Sanjiv Gupta · 17 years ago
- 1b04694 Checking in conditionals, function call, arrays and libcalls implementation. by Sanjiv Gupta · 17 years ago
- 1607f05 Change the interface to the type legalization method by Duncan Sands · 17 years ago
- 8f78fa8 Emit declaration for globals and externs. by Sanjiv Gupta · 17 years ago
- b1b5ffd Added a more function PIC16 backend. However to get this working a patch in by Sanjiv Gupta · 17 years ago
- 0ba2bcf Fix these enums' starting values to reflect the way that by Dan Gohman · 17 years ago
- 475871a Rename SDOperand to SDValue. by Dan Gohman · 17 years ago
- 2010b3e Detabification. Fixed indentation and spacing. by Sanjiv Gupta · 17 years ago
- 0e68771 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 17 years ago