OSDN Git Service

Update to LLVM 3.5a.
[android-x86/external-llvm.git] / lib / CodeGen / PostRASchedulerList.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-10-16 Andrew TrickAfter PostRA scheduling, don't set kill flags on undef...
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-23 Andrew Trickmi-sched: Don't call MBB.size() in initSUnits. The...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-02-05 Jakob Stoklund OlesenRemove special-casing of return blocks for liveness.
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in a few CodeGen passes.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-13 Andrew Trickmisched: Don't consider artificial edges weak edges.
2012-11-12 Andrew Trickmisched: Infrastructure for weak DAG edges.
2012-10-15 Jakob Stoklund OlesenSwitch most getReservedRegs() clients to the MRI equiva...
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-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-06 Andrew TrickMove RegisterClassInfo.h.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-26 The Android Automergermerge in jb-release history after reset to master
2012-03-24 Shih-wei LiaoMerge branch 'upstream' into sliao_d
2012-03-09 Andrew Trickmisched interface: rename Begin/End to RegionBegin...
2012-03-07 Andrew Trickmisched prep: Expose the ScheduleDAGInstrs interface...
2012-03-07 Andrew Trickmisched prep: rename InsertPos to End.
2012-03-07 Andrew Trickmisched preparation: rename core scheduler methods...
2012-03-07 Andrew Trickmisched preparation: clarify ScheduleDAG and ScheduleDA...
2012-03-07 Andrew Trickmisched preparation: modularize schedule emission.
2012-03-07 Andrew Trickmisched preparation: modularize schedule printing.
2012-03-07 Andrew Trickmisched preparation: modularize schedule verification.
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2012-02-23 Benjamin KramerBitVectorize loop.
2012-02-23 Benjamin Kramerpost-ra-sched: Turn the KillIndices vector into a bitve...
2012-02-23 Benjamin Kramerpost-ra-sched: Replace a std::set of regs with a bitvector.
2012-02-23 Jakob Stoklund OlesenMake calls scheduling boundaries post-ra.
2012-02-23 Jakob Stoklund OlesenHandle regmasks in FixupKills.
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: PostR...
2012-01-14 Andrew Trickmisched: Added ScheduleDAGInstrs::IsPostRA
2011-12-16 Logan ChienMerge with LLVM upstream r146714 (Dec 16th 2011)
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-25 Logan ChienMerge with LLVM upstream r145126 (Nov 25th 2011)
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-07-02 Nowar GuMerge upstream to r134306 at Sat. 2nd July 2011.
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-06-16 Jakob Stoklund OlesenTeach antidependency breakers to use RegisterClassInfo.
2011-06-02 Devang PatelUpdate DBG_VALUEs while breaking anti dependencies.
2011-06-01 Andrew TrickAdd an issue width check to the postRA scheduler. Patch...
2011-05-06 Andrew TrickTypo: Reviewed by Alistair.
2011-05-06 Andrew TrickPost-RA scheduler compile time fix. Quadratic computati...
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-14 Evan Cheng- Do away with SimpleHazardRecognizer.h. It's not used...
2010-06-14 Evan Cheng- Do away with SimpleHazardRecognizer.h. It's not used...
2010-06-12 Evan ChengAllow target to provide its own hazard recognizer to...
2010-06-12 Evan ChengAllow target to provide its own hazard recognizer to...
2010-05-21 Evan Cheng- Change MachineInstr::findRegisterDefOperandIdx so...
2010-05-21 Evan Cheng- Change MachineInstr::findRegisterDefOperandIdx so...
2010-05-20 Jim GrosbachRemove dbg_value workaround and associated command...
2010-05-20 Jim GrosbachRemove dbg_value workaround and associated command...
2010-05-19 Jim GrosbachEnable preserving debug information through post-RA...
2010-05-19 Jim GrosbachEnable preserving debug information through post-RA...
2010-05-14 Jim Grosbach80 column and trailing whitespace cleanup
2010-05-14 Jim Grosbach80 column and trailing whitespace cleanup
2010-05-14 Jim Grosbachadd cmd line option to leave dbgvalues in during post...
2010-05-14 Jim Grosbachadd cmd line option to leave dbgvalues in during post...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
next