summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* Make EmitIntValue non virtual.Rafael Espindola2010-11-28
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-28
* Don't use std::copy and std::copy_backward, run 10% faster.Jakob Stoklund Olesen2010-11-28
* Disallow overlapping inserts, even when inserting the same value.Jakob Stoklund Olesen2010-11-28
* PR5207: remove unused methods APInt::Emit() and APInt::Read().Jay Foad2010-11-28
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-28
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-28
* Tweak comments to make it clear that we are working in a namespace.Jakob Stoklund Olesen2010-11-28
* Fixed verson of r120245.Rafael Espindola2010-11-28
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-28
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-28
* Make EmitSymbolValue non virtual.Rafael Espindola2010-11-28
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-28
* Make EmitULEB128IntValue and EmitSLEB128IntValue non virtual.Rafael Espindola2010-11-28
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-28
* Add default constructors for iterators.Jakob Stoklund Olesen2010-11-28
* Implement const_iterator::advanceTo().Jakob Stoklund Olesen2010-11-28
* Speed up simple insertions into an unbranched tree by not creating an iterator.Jakob Stoklund Olesen2010-11-28
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-27
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-27
* Add more tests for erase(). Fix a few exposed bugs.Jakob Stoklund Olesen2010-11-27
* Add test case with randomly ordered insertions, massive coalescing.Jakob Stoklund Olesen2010-11-27
* Remove PIC16 remnants.Benjamin Kramer2010-11-27
* 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