aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Disallow overlapping inserts, even when inserting the same value.Jakob Stoklund Olesen2010-11-282-174/+54
* Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower.Rafael Espindola2010-11-283-46/+67
* 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-284-26/+12
* fix PR8686, accepting a 'b' suffix at the end of all the setccChris Lattner2010-11-282-1/+9
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-282-0/+9
* Tweak comments to make it clear that we are working in a namespace.Jakob Stoklund Olesen2010-11-281-18/+18
* When emitting a single function with cppgen=function, you don't want to emitNicolas Geoffray2010-11-281-10/+26
* Fixed verson of r120245.Rafael Espindola2010-11-285-47/+27
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-285-24/+54
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-285-54/+24
* Make EmitSymbolValue non virtual.Rafael Espindola2010-11-281-2/+2
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-286-15/+5
* Make EmitULEB128IntValue and EmitSLEB128IntValue non virtual.Rafael Espindola2010-11-281-2/+2
* Move the PTXMCAsmStreamer class to the .cpp file.Rafael Espindola2010-11-283-206/+181
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-2815-98/+56
* Add default constructors for iterators.Jakob Stoklund Olesen2010-11-282-0/+14
* Implement const_iterator::advanceTo().Jakob Stoklund Olesen2010-11-282-2/+89
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-289-8/+287
* Fix a comment typo.Bob Wilson2010-11-281-1/+1
* Another minor refactoring for VLD1DUP instructions.Bob Wilson2010-11-281-22/+20
* Add entry in getTargetNodeName() for ARMISD::VBICIMM.Bob Wilson2010-11-281-1/+2
* Speed up simple insertions into an unbranched tree by not creating an iterator.Jakob Stoklund Olesen2010-11-281-1/+6
* llvmc: First stab at better -march handling.Mikhail Glushenkov2010-11-282-6/+58
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-2731-793/+796
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-2727-623/+638
* Add more tests for erase(). Fix a few exposed bugs.Jakob Stoklund Olesen2010-11-272-5/+68
* Add test case with randomly ordered insertions, massive coalescing.Jakob Stoklund Olesen2010-11-272-26/+170
* Lower TLS_addr32 and TLS_addr64.Rafael Espindola2010-11-276-19/+61
* Implement the data16 prefix.Rafael Espindola2010-11-273-1/+5
* Remove PIC16 remnants.Benjamin Kramer2010-11-272-6/+0
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-273-5/+25
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-274-1/+101
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-273-1/+32
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-275-33/+76
* macho-dump: Add support for dumping sections.Daniel Dunbar2010-11-274-6/+157
* macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar2010-11-274-1/+45
* Add an optional LowerCase argument to hexdigit().Daniel Dunbar2010-11-271-3/+4
* CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi2010-11-274-10/+37
* Unbreak build for newer GCCs.Benjamin Kramer2010-11-271-4/+4
* macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar2010-11-274-0/+141
* macho-dump: Add support for dumping segment load commands.Daniel Dunbar2010-11-274-3/+168
* Second attempt at fixing the performance regressions introducedOwen Anderson2010-11-272-24/+61
* 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-272-7/+16
* Fix a comment.Daniel Dunbar2010-11-271-2/+1
* Object/Mach-O: Add header and load command information.Daniel Dunbar2010-11-274-24/+228
* Refactor. Set alignment bit in VLD1-dup instruction classes.Bob Wilson2010-11-271-25/+17
* build/Makefiles: Don't build unittests when ONLY_TOOLS is set.Daniel Dunbar2010-11-271-0/+5
* Object/Mach-O: Validate Mach-O magic and initialize format info.Daniel Dunbar2010-11-272-5/+33