Merge DEBUG statements.
[oota-llvm.git] / include /
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Rafael EspindolaMake EmitIntValue non virtual.
2010-11-28 Rafael EspindolaMove EmitValue to MCObjectStreamer.
2010-11-28 Jakob Stoklund OlesenDon't use std::copy and std::copy_backward, run 10...
2010-11-28 Jakob Stoklund OlesenDisallow overlapping inserts, even when inserting the...
2010-11-28 Jay FoadPR5207: remove unused methods APInt::Emit() and APInt...
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-11-28 Chris Lattneradd a function to the C api to get the context out...
2010-11-28 Jakob Stoklund OlesenTweak comments to make it clear that we are working...
2010-11-28 Rafael EspindolaFixed verson of r120245.
2010-11-28 Rafael EspindolaRevert previous patch while I debug the darwin bootstra...
2010-11-28 Rafael EspindolaFactor some duplicated code into MCObjectStreamer:...
2010-11-28 Rafael EspindolaMake EmitSymbolValue non virtual.
2010-11-28 Rafael EspindolaAvoid code duplication in the many unsupported EmitGPRe...
2010-11-28 Rafael EspindolaMake EmitULEB128IntValue and EmitSLEB128IntValue non...
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-28 Jakob Stoklund OlesenAdd default constructors for iterators.
2010-11-28 Jakob Stoklund OlesenImplement const_iterator::advanceTo().
2010-11-28 Jakob Stoklund OlesenSpeed up simple insertions into an unbranched tree...
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-27 Jakob Stoklund OlesenAdd more tests for erase(). Fix a few exposed bugs.
2010-11-27 Jakob Stoklund OlesenAdd test case with randomly ordered insertions, massive...
2010-11-27 Benjamin KramerRemove PIC16 remnants.
2010-11-27 Daniel Dunbarmacho-dump: Add support for --dump-section-data and...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symbol table entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping string table data.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping sections.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping dysymtab indirect...
2010-11-27 Daniel DunbarAdd an optional LowerCase argument to hexdigit().
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symtab and dysymtab...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping segment load commands.
2010-11-27 Owen AndersonSecond attempt at fixing the performance regressions...
2010-11-27 Daniel DunbarADT/InMemoryStruct: Add an experimental helper class...
2010-11-27 Daniel Dunbarraw_ostream::write_escaped: Add a UseHexEscapes argument.
2010-11-27 Daniel DunbarObject/Mach-O: Add header and load command information.
2010-11-27 Daniel DunbarObject/Mach-O: Validate Mach-O magic and initialize...
2010-11-27 Daniel DunbarMC/Mach-O: Start stubbing out a Mach-O object file...
2010-11-27 Daniel DunbarMC/Mach-O: Migrate more constants into MachOFormat.h.
2010-11-27 Daniel DunbarMC/Mach-O: Introduce Object/MachOFormat for describing...
2010-11-26 Benjamin KramerBitVector tweaks.
2010-11-26 Benjamin KramerStringRefs are POD-like.
2010-11-26 Jakob Stoklund OlesenAdd B+-tree test case that creates a height 3 tree...
2010-11-26 Jakob Stoklund OlesenExtract template function adjustSiblingSizes(), allowin...
2010-11-26 Rafael EspindolaRemove the unused TheTarget member.
2010-11-26 Michael J. SpencerFix spelling!
2010-11-26 Michael J. SpencerFix Whitespace.
2010-11-26 Jakob Stoklund OlesenMove tree navigation to a new Path class that doesn...
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.
next