projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix validation errors.
2009-06-16
Sanjiv Gupta
Added missing libcalls for floating point to int conversions.
commit
|
commitdiff
|
tree
2009-06-16
Sanjiv Gupta
Fixed names of libcalls checked in r73480.
commit
|
commitdiff
|
tree
2009-06-16
Sanjiv Gupta
Code Restructuring. No functionality change.
commit
|
commitdiff
|
tree
2009-06-16
Sanjiv Gupta
Added required libcalls for PIC16 (mostly floating...
commit
|
commitdiff
|
tree
2009-06-13
Sanjiv Gupta
The subprogram descriptor for a function may be missing...
commit
|
commitdiff
|
tree
2009-06-11
Sanjiv Gupta
Generate libcalls for floating point arithmetic and...
commit
|
commitdiff
|
tree
2009-06-11
Sanjiv Gupta
More formatting.
commit
|
commitdiff
|
tree
2009-06-11
Sanjiv Gupta
Fixed source comments. No functionality change.
commit
|
commitdiff
|
tree
2009-06-10
Sanjiv Gupta
Remove warnings: no newline at end of file.
commit
|
commitdiff
|
tree
2009-06-09
Sanjiv Gupta
PIC16 emits auto variables as globals. When optimizer...
commit
|
commitdiff
|
tree
2009-06-05
Sanjiv Gupta
Lower i16/i32 sdiv/udiv/srem/urem using libcalls.
commit
|
commitdiff
|
tree
2009-06-05
Sanjiv Gupta
Allow libcalls for i16 sdiv/udiv/rem operations.
commit
|
commitdiff
|
tree
2009-06-04
Sanjiv Gupta
Remove unused code.
commit
|
commitdiff
|
tree
2009-06-04
Sanjiv Gupta
Custom lower SUB with two register operands.
commit
|
commitdiff
|
tree
2009-06-03
Sanjiv Gupta
Emit file directives correctly in case of a .bc is...
commit
|
commitdiff
|
tree
2009-06-03
Sanjiv Gupta
FrameIndex could be used as a value (addressof (arg...
commit
|
commitdiff
|
tree
2009-06-03
Sanjiv Gupta
Fixed a bug in which signed comparisons were being...
commit
|
commitdiff
|
tree
2009-05-28
Sanjiv Gupta
Emit debug info for locals with proper scope.
commit
|
commitdiff
|
tree
2009-05-28
Sanjiv Gupta
Mark the branch insns correctly.
commit
|
commitdiff
|
tree
2009-05-28
Sanjiv Gupta
Fixing problems that got exposed after the refactoring...
commit
|
commitdiff
|
tree
2009-05-22
Sanjiv Gupta
Emit debug information for globals (which include automatic...
commit
|
commitdiff
|
tree
2009-05-13
Sanjiv Gupta
Run through the list of globals once and sectionize...
commit
|
commitdiff
|
tree
2009-05-12
Sanjiv Gupta
Iterate over globals once and sectionize them into...
commit
|
commitdiff
|
tree
2009-05-12
Sanjiv Gupta
We do not need to create a label for external defs...
commit
|
commitdiff
|
tree
2009-05-12
Sanjiv Gupta
Mark mayLoad, mayStore for insns correctly and use...
commit
|
commitdiff
|
tree
2009-05-11
Sanjiv Gupta
Fix more naming issues.
commit
|
commitdiff
|
tree
2009-05-11
Sanjiv Gupta
Detect calls to compiler intrinsics and emit an extern...
commit
|
commitdiff
|
tree
2009-05-10
Sanjiv Gupta
Module iterator contains list of filescope functions...
commit
|
commitdiff
|
tree
2009-05-10
Sanjiv Gupta
Changed lowering and asmprinter to use ABI Names class...
commit
|
commitdiff
|
tree
2009-05-09
Sanjiv Gupta
Use 16 bit arithmetic while retrieving the address...
commit
|
commitdiff
|
tree
2009-05-08
Sanjiv Gupta
Moved pic16 naming functions to correct place.
commit
|
commitdiff
|
tree
2009-05-06
Sanjiv Gupta
Emit banksel and movlp instructions.
commit
|
commitdiff
|
tree
2009-04-29
Sanjiv Gupta
Add directive to declare external globals.
commit
|
commitdiff
|
tree
2009-04-29
Sanjiv Gupta
Add a public method called getAddressSpace() to the...
commit
|
commitdiff
|
tree
2009-04-28
Sanjiv Gupta
GlobalValue is always pointer type, so an assert isn...
commit
|
commitdiff
|
tree
2009-04-28
Sanjiv Gupta
Initialized arrays can be in any address space.
commit
|
commitdiff
|
tree
2009-04-27
Sanjiv Gupta
Now that any size of integer indices are allowed for...
commit
|
commitdiff
|
tree
2009-04-26
Sanjiv Gupta
Any size of integral indices are allowed in gep for...
commit
|
commitdiff
|
tree
2009-04-25
Sanjiv Gupta
Fixed the gep example for i16 type indices.
commit
|
commitdiff
|
tree
2009-04-24
Sanjiv Gupta
Fixed spaces and the getelementpointer example with...
commit
|
commitdiff
|
tree
2009-04-24
Sanjiv Gupta
Allow i16 type indices to gep.
commit
|
commitdiff
|
tree
2009-04-23
Sanjiv Gupta
Banksel immediate constant will always immediately...
commit
|
commitdiff
|
tree
2009-04-22
Sanjiv Gupta
Make the function begin label start after ther data...
commit
|
commitdiff
|
tree
2009-04-21
Sanjiv Gupta
Handle direct aggregate type arguments.
commit
|
commitdiff
|
tree
2009-04-20
Sanjiv Gupta
Emit the auto variables of a function into a different...
commit
|
commitdiff
|
tree
2009-04-20
Sanjiv Gupta
Before trying to introduce/eliminate cast/ext/trunc...
commit
|
commitdiff
|
tree
2009-04-14
Sanjiv Gupta
Handle aggregate type arguments to direct and indirect...
commit
|
commitdiff
|
tree
2009-04-13
Sanjiv Gupta
While passing arg of types larger than char only one...
commit
|
commitdiff
|
tree
2009-04-10
Sanjiv Gupta
Added code to handle spilling and reloading of FSRs.
commit
|
commitdiff
|
tree
2009-04-09
Sanjiv Gupta
The way we are trying to figure out banksel immediate...
commit
|
commitdiff
|
tree
2009-04-09
Sanjiv Gupta
Arguments to indirect calls were being passed incorrectly...
commit
|
commitdiff
|
tree
2009-04-09
Sanjiv Gupta
r68576 unconverd a bug in PIC16 port (Thanks to Dan...
commit
|
commitdiff
|
tree
2009-04-08
Sanjiv Gupta
Emit .line debug directives for stoppoints. The debug...
commit
|
commitdiff
|
tree
2009-04-08
Sanjiv Gupta
Handle indirect function calls.
commit
|
commitdiff
|
tree
2009-04-06
Sanjiv Gupta
Map stack based frameindices for spills to zero based...
commit
|
commitdiff
|
tree
2009-04-02
Sanjiv Gupta
Fixed build warnings.
commit
|
commitdiff
|
tree
2009-04-02
Sanjiv Gupta
To convert the StopPoint insn into an assembler directive...
commit
|
commitdiff
|
tree
2009-04-02
Sanjiv Gupta
Params are not being generated as static globals now...
commit
|
commitdiff
|
tree
2009-03-20
Sanjiv Gupta
Fixed comment for libcalls.
commit
|
commitdiff
|
tree
2009-03-20
Sanjiv Gupta
Fixed build warnings for unused variables.
commit
|
commitdiff
|
tree
2009-03-20
Sanjiv Gupta
Reformatting. Inserted code comments. Cleaned interfaces.
commit
|
commitdiff
|
tree
2009-03-20
Sanjiv Gupta
Fixed the comment. No functionality change.
commit
|
commitdiff
|
tree
2009-03-17
Sanjiv Gupta
r66870 missed this out.
commit
|
commitdiff
|
tree
2009-03-12
Sanjiv Gupta
Forgot to check-in this as part of 7761.
commit
|
commitdiff
|
tree
2009-03-12
Sanjiv Gupta
Banksel optimization is now based on the section names...
commit
|
commitdiff
|
tree
2009-03-10
Sanjiv Gupta
Mark the Defs and Uses of STATUS register correctly...
commit
|
commitdiff
|
tree
2009-02-10
Sanjiv Gupta
Function temporaries can not overlap with retval or...
commit
|
commitdiff
|
tree
2009-02-06
Sanjiv Gupta
Print globl directive for variables with external linkage...
commit
|
commitdiff
|
tree
2009-02-02
Sanjiv Gupta
Duncan's patch. Further to 64382. Takes care of illegal...
commit
|
commitdiff
|
tree
2009-02-02
Sanjiv Gupta
Made the common case of default address space directive...
commit
|
commitdiff
|
tree
2009-01-30
Sanjiv Gupta
Fixed the comment. No functionality change.
commit
|
commitdiff
|
tree
2009-01-30
Sanjiv Gupta
Use sublw for comparison with literals instead of subwf.
commit
|
commitdiff
|
tree
2009-01-30
Sanjiv Gupta
Enable emitting of constant values in non-default address...
commit
|
commitdiff
|
tree
2009-01-22
Sanjiv Gupta
Few targets like the tiny little PIC16 have only 16...
commit
|
commitdiff
|
tree
2009-01-21
Sanjiv Gupta
Fixed build warnings. Restoring changes done in 62600...
commit
|
commitdiff
|
tree
2009-01-21
Sanjiv Gupta
Implement LowerOperationWrapper for legalizer.
commit
|
commitdiff
|
tree
2009-01-21
Sanjiv Gupta
Allow targets to legalize operations (with illegal...
commit
|
commitdiff
|
tree
2009-01-18
Sanjiv Gupta
Few targets like PIC16 wants libcall generation for...
commit
|
commitdiff
|
tree
2009-01-16
Sanjiv Gupta
Reverting back 62301.
commit
|
commitdiff
|
tree
2009-01-16
Sanjiv Gupta
Few targets do not have a single directive to emit...
commit
|
commitdiff
|
tree
2009-01-13
Sanjiv Gupta
Checking in conditionals, function call, arrays and...
commit
|
commitdiff
|
tree
2008-11-27
Sanjiv Gupta
Removing redundant semicolons. No functionality change.
commit
|
commitdiff
|
tree
2008-11-26
Sanjiv Gupta
Allow custom lowering of ADDE/ADDC/SUBE/SUBC operations.
commit
|
commitdiff
|
tree
2008-11-26
Sanjiv Gupta
Emit declaration for globals and externs.
commit
|
commitdiff
|
tree
2008-11-21
Sanjiv Gupta
Make mem[cpy,move,set] intrinsics overloaded.
commit
|
commitdiff
|
tree
2008-11-19
Sanjiv Gupta
Forgot to add this in the previous commit.
commit
|
commitdiff
|
tree
2008-11-19
Sanjiv Gupta
Fixed build warnings.
commit
|
commitdiff
|
tree
2008-11-19
Sanjiv Gupta
Added a more function PIC16 backend. However to get...
commit
|
commitdiff
|
tree
2008-11-19
Sanjiv Gupta
Int type for PIC16 is i16. Added i16 intrinsics for...
commit
|
commitdiff
|
tree
2008-11-01
Sanjiv Gupta
Reverting back 58505. Will commit it once I have the...
commit
|
commitdiff
|
tree
2008-10-31
Sanjiv Gupta
For some targets pointer and int are 16-bits. Allow...
commit
|
commitdiff
|
tree
2008-05-14
Sanjiv Gupta
Detabification. Fixed indentation and spacing.
commit
|
commitdiff
|
tree
2008-05-14
Sanjiv Gupta
Added configure switches for PIC16 in configure.ac.
commit
|
commitdiff
|
tree
2008-05-14
Sanjiv Gupta
Fixed the file description header at the top to remove...
commit
|
commitdiff
|
tree
2008-05-13
Sanjiv Gupta
Added configure switches for PIC16 backend.
commit
|
commitdiff
|
tree
2008-05-13
Sanjiv Gupta
Adding files for Microchip's PIC16 target.
commit
|
commitdiff
|
tree