eliminate the Constant::getVectorElements method. There are better (and
[oota-llvm.git] / include / llvm / CodeGen /
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...
2011-12-08 Evan ChengMake MachineInstr instruction property queries more...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-07 Jakob Stoklund OlesenAdd MachineOperand IsInternalRead flag.
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Sebastian Popuse space star instead of star space
2011-12-06 Sebastian Popadd missing point at the end of sentences
2011-12-06 Jakob Stoklund OlesenUse logarithmic units for basic block alignment.
2011-12-06 Jakob Stoklund OlesenFix unclear wording.
2011-12-05 Anna ZaksChange the Dominators recalculate() function to only...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...
2011-11-29 Chad RosierIf fast-isel fails, remove dead instructions generated...
2011-11-28 Bill WendlingRemove dead llvm.eh.sjlj.dispatchsetup intrinsic.
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-16 Owen AndersonRename MVT::untyped to MVT::Untyped to match similar...
2011-11-15 Benjamin KramerTwinify GraphWriter a little bit.
2011-11-14 Benjamin KramerMake headers standalone.
2011-11-14 Chandler CarruthUnder the hood, MBPI is doing a linear scan of every...
2011-11-14 Chandler CarruthReuse the logic in getEdgeProbability within getHotSucc...
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-11-14 Chandler CarruthAdd a cautionary note to this API. It was not at all...
2011-11-13 Jakob Stoklund OlesenRename SlotIndexes to match how they are used.
2011-11-12 Jakob Stoklund OlesenDelete the old spilling framework from LiveIntervalAnal...
2011-11-12 Jakob Stoklund OlesenDelete the linear scan register allocator.
2011-11-12 Eli FriedmanDon't try to form pre/post-indexed loads/stores until...
2011-11-11 Nicolas GeoffrayAdd a custom safepoint method, in order for language...
2011-11-10 Owen AndersonAdd additional checking to ensure that MachineMemOperan...
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-02 Chandler CarruthBegin collecting some of the statistics for block place...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Dan GohmanDelete the top-down "Latency" scheduler. Top-down sched...
2011-10-21 Chandler CarruthImplement a block placement pass based on the branch...
2011-10-20 Dan GohmanDelete the list-tdrr scheduler. Top-down schedulers...
2011-10-17 Jakob Stoklund OlesenAdmonish that MI is not IR and virtual registers have...
2011-10-12 Jakob Stoklund OlesenAdd MachineInstr::getRegClassConstraint().
2011-10-12 Jakob Stoklund OlesenExtract a method for finding the inline asm flag operand.
2011-10-07 Bill WendlingAdd a bool value to set the IsLandingPad flag to.
2011-10-07 Bill WendlingThread the chain through the eh.sjlj.setjmp intrinsic...
2011-10-05 Bill WendlingAdd accessor method to check if the landing pad symbol...
2011-10-05 Bill WendlingAdd an ivar that maps a landing pad's EH symbol to...
2011-10-04 Jakob Stoklund OlesenAllow <undef> flags on def operands as well as uses.
2011-10-04 Bill WendlingDoxygen-ize comments. No functionality change.
2011-10-04 Bill WendlingAdd method to determine if a begin label has a call...
2011-09-30 Jakob Stoklund OlesenMove getCommonSubClass() into TRI.
2011-09-29 Nick LewyckyFix typo.
2011-09-29 Jakob Stoklund OlesenRemove NumImplicitOps which is now unused.
2011-09-28 Bill WendlingCreate and use an llvm.eh.sjlj.functioncontext intrinsic.
2011-09-27 Jakob Stoklund OlesenRemove X86-dependent stuff from SSEDomainFix.
2011-09-27 Jim GrosbachRename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
2011-09-27 Nadav RotemCleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntR...
2011-09-25 Jakob Stoklund OlesenClean up code after renaming LowerSubregs -> ExpandPost...
2011-09-22 Jakob Stoklund OlesenAdd a MinNumRegs argument to MRI::constrainRegClass().
2011-09-15 Jakob Stoklund OlesenUse getPrevSlot() instead of getPrevIndex().
2011-09-15 Jakob Stoklund OlesenStop verifying hasPHIKill() flags.
2011-09-15 Jakob Stoklund OlesenLeave hasPHIKill flags alone in LiveInterval::RenumberV...
2011-09-15 Andrew Trick[regcoalescing] bug fix for RegistersDefinedFromSameValue.
2011-09-13 Eric ChristopherFix indenting.
2011-09-13 Jakob Stoklund OlesenSwitch extendInBlock() to take a kill slot instead...
2011-09-08 Devang PatelDirectly point debug info to the stack slot of the...
2011-09-07 Eli FriedmanRelax the MemOperands on atomics a bit. Fixes -verify...
next