Move hasFP() and few related hooks to TargetFrameInfo.
[oota-llvm.git] / include /
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-18 Duncan SandsFactor code for testing whether replacing one value...
2010-11-18 Dan GohmanRename ExpandPseudos to ExpandISelPseudos to help clari...
2010-11-18 Dan GohmanDocument the units for the Size field.
2010-11-18 Chris Lattnerpatch from Frits van Bommel:
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-18 Dan GohmanIntroduce memoization for ScalarEvolution dominates...
2010-11-17 Dan GohmanFactor out the code for purging a SCEV from all the...
2010-11-17 Dan GohmanMerge the implementations of isLoopInvariant and hasCom...
2010-11-17 Dan GohmanMake SCEV::getType() and SCEV::print non-virtual. Move...
2010-11-17 Dan GohmanMove SCEV::dominates and properlyDominates to ScalarEvo...
2010-11-17 Dan GohmanMove SCEV::isLoopInvariant and hasComputableLoopEvoluti...
2010-11-17 Dan GohmanVerify SCEVAddRecExpr's invariant in ScalarEvolution...
2010-11-17 Dan GohmanFix ScalarEvolution's range memoization to avoid using a
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-17 Duncan SandsMove some those Xor simplifications which don't require...
2010-11-17 Daniel DunbarMC-JIT: Stub out "pure" streamer.
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...
2010-11-17 Daniel Dunbarlli: Add stub -use-mcjit option, which doesn't currentl...
2010-11-17 Duncan SandsPreviously SimplifyInstruction could report that an...
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-11-17 Chris Lattnerrefactor the interface to EmitInlineAsm a bit, no funct...
2010-11-17 Chris Lattnerfix PR8613 - Copy constructor of SwitchInst does not...
2010-11-17 Duncan SandsFix a layering violation: hasConstantValue, which is...
2010-11-17 Dan GohmanMemoize results from ScalarEvolution's getUnsignedRange...
2010-11-17 Dan GohmanFix warnings about missing parents between || and &&.
2010-11-17 Peter CollingbourneFix typo: Exectuable -> Executable
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-16 Dan GohmanSplit pseudo-instruction expansion into a separate...
2010-11-16 Rafael EspindolaAdd const.
2010-11-16 Michael J. Spencersystem_error: More conditional error codes for Darwin.
2010-11-16 Michael J. SpencerThis is the first step in adding sane error handling...
2010-11-16 Duncan SandsIn which I discover the existence of loops. Threading...
2010-11-16 Michael J. SpencerObject: Get rid of sys::Path, Triple, and cleanup names...
2010-11-15 Evan ChengCode clean up. The peephole pass should be the one...
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Rafael EspindolaFix PR8565.
2010-11-15 Chris Lattneradd fields to the .td files unconditionally, simplifyin...
2010-11-15 Michael J. SpencerAdd LLVMObject Library.
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-11-14 Chris Lattnerreimplement ppc asmprinter "toc" handling to use a...
2010-11-14 Duncan SandsIf dom tree information is available, make it possible...
2010-11-14 Duncan SandsStrip trailing whitespace.
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-11-13 Rafael EspindolaParse and record the gnu_unique_object type.
2010-11-13 Jim GrosbachTrailing whitespace.
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-13 Daniel DunbarJIT: More nitty style tweakage, aka territory marking.
2010-11-13 Daniel Dunbarreport_fatal_error: Simplify a possible ambiguity.
2010-11-13 Daniel DunbarMore style nittiness.
2010-11-13 Daniel DunbarClean up some doxyments/style.
2010-11-12 Chris Lattneradd operand iterator apis to MachineInstr, patch by...
2010-11-11 Dan GohmanAdd helper functions for computing the Location of...
2010-11-11 Dan GohmanFactor out Instruction::isSafeToSpeculativelyExecute...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-11 Dan GohmanAdd comments.
2010-11-11 Dan GohmanAdd brief doxygen comments for AliasResult enum values.
2010-11-11 Dan GohmanSet NonLocalDepInfo's Size field to UnknownSize when...
2010-11-11 Jakob Stoklund OlesenInsert two blank SlotIndexes between basic blocks inste...
2010-11-10 Jakob Stoklund OlesenDelete unused function.
2010-11-10 Devang PatelTake care of special characters while creating named...
2010-11-10 Dan GohmanEnhance GVN to do more precise alias queries for non...
2010-11-10 Andrew TrickRABasic is nearly functionally complete. There are...
2010-11-10 Rafael EspindolaUse MCSectionELF in places we know we have an ELF section.
2010-11-10 Dan GohmanRename AccessesArguments and AccessesArgumentsReadonly...
2010-11-10 Dan GohmanFix a copy+pasto Duncan noticed.
2010-11-10 Dan GohmanAdd a doesAccessArgPointees helper function, and update...
2010-11-10 Dan GohmanFactor out the code for testing whether a function...
2010-11-10 Dan GohmanGive NonLocalDepResult a NonLocalDepEntry member, replacing
2010-11-10 Michael J. SpencerSystem/Path: Update comments to match code.
2010-11-10 Duncan SandsThere is no EndPtr anymore - reinterpret the original...
2010-11-10 Jim GrosbachUpdate ARMConstantPoolValue to not use a modifier strin...
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-11-09 Dan GohmanConvert comments to doxygen syntax.
2010-11-09 Dan GohmanAccessesArgumentsReadonly is read-only.
2010-11-09 Dan GohmanAdd a AccessesArgumentsReadonly ModRefBehavior value...
2010-11-09 Dan GohmanFactor out the logic for onlyReadsMemory into a helper...
2010-11-09 Dan GohmanDelete AccessesArgumentsAndGlobals, which was unused.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Change GetRootDirectory to return...
2010-11-08 Dan GohmanAdd some comments noting some correspondences between...
2010-11-08 Devang PatelDocument parameters. Fix typos.
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-11-08 Dan GohmanDelete getIntrinsicModRefBehavior. Clients can just...
2010-11-08 Dan GohmanAdd comments.
2010-11-08 Che-Liang ChiouAdd registry hook for assembly text output
2010-11-07 Rafael Espindolatypos
2010-11-07 Rafael EspindolaAdd method for checking if a path is a symbolic link.
2010-11-07 Rafael EspindolaRelax dwarf line fragments. This fixes a crash in the...
2010-11-06 Benjamin KramerPrune includes.
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-05 Jim GrosbachAdd '.code 32' assembler directive to MC streamers.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-05 Jim GrosbachTrailing whitespace.
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
next