summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping sections.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar2010-11-27
* Add an optional LowerCase argument to hexdigit().Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping segment load commands.Daniel Dunbar2010-11-27
* Second attempt at fixing the performance regressions introducedOwen Anderson2010-11-27
* ADT/InMemoryStruct: Add an experimental helper class intended for use inDaniel Dunbar2010-11-27
* raw_ostream::write_escaped: Add a UseHexEscapes argument.Daniel Dunbar2010-11-27
* Object/Mach-O: Add header and load command information.Daniel Dunbar2010-11-27
* Object/Mach-O: Validate Mach-O magic and initialize format info.Daniel Dunbar2010-11-27
* MC/Mach-O: Start stubbing out a Mach-O object file wrapper.Daniel Dunbar2010-11-27
* MC/Mach-O: Migrate more constants into MachOFormat.h.Daniel Dunbar2010-11-27
* MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machineDaniel Dunbar2010-11-27
* BitVector tweaks.Benjamin Kramer2010-11-26
* StringRefs are POD-like.Benjamin Kramer2010-11-26
* Add B+-tree test case that creates a height 3 tree with a smaller root node.Jakob Stoklund Olesen2010-11-26
* Extract template function adjustSiblingSizes(), allowing instances to be sharedJakob Stoklund Olesen2010-11-26
* Remove the unused TheTarget member.Rafael Espindola2010-11-26
* Fix spelling!Michael J. Spencer2010-11-26
* Fix Whitespace.Michael J. Spencer2010-11-26
* Move tree navigation to a new Path class that doesn't have to be a template.Jakob Stoklund Olesen2010-11-26
* SDep is POD-like. Shave off a few bytes from SUnit by moving a member around.Benjamin Kramer2010-11-25
* system_error: Even more unsupported error numbers :(.Michael J. Spencer2010-11-25
* 80 col.Michael J. Spencer2010-11-24
* Path Version 2.Michael J. Spencer2010-11-24
* include/llvm/System/system_error.h: ECANCELED is undefined on Cygwin-1.5.NAKAMURA Takumi2010-11-24
* Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek2010-11-24
* Generalize overflowLeaf to also handle overflows in branch nodes.Jakob Stoklund Olesen2010-11-24
* add a MemoryBuffer::getOpenFile method, which turns an openChris Lattner2010-11-23
* system_error: Add fixme.Michael J. Spencer2010-11-23
* Move the ARM reloc constants to Support/ELF.hJason W Kim2010-11-23
* Expand a little on the description of what InstructionSimplify does.Duncan Sands2010-11-23
* Clarify that constant folding of instructions applies when all operandsDuncan Sands2010-11-23
* Invalidate the layout on any relaxation, not just Instructions. Bug found by ...Rafael Espindola2010-11-23
* Optimize a common case in the Lengauer-Tarjan dominators algorithm. This gives aCameron Zwarich2010-11-23
* Revert functionality doug added in r98575 that was neverChris Lattner2010-11-23
* Reuse data fragments while lowering. Patch by David Meyer.Rafael Espindola2010-11-23
* fix this harder.Chris Lattner2010-11-23
* fix a bug I introduced on the other side of the #ifdefChris Lattner2010-11-23
* reimplement SwapByteOrder.h in terms of overloading instead of Chris Lattner2010-11-23
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-23
* add a 'LLVMConstIntOfArbitraryPrecision' api to the C api,Chris Lattner2010-11-23
* Add basic CFI methods to the streamer interface.Rafael Espindola2010-11-22
* Remove some #includes.Rafael Espindola2010-11-22
* Implement ELF object file writing support for the MBlaze backend. Its not per...Wesley Peck2010-11-21
* add some helper methods for asmprinter flags, from PR8417Chris Lattner2010-11-21