summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer2013-02-18
* DIBuilder: Correct the null/0 type of trailing fields in struct debug info.David Blaikie2013-02-18
* DIBuilder: Add function and method definitions to the list of all subprogramsDavid Blaikie2013-02-18
* [ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...NAKAMURA Takumi2013-02-18
* Narrow the return types of a few DIBuilder utility functions.David Blaikie2013-02-18
* Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.Reed Kotler2013-02-18
* Expand pseudo/macro BteqzT8SltuX16 . There is no test case becauseReed Kotler2013-02-18
* Expand pseudo/macro BteqzT8SltX16.Reed Kotler2013-02-18
* Expand macro/pseudo BteqzT8CmpX16.Reed Kotler2013-02-18
* 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