StringRef'ize EmitSourceFileHeader().
[oota-llvm.git] / include / llvm / CodeGen /
2012-02-17 Jakob Stoklund OlesenTransfer regmasks to MRI.
2012-02-17 Lang HamesRefactor 'handleMove' code in live intervals. Clients...
2012-02-15 Andrew TrickFix library visibility problems with VLIWPacketizer.
2012-02-15 Lang HamesMake LiveIntervals::handleMove() bundle aware.
2012-02-15 Bill WendlingModify the code that emits the module flags to use...
2012-02-15 Andrew TrickDon't expose DefaultVLIWScheduler
2012-02-15 Andrew TrickGeneric "VLIW" packetizer based on a DFA generated...
2012-02-15 Lang HamesAdd a check to make sure we don't assign slot indexes...
2012-02-15 Andrew TrickAllow CodeGen (llc) command line options to work as...
2012-02-15 Andrew TrickAdded TargetPassConfig::disablePass/substitutePass...
2012-02-15 Andrew Trickcomment
2012-02-15 Lang HamesDisentangle moving a machine instr from updating LiveIn...
2012-02-14 Jakob Stoklund OlesenHandle regmasks in findRegisterDefOperandIdx().
2012-02-14 Dmitri GribenkoSilence the new -Wempty-body warning. It appeared...
2012-02-14 Bill WendlingAdd code to the target lowering object file module...
2012-02-14 Lang HamesTighten physical register invariants: Allocatable physi...
2012-02-13 Owen Andersonv2f16 is a floating point type. Add symbolic floating...
2012-02-11 Andrew TrickAdd TargetPassConfig hooks for scheduling/bundling.
2012-02-11 Andrew Trickcomment
2012-02-10 Jakob Stoklund OlesenClean up comment.
2012-02-10 Jakob Stoklund OlesenAdd a static MachineOperand::clobbersPhysReg().
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-10 Lang HamesRemove unused 'isAlias' parameter.
2012-02-10 Jakob Stoklund OlesenCache basic block boundaries for faster RegMaskSlots...
2012-02-10 Jakob Stoklund OlesenOptimize LiveIntervals::intervalIsInOneMBB().
2012-02-09 Andrew TrickImprove TargetPassConfig. No intended functionality.
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Machi...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Stack...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: PostR...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Branc...
2012-02-08 Andrew TrickAdded TargetPassConfig::setOpt
2012-02-08 Andrew TrickAdded Pass::createPass(ID) to handle pass configuration...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: TailD...
2012-02-08 Jakob Stoklund OlesenKeep track of register masks in LiveIntervalAnalysis.
2012-02-08 Andrew TrickAdded MachineInstr::isBundled() to check if an instruct...
2012-02-08 Andrew Trickwhitespace
2012-02-06 Jakob Stoklund OlesenRemove some unused functions.
2012-02-06 Craig TopperMove some llvm_unreachable's from r149849 out of switch...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-04 Jakob Stoklund OlesenDrop the REDEF_BY_EC VNInfo flag.
2012-02-04 Jakob Stoklund OlesenDon't store COPY pointers in VNInfo.
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-04 Andrew TrickMake TargetPassConfig an ImmutablePass so CodeGenPasses...
2012-02-04 Jakob Stoklund OlesenDrop ZeroIndex and InvalidIndex.
2012-02-03 Jakob Stoklund OlesenDelete some dead code.
2012-02-03 Jakob Stoklund OlesenHandle register mask operands in setPhysRegsDeadExcept().
2012-02-03 Jakob Stoklund OlesenArrayRef'ize MI::setPhysRegsDeadExcept().
2012-02-03 Andrew TrickInitialize all common codegen passes before configurati...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-02 Jakob Stoklund OlesenRequire non-NULL register masks.
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-01-31 Jim GrosbachTidy up. Trailing whitespace.
2012-01-31 Bill WendlingRemove the eh.exception and eh.selector intrinsics...
2012-01-29 Jakob Stoklund OlesenFix some scavenger performance issues.
2012-01-27 Lang HamesAdd a "moveInstr" method to LiveIntervals. This can...
2012-01-27 Jim GrosbachFix typo.
2012-01-26 Chris Lattnertidy up forward declarations.
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-25 Evan ChengUpdate hasProperty comment.
2012-01-21 Jakob Stoklund OlesenHandle register masks in LiveVariables.
2012-01-20 Jakob Stoklund OlesenDelete an unused member variable.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-19 Evan ChengMore bundle related API additions.
2012-01-19 Evan ChengEnhance finalizeBundle to return end of bundle iterator...
2012-01-19 Lang HamesAdded methods to get the live range immediately before...
2012-01-19 Evan Cheng- Slight change to finalizeBundle() interface. LastMI...
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2012-01-18 Jakob Stoklund OlesenAdd a RegisterMaskSDNode class.
2012-01-18 Nadav RotemDocument the fact that the selection dag changes the...
2012-01-17 Andrew TrickRenamed MachineScheduler to ScheduleTopDownLive.
2012-01-16 Jakob Stoklund OlesenExtract method for detecting constant unallocatable...
2012-01-16 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_RegisterMask.
2012-01-15 Benjamin KramerReturn an ArrayRef from ShuffleVectorSDNode::getMask...
2012-01-13 Pete CooperFixed comment. Thanks Duncan!
2012-01-13 Andrew TrickAdded the MachineSchedulerPass skeleton.
2012-01-12 Pete CooperAdded MVT::v2f16
2012-01-12 Evan ChengMove Sched::Preference out of TargetMachine.h where...
2012-01-11 Jakob Stoklund OlesenDetect when a value is undefined on an edge to a landin...
2012-01-11 Jakob Stoklund OlesenExclusively use SplitAnalysis::getLastSplitPoint().
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...
2012-01-05 Benjamin KramerKill ObjectCodeEmitter and BinaryObject, they were...
2012-01-05 Andrew Trickcomment cleanup
2012-01-05 Jakob Stoklund OlesenFreeze reserved registers before starting register...
2012-01-04 Benjamin KramerSimplify more DenseMap.find users.
2011-12-21 Jakob Stoklund OlesenMove common code into an MRI function.
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-20 Chris Lattnerfix typo
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
2011-12-18 Joerg SonnenbergerAllow inlining of functions with returns_twice calls...
2011-12-15 Devang PatelUpdate DebugLoc while merging nodes at -O0.
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-10 Nick LewyckyFix typo, reported by Eitan Adler!
2011-12-09 Chad Rosier[fast-isel] Add support for selecting insertvalue.
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
next