Fix CMake build on Solaris
[oota-llvm.git] / include / llvm / CodeGen /
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...
2011-06-07 Lang HamesSwitched to DenseMap for allowed sets in PBQP. Reduces...
2011-06-02 Devang PatelRemove dead code.
2011-06-01 Chad RosierTypos.
2011-05-28 Charles DavisWhen generating code for Win64 EH, emit StartProc and...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-27 Charles DavisAdd the suffix to the Win64 EH data sections' names...
2011-05-27 Charles DavisAdd a parameter to the Win64 EH section getters to...
2011-05-26 Eric ChristopherComment cleanup.
2011-05-24 Devang PatelRemove dead code.
2011-05-20 Charles DavisAdd .pdata and .xdata sections to the COFF TLOF impleme...
2011-05-17 Jim GrosbachFrame indices are signed. Update MachineOperand methods...
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-05-16 Dan GohmanDelete unused variables.
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-16 Eli FriedmanBasic fast-isel of extractvalue. Not too helpful on...
2011-05-12 Evan ChengRe-commit 131172 with fix. MachineInstr identity checks...
2011-05-11 Bill WendlingFix comment.
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-06 Rafael EspindolaYet more dead code.
2011-05-06 Rafael EspindolaUpdate comments.
2011-05-06 Rafael EspindolaMore dead code elimination.
2011-05-05 Owen AndersonAllow FastISel of three-register-operand instructions.
2011-05-02 Chandler CarruthRemove an unused variable in NDEBUG (found with -Wunuse...
2011-05-02 Jakob Stoklund OlesenAdd a SlotIndexes::insertMachineInstrInMaps to insert...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-04-30 Jakob Stoklund OlesenAvoid using stale entries form the sibling value map.
2011-04-29 Rafael EspindolaFactor some code to needsCFIMoves. Avoid printing moves...
2011-04-29 Chris Lattneradd a missing operator that caused us to have to use...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-27 Eli FriedmanMake the fast-isel code for literal 0.0 a bit shorter...
2011-04-27 Eli FriedmanRemove unused function.
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-26 Jakob Stoklund OlesenUse the new TRI->getLargestLegalSuperClass hook to...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Owen AndersonTeach FastISel to deal with instructions that have...
2011-04-22 Eric ChristopherFix comment.
2011-04-22 Chris LattnerRecommit the fix for rdar://9289512 with a couple tweaks to
2011-04-21 Devang PatelRefactor.
2011-04-21 Daniel DunbarRevert r1296656, "Fix rdar://9289512 - not folding...
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-04-17 Chris LattnerFix rdar://9289512 - not folding load into compare...
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-14 Andrew TrickIn the pre-RA scheduler, maintain cmp+br proximity.
2011-04-13 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-11 Jakob Stoklund OlesenSkip a binary search when possible.
2011-04-09 Jakob Stoklund OlesenBuild the Hopfield network incrementally when splitting...
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-05 Jakob Stoklund OlesenUse std::unique instead of a SmallPtrSet to ensure...
2011-04-05 Jakob Stoklund OlesenCache the fairly expensive last split point computation...
2011-04-04 Jakob Stoklund OlesenStop caching basic block index ranges now that SlotInde...
2011-04-02 Jakob Stoklund OlesenUse basic block numbers as indexes when mapping slot...
2011-04-01 Evan ChengIssue libcalls __udivmod*i4 / __divmod*i4 for div ...
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-24 Evan ChengAdd comment to clarify what MachineConstantPoolEntry...
2011-03-17 Jakob Stoklund OlesenDead code elimination may separate the live interval...
2011-03-17 Jakob Stoklund OlesenRewrite instructions as part of ConnectedVNInfoEqClasse...
2011-03-14 Jakob Stoklund OlesenPlace context in member variables instead of passing...
2011-03-11 Owen AndersonTeach FastISel to support register-immediate-immediate...
2011-03-11 Jim Grosbach80 columns.
next