summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Properly handle GR32_NOSP in X86RegisterInfo::getMatchingSuperRegClass.Jakob Stoklund Olesen2010-10-06
* Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.Jakob Stoklund Olesen2010-10-06
* Skip unused registers when verifying LiveIntervals.Jakob Stoklund Olesen2010-10-06
* Fixed RELEASE_28 tags.Bill Wendling2010-10-06
* remove trailing whitespaceJim Grosbach2010-10-06
* First in a sequence of ARM/MC/*ELF* specific work.Jason W Kim2010-10-06
* Another case of 256 sections not being enough :-)Rafael Espindola2010-10-06
* Appease the clang self-host buildbot by providing a correct instantiation.Owen Anderson2010-10-06
* Clean up MOVi32imm and t2MOVi32imm pseudo instruction definitions.Jim Grosbach2010-10-06
* Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).Jim Grosbach2010-10-06
* Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-neededJim Grosbach2010-10-06
* Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling.Jim Grosbach2010-10-06
* Change the NEON VDUPfdf and VDUPfqf pseudo-instructions to actually beJim Grosbach2010-10-06
* Fix libc++ link in release notes.Tobias Grosser2010-10-06
* Get binding and visibility info from the the alias, but Type from the symbolRafael Espindola2010-10-06
* Hide analysis group registration behind a macro, just like pass registration.Owen Anderson2010-10-06
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-06
* Add a 'pattern' arg to the ARM PseudoNeonI class.Jim Grosbach2010-10-06
* MC: Add missing forward in MCLoggingStreamer.Michael J. Spencer2010-10-06
* Cleanup Whitespace.Michael J. Spencer2010-10-06
* Revert "RequiresUnique" patch. This should be handled at a lower level.Bill Wendling2010-10-06
* Pass initialization functions should take a PassRegistry as a parameterOwen Anderson2010-10-06
* If a symbol is global, reloc against it even if it is in a mergeable section.Rafael Espindola2010-10-06
* Remove unused variables.Nick Lewycky2010-10-06
* Remove compatibilty code for old-style multiple return values.Dan Gohman2010-10-06
* target operand flag values aren't a bitmaskJim Grosbach2010-10-06
* Make sure weak symbols are listed after the local ones.Rafael Espindola2010-10-06
* Correctly handle GOTPCREL relocations.Rafael Espindola2010-10-06
* ComputeLinearIndex doesn't need its TLI argument.Dan Gohman2010-10-06
* Constify isReachableFromEntry.Dan Gohman2010-10-06
* Add missing "-" to the command line.Tobias Grosser2010-10-06
* Remove tabs.Bill Wendling2010-10-06
* Change RequiresMerge to RequiresUnique. It's a better description of what thisBill Wendling2010-10-06
* No need to check out everything: binutils is enough.Duncan Sands2010-10-06
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-06
* If the destination module all ready has a copy of the global coming from theBill Wendling2010-10-06
* enhance X86TypeInfo to include information about the encoding andChris Lattner2010-10-06
* Update release location.Tanya Lattner2010-10-06
* add a class for _REV nodes.Chris Lattner2010-10-06
* sink more intelligence into the ITy base class. Now it knowsChris Lattner2010-10-06
* refactor things a bit, now the REX_W and OpSize prefix bytes are inferred fro...Chris Lattner2010-10-06
* with tblgen suitably extended, we can now get the load node from typeinfo.Chris Lattner2010-10-06
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-06
* rename add some comments.Chris Lattner2010-10-06
* filecheckizeChris Lattner2010-10-06
* cleanupsChris Lattner2010-10-06
* lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_DEBUG also on mingw.NAKAMURA Takumi2010-10-06
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-06
* lets go all meta and define new X86 type wrappers that declare the associatedChris Lattner2010-10-06
* introduce a new BinOpRM class and use it to factor AND*rm. This points outChris Lattner2010-10-06