index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
PIC16ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
1
-1
/
+2
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
1
-3
/
+3
*
Add comments detailing a known bug, so that people writing other
Dan Gohman
2009-08-26
1
-0
/
+8
*
revert r79562 + r79563
Chris Lattner
2009-08-21
1
-5
/
+1
*
Implement support for ISRs.
Sanjiv Gupta
2009-08-20
1
-1
/
+5
*
Add contexts to some of the MVT APIs. No functionality change yet, just the ...
Owen Anderson
2009-08-12
1
-3
/
+3
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-189
/
+189
*
Fixed more problems caused by 78142.
Sanjiv Gupta
2009-08-11
1
-2
/
+4
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-199
/
+199
*
Start moving TargetLowering away from using full MVTs and towards SimpleValue...
Owen Anderson
2009-08-10
1
-1
/
+2
*
Fix a bug in the PIC16 backend.
Dan Gohman
2009-08-05
1
-1
/
+1
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-162
/
+87
*
Legalize i64 store operations generated by inst-combine.
Sanjiv Gupta
2009-08-04
1
-2
/
+20
*
Avoid compiler warning (in -Asserts mode)
Daniel Dunbar
2009-08-04
1
-2
/
+2
*
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
1
-1
/
+1
*
define target names for std libcalls.
Sanjiv Gupta
2009-07-31
1
-5
/
+32
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+2
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-2
/
+2
*
Generate a libcall for i8 multiply.
Sanjiv Gupta
2009-07-27
1
-0
/
+15
*
fixed incorrect lowering of ISD::SUB node. SUB has only one result value.
Sanjiv Gupta
2009-07-27
1
-5
/
+14
*
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
[next]