aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* decode and validate instruction alias result definitions.Chris Lattner2010-11-061-0/+33
* simplifyChris Lattner2010-11-061-6/+8
* fix another fixme, replacing a string with a semantic pointer.Chris Lattner2010-11-061-10/+9
* disolve a hack, having CodeGenInstAlias decode the alias in the .tdChris Lattner2010-11-063-13/+31
* Hook up the '.code {16|32}' directive to the streamer.Jim Grosbach2010-11-051-2/+5
* Add '.code 32' assembler directive to MC streamers.Jim Grosbach2010-11-054-1/+5
* Hook up the '.thumb_func' directive to the streamer.Jim Grosbach2010-11-051-3/+5
* Fix past-o.Jim Grosbach2010-11-051-1/+1
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-059-14/+44
* Disallow the certain NEON modified-immediate forms when generating vorr or vbic.Owen Anderson2010-11-052-7/+21
* Trailing whitespace.Jim Grosbach2010-11-051-1/+1
* MC'ize simple ARMConstantValue entry emission (with a FIXME).Jim Grosbach2010-11-051-28/+37
* Put class into an anonymous namespace.Benjamin Kramer2010-11-051-0/+2
* Add codegen and encoding support for the immediate form of vbic.Owen Anderson2010-11-055-6/+102
* Enable MachO writing for ARM/Darwin. Lots of stuff still doesn't workJim Grosbach2010-11-051-1/+0
* Allow targets to specify the MachO CPUType/CPUSubtype information.Jim Grosbach2010-11-054-11/+24
* syntaxunified directive is a no-op for MachO writing.Jim Grosbach2010-11-051-0/+1
* Add v5 and v7 ARM CPU subtype values.Jim Grosbach2010-11-051-0/+2
* Add FIXME.Jim Grosbach2010-11-051-0/+1
* When passing a parameter using the 'byval' mechanism, inline code needs to be...Duncan Sands2010-11-051-0/+2
* CrashRecoveryContext: Add RunSafelyOnThread helper function.Daniel Dunbar2010-11-052-0/+31
* When passing a huge parameter using the byval mechanism, a longDuncan Sands2010-11-042-7/+28
* Use arrays instead of constant-sized SmallVectors.Benjamin Kramer2010-11-041-132/+143
* Add 118023 back, but with proper spelling for .uleb128/.sleb128.Rafael Espindola2010-11-042-9/+10
* Revert previous patch. Some targets don't support uleb and sayRafael Espindola2010-11-041-6/+7
* MCize.Rafael Espindola2010-11-041-7/+6
* Introduce DIBuilder. It is intended to be a front-end friendly interface to e...Devang Patel2010-11-043-0/+344
* Add getFile() to get DIFile of a DIType.Devang Patel2010-11-041-0/+1
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-049-33/+33
* Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immedia...Evan Cheng2010-11-044-54/+50
* partition operand processing between aliases and instructions.Chris Lattner2010-11-041-8/+65
* pull name slicing out of BuildInstructionOperandReference soChris Lattner2010-11-041-16/+12
* cleanups.Chris Lattner2010-11-041-18/+22
* replace SrcOpNum with SrcOpName, eliminating a numering dependencyChris Lattner2010-11-041-26/+23
* System: Add llvm_execute_on_thread, which does what it says.Daniel Dunbar2010-11-042-0/+66
* Add ARM fixup info for load/store label references. Probably will need a bit ofJim Grosbach2010-11-042-30/+79
* Add encoding for VSTR.Bill Wendling2010-11-043-30/+44
* strength reduce some code, resolving a fixme.Chris Lattner2010-11-041-66/+59
* take a big step to making aliases more general and less of a hack:Chris Lattner2010-11-041-112/+197
* Disable fancy splitting during spilling unless -extra-spiller-splits is given.Jakob Stoklund Olesen2010-11-041-8/+18
* Teach ARM Target to use the tblgen support for generating an MC'izedJim Grosbach2010-11-033-47/+64
* Add rule to build MC'ized CodeEmitter.Jim Grosbach2010-11-031-0/+5
* Support generating an MC'ized CodeEmitter directly. Maintain a reference to theJim Grosbach2010-11-031-5/+18
* Covert VORRIMM to be produced via early target-specific DAG combining, rather...Owen Anderson2010-11-033-32/+29
* Add support for code generation of the one register with immediate form of vorr.Owen Anderson2010-11-035-1/+99
* trailing whitespaceJim Grosbach2010-11-031-2/+2
* Just return undef for invalid masks or elts, and since we're doing that,Eric Christopher2010-11-031-5/+6
* Let RegAllocBasic require MachineDominators - they are already available andJakob Stoklund Olesen2010-11-031-0/+3
* Tag debug output as regallocJakob Stoklund Olesen2010-11-032-2/+2
* Optimize generated code for integer materialization a bit.Eric Christopher2010-11-031-1/+13