Dragonegg cannot output bitcode, only human readable IR, so use -S rather
[oota-llvm.git] / include /
2010-11-25 Benjamin KramerSDep is POD-like. Shave off a few bytes from SUnit...
2010-11-25 Michael J. Spencersystem_error: Even more unsupported error numbers :(.
2010-11-24 Michael J. Spencer80 col.
2010-11-24 Michael J. SpencerPath Version 2.
2010-11-24 NAKAMURA Takumiinclude/llvm/System/system_error.h: ECANCELED is undefi...
2010-11-24 Ted KremenekTweak ImmutableMap/ImmutableSet/ImmutableList APIs
2010-11-24 Jakob Stoklund OlesenGeneralize overflowLeaf to also handle overflows in...
2010-11-23 Chris Lattneradd a MemoryBuffer::getOpenFile method, which turns...
2010-11-23 Michael J. Spencersystem_error: Add fixme.
2010-11-23 Jason W KimMove the ARM reloc constants to Support/ELF.h
2010-11-23 Duncan SandsExpand a little on the description of what InstructionS...
2010-11-23 Duncan SandsClarify that constant folding of instructions applies...
2010-11-23 Rafael EspindolaInvalidate the layout on any relaxation, not just Instr...
2010-11-23 Cameron ZwarichOptimize a common case in the Lengauer-Tarjan dominator...
2010-11-23 Chris LattnerRevert functionality doug added in r98575 that was...
2010-11-23 Rafael EspindolaReuse data fragments while lowering. Patch by David...
2010-11-23 Chris Lattnerfix this harder.
2010-11-23 Chris Lattnerfix a bug I introduced on the other side of the #ifdef
2010-11-23 Chris Lattnerreimplement SwapByteOrder.h in terms of overloading...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-23 Chris Lattneradd a 'LLVMConstIntOfArbitraryPrecision' api to the...
2010-11-22 Rafael EspindolaAdd basic CFI methods to the streamer interface.
2010-11-22 Rafael EspindolaRemove some #includes.
2010-11-21 Wesley PeckImplement ELF object file writing support for the MBlaz...
2010-11-21 Chris Lattneradd some helper methods for asmprinter flags, from...
2010-11-21 Chris Lattnerthe getLocationForSource/Dest methods can be static.
2010-11-21 Chris Lattneradd "getLocation" method to AliasAnalysis for getting...
2010-11-21 Chris Lattnerimplement PR8576, deleting dead stores with intervening...
2010-11-21 Chris LattnerImplement PR8644: forwarding a memcpy value to a byval,
2010-11-20 Frits van BommelTest commit: Fix two -Asserts mode warnings in StringMap.h.
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-20 Duncan SandsOn X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not...
2010-11-20 Jakob Stoklund OlesenFix old GCC build error.
2010-11-20 Jakob Stoklund OlesenDetemplatize NodeRef.
2010-11-20 Jakob Stoklund OlesenRename NodeBase::{key,val} as {first,second} and swap...
2010-11-19 Jakob Stoklund OlesenImplement IntervalMap destructor.
2010-11-19 Jakob Stoklund OlesenImplement IntervalMap::clear().
2010-11-19 Jakob Stoklund OlesenSupport backwards iteration starting from end().
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
2010-11-19 Jakob Stoklund OlesenRename methods for clarity instead of brevity. No funct...
2010-11-19 Jakob Stoklund OlesenInclude raw_ostream.h unconditionally even if it is...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-19 Duncan SandsSimplify, no functionality change.
2010-11-19 Rafael EspindolaAdd a MCLineSectionOrder vector so that we produce...
2010-11-19 Jakob Stoklund OlesenWork around GCC 4.0 build error:
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-19 Jakob Stoklund OlesenRevert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
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...
next