aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* DIBuilder: Correct the null/0 type of trailing fields in struct debug info.David Blaikie2013-02-181-2/+2
* DIBuilder: Add function and method definitions to the list of all subprogramsDavid Blaikie2013-02-181-1/+4
* [ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...NAKAMURA Takumi2013-02-181-0/+1
* Narrow the return types of a few DIBuilder utility functions.David Blaikie2013-02-181-39/+37
* Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.Reed Kotler2013-02-181-0/+8
* Expand pseudo/macro BteqzT8SltuX16 . There is no test case becauseReed Kotler2013-02-182-0/+7
* Expand pseudo/macro BteqzT8SltX16.Reed Kotler2013-02-181-0/+3
* Expand macro/pseudo BteqzT8CmpX16.Reed Kotler2013-02-181-0/+3
* Beginning of expanding all current mips16 macro/pseudo instruction sequences.Reed Kotler2013-02-183-3/+34
* X86: Add a note.Benjamin Kramer2013-02-171-0/+9
* [XCore] Add missing 2r instructions.Richard Osborne2013-02-173-1/+35
* [XCore] Add TSETR instruction.Richard Osborne2013-02-173-1/+34
* [XCore] Add missing u10 / lu10 instructions.Richard Osborne2013-02-171-1/+12
* [XCore] Add missing u6 / lu6 instructions.Richard Osborne2013-02-171-2/+18
* Return false instead of 0.Jakub Staszak2013-02-171-1/+1
* AArch64: Avoid shifts by 64, that's undefined behavior.Benjamin Kramer2013-02-171-3/+3
* Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands2013-02-171-0/+20
* BBVectorize: Fix an invalid reference bugHal Finkel2013-02-171-4/+7
* Make the visibility of LLVMPPCCompilationCallback work with GCC.Benjamin Kramer2013-02-171-1/+1
* Remove use of reverse iterators in repairIntervalsInRange(). While they wereCameron Zwarich2013-02-172-16/+13
* Use ArrayRef instead of a reference to a SmallVectorImpl.Cameron Zwarich2013-02-171-1/+1
* Fix a conversion from a forward iterator to a reverse iterator inCameron Zwarich2013-02-171-6/+7
* Add support for updating the LiveIntervals of registers used by 'exotic'Cameron Zwarich2013-02-172-0/+65
* The transform is:Bill Wendling2013-02-161-0/+14
* Clean up mips16 td file in preparation for massive pseudo lowering work.Reed Kotler2013-02-161-71/+68
* GCC doesn't like ++ on enums.Benjamin Kramer2013-02-161-1/+1
* TypoRenato Golin2013-02-161-1/+1
* Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer2013-02-161-24/+23
* One more try to make this look nice. I have lots of pseudo lowering Reed Kotler2013-02-162-4/+12
* Replace erase loop with std::remove_if.Benjamin Kramer2013-02-161-6/+5
* Replace loop with std::find.Benjamin Kramer2013-02-161-10/+4
* LegalizeDAG.cpp doesn't need DenseMap.Jakub Staszak2013-02-161-1/+0
* Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.Jakub Staszak2013-02-161-67/+67
* [msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.NAKAMURA Takumi2013-02-161-2/+2
* Use const reference instead of vector object when passing an argument toJakub Staszak2013-02-161-1/+1
* Target/R600/CMakeLists.txt: Prune SILowerLiteralConstants.cpp corresponding t...NAKAMURA Takumi2013-02-161-1/+0
* MCParser: Reject .balign with non-pow2 alignments.Benjamin Kramer2013-02-161-0/+4
* Minor cleanups. No functionality change.Jakub Staszak2013-02-161-9/+8
* R600/SI: Add pattern to simplify i64 loadingChristian Konig2013-02-162-0/+9
* R600/SI: nuke SReg_1 v3Christian Konig2013-02-167-118/+23
* R600/SI: cleanup literal handling v3Christian Konig2013-02-1610-195/+176
* R600/SI: replace AllReg_* with [SV]Src_* v2Christian Konig2013-02-163-85/+89
* R600/SI: fix VOPC encoding v2Christian Konig2013-02-161-37/+16
* R600/SI: move *_Helper definitions to SIInstrFormat.tdChristian Konig2013-02-162-66/+66
* R600/SI: remove some more unused codeChristian Konig2013-02-162-52/+0
* R600/structurizer: improve inverting conditionsChristian Konig2013-02-161-1/+39
* R600/structurizer: improve loop handlingChristian Konig2013-02-161-196/+148
* R600/structurizer: improve finding condition valuesChristian Konig2013-02-161-9/+22
* R600/structurizer: improve PHI value findingChristian Konig2013-02-161-0/+6
* R600/structurizer: add class to find the Nearest Common DominatorChristian Konig2013-02-161-0/+66