index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
PIC16ISelLowering.cpp
Age
Commit message (
Expand
)
Author
2009-08-04
Avoid compiler warning (in -Asserts mode)
Daniel Dunbar
2009-07-31
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
define target names for std libcalls.
Sanjiv Gupta
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-27
Generate a libcall for i8 multiply.
Sanjiv Gupta
2009-07-27
fixed incorrect lowering of ISD::SUB node. SUB has only one result value.
Sanjiv Gupta
2009-07-21
Remove shift amount flavor. It isn't actually complete enough to
Eli Friedman
2009-07-17
Remove some unnecessary expansion markings. Add a few expansion
Eli Friedman
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-09
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-08
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-07-03
For extended loads of type i1 to i8, we will need to at least one byte from m...
Sanjiv Gupta
2009-07-03
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-06-25
Added floating point conditional operations support via libcalls.
Sanjiv Gupta
2009-06-23
Fold the add (ptr, offset) into ptr[offset] only if the offset is small enoug...
Sanjiv Gupta
2009-06-16
Added missing libcalls for floating point to int conversions.
Sanjiv Gupta
2009-06-11
Generate libcalls for floating point arithmetic and casting operations.
Sanjiv Gupta
2009-06-05
Lower i16/i32 sdiv/udiv/srem/urem using libcalls.
Sanjiv Gupta
2009-06-04
Remove unused code.
Sanjiv Gupta
2009-06-04
Custom lower SUB with two register operands.
Sanjiv Gupta
2009-06-03
Make the buildbot see green (to make it easier to spot the next person
Mike Stump
2009-06-03
FrameIndex could be used as a value (addressof (arg)) or as an address.
Sanjiv Gupta
2009-06-03
Fixed a bug in which signed comparisons were being used instead of unsigned c...
Sanjiv Gupta
2009-06-01
Comment grammaro/clarification.
Dale Johannesen
2009-05-30
Untabification.
Bill Wendling
2009-05-28
Fixing problems that got exposed after the refactoring of LegalizeDAG done in...
Sanjiv Gupta
2009-05-11
Fix more naming issues.
Sanjiv Gupta
2009-05-10
Changed lowering and asmprinter to use ABI Names class called PAN.
Sanjiv Gupta
2009-05-09
Use 16 bit arithmetic while retrieving the address of callee's frame during i...
Sanjiv Gupta
2009-05-06
Emit banksel and movlp instructions.
Sanjiv Gupta
2009-04-29
Add a public method called getAddressSpace() to the GlobalAddressSDNode.
Sanjiv Gupta
2009-04-28
GlobalValue is always pointer type, so an assert isn't required.
Sanjiv Gupta
2009-04-22
Make the function begin label start after ther data pointer.
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-13
While passing arg of types larger than char only one byte at lower end was ge...
Sanjiv Gupta
2009-04-10
Added code to handle spilling and reloading of FSRs.
Sanjiv Gupta
2009-04-09
Arguments to indirect calls were being passed incorrectly. They are not fixed...
Sanjiv Gupta
2009-04-09
r68576 unconverd a bug in PIC16 port (Thanks to Dan Gohman) where we were cus...
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
Fixed build warnings.
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
Fixed comment for libcalls.
Sanjiv Gupta
2009-03-20
Reformatting. Inserted code comments. Cleaned interfaces.
Sanjiv Gupta
2009-02-13
Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.
Dale Johannesen
[prev]
[next]