platform/upstream/llvm.git
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...
2013-06-28 David BlaikieDebugInfo: Simplify the AddressPool representation
2013-06-28 David BlaikieDebugInfo: constify the AddressPool MCSymbol pointers
2013-06-28 Preston Briggs(no commit message)
2013-06-28 Lang HamesAdd missing case to switch statement - DAGTypeLegalizer...
2013-06-28 Jakob Stoklund... Stylistic cleanups, no functional change.
2013-06-28 Jakob Stoklund... Add a division operator to BlockFrequency.
2013-06-28 Howard HinnantDimitry Andric: Add const to constexpr member function...
2013-06-28 Eric ChristopherRemove unused variables.
2013-06-28 Justin Holewinski[NVPTX] Select -1 instead of 1 when anyextend'ing i1...
2013-06-28 Justin Holewinski[NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation...
2013-06-28 Justin Holewinski[NVPTX] Calling conventions fix
2013-06-28 Justin Holewinski[NVPTX] Add support for cttz/ctlz/ctpop
2013-06-28 Justin Holewinski[NVPTX] Clean up comparison/select/convert patterns...
2013-06-28 Justin Holewinski[NVPTX] Remove i8 register class. PTX support for...
2013-06-28 Justin Holewinski[NVPTX] Add support for vectorized function return...
2013-06-28 Justin Holewinski[NVPTX] Clean up handling of formal arguments and enabl...
2013-06-28 Justin Holewinski[NVPTX] Add infrastructure for vector loads/stores...
2013-06-28 Jim InghamDon't check for "are there any loaded sections" before...
2013-06-28 Weiming ZhaoBug 13662: Enable GPRPair for all i64 operands of inlin...
2013-06-28 Arnold SchwaighoferLoopVectorize: Pull dyn_cast into setDebugLocFromInst
2013-06-28 Howard HinnantImplement full support for non-pointer pointers in...
2013-06-28 Hal FinkelFix bugpoint execution/reference output file name
2013-06-28 Arnold SchwaighoferLoopVectorize: Use static function instead of DebugLocS...
2013-06-28 Benjamin KramerUse the multiple argument form of path::append.
2013-06-28 Alexey Samsonov[ASan] Remove %symbolize from lit tests: we now use...
2013-06-28 Tom StellardR600: Add local memory support via LDS
2013-06-28 Tom StellardR600: Add support for GROUP_BARRIER instruction
2013-06-28 Tom StellardR600: Add ALUInst bit to tablegen definitions v2
2013-06-28 Timur IskhodzhanovFix a trivial typo, add a FIXME to have more test cover...
2013-06-28 Tim NorthoverARM: ensure fixed-point conversions have sane types
2013-06-28 Sergey Matveev[lsan] Fix build again.
2013-06-28 Sergey Matveev[lsan] Fix build.
2013-06-28 Tilmann SchellerARM: Fix pseudo-instructions for SRS (Store Return...
2013-06-28 Alexey Samsonovllvm-symbolizer: don't leave dangling pointers after...
2013-06-28 Sergey Matveev[lsan] When verbosity > 1, always print suppressions...
2013-06-28 Sergey Matveev[lsan] Add suppression support.
2013-06-28 Alexey Samsonovllvm-symbolizer: skip leading underscore in Mach-O...
2013-06-28 Evgeniy Stepanov[sanitizer] Disable all ptrace-related definitions...
2013-06-28 Alexander KornienkoUse lexing mode based on FormatStyle.Standard.
2013-06-28 Alexey Samsonov[ASan] Migrate lit tests to external symbolizer from...
2013-06-28 Ed MasteMove sys/sysctl.h include after its dependency sys...
2013-06-28 Alexey SamsonovDemangle names using pluggable internal symbolizer...
2013-06-28 Evgeniy Stepanov[sanitizer] Fix an unfortunate typo and disable ptrace...
2013-06-28 Alexey SamsonovPass --default-arch flag to external symbolizer. Fix...
2013-06-28 Alexey Samsonovllvm-symbolizer: make name demangling a public static...
2013-06-28 Evgeniy Stepanov[sanitizer] Intercept ptrace.
2013-06-28 Rafael EspindolaImprove comment.
2013-06-28 Alexander Potapenko[ASan][OSX] Make sure the zones created by malloc_crea...
2013-06-28 Alexey SamsonovMake a switch in createBinary fully-covered. Add forgot...
2013-06-28 Alexander Potapenko[ASan][OSX] Fix the incorrect malloc_create_zone()...
2013-06-28 Alexey Samsonovllvm-symbolizer: add support for Mach-O universal binaries
2013-06-28 Patrik HagglundSuppress GCC "control reaches end of non-void function...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-28 Rui UeyamaAdd include guard.
2013-06-28 Rui Ueyama[PECOFF][Writer] Support DIR32NB and REL32 relocation...
2013-06-28 Richard SmithLazily deserialize function template specializations...
2013-06-28 David BlaikieIntegrate Assembler: Support X86_64_DTPOFF64 relocations
2013-06-28 Rui Ueyama[PECOFF][Writer] Fix a bug that the contents of .data...
2013-06-28 Rui Ueyama[PECOFF][Writer] Skip ".debug$S" section in the input...
2013-06-28 Rui Ueyama[PECOFF][Writer] Use a constant instead of a magic...
2013-06-28 Rafael EspindolaUpdate for llvm::sys::fs::unique_file not creating...
2013-06-28 Rafael EspindolaImprovements to unique_file and createUniqueDirectory.
2013-06-28 Rui Ueyama[PECOFF][Writer] Templatize connectAtomsWithLayoutEdge()
2013-06-28 Matt ArsenaultConvert tests to FileCheck
2013-06-28 Rafael EspindolaDon't ask for a mode when we are not keeping the file.
2013-06-28 Arnold SchwaighoferLoopVectorize: Preserve debug location info
2013-06-28 Matt ArsenaultFix using arg_end() - arg_begin() instead of arg_size()
2013-06-28 Matt ArsenaultFix typo
2013-06-28 Eli FriedmanDelete dead code.
2013-06-27 Eli FriedmanSwitch Decl instantiation to DeclNodes.inc.
next