eliminate the X86 version of GetGlobalValueSymbol, allowing
[oota-llvm.git] / lib / Target / PIC16 / PIC16ISelLowering.cpp
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-02-26 Sanjiv GuptaReapply things reverted back in 97220, with the fixed...
2010-02-26 Chandler CarruthRevert r97211 and r97213 to get the build green again.
2010-02-26 Sanjiv GuptaBefore converting an operand to mem, check if it is...
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2009-12-29 Sanjiv GuptaExtern declaration for unordered.f32 libcall was not...
2009-12-28 Sanjiv GuptaFixed llc crash for zext (i1 -> i8) loads.
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-23 Sanjiv GuptaReapply 91904.
2009-12-23 Sanjiv GuptaAdded missing patterns for subtract instruction.
2009-12-23 Sanjiv GuptaReverting back 91904.
2009-12-22 Sanjiv GuptaWhile converting one of the operands to a memory operan...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-19 Daniel DunbarRemove unused variable (noticed by clang++).
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Daniel DunbarRevert "Complete Rewrite of AsmPrinter, TargetObjectFil...
2009-10-15 Sanjiv GuptaComplete Rewrite of AsmPrinter, TargetObjectFile based...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-26 Dan GohmanAdd comments detailing a known bug, so that people...
2009-08-21 Chris Lattnerrevert r79562 + r79563
2009-08-20 Sanjiv GuptaImplement support for ISRs.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Sanjiv GuptaFixed more problems caused by 78142.
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-05 Dan GohmanFix a bug in the PIC16 backend.
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-04 Sanjiv GuptaLegalize i64 store operations generated by inst-combine.
2009-08-04 Daniel DunbarAvoid compiler warning (in -Asserts mode)
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Sanjiv Guptadefine target names for std libcalls.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Sanjiv GuptaGenerate a libcall for i8 multiply.
2009-07-27 Sanjiv Guptafixed incorrect lowering of ISD::SUB node. SUB has...
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-17 Eli FriedmanRemove some unnecessary expansion markings. Add a...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-03 Sanjiv GuptaFor extended loads of type i1 to i8, we will need to...
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-06-25 Sanjiv GuptaAdded floating point conditional operations support...
2009-06-23 Sanjiv GuptaFold the add (ptr, offset) into ptr[offset] only if...
2009-06-16 Sanjiv GuptaAdded missing libcalls for floating point to int conver...
2009-06-11 Sanjiv GuptaGenerate libcalls for floating point arithmetic and...
2009-06-05 Sanjiv GuptaLower i16/i32 sdiv/udiv/srem/urem using libcalls.
2009-06-04 Sanjiv GuptaRemove unused code.
2009-06-04 Sanjiv GuptaCustom lower SUB with two register operands.
2009-06-03 Mike StumpMake the buildbot see green (to make it easier to spot...
2009-06-03 Sanjiv GuptaFrameIndex could be used as a value (addressof (arg...
2009-06-03 Sanjiv GuptaFixed a bug in which signed comparisons were being...
2009-06-01 Dale JohannesenComment grammaro/clarification.
2009-05-30 Bill WendlingUntabification.
2009-05-28 Sanjiv GuptaFixing problems that got exposed after the refactoring...
2009-05-11 Sanjiv GuptaFix more naming issues.
2009-05-10 Sanjiv GuptaChanged lowering and asmprinter to use ABI Names class...
2009-05-09 Sanjiv GuptaUse 16 bit arithmetic while retrieving the address...
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-04-29 Sanjiv GuptaAdd a public method called getAddressSpace() to the...
2009-04-28 Sanjiv GuptaGlobalValue is always pointer type, so an assert isn...
2009-04-22 Sanjiv GuptaMake the function begin label start after ther data...
2009-04-21 Sanjiv GuptaHandle direct aggregate type arguments.
2009-04-14 Sanjiv GuptaHandle aggregate type arguments to direct and indirect...
2009-04-13 Sanjiv GuptaWhile passing arg of types larger than char only one...
2009-04-10 Sanjiv GuptaAdded code to handle spilling and reloading of FSRs.
2009-04-09 Sanjiv GuptaArguments to indirect calls were being passed incorrect...
2009-04-09 Sanjiv Guptar68576 unconverd a bug in PIC16 port (Thanks to Dan...
2009-04-08 Sanjiv GuptaEmit .line debug directives for stoppoints. The debug...
2009-04-08 Sanjiv GuptaHandle indirect function calls.
2009-04-06 Sanjiv GuptaMap stack based frameindices for spills to zero based...
2009-04-02 Sanjiv GuptaFixed build warnings.
2009-04-02 Sanjiv GuptaTo convert the StopPoint insn into an assembler directi...
2009-04-02 Sanjiv GuptaParams are not being generated as static globals now...
2009-03-20 Sanjiv GuptaFixed comment for libcalls.
2009-03-20 Sanjiv GuptaReformatting. Inserted code comments. Cleaned interfaces.
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc version of BuildMI from...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-02-05 Dale JohannesenRemove non-DebugLoc versions of getMergeValues, ZeroExt...
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Sanjiv GuptaUse sublw for comparison with literals instead of subwf.
2009-01-21 Duncan SandsCleanup whitespace and comments, and tweak some
2009-01-21 Sanjiv GuptaImplement LowerOperationWrapper for legalizer.
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2008-12-01 Duncan SandsChange the interface to the type legalization method
next