Constant folding support for calls to umul.with.overflow(), basically identical to...
[oota-llvm.git] / include / llvm / Target /
2011-03-21 Eric ChristopherFix unused param warning.
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-03-21 Evan ChengRe-apply r127953 with fixes: eliminate empty return...
2011-03-19 Daniel DunbarRevert r127953, "SimplifyCFG has stopped duplicating...
2011-03-19 Evan ChengSimplifyCFG has stopped duplicating returns into predec...
2011-03-18 Jim GrosbachBeginnings of MC-JIT code generation.
2011-03-17 Cameron ZwarichMove more logic into getTypeForExtArgOrReturn.
2011-03-17 Cameron ZwarichRename getTypeForExtendedInteger() to getTypeForExtArgO...
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-16 Cameron ZwarichAdd TargetData::fitsInLegalInteger().
2011-03-15 Evan Cheng- Add "Bitcast" target instruction property for instruc...
2011-03-10 Evan ChengRe-commit 127368 and 127371. They are exonerated.
2011-03-09 Evan ChengRevert 127368 and 127371 for now.
2011-03-09 Evan ChengRestore the default implementation of getCrossCopyRegCl...
2011-03-09 Evan ChengChange the definition of TargetRegisterInfo::getCrossCo...
2011-03-09 Jan SjödinAdd createELFObjectTargetWriter method to TargetAsmBack...
2011-03-09 Jan SjödinAdd InitializeNativeAsmParser function.
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-03-05 Andrew TrickMissing "virtual" keyword. Jakob's review.
2011-03-05 Andrew TrickIncreased the register pressure limit on x86_64 from...
2011-03-03 Jim GrosbachAllow a target to choose whether to prefer the scavenge...
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-02-28 Owen AndersonFix warning when building with clang++.
2011-02-28 Stuart HastingsSupport for byval parameters on ARM. Will be enabled...
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
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.
next