summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...David Blaikie2014-06-231-19/+24
* R600/SI: Fix div_scale intrinsic.Matt Arsenault2014-06-231-1/+6
* R600: Fix formatting of intrinsic definitions.Matt Arsenault2014-06-231-22/+14
* Cleanup r211507Duncan P. N. Exon Smith2014-06-231-0/+2
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-232-35/+37
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-232-6/+2
* clang-format initializer to reduce noise in another patch.Rafael Espindola2014-06-231-3/+4
* Stop producing func.eh symbols on Darwin.Rafael Espindola2014-06-231-9/+0
* MC: adjust text section flags for WoASaleem Abdulrasool2014-06-221-1/+5
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-223-17/+0
* Support: ScaledNumber: Fix inconsistent test namesDuncan P. N. Exon Smith2014-06-201-1/+0
* Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()Duncan P. N. Exon Smith2014-06-202-33/+63
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-202-45/+82
* Support: Cleanup ScaledNumber::getAdjusted() docDuncan P. N. Exon Smith2014-06-201-4/+1
* Support: Mark end of namespacesDuncan P. N. Exon Smith2014-06-201-2/+3
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-202-9/+10
* Generate native unwind info on Win64Reid Kleckner2014-06-203-0/+17
* Allow a target to create a null streamer.Rafael Espindola2014-06-201-2/+18
* Code in LoopStrengthReduce.cpp depends on SmallBitVector::size() being size_tYaron Keren2014-06-201-1/+1
* Reverting size_type for the containers from size_type to unsigned. Yaron Keren2014-06-209-9/+9
* Attempting to fix the 64 bit bots.Yaron Keren2014-06-201-1/+1
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-2012-27/+40
* Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.Oliver Stannard2014-06-201-0/+15
* ArgList: use MakeArgList overloads in subclasses and clean up some calls.Justin Bogner2014-06-201-0/+2
* Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer.Karthik Bhat2014-06-201-0/+1
* Support: Clean up getRounded() testsDuncan P. N. Exon Smith2014-06-201-0/+12
* Support: Write ScaledNumbers::getAdjusted()Duncan P. N. Exon Smith2014-06-202-14/+45
* Support: Write ScaledNumbers::getRounded()Duncan P. N. Exon Smith2014-06-202-5/+62
* Don't build switch lookup tables for dllimport or TLS variablesHans Wennborg2014-06-201-0/+3
* Revert "Add StringMap::insert(pair) consistent with the standard associative ...Rafael Espindola2014-06-201-24/+19
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-191-0/+4
* Add a new subtarget hook for whether or not we'd like to enableEric Christopher2014-06-191-0/+3
* Include Threading.h instead of forward declaring a function.Zachary Turner2014-06-191-3/+1
* Add StringMap::insert(pair) consistent with the standard associative containe...David Blaikie2014-06-191-19/+24
* Support: Add llvm::sys::fs::copy_fileJustin Bogner2014-06-191-0/+6
* Remove circular header reference in Threading.h/Mutex.hDavid Blaikie2014-06-191-2/+0
* Fix build on non-Windows platforms.Zachary Turner2014-06-191-1/+3
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-193-28/+11
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-191-1/+4
* Kill the LLVM global lock.Zachary Turner2014-06-191-8/+0
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-194-13/+31
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-191-1/+0
* Remove OwningPtr.h and associated testsAlp Toker2014-06-191-165/+0
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-192-1/+7
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-191-3/+4
* R600/SI: Add intrinsics for various math instructions.Matt Arsenault2014-06-191-0/+36
* Fix breakage from r211244 by using LLVM_EXPLICIT to avoid using explicit oper...David Blaikie2014-06-191-1/+2
* PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...Nikola Smiljanic2014-06-191-3/+3
* Add a symbols() range and use a range loop.Rafael Espindola2014-06-181-0/+4
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-182-10/+9
OpenPOWER on IntegriCloud