platform/upstream/llvm.git
2013-06-30 Craig TopperPut helper classes into anonymous namespace.
2013-06-30 Vincent LejeuneR600: Fix an unitialized variable in R600InstrInfo.cpp
2013-06-30 James DennettDocumentation cleanup for TypeOrdering.h.
2013-06-30 Ahmed BougachaX86: POP*rmm: move address operand to (ins) from (outs).
2013-06-30 Stephen LinRestore r184205 and associated commits (after commit...
2013-06-30 Stephen LinDeadArgumentElimination: keep return value on functions...
2013-06-30 Howard HinnantFix bind by making _is_valid_bind_return more robust...
2013-06-30 James DennettDocumentation cleanup: Mostly formatting \brief documen...
2013-06-30 Alexey SamsonovAlways set -m32/-m64 flags for targeting i386/x86_64...
2013-06-30 Alexey SamsonovDefine the path to llvm-symbolizer tool in a common...
2013-06-30 Rui Ueyama[PECOFF][Writer] Fix buildbot failure on x86_64-win7.
2013-06-30 Benjamin KramerConstantFold: Check that truncating the other side...
2013-06-30 Rui Ueyama[PECOFF][Reader] Create a jump table for functions...
2013-06-30 Richard SmithTeach -Wunsequenced that the side-effects of a function...
2013-06-30 Richard SmithReinstate r185229, reverted in r185256, with a tweak...
2013-06-30 David MajnemerLex: Cleanup whitespace in PragmaRegionHandler
2013-06-30 James DennettBug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExp...
2013-06-30 James DennettAdd enumerators to TestVisitor::Language to allow visit...
2013-06-30 Howard HinnantMatthew Dempsky: POSIX defines that the _POSIX_C_SOURCE...
2013-06-29 Howard HinnantMatthew Dempsky: Same as stdexcept.cpp in libc++abi...
2013-06-29 Howard HinnantPrevent '\b' from backing up into invalid memory. ...
2013-06-29 David MajnemerValueTracking: Teach isKnownToBeAPowerOfTwo about ...
2013-06-29 Benjamin KramerNVPTX: Fold otherwise unused variable into assert.
2013-06-29 Benjamin KramerInstCombine: Also turn selects fed by an and into arith...
2013-06-29 Benjamin KramerR600: Unbreak GCC build.
2013-06-29 Vincent LejeuneR600: Support schedule and packetization of trans-only...
2013-06-29 Vincent LejeuneR600: Bank Swizzle now display SCL equivalent
2013-06-29 Benjamin Kramermisched: Compress pairs returned by getUnderlyingObject...
2013-06-29 Howard HinnantAdd operators to make launch a bitmask type. Searched...
2013-06-29 Benjamin KramerCompress pairs. No functionality change.
2013-06-29 Benjamin KramerLoopVectorizer: Pack MemAccessInfo pairs.
2013-06-29 Benjamin KramerMove helper classes into anonymous namespaces.
2013-06-29 Benjamin KramerDriver: Push triple objects around instead of going...
2013-06-29 Hongbin ZhengBlockGenerator: Simplify the old value searching code.
2013-06-29 David MajnemerInstCombine: FoldGEPICmp shouldn't change sign of base...
2013-06-29 David MajnemerInstCombine: Small whitespace cleanup in FoldGEPICmp
2013-06-29 David MajnemerInstCombine: Be more agressive optimizing 'udiv' instrs...
2013-06-29 Timur IskhodzhanovRevert r185229 as it breaks compilation of <windows.h>
2013-06-29 Hongbin ZhengAdd the git attributes file.
2013-06-29 Hongbin ZhengTempScop: (Partial) Implement the printDetail function.
2013-06-29 Hongbin ZhengRefactor memory access getting code in ScopStmt.
2013-06-29 Hongbin ZhengMinor change: No need to specify the namespace of raw_o...
2013-06-29 Nadav RotemWe preserve the CFG and some of the analysis passes.
2013-06-29 Nadav RotemUpdate docs.
2013-06-29 Manman RenDebug Info: clean up usage of Verify.
2013-06-29 Rui UeyamaMove a function into assert() so that GCC won't complai...
2013-06-29 Rui UeyamaRemove extra ';'
2013-06-29 Enrico GranataMore useful printout of arguments after the recent...
2013-06-29 Greg ClaytonFixed SBProcess::RemoteLaunch() to use the platform...
2013-06-28 Argyrios Kyrtzidis[test] Add test case for rdar://14183893.
2013-06-28 Richard TrieuChange assert(0 && "text") to llvm_unreachable(0 &...
2013-06-28 David MajnemerInstCombine: Optimize (1 << X) Pred CstP2 to X Pred...
2013-06-28 Preston Briggsextending the interface of Dependence slightly to suppo...
2013-06-28 Enrico Granata<rdar://problem/14309010>
2013-06-28 Matt ArsenaultFix copypaste error in test.
2013-06-28 Matt ArsenaultFix extra whitespace / formatting
2013-06-28 Jakob Stoklund... Try to unbreak Linux buildbots.
2013-06-28 Jakob Stoklund... Minimize precision loss when computing cyclic probabili...
2013-06-28 Hal FinkelPPC: Ignore spill/restore requests for VRSAVE (except...
2013-06-28 Richard SmithFix typo found by Clang fix for extern "C" function...
2013-06-28 Jim InghamMissed a place where we have to pass the source locatio...
2013-06-28 Daniel MaleaReplace UNIXy path with os-independent one in DebugIR...
2013-06-28 Eli FriedmanRemove dead code.
2013-06-28 Nadav RotemSLP Vectorizer: Add support for trees with external...
2013-06-28 Richard SmithPR7927, PR16247: Reimplement handling of matching exter...
2013-06-28 Richard TrieuFix broken asserts that never fire.
2013-06-28 Jakob Stoklund... Fix a bad overflow check pointed out by Ben.
2013-06-28 Daniel MaleaFix Windows/Darwin build error in DebugIR unit tests
2013-06-28 Sean CallananHitherto the IRForTarget infrastructure has mainly
2013-06-28 Howard HinnantMake cout a little more thread-safe. This fixes llvm...
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-06-28 David BlaikieRemove unused member
2013-06-28 Jakob Stoklund... Eliminate an assortment of undefined behavior.
2013-06-28 Greg ClaytonDefault parameters are evil and should not be used...
2013-06-28 Eli FriedmanFix error recovery with in-class initializer.
2013-06-28 Eli FriedmanFix line endings.
2013-06-28 Nadav RotemLoopVectorizer: Refactor the code that checks if it...
2013-06-28 Peter Collingbourne[ms-cxxabi] Move CodeGenVTables::needsVTTParameter...
2013-06-28 Daniel MaleaAdding tests for DebugIR pass
2013-06-28 Howard HinnantProvide missing '{' in parsing extended quoted characte...
2013-06-28 Greg ClaytonFileSpec destructor doesn't need to be virtual.
2013-06-28 Tom StellardR600/SI: Add processor types for each CIK variant
2013-06-28 Greg ClaytonArchSpec doesn't need a virtual destructor.
2013-06-28 Greg ClaytonPathMappingList doesn't need a virtual destructor.
2013-06-28 Hal FinkelFix CodeGen/PowerPC/stack-protector.ll on OpenBSD
2013-06-28 Rui Ueyama[PECOFF][Writer] Fix wrong section header.
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-06-28 David BlaikieDebugInfo: Pass MCSymbolRefExprs for labels instead...
2013-06-28 Hal FinkelFix a PPC rlwimi instruction-selection bug
2013-06-28 Rui Ueyama[PECOFF][Writer] Remove duplicated code by moving it...
2013-06-28 Anton Yartsev+ "For Windows Users" section
2013-06-28 Daniel MaleaRemove needless include (unistd.h) in DebugIR pass
2013-06-28 Daniel MaleaAdd flag to lli to enable debugging of IR when used...
2013-06-28 Howard HinnantWilliam Fisher: A bug in __lookahead::exec causes...
2013-06-28 Rui Ueyama[PECOFF][Writer] Define COFFBaseDefinedAtom as the...
2013-06-28 Daniel MaleaAdd missing header for DebugIR
2013-06-28 Daniel MaleaRemove limitation on DebugIR that made it require exist...
2013-06-28 Howard HinnantBill Fisher: Fix for failing to throw an exception...
2013-06-28 Chad RosierFix an off-by-one error. Also make the code a little...
2013-06-28 David BlaikieDebugInfo: Revise r185189 to avoid subtle 'unsigned...
next