oota-llvm.git
2013-07-01 Sylvestre LedruThe build system is currently miss-identifying GNU...
2013-07-01 Arnold SchwaighoferLoopVectorize: Math functions only read rounding mode
2013-06-30 Vincent LejeuneR600: Fix an unitialized variable in R600InstrInfo.cpp
2013-06-30 Ahmed BougachaX86: POP*rmm: move address operand to (ins) from (outs).
2013-06-30 Stephen LinDeadArgumentElimination: keep return value on functions...
2013-06-30 Benjamin KramerConstantFold: Check that truncating the other side...
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 Benjamin KramerLoopVectorizer: Pack MemAccessInfo pairs.
2013-06-29 Benjamin KramerMove helper classes into anonymous namespaces.
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 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-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 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 Daniel MaleaReplace UNIXy path with os-independent one in DebugIR...
2013-06-28 Nadav RotemSLP Vectorizer: Add support for trees with external...
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 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 Nadav RotemLoopVectorizer: Refactor the code that checks if it...
2013-06-28 Daniel MaleaAdding tests for DebugIR pass
2013-06-28 Tom StellardR600/SI: Add processor types for each CIK variant
2013-06-28 Hal FinkelFix CodeGen/PowerPC/stack-protector.ll on OpenBSD
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 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 Daniel MaleaAdd missing header for DebugIR
2013-06-28 Daniel MaleaRemove limitation on DebugIR that made it require exist...
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 Briggsgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
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 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 Weiming ZhaoBug 13662: Enable GPRPair for all i64 operands of inlin...
2013-06-28 Arnold SchwaighoferLoopVectorize: Pull dyn_cast into setDebugLocFromInst
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 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 Tim NorthoverARM: ensure fixed-point conversions have sane types
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 Alexey Samsonovllvm-symbolizer: skip leading underscore in Mach-O...
2013-06-28 Alexey Samsonovllvm-symbolizer: make name demangling a public static...
2013-06-28 Rafael EspindolaImprove comment.
2013-06-28 Alexey SamsonovMake a switch in createBinary fully-covered. Add forgot...
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 David BlaikieIntegrate Assembler: Support X86_64_DTPOFF64 relocations
2013-06-28 Rafael EspindolaImprovements to unique_file and createUniqueDirectory.
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-27 Peter CollingbourneRename DIBuilder::createNullPtrType to createUnspecifie...
2013-06-27 Michael GottesmanAt the request of Richard Smith, swapped the order...
2013-06-27 Michael GottesmanRevert "Revert "[APFloat] Removed APFloat constructor...
2013-06-27 Michael GottesmanRevert "[APFloat] Removed APFloat constructor which...
2013-06-27 Arnold SchwaighoferLoopVectorize: Cache edge masks created during if-conve...
2013-06-27 Chad RosierRemove unnecessary conditional checks.
2013-06-27 Michael Gottesman[APFloat] Removed APFloat constructor which initialized...
2013-06-27 Chad RosierImprove the compression of the tablegen DiffLists by...
2013-06-27 Argyrios Kyrtzidis[Support/Registry.h] Include llvm/Support/Compiler.h.
2013-06-27 Nadav RotemGet rid of the unused class member.
next