aboutsummaryrefslogtreecommitdiffstats
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-182-64/+64
* Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.Reed Kotler2013-02-182-0/+104
* Expand pseudo/macro BteqzT8SltuX16 . There is no test case becauseReed Kotler2013-02-182-0/+7
* Expand pseudo/macro BteqzT8SltX16.Reed Kotler2013-02-182-0/+101
* Expand macro/pseudo BteqzT8CmpX16.Reed Kotler2013-02-182-0/+99
* Spelling correctionsAlex Rosenberg2013-02-181-26/+26
* Beginning of expanding all current mips16 macro/pseudo instruction sequences.Reed Kotler2013-02-184-3/+129
* X86: Add a note.Benjamin Kramer2013-02-171-0/+9
* [XCore] Add missing 2r instructions.Richard Osborne2013-02-174-1/+44
* [XCore] Add TSETR instruction.Richard Osborne2013-02-174-1/+37
* [XCore] Add missing u10 / lu10 instructions.Richard Osborne2013-02-172-1/+24
* [XCore] Add missing u6 / lu6 instructions.Richard Osborne2013-02-172-2/+54
* Return false instead of 0.Jakub Staszak2013-02-171-1/+1
* Force a cpu for test. It failed on atom due to different scheduling decisions.Benjamin Kramer2013-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-172-0/+53
* BBVectorize: Fix an invalid reference bugHal Finkel2013-02-172-4/+105
* 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-173-21/+18
* Use ArrayRef instead of a reference to a SmallVectorImpl.Cameron Zwarich2013-02-172-2/+2
* 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-173-0/+80
* The transform is:Bill Wendling2013-02-163-23/+26
* Clean up mips16 td file in preparation for massive pseudo lowering work.Reed Kotler2013-02-161-71/+68
* Documentation: correct syntax (one missing comma, one extra comma)Dmitri Gribenko2013-02-161-2/+2
* GCC doesn't like ++ on enums.Benjamin Kramer2013-02-161-1/+1
* Remove comma at the end of enum. Still my favourite C++11 feature.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-162-64/+38
* 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-162-2/+2
* 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-162-0/+14
* Minor cleanups. No functionality change.Jakub Staszak2013-02-161-9/+8
* Add even more constatness in MachineDominators.h.Jakub Staszak2013-02-161-3/+3
* Replace "check:" wth "CHECK:".Jakub Staszak2013-02-161-4/+4
* 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