aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some convenience methods for querying function attributes.Bill Wendling2013-02-181-0/+8
* X86FrameLowering.cpp: Fixup. Sorry for the breakage.NAKAMURA Takumi2013-02-181-1/+1
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-1810-20/+18
* X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi2013-02-181-2/+1
* Remove a useless assert.Chad Rosier2013-02-181-1/+0
* Comment out the rdar number.Chad Rosier2013-02-181-1/+1
* [fast-isel] Remove an invalid assert.Chad Rosier2013-02-182-1/+7
* Fix a 32/64 bit incompatibility in the HiPE prologue generation.Benjamin Kramer2013-02-181-1/+1
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-185-5/+236
* [ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.Chad Rosier2013-02-181-2/+1
* Use llvm::cast instead of reinterpret_cast.Jakub Staszak2013-02-181-8/+8
* Add front/back/erase to MapVector.Douglas Gregor2013-02-181-0/+15
* R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad patternVincent Lejeune2013-02-188-23/+34
* R600: Support for TBOVincent Lejeune2013-02-183-1/+58
* R600: Increase number of ArrayBase Reg to 32Vincent Lejeune2013-02-181-2/+2
* [asan] revert r175266 as it breaks code with packed structures. supporting lo...Kostya Serebryany2013-02-182-2/+2
* Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer2013-02-182-19/+17
* Revert CMake version bump since we don't actually need 2.8.6 any more.Tim Northover2013-02-181-1/+1
* Note minimum required version of CMakeTim Northover2013-02-181-1/+1
* AArch64: adjust tests which rely on a default JITTim Northover2013-02-183-2/+14
* Add `unsigned DISubprogram::getFlags() const` for DragonEgg.David Blaikie2013-02-181-0/+4
* Add `DIFile DISubprogram::getFile() const` for DragonEgg.David Blaikie2013-02-181-0/+4
* 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