aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Enable PostRA scheduling for SPU. Kalle Raiskila2010-11-292-0/+25
* Allow machine LICM to do its job on SPU.Kalle Raiskila2010-11-292-1/+9
* Add missing i128 case.Kalle Raiskila2010-11-291-0/+3
* Add some dead stores to pacify my least favorite GCC warning: may beChandler Carruth2010-11-291-3/+3
* Add more Thumb encodings.Bill Wendling2010-11-291-12/+30
* More Thumb encodings.Bill Wendling2010-11-291-24/+76
* Add Thumb encodings for REV instructions.Bill Wendling2010-11-291-19/+37
* Add more Thumb encodings.Bill Wendling2010-11-291-24/+58
* Make EmitIntValue non virtual.Rafael Espindola2010-11-283-58/+18
* Forgot the MCPureStreamer::EmitValue in the previous commit.Rafael Espindola2010-11-281-21/+0
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-284-65/+19
* Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower.Rafael Espindola2010-11-283-46/+67
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-283-10/+6
* fix PR8686, accepting a 'b' suffix at the end of all the setccChris Lattner2010-11-281-0/+5
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-281-0/+6
* 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-284-47/+26
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-284-23/+54
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-284-54/+23
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-285-14/+4
* 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-2814-93/+46
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-288-8/+255
* 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
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-2729-778/+779
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-2725-600/+613
* Lower TLS_addr32 and TLS_addr64.Rafael Espindola2010-11-273-9/+50
* Implement the data16 prefix.Rafael Espindola2010-11-272-1/+4
* Remove PIC16 remnants.Benjamin Kramer2010-11-271-5/+0
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-271-0/+4
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-271-0/+28
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-271-1/+7
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-272-14/+22
* macho-dump: Add support for dumping sections.Daniel Dunbar2010-11-271-0/+46
* macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar2010-11-271-0/+13
* Unbreak build for newer GCCs.Benjamin Kramer2010-11-271-4/+4
* macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar2010-11-271-0/+42
* macho-dump: Add support for dumping segment load commands.Daniel Dunbar2010-11-271-0/+68
* Second attempt at fixing the performance regressions introducedOwen Anderson2010-11-271-24/+55
* raw_ostream::write_escaped: Add a UseHexEscapes argument.Daniel Dunbar2010-11-271-6/+15
* Fix a comment.Daniel Dunbar2010-11-271-2/+1
* Object/Mach-O: Add header and load command information.Daniel Dunbar2010-11-271-3/+80
* Refactor. Set alignment bit in VLD1-dup instruction classes.Bob Wilson2010-11-271-25/+17
* Object/Mach-O: Validate Mach-O magic and initialize format info.Daniel Dunbar2010-11-271-2/+24
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-275-2/+119
* Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions.Bob Wilson2010-11-272-8/+8
* MC/Mach-O: Start stubbing out a Mach-O object file wrapper.Daniel Dunbar2010-11-272-0/+24
* Reduce nesting.Daniel Dunbar2010-11-271-20/+26