Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b4202b84d7e54efe5e144885c7da63e6cc465f80
/
lib
/
Target
/
PIC16
/
PIC16ISelLowering.h
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