aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-29107-177/+177
* Make EmitIntValue non virtual.Rafael Espindola2010-11-281-2/+1
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-281-0/+1
* Don't use std::copy and std::copy_backward, run 10% faster.Jakob Stoklund Olesen2010-11-281-5/+8
* Disallow overlapping inserts, even when inserting the same value.Jakob Stoklund Olesen2010-11-281-77/+45
* PR5207: remove unused methods APInt::Emit() and APInt::Read().Jay Foad2010-11-281-6/+0
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-281-16/+6
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-281-0/+3
* Tweak comments to make it clear that we are working in a namespace.Jakob Stoklund Olesen2010-11-281-18/+18
* Fixed verson of r120245.Rafael Espindola2010-11-281-0/+1
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-281-1/+0
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-281-0/+1
* Make EmitSymbolValue non virtual.Rafael Espindola2010-11-281-2/+2
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-281-1/+1
* Make EmitULEB128IntValue and EmitSLEB128IntValue non virtual.Rafael Espindola2010-11-281-2/+2
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-281-5/+10
* Add default constructors for iterators.Jakob Stoklund Olesen2010-11-281-0/+6
* Implement const_iterator::advanceTo().Jakob Stoklund Olesen2010-11-281-2/+47
* Speed up simple insertions into an unbranched tree by not creating an iterator.Jakob Stoklund Olesen2010-11-281-1/+6
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-272-15/+17
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-272-23/+25
* Add more tests for erase(). Fix a few exposed bugs.Jakob Stoklund Olesen2010-11-271-4/+39
* Add test case with randomly ordered insertions, massive coalescing.Jakob Stoklund Olesen2010-11-271-26/+146
* 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