OSDN Git Service

Update to LLVM 3.5a.
[android-x86/external-llvm.git] / lib / CodeGen / VirtRegMap.cpp
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-11-08 Quentin Colombet[VirtRegMap] Fix for PR17825. Do not ignore noreturn...
2013-09-25 Quentin Colombet[PR16882] Ignore noreturn definitions when setting...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-12-04 Jakob Stoklund OlesenRemove VirtRegMap::getRegAllocPref().
2012-12-04 Jakob Stoklund OlesenUse MRI::getSimpleHint() instead of getRegAllocPref...
2012-12-03 Jakob Stoklund OlesenAdd VirtRegMap::hasKnownPreference().
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-28 Jakob Stoklund OlesenMake the LiveRegMatrix analysis available to targets.
2012-10-15 Jakob Stoklund OlesenSwitch most getReservedRegs() clients to the MRI equiva...
2012-09-21 Evan ChengFix a significant recent(?) regression. StackSlotColori...
2012-09-14 Stephen Hinesam 78c041bd: am 1c4ad5ef: Merge branch \'upstream\...
2012-09-14 Stephen Hinesam 1c4ad5ef: Merge branch \'upstream\' into merge-2012_...
2012-09-14 Stephen Hinesam 1c4ad5ef: Merge branch \'upstream\' into merge-2012_...
2012-09-14 Stephen HinesMerge branch 'jb-mr1-dev' of https://googleplex-android...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-10 Stephen HinesMerge branch 'upstream' into merge-2012_09_10
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-06 Jakob Stoklund OlesenHandle overlapping regunit intervals in LiveIntervals...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-06-09 Jakob Stoklund OlesenAlso compute MBB live-in lists in the new rewriter...
2012-06-08 Jakob Stoklund OlesenReintroduce VirtRegRewriter.
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2012-02-17 Jakob Stoklund OlesenTransfer regmasks to MRI.
2012-01-19 Evan ChengRewriter should definitly rewrite instructions inside...
2012-01-07 Jakob Stoklund OlesenUse the 'regalloc' debug tag for most register allocato...
2012-01-03 Jakob Stoklund OlesenAssert when reserved registers have been assigned.
2011-11-15 Logan ChienMerge with LLVM upstream r144606 (Nov 15th 2011)
2011-11-13 Jakob Stoklund OlesenMore dead code elimination in VirtRegMap.
2011-11-13 Jakob Stoklund OlesenStop tracking spill slot uses in VirtRegMap.
2011-11-13 Jakob Stoklund OlesenRemove dead code and data from VirtRegMap.
2011-11-13 Jakob Stoklund OlesenStop tracking unused registers in VirtRegMap.
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-10-05 Jakob Stoklund OlesenAlso add <imp-use,kill> flags for redefined super-regis...
2011-09-15 Jakob Stoklund OlesenVirtRegMap is counting spill slots, not register spills.
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-05-06 Jakob Stoklund OlesenAlso count identity copies.
2011-04-27 Jakob Stoklund OlesenAlso add <imp-def> operands for defined and dead super...
2011-04-09 Jush LuMerge upstream r129128
2011-03-31 Jakob Stoklund OlesenDon't completely eliminate identity copies that also...
2011-03-23 Jakob Stoklund OlesenDump the register map before rewriting.
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
2011-02-18 Jakob Stoklund OlesenAdd VirtRegMap::rewrite() and use it in the new registe...
2011-01-10 Jakob Stoklund OlesenSimplify a bunch of isVirtualRegister() and isPhysicalR...
2011-01-09 Jakob Stoklund OlesenRemove MachineRegisterInfo::getLastVirtReg(), it was...
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2011-01-08 Jakob Stoklund OlesenFix VirtRegMap to use TRI::index2VirtReg and TRI::virtR...
2010-11-16 Jakob Stoklund OlesenRemember to resize SpillSlotToUsesMap when allocating...
2010-11-16 Jakob Stoklund OlesenRemember to resize SpillSlotToUsesMap when allocating...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-04-07 Shih-wei Liaolibbcc
2010-02-26 Jakob Stoklund OlesenUse the right floating point load/store instructions...
2010-02-26 Jakob Stoklund OlesenUse the right floating point load/store instructions...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-03 Lang HamesThe Indexes Patch.
2009-11-03 Lang HamesThe Indexes Patch.
2009-10-17 Evan ChengDistinquish stack slots from other stack objects. They...
2009-10-17 Evan ChengDistinquish stack slots from other stack objects. They...
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-06-15 Evan ChengPart 1.
2009-06-15 Evan ChengPart 1.
2009-06-14 Evan ChengMove register allocation preference (or hint) from...
2009-06-14 Evan ChengMove register allocation preference (or hint) from...
2009-05-04 Mike StumpRestore minor deletion.
2009-05-04 Evan ChengMake sure to color with only allocatable registers...
2009-05-03 Evan ChengIn some rare cases, the register allocator can spill...
2009-05-03 Evan ChengIn some rare cases, the register allocator can spill...
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-14 Daniel DunbarAdd newlines at end of file (this can annoy gcov)
2009-03-14 Daniel DunbarAdd newlines at end of file (this can annoy gcov)
2009-03-13 Owen AndersonConvert VirtRegMap to a MachineFunctionPass.
2009-03-13 Owen AndersonConvert VirtRegMap to a MachineFunctionPass.
2009-03-11 Owen AndersonReorganization: Move the Spiller out of VirtRegMap...
2009-03-11 Owen AndersonReorganization: Move the Spiller out of VirtRegMap...
2009-03-09 Evan ChengYet another case where the spiller marked two uses...
2009-03-09 Evan ChengYet another case where the spiller marked two uses...
next