summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix .cpp files claiming to be header filesHans Wennborg2014-06-20
* [x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and PACKUSDWChandler Carruth2014-06-20
* Don't build switch lookup tables for dllimport or TLS variablesHans Wennborg2014-06-20
* Revert "Add StringMap::insert(pair) consistent with the standard associative ...Rafael Espindola2014-06-20
* Use the assignment operator.Rafael Espindola2014-06-19
* Set missing options in LTOCodeGenerator::setTargetOptions.Rafael Espindola2014-06-19
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-19
* Add a new subtarget hook for whether or not we'd like to enableEric Christopher2014-06-19
* Add StringMap::insert(pair) consistent with the standard associative containe...David Blaikie2014-06-19
* Fix up a few formatting issues.Eric Christopher2014-06-19
* Fix typosAlp Toker2014-06-19
* Support: Add llvm::sys::fs::copy_fileJustin Bogner2014-06-19
* Remove use of removed function, llvm_stop_multithreadingDavid Blaikie2014-06-19
* 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
* 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
* 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
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-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
* 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
* 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