Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.
[oota-llvm.git] / lib / IR /
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerMSVC build fix following r211749
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 David BlaikieRevert "PR20038: DebugInfo: Inlined call sites where...
2014-06-25 David BlaikiePR20038: DebugInfo: Inlined call sites where the caller...
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-25 JF BastienRandom Number Generator (llvm)
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-06-24 NAKAMURA TakumiRevert r211287, "Remove support for LLVM runtime multi...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-18 Rafael EspindolaMake getBaseObject static.
2014-06-18 Diego NovilloSimply test for available locations in optimization...
2014-06-18 JF BastienRevert "Random Number Generator (llvm)"
2014-06-18 JF BastienRandom Number Generator (llvm)
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
2014-06-15 Jingyue WuCanonicalize addrspacecast ConstExpr between different...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Zachary TurnerRemove pimpl class from PassRegistry.
2014-06-12 Bob WilsonFix verifier for GlobalAliases to avoid recursing into...
2014-06-12 Zachary TurnerDo not register and de-register PassRegistrationListene...
2014-06-11 Zachary TurnerDon't acquire the mutex during the destructor of PassRe...
2014-06-11 Chad RosierFix assert comments in Instruction.cpp.
2014-06-11 Craig TopperConvert StringMapEntry::Create to use StringRef instead...
2014-06-10 Zachary TurnerRevert "Remove support for runtime multi-threading."
2014-06-10 Zachary TurnerRemove support for runtime multi-threading.
2014-06-09 Reid KlecknerReorder Value and User fields to save 8 bytes of paddin...
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-06-06 Jingyue WuInstCombine: Canonicalize addrspacecast between differe...
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Evgeniy StepanovAdd missing const specifier to a const method.
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-06-04 Patrik HagglundFix gcc -Wparentheses warning.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-02 NAKAMURA TakumiInstruction::isIdenticalToWhenDefined(): Check getNumOp...
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-29 Adam Nemet[X86] Auto-upgrade AVX1 vbroadcast intrinsics
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-27 Arnaud A. de Grand... Factor out comparison of Instruction "special" states.
2014-05-26 Rafael EspindolaUse existing helper function.
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-22 Diego NovilloRemove LLVMContextImpl::optimizationRemarkEnabledFor.
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaHandle ConstantAggregateZero when upgrading global_ctors.
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaFix a warning in builds without asserts.
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Reid Klecknermusttail: Fix the verification of alignment attributes
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 David BlaikieDebugInfo: Add FIXME regarding DILexicalBlock uniquing...
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-13 Rafael EspindolaAssert that we don't RAUW a Constant with a ConstantExp...
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-09 Rafael EspindolaRun clang-format in small sections of code to make...
2014-05-09 Rafael EspindolaDelete trailing white space.
2014-05-09 Nick LewyckyprintCustom is only used in PseudoSourceValue, remove...
2014-05-07 Justin Bognerllvm-cov: Explicitly namespace llvm::make_unique to...
2014-05-07 Zinovy Nis[BUG][REFACTOR]
2014-05-07 Timur IskhodzhanovWork-around MSVS build breakage due to r208148
2014-05-07 David BlaikiePR19562: DebugInfo temporary MDNode leak: Don't include...
2014-05-07 Justin Bognerllvm-cov: Handle missing source files as GCOV does
2014-05-07 Justin Bognerllvm-cov: Implement --no-output
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getSection.
2014-05-06 Reid KlecknerCopy the full TailCallKind in CallInst::clone_impl
2014-05-06 Diego NovilloDo not make -pass-remarks additive.
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getAlignment.
2014-05-06 Rafael EspindolaBe more strict about not allowing setSection on aliases.
2014-05-06 Rafael EspindolaBe more strict about not calling setAlignment on global...
2014-05-06 David BlaikiePR19598: Provide the ability to RAUW a declaration...
2014-05-03 David MajnemerIR: Cleanup AttributeSet::get for AttrBuilder
2014-05-02 Rafael EspindolaAliases are always definitions. Delete dead code.
2014-05-02 Justin Bognerllvm-cov: Fix handling of line zero appearing in a...
2014-05-01 Michael J. Spencer[IR] Make {extract,insert}element accept an index of...
2014-05-01 David BlaikiePR19623: Implement typedefs of void.
2014-04-30 David MajnemerIR: Conservatively verify inalloca arguments
2014-04-30 David MajnemerIR: Alloca clones should remember inalloca state
2014-04-29 Benjamin KramerTry to fix the msvc build.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-28 Peter CollingbourneModify the assertion in DIBuilder.cpp to cover the...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
next