Add a couple missing includes; found while analyzing LLVM headers.
[oota-llvm.git] / include / llvm / CodeGen /
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...
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-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-18 Ivan KrasinFastISel: avoid function calls between the materializat...
2011-08-17 Bill WendlingAdd the support in code-gen for the landingpad instruct...
2011-08-12 Devang PatelConstify.
2011-08-12 Devang PatelUse ArrayRef.
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-12 Nick LewyckyA virtual destructor for the class with virtual methods!
2011-08-10 Devang PatelStay within 80 columns.
2011-08-10 Devang PatelProvide utility to extract and use lexical scoping...
2011-08-09 Jakob Stoklund OlesenTrim an unneeded header.
2011-08-09 Jakob Stoklund OlesenMove CalculateRegClass to MRI::recomputeRegClass.
2011-08-09 Jakob Stoklund OlesenRefer to the RegisterCoalescer pass by ID.
2011-08-03 Jakub StaszakAdd more constantness in BlockFrequencyInfo.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Jakob Stoklund OlesenAdd an isSSA() flag to MachineRegisterInfo.
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-28 Bill WendlingAdd the AddLandingPadInfo function.
2011-07-28 Bill WendlingUse ArrayRef instead of requiring an std::vector.
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-27 Jakub StaszakUse BlockFrequency instead of uint32_t in BlockFrequenc...
2011-07-25 Jakub StaszakFix #include guard directive.
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-07-22 Bill WendlingAdd a method to set the compact unwind info.
2011-07-22 Jakub StaszakAllow getBlockFreq to return 0.
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Devang PatelRevert r135423.
2011-07-19 Bill WendlingRename CompactEncoding to CompactUnwindEncoding.
2011-07-18 Bill WendlingMove the compact encoding from the target-specific...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-16 Jakub StaszakAdd MachineBlockFrequency analysis.
2011-07-15 Jakob Stoklund OlesenExtract parts of RAGreedy::splitAroundRegion as SplitKi...
2011-07-13 Evan ChengFix up TargetLoweringObjectFile ctors to properly initi...
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-10 Jakub Staszak- Make BranchProbability constructor public.
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Jakob Stoklund OlesenBe more aggressive about following hints.
2011-07-07 Lang HamesAdd functions 'hasPredecessor' and 'hasPredecessorHelpe...
2011-07-02 Jakob Stoklund OlesenInclude a source location when complaining about bad...
2011-06-30 Rafael EspindolaCreate a isFullCopy predicate.
2011-06-29 Devang PatelRevert r133953 for now.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Evan ChengRemove RegClass2VRegMap from MachineRegisterInfo.
2011-06-27 Evan ChengRemove the experimental (and unused) pre-ra splitting...
2011-06-27 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-06-26 Rafael EspindolaThere is only one register coalescer. Merge it into...
2011-06-26 Rafael EspindolaMove RegisterCoalescer.h to lib/CodeGen.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-06-18 Benjamin KramerDon't allocate empty read-only SmallVectors during...
2011-06-17 Eric ChristopherLower multiply with overflow checking to __mulo<mode>
2011-06-17 Lang HamesAdd a hook for PBQP clients to run a custom pre-alloc...
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-16 Owen AndersonFix formatting.
2011-06-15 Owen AndersonAdd a new MVT::untyped. This will be used in future...
2011-06-15 Andrew TrickAdded -stress-sched flag in the Asserts build.
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-11 Bill WendlingReformatting. Moving class definitions to more natural...
2011-06-10 Cameron ZwarichProvide an ARMCCState subclass of CCState so that ARM...
2011-06-10 Cameron ZwarichRename the ParmContext enum values to make a bit more...
2011-06-10 Cameron ZwarichRemove tabs.
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
next