summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Beginning of expanding all current mips16 macro/pseudo instruction sequences.Reed Kotler2013-02-18
* X86: Add a note.Benjamin Kramer2013-02-17
* [XCore] Add missing 2r instructions.Richard Osborne2013-02-17
* [XCore] Add TSETR instruction.Richard Osborne2013-02-17
* [XCore] Add missing u10 / lu10 instructions.Richard Osborne2013-02-17
* [XCore] Add missing u6 / lu6 instructions.Richard Osborne2013-02-17
* Return false instead of 0.Jakub Staszak2013-02-17
* AArch64: Avoid shifts by 64, that's undefined behavior.Benjamin Kramer2013-02-17
* Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands2013-02-17
* BBVectorize: Fix an invalid reference bugHal Finkel2013-02-17
* Make the visibility of LLVMPPCCompilationCallback work with GCC.Benjamin Kramer2013-02-17
* Remove use of reverse iterators in repairIntervalsInRange(). While they wereCameron Zwarich2013-02-17
* Use ArrayRef instead of a reference to a SmallVectorImpl.Cameron Zwarich2013-02-17
* Fix a conversion from a forward iterator to a reverse iterator inCameron Zwarich2013-02-17
* Add support for updating the LiveIntervals of registers used by 'exotic'Cameron Zwarich2013-02-17
* The transform is:Bill Wendling2013-02-16
* Clean up mips16 td file in preparation for massive pseudo lowering work.Reed Kotler2013-02-16
* GCC doesn't like ++ on enums.Benjamin Kramer2013-02-16
* TypoRenato Golin2013-02-16
* Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer2013-02-16
* One more try to make this look nice. I have lots of pseudo lowering Reed Kotler2013-02-16
* Replace erase loop with std::remove_if.Benjamin Kramer2013-02-16
* Replace loop with std::find.Benjamin Kramer2013-02-16
* LegalizeDAG.cpp doesn't need DenseMap.Jakub Staszak2013-02-16
* Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.Jakub Staszak2013-02-16
* [msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.NAKAMURA Takumi2013-02-16
* Use const reference instead of vector object when passing an argument toJakub Staszak2013-02-16
* Target/R600/CMakeLists.txt: Prune SILowerLiteralConstants.cpp corresponding t...NAKAMURA Takumi2013-02-16
* MCParser: Reject .balign with non-pow2 alignments.Benjamin Kramer2013-02-16
* Minor cleanups. No functionality change.Jakub Staszak2013-02-16
* R600/SI: Add pattern to simplify i64 loadingChristian Konig2013-02-16
* R600/SI: nuke SReg_1 v3Christian Konig2013-02-16
* R600/SI: cleanup literal handling v3Christian Konig2013-02-16
* R600/SI: replace AllReg_* with [SV]Src_* v2Christian Konig2013-02-16
* R600/SI: fix VOPC encoding v2Christian Konig2013-02-16
* R600/SI: move *_Helper definitions to SIInstrFormat.tdChristian Konig2013-02-16
* R600/SI: remove some more unused codeChristian Konig2013-02-16
* R600/structurizer: improve inverting conditionsChristian Konig2013-02-16
* R600/structurizer: improve loop handlingChristian Konig2013-02-16
* R600/structurizer: improve finding condition valuesChristian Konig2013-02-16
* R600/structurizer: improve PHI value findingChristian Konig2013-02-16
* R600/structurizer: add class to find the Nearest Common DominatorChristian Konig2013-02-16
* Use a different scheme to chose 16/32 variants. This scheme is moreReed Kotler2013-02-16
* Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling2013-02-16
* [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier2013-02-16
* Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger2013-02-16
* [mips] Remove SDNPWantParent from the list of SDNodeProperties.Akira Hatanaka2013-02-16
* Temporary revert of 175320.Bill Wendling2013-02-15
* Reinitialize the ivars in the subtarget.Bill Wendling2013-02-15
* Suppress a GCC -Wunused-variable warning in -Asserts buildsMatt Beaumont-Gay2013-02-15