oota-llvm.git
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Eric ChristopherMove DIEEntry handling inside the main switch statement.
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Make the LockFileManager...
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Use symbolic link for the...
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-06 Matt ArsenaultR600: Fix extloads from i8 / i16 to i64.
2014-03-06 Matt ArsenaultR600/SI: Expand selects on vectors.
2014-03-06 Matt ArsenaultFix missing C++ mode comment
2014-03-06 Matt ArsenaultTeach lint about address spaces
2014-03-06 Richard Osborne[XCore] Add support for the "m" inline asm constraint.
2014-03-06 Rafael EspindolaMicro optimization: this code only needs to look at...
2014-03-06 Chad Rosier[AArch64] This is a work in progress to provide a machi...
2014-03-06 Richard Sandiford[SystemZ] Remove "virtual" from override methods
2014-03-06 Richard Sandiford[SystemZ] Use "auto" for cast results
2014-03-06 Richard Sandiford[SystemZ] Use "for (auto" a bit
2014-03-06 Richard Sandiford[SystemZ] Update namespace formatting to match current...
2014-03-06 Elena DemikhovskyAVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versio...
2014-03-06 Elena DemikhovskyAVX-512: fixed comressed displacement - by Robert Khazanov
2014-03-06 Yaron KerenCleaning up two more pre-Visual C++ 2012 build hacks.
2014-03-06 Ahmed CharlesFix warnings about an variable only used in asserts.
2014-03-06 Ahmed CharlesAdd <cstddef> for use of std::ptrdiff_t.
2014-03-06 Ahmed CharlesFix break by qualifying ptrdiff_t with std::.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 David BlaikieDebugInfo: Tag units as having been indexed in GNU...
2014-03-06 Karthik BhatAllow constant folding of copysign
2014-03-06 Chandler Carruth[Modules] Fix a layering issue that is actually impacti...
2014-03-06 Chandler Carruth[Layering] Move GVMaterializer.h into the IR library...
2014-03-06 Chandler Carruth[cleanup] Re-sort the standard library include lines.
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Owen AndersonChange the tag on this iterator to bidir and implement...
2014-03-06 Owen AndersonFix issues in the NamedMDNode operand iterator, includi...
2014-03-06 David BlaikieDebugInfo: Shrink pubnames/pubtypes in the presence...
2014-03-06 Eric ChristopherAdd some helpful comments on DIEValue types that we...
2014-03-06 Hal FinkelThe PPC global base register cannot be r0
2014-03-06 Owen AndersonAdd a iterator and interator_range interface to the...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Hal FinkelFixup PPC Darwin i1 argument handling
2014-03-06 Eric ChristopherRewrite the attribute hashing algorithm to use the...
2014-03-06 Hal FinkelWhen using CR bit registers on PPC32, handle the i1...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-06 Raul E. SilveraChange math intrinsic attributes from readonly to readn...
2014-03-06 Eric ChristopherRemove the last of the special case code for emitting...
2014-03-06 Eric Christopherconstify a few accessors.
2014-03-06 Eric ChristopherRemove special case in the DIEValue printing since...
2014-03-05 Rui UeyamaAttempt to unbreak little-endian buildbots.
2014-03-05 Jack Carter[Mips] Testcase typo fix. No functionality change.
2014-03-05 Rafael EspindolaNow that we don't use libtool, we don't need to upgrade...
2014-03-05 Eric ChristopherAdd a DIELocList class to handle pointers into the...
2014-03-05 Hal FinkelWith PPC CR bit registers, handle int_to_fp on older...
2014-03-05 Matt ArsenaultFix typo
2014-03-05 JF BastienFix datalayout test that I broke with my previous LinkM...
2014-03-05 JF BastienImprove LinkModules warnings
2014-03-05 Arnold SchwaighoferLoopVectorizer: Preserve fast-math flags
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-03-05 Ben LangmuirFix an inconsistency in treatment of trailing / in...
2014-03-05 Benjamin KramerConstantFolding: Also fold the vector overloads of...
2014-03-05 Cameron McInallyLower AVX v4i64->v4i32 truncate to one shuffle.
2014-03-05 David BlaikieFix clang -Werror build break due to mismatched sign...
2014-03-05 Hans WennborgWork around MSVC bug in IntrusiveRefCntPtr.h
2014-03-05 Oliver StannardARM: Correctly align arguments after a byval struct...
2014-03-05 Ben LangmuirAdd a ThreadSafeRefCountedBase
2014-03-05 Tobias Grosser[LangRef] Improve llvm.mem.parallel_loop_access example
2014-03-05 Joerg SonnenbergerEnable integrated assembler on OpenBSD/PPC32 by default...
2014-03-05 Vladimir MedicThis patch implements .set dsp directive and sets appro...
2014-03-05 Tobias GrosserAdd missing parenthesis in SCEV comment
2014-03-05 Chandler Carruth[Layering] Move AutoUpgrade.h into the IR library where its
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-03-05 Chandler Carruth[C++11] Make this interface accept const Use pointers...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-05 Ahmed Charles[C++11] Add release() to OwningPtr.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-05 Andrew TrickMake stackmap machineinstrs clobber the scratch regs...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-05 Craig Topper[C++11] Add 'override' keywords to tablegen code.
2014-03-05 Peter Zotov[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
2014-03-05 Ahmed CharlesRemove unnecessary variables.
2014-03-05 Hans WennborgFix unused variable in FunctionLoweringInfo.cpp
2014-03-05 Hans WennborgCheck for dynamic allocas and inline asm that clobbers...
2014-03-05 Reid KlecknerChange x86mmx -> x86_mmx in LangRef.rst
2014-03-05 Reid KlecknerC API: Add functions to get or set a GlobalValue's...
2014-03-05 Reid KlecknerLangRef: Remove stale docs on LLVM types in module...
2014-03-05 Eric ChristopherMake the DIEValue constructor even more explicit.
2014-03-05 Raul E. SilveraTrivial test commit.
2014-03-05 Chandler Carruth[C++11] Sink the iterator over a Value's users into...
2014-03-05 Eric ChristopherUse a bool for whether or not an abbreviation has child...
2014-03-05 Eric ChristopherUse dwarf::Attribute instead of a bare uint16_t.
2014-03-05 Eric ChristopherExpand slightly on comment.
2014-03-05 Eric ChristopherUnindent namespace.
2014-03-05 Eric ChristopherUpdate comment.
2014-03-05 Rui UeyamaPartially roll back r202915.
2014-03-05 Rui UeyamaFix endianness bug.
2014-03-05 Matt ArsenaultAllow constant folding of fma and fmuladd
2014-03-05 Matt ArsenaultFix duplicate code in ConstantFolding
2014-03-04 Adam Nemet[DAGCombiner] Factor out distributeTruncateThroughAnd
2014-03-04 Evan ChengRemove a special character in comment that accidentiall...
2014-03-04 Richard SmithRemove dependence on std::function.
next