index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
PIC16ISelLowering.h
Age
Commit message (
Expand
)
Author
2009-08-21
revert r79562 + r79563
Chris Lattner
2009-08-20
Implement support for ISRs.
Sanjiv Gupta
2009-08-11
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
Fixed more problems caused by 78142.
Sanjiv Gupta
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
Start moving TargetLowering away from using full MVTs and towards SimpleValue...
Owen Anderson
2009-08-05
Major calling convention code refactoring.
Dan Gohman
2009-07-27
Generate a libcall for i8 multiply.
Sanjiv Gupta
2009-07-01
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-06-30
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-05-30
Untabification.
Bill Wendling
2009-05-11
Fix more naming issues.
Sanjiv Gupta
2009-04-21
Handle direct aggregate type arguments.
Sanjiv Gupta
2009-04-14
Handle aggregate type arguments to direct and indirect calls.
Sanjiv Gupta
2009-04-10
Added code to handle spilling and reloading of FSRs.
Sanjiv Gupta
2009-04-08
Emit .line debug directives for stoppoints. The debug location is retrieved b...
Sanjiv Gupta
2009-04-08
Handle indirect function calls.
Sanjiv Gupta
2009-04-06
Map stack based frameindices for spills to zero based indices that can be acc...
Sanjiv Gupta
2009-04-02
To convert the StopPoint insn into an assembler directive by ISel, we need to...
Sanjiv Gupta
2009-04-02
Params are not being generated as static globals now. The caller passes them ...
Sanjiv Gupta
2009-03-20
Reformatting. Inserted code comments. Cleaned interfaces.
Sanjiv Gupta
2009-02-07
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-05
Get rid of 3 non-DebugLoc getNode variants.
Dale Johannesen
2009-01-30
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-21
Cleanup whitespace and comments, and tweak some
Duncan Sands
2009-01-21
Implement LowerOperationWrapper for legalizer.
Sanjiv Gupta
2009-01-13
Checking in conditionals, function call, arrays and libcalls implementation.
Sanjiv Gupta
2008-12-01
Change the interface to the type legalization method
Duncan Sands
2008-11-26
Emit declaration for globals and externs.
Sanjiv Gupta
2008-11-19
Added a more function PIC16 backend. However to get this working a patch in
Sanjiv Gupta
2008-09-23
Fix these enums' starting values to reflect the way that
Dan Gohman
2008-07-27
Rename SDOperand to SDValue.
Dan Gohman
2008-05-14
Detabification. Fixed indentation and spacing.
Sanjiv Gupta
2008-05-13
Adding files for Microchip's PIC16 target.
Sanjiv Gupta