Update the NoFolder to work with current IRBuilder.
[oota-llvm.git] / include / llvm / Target /
2011-02-24 Duncan SandsRewrite the vector part of getExtendedTypeAction to...
2011-02-18 Chris Lattneradd a way to disable all builtins, wire it up to opt...
2011-02-18 Chris Lattneradd memset and memcpy, though they are always available...
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...
2011-02-18 Chris Lattnerintroduce a new TargetLibraryInfo pass, which transform...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2011-02-10 Owen AndersonClean trailing whitespace.
2011-02-07 Bruno Cardoso LopesImplement support for custom target specific asm parsin...
2011-02-04 Daniel DunbarMC/AsmMatcher: Add support for custom conversion functions.
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-02-02 Bob WilsonFix comment typo.
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2011-01-26 David Greene[AVX] Add INSERT_SUBVECTOR and support it on x86. ...
2011-01-26 David Greene[AVX] Support EXTRACT_SUBVECTOR on x86. This provides...
2011-01-25 David Greene[AVX] Fix a typo in the extract subvector type constrai...
2011-01-25 David Greene[AVX] Add TableGen classes for vector/subvector type...
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-15 Chris Lattnerfix typo
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-09 Jakob Stoklund OlesenRemove TargetRegisterInfo::NoRegister.
2011-01-09 Jakob Stoklund OlesenChange virtual register numbering to make more space...
2011-01-09 Jakob Stoklund OlesenTeach TargetRegisterInfo how to cram stack slot indexes...
2011-01-09 Jakob Stoklund OlesenFix comment.
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2011-01-08 Jakob Stoklund OlesenFix VirtRegMap to use TRI::index2VirtReg and TRI::virtR...
2011-01-08 Jakob Stoklund OlesenUse an IndexedMap for LiveVariables::VirtRegInfo.
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Evan ChengDBG_VALUE does not have any side effects; it also makes...
2011-01-07 Bob WilsonAdd ARM patterns to match EXTRACT_SUBVECTOR nodes.
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-17 Bill WendlingDuring local stack slot allocation, the materializeFram...
2010-12-17 Daniel DunbarMC/Target: Remove HasScatteredSymbols target hook varia...
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-14 Jakob Stoklund OlesenIntroduce TargetRegisterInfo::getOverlaps(Reg), returni...
2010-12-14 Jakob Stoklund OlesenAdd TargetRegisterInfo::printReg() to pretty-print...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-08 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Chris Lattneradd TLI support indicating that jumps are more expensiv...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-27 Anton KorobeynikovMove callee-saved regs spills / reloads to TFI
2010-11-26 Rafael EspindolaRemove the unused TheTarget member.
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-15 Evan ChengCode clean up. The peephole pass should be the one...
2010-11-15 Chris Lattneradd fields to the .td files unconditionally, simplifyin...
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-08 Che-Liang ChiouAdd registry hook for assembly text output
2010-11-06 Benjamin KramerPrune includes.
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-03 Duncan SandsSimplify uses of MVT and EVT. An MVT can be compared...
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
2010-11-03 Evan ChengTwo sets of changes. Sorry they are intermingled.
2010-11-02 Jim GrosbachTweak to fix spelling and grammar in comment.
2010-11-01 Chris Lattnereliminate the old InstFormatName which is always "AsmSt...
2010-10-31 Chris Lattnersketch out the planned instruction alias mechanism...
2010-10-30 Chris LattnerResolve a terrible hack in tblgen: instead of hardcoding
2010-10-30 Chris LattnerImplement (and document!) support for MnemonicAlias...
2010-10-30 Chris Lattnerimplement (and document!) the first kind of MC assemble...
2010-10-30 Jim Grosbach80 columns.
2010-10-29 John ThompsonMult-alt constraint incremental development step 3.
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-26 Evan ChengUse instruction itinerary to determine what instruction...
2010-10-20 Dale JohannesenRemove Synthesizable from the Type system; as MMX vector
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-18 Bill WendlingDon't recompute MachineRegisterInfo in the Optimize...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-16 Michael J. SpencerWhitespace!
2010-10-15 Jim GrosbachGrammar.
2010-10-07 Chris Lattneradd a common SDPatternOperator base class to SDNode...
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-10-01 Owen AndersonThread the determination of branch prediction hit rates...
2010-09-30 Evan ChengComments about operand cycles and pipeline forwarding...
2010-09-30 Kevin EnderbyAdds getPointerSize() to the AsmBackend which will...
2010-09-30 Jim GrosbachLet a target specify whether it wants an assembly print...
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-29 Chris Lattnerimplement rdar://8456378 and PR7557 - support for the...
2010-09-29 Chris Lattnerchange the protocol TargetAsmPArser::MatchInstruction...
next