summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* InstCombine: Stop two transforms duelingDavid Majnemer2014-06-19
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-19
* Remove unnecessary include.Eric Christopher2014-06-19
* 80-column fixups.Eric Christopher2014-06-19
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* R600: Add a few tests I forgot to add.Matt Arsenault2014-06-19
* Move optimization of some cases of (A & C1)|(B & C2) from instcombine to inst...Nick Lewycky2014-06-19
* Make instsimplify's analysis of icmp eq/ne use computeKnownBits to determine ...Nick Lewycky2014-06-19
* Remove redundant code in InstCombineShift, no functionality change because in...Nick Lewycky2014-06-19
* MS asm: Properly handle quoted symbol namesDavid Majnemer2014-06-19
* R600/SI: Add intrinsics for various math instructions.Matt Arsenault2014-06-19
* Fix breakage from r211244 by using LLVM_EXPLICIT to avoid using explicit oper...David Blaikie2014-06-19
* PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...Nikola Smiljanic2014-06-19
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-18
* Use stdint macros for specifying size of constantsMatt Arsenault2014-06-18
* Teach llvm-size to know about Mach-O universal files (aka fat files) andKevin Enderby2014-06-18
* R600: Handle fnearbyintMatt Arsenault2014-06-18
* R600/SI: add gather4 and getlod intrinsics (v3)Marek Olsak2014-06-18
* Use LL suffix for literal that should be 64-bits.Matt Arsenault2014-06-18
* Add a symbols() range and use a range loop.Rafael Espindola2014-06-18
* Simplify code.Rafael Espindola2014-06-18
* MC: do not add comment string to the AsmToken in AsmLexer::LexLineCommentSaleem Abdulrasool2014-06-18
* MCAsmParser: full support for gas' '.if{cond} expression' directivesSaleem Abdulrasool2014-06-18
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-18
* Revert a C API difference that I incorrectly introduced.Rafael Espindola2014-06-18
* Make getBaseObject static.Rafael Espindola2014-06-18
* Change IRObjectFile to parse the bitcode lazily.Rafael Espindola2014-06-18
* Remove BitcodeReader::setBufferOwned.Rafael Espindola2014-06-18
* Simply test for available locations in optimization remarks.Diego Novillo2014-06-18
* [PowerPC] Remove unnecessary load of r12 in indirect callUlrich Weigand2014-06-18
* Update to the latest registered ELF e_machine names and values.Rafael Espindola2014-06-18
* Run clang-format in a small chunk of code I am about to change.Rafael Espindola2014-06-18
* ProfileData: Fix copy-paste type in RawInstrProfReaderJustin Bogner2014-06-18
* [ARM] [MC] Refactor the constant pool classesWeiming Zhao2014-06-18
* ADT: correct typo in commentEd Maste2014-06-18
* R600: Expand vector fceilJan Vesely2014-06-18
* [PowerPC] Simplify and improve loading into TOC registerUlrich Weigand2014-06-18
* Work around ridiculous warning.Matt Arsenault2014-06-18
* [PowerPC] Add back test case for absolute calls (removed in r211174)Ulrich Weigand2014-06-18
* Add a triple so that right syntax is choosen on mac osx systemsArnold Schwaighofer2014-06-18
* R600/SI: Add intrinsics for brev instructionsMatt Arsenault2014-06-18
* R600/SI: Prettier operand printing for 64-bit ops.Matt Arsenault2014-06-18
* [mips] SYNC $stype instruction was added in Mips32Matheus Almeida2014-06-18
* Fix a memory leak in the error path.Rafael Espindola2014-06-18
* R600: Implement f64 ftrunc, ffloor and fceil.Matt Arsenault2014-06-18
* R600: Custom lower f64 frint for pre-CIMatt Arsenault2014-06-18
* R600/SI: Temporary fix for f64 fnegMatt Arsenault2014-06-18
* R600/SI: Comparisons set vcc.Matt Arsenault2014-06-18
* [X86] AVX512: Add non-temporal storesAdam Nemet2014-06-18
* [X86] AVX512: Specify compressed displacement for vmovntdqaAdam Nemet2014-06-18