summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-19
* DebugInfo: Fission: Ensure the address pool entries for location lists are em...David Blaikie2014-06-19
* MCNullStreamer: assign file IDs to resolve crashes and errorsAlp Toker2014-06-19
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-19
* Tests for r211273Oliver Stannard2014-06-19
* Kill the LLVM global lock.Zachary Turner2014-06-19
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-19
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-19
* [mips] Implementation of dli.Matheus Almeida2014-06-19
* [mips] Small update to the logic behind the expansion of assembly pseudo inst...Matheus Almeida2014-06-19
* Updated comments as suggested by Rafael. Thanks.Dinesh Dwivedi2014-06-19
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-19
* [X86] Teach how to combine horizontal binop even in the presence of undefs.Andrea Di Biagio2014-06-19
* Refactored and updated SimplifyUsingDistributiveLaws() to Dinesh Dwivedi2014-06-19
* CommandLine: bail out when options get multiply registeredAlp Toker2014-06-19
* Remove OwningPtr.h and associated testsAlp Toker2014-06-19
* 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