summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Reverting r221626 due to a too-strict test.Michael Kuperstein2014-11-101-1/+0
* [AArch64][FastISel] Fix kill flags for integer extends.Juergen Ributzka2014-11-101-0/+8
* [SwitchLowering] Fix the "fixPhis" function.Juergen Ributzka2014-11-101-8/+15
* [X86] Fix pattern match for 32-to-64-bit zext in the presence of AssertSextMichael Kuperstein2014-11-101-0/+1
* Copy externally_initialized in GlobalVariable::copyAttributesFrom.Rafael Espindola2014-11-101-0/+1
* [NVPTX] Add an NVPTX-specific TargetTransformInfoJingyue Wu2014-11-105-12/+115
* Misc style fixes. NFC.Rafael Espindola2014-11-1011-353/+275
* Fix extra semicolon warning. NFC.Vasileios Kalintiris2014-11-101-1/+1
* [mips][microMIPS] Fix issue with delay slot filler and microMIPSZoran Jovanovic2014-11-101-11/+19
* [mips] Fix sret arguments for N32/N64 which were accidentally broken in r221534.Daniel Sanders2014-11-101-0/+1
* Transforms: address some late commentsSaleem Abdulrasool2014-11-082-31/+14
* Transforms: sort source files in buildSaleem Abdulrasool2014-11-081-4/+4
* [Reassociate] Better preserve NSW/NUW flags.Chad Rosier2014-11-071-0/+11
* Transforms: use typedef rather than using aliasesSaleem Abdulrasool2014-11-071-26/+25
* Transform: add SymbolRewriter passSaleem Abdulrasool2014-11-073-0/+546
* Fix style.Michael J. Spencer2014-11-071-2/+1
* R600: Remove unused defineMatt Arsenault2014-11-071-2/+0
* [mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders2014-11-075-43/+143
* [CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built...NAKAMURA Takumi2014-11-071-36/+31
* [mips] Removed the remainder of MipsCC. NFC.Daniel Sanders2014-11-072-39/+24
* [mips] Remove MipsCC::reservedArgArea() in favour of MipsABIInfo::GetCalleeAl...Daniel Sanders2014-11-074-18/+29
* MipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17.NAKAMURA Takumi2014-11-071-2/+2
* [mips] Move MipsCCState to a separate file and clang-formatted it.Daniel Sanders2014-11-074-199/+260
* [mips] Fix unused variable warnings introduced in r221521Daniel Sanders2014-11-071-9/+0
* [mips] Remove remaining use of MipsCC::intArgRegs() in favour of MipsABIInfo:...Daniel Sanders2014-11-074-15/+18
* [mips] Remove MipsCC::getRegVT(). NFCDaniel Sanders2014-11-072-22/+0
* [mips] Remove MipsCC::analyzeCallOperands in favour of CCState::AnalyzeCallOp...Daniel Sanders2014-11-073-48/+39
* [mips] Move SpecialCallingConv to MipsCCState and use it from tablegen-erated...Daniel Sanders2014-11-073-46/+48
* [mips] Removed IsVarArg from MipsISelLowering::analyzeCallOperands(). NFC.Daniel Sanders2014-11-072-8/+6
* SCCP: overdefined calls cannot become constantDavid Majnemer2014-11-071-0/+3
* Add Position-independent Code model Module API.Justin Hibbits2014-11-071-0/+13
* [AArch64] Keep flags on condition vreg when instantiating a CB branch.Ahmed Bougacha2014-11-071-1/+2
* Use a StringRefMemoryObject. NFC.Rafael Espindola2014-11-071-26/+3
* LoopVectorize: Don't assume pointees are sizedDavid Majnemer2014-11-071-1/+7
* InstCombine: Rely on cmpxchg's return code when it's strongDavid Majnemer2014-11-061-0/+16
* Remove unused variable. NFC.Rafael Espindola2014-11-061-1/+0
* [ELF][yaml2obj] Handle additional MIPS specific st_other field flagsSimon Atanasyan2014-11-061-1/+37
* Factor out call to push_back. NFC.Rafael Espindola2014-11-061-3/+5
* [X86][SSE] Vector integer/float conversion memory folding (cvttps2dq / cvttpd...Simon Pilgrim2014-11-061-2/+10
* [X86] Add VFMADDSUB cases for the 213->231 custom inserter.Ahmed Bougacha2014-11-061-0/+9
* [X86] Add missing FMA3 VFMADDSUB in the emitter.Ahmed Bougacha2014-11-061-0/+8
* Object, COFF: Don't consider AuxFunctionDefinition for getSymbolSizeDavid Majnemer2014-11-061-10/+0
* Base check on the section name, not the variable name.Rafael Espindola2014-11-061-10/+5
* [RegAlloc] Kill off the trivial spiller - nobody is using it any more.Lang Hames2014-11-064-189/+5
* Indentation fixesMichael Liao2014-11-061-38/+38
* Try to appease MSVC buildbots after r221466.Frederic Riss2014-11-061-1/+1
* Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDesc...Frederic Riss2014-11-061-2/+5
* [Hexagon] Adding basic Hexagon ELF object emitter.Colin LeMahieu2014-11-065-4/+182
* Clean up NVPTXLowerStructArgs.cpp. NFCEli Bendersky2014-11-061-54/+37
* [mips] Removed IsSoftFloat from MipsISelLowering::analyzeCallOperands(). NFCDaniel Sanders2014-11-062-6/+5
OpenPOWER on IntegriCloud