| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extern declaration for unordered.f32 libcall was not being emitted. Fixed that. | Sanjiv Gupta | 2009-12-29 | 1 | -0/+1 |
| * | Fixed llc crash for zext (i1 -> i8) loads. | Sanjiv Gupta | 2009-12-28 | 1 | -2/+2 |
| * | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta | 2009-12-28 | 1 | -0/+5 |
| * | Reapply 91904. | Sanjiv Gupta | 2009-12-23 | 1 | -8/+31 |
| * | Added missing patterns for subtract instruction. | Sanjiv Gupta | 2009-12-23 | 1 | -22/+39 |
| * | Reverting back 91904. | Sanjiv Gupta | 2009-12-23 | 1 | -32/+8 |
| * | While converting one of the operands to a memory operand, we need to check if... | Sanjiv Gupta | 2009-12-22 | 1 | -8/+32 |
| * | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling | 2009-12-22 | 1 | -1/+2 |
| * | Remove unused variable (noticed by clang++). | Daniel Dunbar | 2009-12-19 | 1 | -1/+0 |
| * | Add a bool flag to StackObjects telling whether they reference spill | David Greene | 2009-11-12 | 1 | -1/+1 |
| * | Re-apply 84180 with the fixed test case. | Sanjiv Gupta | 2009-10-15 | 1 | -0/+1 |
| * | Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new | Daniel Dunbar | 2009-10-15 | 1 | -1/+0 |
| * | Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class | Sanjiv Gupta | 2009-10-15 | 1 | -0/+1 |
| * | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng | 2009-09-19 | 1 | -2/+11 |
| * | 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 |