index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PIC16
/
PIC16ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove shift amount flavor. It isn't actually complete enough to
Eli Friedman
2009-07-21
1
-1
/
+0
*
Remove some unnecessary expansion markings. Add a few expansion
Eli Friedman
2009-07-17
1
-24
/
+7
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-2
/
+2
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-1
/
+1
*
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-09
1
-2
/
+2
*
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-07-08
1
-2
/
+2
*
For extended loads of type i1 to i8, we will need to at least one byte from m...
Sanjiv Gupta
2009-07-03
1
-1
/
+5
*
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
1
-2
/
+3
*
Added floating point conditional operations support via libcalls.
Sanjiv Gupta
2009-06-25
1
-0
/
+29
*
Fold the add (ptr, offset) into ptr[offset] only if the offset is small enoug...
Sanjiv Gupta
2009-06-23
1
-2
/
+4
*
Added missing libcalls for floating point to int conversions.
Sanjiv Gupta
2009-06-16
1
-7
/
+59
*
Generate libcalls for floating point arithmetic and casting operations.
Sanjiv Gupta
2009-06-11
1
-1
/
+22
*
Lower i16/i32 sdiv/udiv/srem/urem using libcalls.
Sanjiv Gupta
2009-06-05
1
-0
/
+24
*
Remove unused code.
Sanjiv Gupta
2009-06-04
1
-10
/
+0
*
Custom lower SUB with two register operands.
Sanjiv Gupta
2009-06-04
1
-0
/
+1
*
Make the buildbot see green (to make it easier to spot the next person
Mike Stump
2009-06-03
1
-1
/
+2
*
FrameIndex could be used as a value (addressof (arg)) or as an address.
Sanjiv Gupta
2009-06-03
1
-2
/
+25
*
Fixed a bug in which signed comparisons were being used instead of unsigned c...
Sanjiv Gupta
2009-06-03
1
-2
/
+2
*
Comment grammaro/clarification.
Dale Johannesen
2009-06-01
1
-2
/
+2
*
Untabification.
Bill Wendling
2009-05-30
1
-1
/
+1
*
Fixing problems that got exposed after the refactoring of LegalizeDAG done in...
Sanjiv Gupta
2009-05-28
1
-4
/
+2
*
Fix more naming issues.
Sanjiv Gupta
2009-05-11
1
-12
/
+44
*
Changed lowering and asmprinter to use ABI Names class called PAN.
Sanjiv Gupta
2009-05-10
1
-27
/
+20
*
Use 16 bit arithmetic while retrieving the address of callee's frame during i...
Sanjiv Gupta
2009-05-09
1
-7
/
+16
*
Emit banksel and movlp instructions.
Sanjiv Gupta
2009-05-06
1
-8
/
+8
*
Add a public method called getAddressSpace() to the GlobalAddressSDNode.
Sanjiv Gupta
2009-04-29
1
-2
/
+1
*
GlobalValue is always pointer type, so an assert isn't required.
Sanjiv Gupta
2009-04-28
1
-6
/
+1
*
Make the function begin label start after ther data pointer.
Sanjiv Gupta
2009-04-22
1
-7
/
+9
*
Handle direct aggregate type arguments.
Sanjiv Gupta
2009-04-21
1
-50
/
+30
*
Handle aggregate type arguments to direct and indirect calls.
Sanjiv Gupta
2009-04-14
1
-24
/
+71
*
While passing arg of types larger than char only one byte at lower end was ge...
Sanjiv Gupta
2009-04-13
1
-1
/
+1
*
Added code to handle spilling and reloading of FSRs.
Sanjiv Gupta
2009-04-10
1
-4
/
+5
*
Arguments to indirect calls were being passed incorrectly. They are not fixed...
Sanjiv Gupta
2009-04-09
1
-2
/
+6
*
r68576 unconverd a bug in PIC16 port (Thanks to Dan Gohman) where we were cus...
Sanjiv Gupta
2009-04-09
1
-5
/
+10
*
Emit .line debug directives for stoppoints. The debug location is retrieved b...
Sanjiv Gupta
2009-04-08
1
-14
/
+0
*
Handle indirect function calls.
Sanjiv Gupta
2009-04-08
1
-72
/
+258
*
Map stack based frameindices for spills to zero based indices that can be acc...
Sanjiv Gupta
2009-04-06
1
-18
/
+36
*
Fixed build warnings.
Sanjiv Gupta
2009-04-02
1
-2
/
+0
*
To convert the StopPoint insn into an assembler directive by ISel, we need to...
Sanjiv Gupta
2009-04-02
1
-0
/
+14
*
Params are not being generated as static globals now. The caller passes them ...
Sanjiv Gupta
2009-04-02
1
-13
/
+91
*
Fixed comment for libcalls.
Sanjiv Gupta
2009-03-20
1
-20
/
+23
*
Reformatting. Inserted code comments. Cleaned interfaces.
Sanjiv Gupta
2009-03-20
1
-98
/
+68
*
Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.
Dale Johannesen
2009-02-13
1
-2
/
+3
*
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
1
-1
/
+1
*
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-07
1
-7
/
+7
*
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
1
-3
/
+5
*
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
1
-21
/
+28
*
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-06
1
-3
/
+3
*
Get rid of 3 non-DebugLoc getNode variants.
Dale Johannesen
2009-02-05
1
-40
/
+51
*
Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.
Dale Johannesen
2009-02-05
1
-2
/
+3
[next]