summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* Verifier: Update assert message to reflect LangRefDavid Majnemer2014-06-28
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-27
* Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...David Blaikie2014-06-27
* Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...David Blaikie2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* MSVC build fix following r211749Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...David Blaikie2014-06-25
* PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...David Blaikie2014-06-25
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-25
* Random Number Generator (llvm)JF Bastien2014-06-25
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-24
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Add back functionality removed in r210497.Richard Trieu2014-06-21
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-20
* Don't build switch lookup tables for dllimport or TLS variablesHans Wennborg2014-06-20
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-19
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-19
* Make getBaseObject static.Rafael Espindola2014-06-18
* Simply test for available locations in optimization remarks.Diego Novillo2014-06-18
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-18
* Random Number Generator (llvm)JF Bastien2014-06-18
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-16
* Remove some more code out into a separate CL.Zachary Turner2014-06-16
* Canonicalize addrspacecast ConstExpr between different pointer typesJingyue Wu2014-06-15
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Remove pimpl class from PassRegistry.Zachary Turner2014-06-12
* Fix verifier for GlobalAliases to avoid recursing into global initializers.Bob Wilson2014-06-12
* Do not register and de-register PassRegistrationListeners duringZachary Turner2014-06-12
* Don't acquire the mutex during the destructor of PassRegistry.Zachary Turner2014-06-11
* Fix assert comments in Instruction.cpp.Chad Rosier2014-06-11
* Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper2014-06-11
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-10
* Remove support for runtime multi-threading.Zachary Turner2014-06-10
* Reorder Value and User fields to save 8 bytes of padding on 64-bitReid Kleckner2014-06-09
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-09
* InstCombine: Canonicalize addrspacecast between different element typesJingyue Wu2014-06-06
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Add missing const specifier to a const method.Evgeniy Stepanov2014-06-05
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-04
* Fix gcc -Wparentheses warning.Patrik Hagglund2014-06-04
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of...NAKAMURA Takumi2014-06-02
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31