[C++] Use 'nullptr'.
[oota-llvm.git] / lib / Target / XCore / XCoreISelLowering.cpp
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-27 Richard Osborne[XCore] Support functions returning more than 4 words.
2014-02-27 Richard Osborne[XCore] Make LowerCallResult a static function.
2014-02-27 Richard OsborneRevert r202396, r202397.
2014-02-27 Richard Osborne[XCore] Support functions returning more than 4 words.
2014-02-27 Richard Osborne[XCore] Make LowerCallResult a static function.
2014-02-27 Richard Osborne[XCore] Add dag combines for instructions that ignore...
2014-02-27 Richard Osborne[XCore] Provide information about known zero bits of...
2014-02-25 Richard Osborne[XCore] Prefer to word align functions.
2014-02-11 Robert LyttonXCore target: fix const section handling
2014-02-11 Robert Lytton XCore target: Lower ATOMIC_LOAD & ATOMIC_STORE
2014-01-06 Robert LyttonXCore target: Lower EH_RETURN
2014-01-06 Robert LyttonXCore target: Lower FRAME_TO_ARGS_OFFSET
2014-01-06 Robert LyttonXCore target: Lower RETURNADDR
2014-01-06 Robert LyttonXCore target: fix handling of unsized global arrays...
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-02 Robert LyttonXCore target: Add large code model
2013-11-13 Robert LyttonXCore target: implement exception handling
2013-11-12 Robert LyttonXCore target: fix bug in aligning 'byval i8*' on the...
2013-11-12 Robert LyttonAdd XCore support for ATOMIC_FENCE.
2013-10-11 Robert LyttonXCore target: add XCoreTargetLowering::isZExtFree()
2013-09-10 Eli FriedmanRemove unused functions.
2013-09-09 Robert LyttonXCore target: change to Sched::Source
2013-08-01 Robert LyttonXCore target: Fix Vararg handling
2013-08-01 Robert LyttonXCore target: Add byval handling
2013-07-26 Richard Osbornetest commit
2013-07-26 Richard Osborne[XCore] Add TODO regarding byval structs
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-04 Richard OsborneFix buildbot failure on 64 bit linux due to std::max...
2013-05-04 Richard Osborne[XCore] Make use of the target independent global addre...
2013-05-04 Richard Osborne[XCore] Simplify code that checks for an aligned base...
2013-05-04 Richard Osborne[XCore] Move lowering of thread local storage to a...
2013-05-04 Richard Osborne[XCore] Use static relocation model by default.
2013-03-08 Tom StellardDAGCombiner: Use correct value type for checking legali...
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to XCore return instructions.
2013-01-25 Richard OsborneFix order of operands for crc8_l4r
2013-01-25 Richard OsborneFix order of operands for l5r instructions.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-16 Richard OsborneFix handling of aliases to functions.
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-12 Michael LiaoFix PR11985
2012-07-19 Bill WendlingRemove tabs.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-10-29 Dan GohmanRevert r143206, as there are still some failing tests.
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Dan GohmanEliminate LegalizeOps' LegalizedNodes map and have...
2011-09-23 Richard OsborneFix 80 column violations.
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-08-01 Richard OsborneFix crash with varargs function with no named parameters.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-29 Eric ChristopherMove XCore from getRegClassForInlineAsmConstraint to
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-05-24 Devang PatelRemove dead code.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-02-02 Richard OsborneAdd support for trampolines on the XCore.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-09-21 Chris Lattnerupdate a bunch of code to use the MachinePointerInfo...
2010-09-21 Chris Lattnereliminate an old SelectionDAG::getTruncStore method...
2010-09-21 Chris Lattnerpropagate MachinePointerInfo through various uses of...
2010-09-21 Chris Lattnerconvert the targets off the non-MachinePointerInfo...
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
next