aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add a new BinOpAI class to represent the immediate form that directly acts on...Chris Lattner2010-10-071-10/+16
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-072-8/+23
* add a bunch of classes for other common patterns.Chris Lattner2010-10-071-60/+51
* Since the Hello pass is built as a loadable dynamic library, don't try to con...Owen Anderson2010-10-071-4/+3
* Define a new BinOpRI8 class and use it to define the imm8 versions of and.Chris Lattner2010-10-071-27/+43
* Constrain the offset register to a *_NOSP register class when inserting LEAJakob Stoklund Olesen2010-10-071-2/+35
* add the pattern operator to match to X86TypeInfo, use this to Chris Lattner2010-10-071-11/+11
* Properly handle GR32_NOSP in X86RegisterInfo::getMatchingSuperRegClass.Jakob Stoklund Olesen2010-10-061-1/+6
* Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.Jakob Stoklund Olesen2010-10-062-7/+16
* Skip unused registers when verifying LiveIntervals.Jakob Stoklund Olesen2010-10-061-0/+5
* remove trailing whitespaceJim Grosbach2010-10-061-5/+5
* First in a sequence of ARM/MC/*ELF* specific work.Jason W Kim2010-10-062-39/+60
* Another case of 256 sections not being enough :-)Rafael Espindola2010-10-061-1/+1
* Appease the clang self-host buildbot by providing a correct instantiation.Owen Anderson2010-10-061-3/+3
* Clean up MOVi32imm and t2MOVi32imm pseudo instruction definitions.Jim Grosbach2010-10-063-7/+9
* Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).Jim Grosbach2010-10-064-21/+12
* Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-neededJim Grosbach2010-10-062-40/+3
* Change the NEON VDUPfdf and VDUPfqf pseudo-instructions to actually beJim Grosbach2010-10-062-7/+28
* Get binding and visibility info from the the alias, but Type from the symbolRafael Espindola2010-10-061-3/+25
* Hide analysis group registration behind a macro, just like pass registration.Owen Anderson2010-10-064-4/+4
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-062-7/+29
* Add a 'pattern' arg to the ARM PseudoNeonI class.Jim Grosbach2010-10-062-7/+9
* MC: Add missing forward in MCLoggingStreamer.Michael J. Spencer2010-10-061-0/+1
* Revert "RequiresUnique" patch. This should be handled at a lower level.Bill Wendling2010-10-061-37/+7
* If a symbol is global, reloc against it even if it is in a mergeable section.Rafael Espindola2010-10-061-3/+3
* Remove unused variables.Nick Lewycky2010-10-061-3/+0
* target operand flag values aren't a bitmaskJim Grosbach2010-10-061-2/+2
* Make sure weak symbols are listed after the local ones.Rafael Espindola2010-10-062-2/+4
* Correctly handle GOTPCREL relocations.Rafael Espindola2010-10-061-3/+6
* ComputeLinearIndex doesn't need its TLI argument.Dan Gohman2010-10-062-9/+7
* Change RequiresMerge to RequiresUnique. It's a better description of what thisBill Wendling2010-10-061-7/+8
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-0612-65/+335
* If the destination module all ready has a copy of the global coming from theBill Wendling2010-10-061-7/+36
* enhance X86TypeInfo to include information about the encoding andChris Lattner2010-10-061-20/+36
* add a class for _REV nodes.Chris Lattner2010-10-061-19/+21
* sink more intelligence into the ITy base class. Now it knowsChris Lattner2010-10-061-12/+21
* refactor things a bit, now the REX_W and OpSize prefix bytes are inferred fro...Chris Lattner2010-10-061-22/+46
* with tblgen suitably extended, we can now get the load node from typeinfo.Chris Lattner2010-10-061-6/+6
* lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_DEBUG also on mingw.NAKAMURA Takumi2010-10-061-6/+2
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-062-1/+129
* lets go all meta and define new X86 type wrappers that declare the associatedChris Lattner2010-10-062-42/+65
* introduce a new BinOpRM class and use it to factor AND*rm. This points outChris Lattner2010-10-061-21/+16
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-061-8/+8
* replace stuff like:Chris Lattner2010-10-061-15/+11
* allow !strconcat to take more than two operands to eliminateChris Lattner2010-10-053-16/+12
* Use a relocation against the symbol if it is a PLT and the symbol is in anotherRafael Espindola2010-10-051-2/+11
* Comment out fastisel debugging message.Eric Christopher2010-10-051-1/+1
* associate the instruction suffix letter with the integer gpr Chris Lattner2010-10-052-18/+29
* introduce a new BinOpRR class, and convert 4 and instructions to use it.Chris Lattner2010-10-051-19/+12
* Random cleanup and make the intermediate register in fptosi aEric Christopher2010-10-051-5/+5