aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-18[fast-isel] Remove an invalid assert.Chad Rosier
2013-02-18Fix a 32/64 bit incompatibility in the HiPE prologue generation.Benjamin Kramer
2013-02-18Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer
2013-02-18[ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.Chad Rosier
2013-02-18Use llvm::cast instead of reinterpret_cast.Jakub Staszak
2013-02-18Add front/back/erase to MapVector.Douglas Gregor
2013-02-18R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad patternVincent Lejeune
2013-02-18R600: Support for TBOVincent Lejeune
2013-02-18R600: Increase number of ArrayBase Reg to 32Vincent Lejeune
2013-02-18[asan] revert r175266 as it breaks code with packed structures. supporting lo...Kostya Serebryany
2013-02-18Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer
2013-02-18Revert CMake version bump since we don't actually need 2.8.6 any more.Tim Northover
2013-02-18Note minimum required version of CMakeTim Northover
2013-02-18AArch64: adjust tests which rely on a default JITTim Northover
2013-02-18Add `unsigned DISubprogram::getFlags() const` for DragonEgg.David Blaikie
2013-02-18Add `DIFile DISubprogram::getFile() const` for DragonEgg.David Blaikie
2013-02-18DIBuilder: Correct the null/0 type of trailing fields in struct debug info.David Blaikie
2013-02-18DIBuilder: Add function and method definitions to the list of all subprogramsDavid Blaikie
2013-02-18[ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...NAKAMURA Takumi
2013-02-18Narrow the return types of a few DIBuilder utility functions.David Blaikie
2013-02-18Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.Reed Kotler
2013-02-18Expand pseudo/macro BteqzT8SltuX16 . There is no test case becauseReed Kotler
2013-02-18Expand pseudo/macro BteqzT8SltX16.Reed Kotler
2013-02-18Expand macro/pseudo BteqzT8CmpX16.Reed Kotler
2013-02-18Spelling correctionsAlex Rosenberg
2013-02-18Beginning of expanding all current mips16 macro/pseudo instruction sequences.Reed Kotler
2013-02-17X86: Add a note.Benjamin Kramer
2013-02-17[XCore] Add missing 2r instructions.Richard Osborne
2013-02-17[XCore] Add TSETR instruction.Richard Osborne
2013-02-17[XCore] Add missing u10 / lu10 instructions.Richard Osborne
2013-02-17[XCore] Add missing u6 / lu6 instructions.Richard Osborne
2013-02-17Return false instead of 0.Jakub Staszak
2013-02-17Force a cpu for test. It failed on atom due to different scheduling decisions.Benjamin Kramer
2013-02-17AArch64: Avoid shifts by 64, that's undefined behavior.Benjamin Kramer
2013-02-17Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands
2013-02-17BBVectorize: Fix an invalid reference bugHal Finkel
2013-02-17Make the visibility of LLVMPPCCompilationCallback work with GCC.Benjamin Kramer
2013-02-17Remove use of reverse iterators in repairIntervalsInRange(). While they wereCameron Zwarich
2013-02-17Use ArrayRef instead of a reference to a SmallVectorImpl.Cameron Zwarich
2013-02-17Fix a conversion from a forward iterator to a reverse iterator inCameron Zwarich
2013-02-17Add support for updating the LiveIntervals of registers used by 'exotic'Cameron Zwarich
2013-02-16The transform is:Bill Wendling
2013-02-16Clean up mips16 td file in preparation for massive pseudo lowering work.Reed Kotler
2013-02-16Documentation: correct syntax (one missing comma, one extra comma)Dmitri Gribenko
2013-02-16GCC doesn't like ++ on enums.Benjamin Kramer
2013-02-16Remove comma at the end of enum. Still my favourite C++11 feature.Benjamin Kramer
2013-02-16TypoRenato Golin
2013-02-16Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer
2013-02-16One more try to make this look nice. I have lots of pseudo lowering Reed Kotler
2013-02-16Replace erase loop with std::remove_if.Benjamin Kramer