summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* BFI: Update ScaledNumber header docsDuncan P. N. Exon Smith2014-06-23
* BFI: Rename UnsignedFloat => ScaledNumberDuncan P. N. Exon Smith2014-06-23
* Fix comments from r211553Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::getSum() and getDifference()Duncan P. N. Exon Smith2014-06-23
* Support: Return scale from ScaledNumbers::matchScales()Duncan P. N. Exon Smith2014-06-23
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-23
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* This reverts commit r211533 and r211539.Rafael Espindola2014-06-23
* Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64Weiming Zhao2014-06-23
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-23
* Support: Extract ScaledNumbers::matchScale()Duncan P. N. Exon Smith2014-06-23
* Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...David Blaikie2014-06-23
* R600/SI: Fix div_scale intrinsic.Matt Arsenault2014-06-23
* R600: Fix formatting of intrinsic definitions.Matt Arsenault2014-06-23
* Cleanup r211507Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-23
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-23
* clang-format initializer to reduce noise in another patch.Rafael Espindola2014-06-23
* Stop producing func.eh symbols on Darwin.Rafael Espindola2014-06-23
* MC: adjust text section flags for WoASaleem Abdulrasool2014-06-22
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Support: ScaledNumber: Fix inconsistent test namesDuncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()Duncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-20
* Support: Cleanup ScaledNumber::getAdjusted() docDuncan P. N. Exon Smith2014-06-20
* Support: Mark end of namespacesDuncan P. N. Exon Smith2014-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
* Allow a target to create a null streamer.Rafael Espindola2014-06-20
* Code in LoopStrengthReduce.cpp depends on SmallBitVector::size() being size_tYaron Keren2014-06-20
* Reverting size_type for the containers from size_type to unsigned. Yaron Keren2014-06-20
* Attempting to fix the 64 bit bots.Yaron Keren2014-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
* 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
* Support: Clean up getRounded() testsDuncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumbers::getAdjusted()Duncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumbers::getRounded()Duncan P. N. Exon Smith2014-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
* 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
* 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
* Support: Add llvm::sys::fs::copy_fileJustin Bogner2014-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
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-19