summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Use lib/LTO directly in the gold plugin.Rafael Espindola2014-06-19
* Add a new subtarget hook for whether or not we'd like to enableEric Christopher2014-06-19
* Include Threading.h instead of forward declaring a function.Zachary Turner2014-06-19
* Add StringMap::insert(pair) consistent with the standard associative containe...David Blaikie2014-06-19
* Since we're using DW_AT_string rather than DW_AT_strp for debug_infoEric Christopher2014-06-19
* Fix up a few formatting issues.Eric Christopher2014-06-19
* Remove an incorrect fixme.Rafael Espindola2014-06-19
* Fix typosAlp Toker2014-06-19
* Support: Add llvm::sys::fs::copy_fileJustin Bogner2014-06-19
* Remove bogus configure checkDavid Greene2014-06-19
* Add option to keep flavor out of the install directoryDavid Greene2014-06-19
* Turn of -Werror by defaultDavid Greene2014-06-19
* Fix this test a little harder - use llc_dwarf to make sure we don'tEric Christopher2014-06-19
* Remove unused includes following r211294Alp Toker2014-06-19
* Use the c++ APIs.Rafael Espindola2014-06-19
* Relax this test a bit, we don't need the full contents of theEric Christopher2014-06-19
* Remove use of removed function, llvm_stop_multithreadingDavid Blaikie2014-06-19
* Remove circular header reference in Threading.h/Mutex.hDavid Blaikie2014-06-19
* Fix build on non-Windows platforms.Zachary Turner2014-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
* 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