summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Report error for non-zero data in .bssWeiming Zhao2014-06-22
* MergeFunctions Pass, FnSet has been replaced with FnTree.Stepan Dyatkovskiy2014-06-21
* MergeFunctions Pass, removed unused methods from old implementation.Stepan Dyatkovskiy2014-06-21
* MergeFunctions, doSanityCheck: fixed body comments.Stepan Dyatkovskiy2014-06-21
* MergeFunctions Pass, introduced sanity check, that checks order relation,Stepan Dyatkovskiy2014-06-21
* MergeFunctions Pass, introduced total ordering among top-level comparisonStepan Dyatkovskiy2014-06-21
* LoopUnrollRuntime: Check for overflow in the trip count calculation.Benjamin Kramer2014-06-21
* Legalizer: Add support for splitting insert_subvectors.Benjamin Kramer2014-06-21
* SCEVExpander: Fold constant PHIs harder. The logic below only understands pro...Benjamin Kramer2014-06-21
* Add back functionality removed in r210497.Richard Trieu2014-06-21
* [X86] Add ISel patterns to select SSE3/AVX ADDSUB instructions.Andrea Di Biagio2014-06-21
* Fix the MinGW builder. Apparently std::call_once andZachary Turner2014-06-21
* Always use a temp symbol for CIE.Rafael Espindola2014-06-20
* Use compact unwind for the iOS simulator.Rafael Espindola2014-06-20
* Use a helper function and clang-format.Rafael Espindola2014-06-20
* Delete dead code.Rafael Espindola2014-06-20
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-20
* Don't produce eh_frame relocations when targeting the IOS simulator.Rafael Espindola2014-06-20
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-20
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* Commited patch from Björn Steinbrink:Stepan Dyatkovskiy2014-06-20
* [RuntimeDyld] Fix ppc64 stub relocations on little-endianUlrich Weigand2014-06-20
* Fix a warning about the use of const being ignored with a cast.Kevin Enderby2014-06-20
* [RuntimeDyld] Support more PPC64 relocationsUlrich Weigand2014-06-20
* R600/SI: Add patterns for ctpop inside a branchTom Stellard2014-06-20
* R600/SI: Add a pattern for f32 ftruncTom Stellard2014-06-20
* R600: Expand vector flog2Tom Stellard2014-06-20
* R600: Expand vector fexp2Tom Stellard2014-06-20
* R600/SI: SI Control Flow Annotation bug fixedTom Stellard2014-06-20
* R600/SI: Add a VALU pattern for i64 xorTom Stellard2014-06-20
* [PowerPC] Fix small argument stack slot offset for LEUlrich Weigand2014-06-20
* Allow a target to create a null streamer.Rafael Espindola2014-06-20
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-20
* Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.Oliver Stannard2014-06-20
* ps][mips64r6] Added LSA/DLSA instructionsZoran Jovanovic2014-06-20
* R600: Trivial subtarget feature cleanups.Matt Arsenault2014-06-20
* ArgList: use MakeArgList overloads in subclasses and clean up some calls.Justin Bogner2014-06-20
* Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer.Karthik Bhat2014-06-20
* 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