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