oota-llvm.git
2012-08-22 Richard SmithReduce alignment of SmallVector<T> to the required...
2012-08-21 Chad RosierAdd a few functions to TargetLibraryInfo as part of...
2012-08-21 Richard SmithMaximumSpanningTree::EdgeWeightCompare: Make this compa...
2012-08-21 Richard SmithFix misaligned access in MachO object file reader:...
2012-08-21 Richard SmithFix unaligned memory accesses when performing relocatio...
2012-08-21 Richard SmithDon't pass a null pointer to cast<> in its unit tests.
2012-08-21 Richard SmithDon't bind a reference to a dereferenced null pointer...
2012-08-21 Chad Rosier[ms-inline asm] Do not report a Parser error when match...
2012-08-21 David BlaikieIgnore the documentation-suggested location for compile...
2012-08-21 David BlaikieThe presence of the empty file "foo" unfortunately...
2012-08-21 David BlaikieRemove unnecessary cast that was also unnecessarily...
2012-08-21 David BlaikieProvide a portability macro for __builtin_trap.
2012-08-21 Rafael EspindolaFix macros arguments with an underscore, dot or dollar...
2012-08-21 Chad Rosier[ms-inline asm] Expose the ErrorInfo from the MatchInst...
2012-08-21 Chad RosierFormatting. No functional change.
2012-08-21 Rafael EspindolaMake the wording in of the "expected identifier" error...
2012-08-21 Duncan SandsPacify PVS-Studio by changing the type rather than...
2012-08-21 Chad RosierAdd support for the --param ssp-buffer-size= driver...
2012-08-21 Rafael EspindolaUse typedefs. Fix indentation. Extracted from the Andy...
2012-08-21 Rafael EspindolaRemove unused variable. Extracted from the Andy/PaX...
2012-08-21 Rafael EspindolaFix typo. Extracted from the Andy/PaX patch.
2012-08-21 Jim GrosbachMCJIT: Tidy up the constructor.
2012-08-21 Duncan SandsPVS-Studio noticed that EmitVBR64 would perform undefin...
2012-08-21 Tim NorthoverAdd correct set of regression tests for r162094 commit.
2012-08-21 Chandler CarruthPort the global copy optimization from the SROA pass...
2012-08-21 Craig TopperFix up indentation and remove a couple else's after...
2012-08-21 Kostya Serebryany[asan] add code to detect global initialization fiasco...
2012-08-21 Craig TopperUse uint16_t for tables of opcodes.
2012-08-21 Craig TopperFix up indentation. No functional change.
2012-08-21 Craig TopperAdd a couple llvm_unreachables. Add a message to severa...
2012-08-21 Craig TopperReplace a break with llvm_unreachable in the default...
2012-08-21 Craig TopperCleanup the scalar FMA3 definitions. Add patterns to...
2012-08-21 Craig TopperMerge FMA3 instructions with and without patterns into...
2012-08-21 Michael Liaorevise debug output to avoid dangling pointer
2012-08-21 Jakob Stoklund... Add a missing def flag.
2012-08-20 Jakob Stoklund... Fix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-20 Jakob Stoklund... Don't add CFG edges for redundant conditional branches.
2012-08-20 Jakob Stoklund... Clarify that duplicate edges are not allowed in the...
2012-08-20 Jakob Stoklund... Add a verification pass after ExpandISelPseudos.
2012-08-20 Jakob Stoklund... Add CFG checks to MachineVerifier.
2012-08-20 Jakob Stoklund... Use a SmallPtrSet to dedup successors in EmitSjLjDispat...
2012-08-20 Sebastian Popenable cross compilation with cmake
2012-08-20 Sebastian Popenable Hexagon target from cmake
2012-08-20 Sebastian Popfix HexagonSubtarget parsing of -mv flag
2012-08-20 Michael Liaofix a case where all operands of BUILD_VECTOR are undefined
2012-08-20 Akira HatanakaFix coding style violations in 162135 and 162136.
2012-08-20 Benjamin KramerDataExtractor: Fix integer truncation issues in LEB128...
2012-08-20 Stepan DyatkovskiyForget to add testcase for r162195. Sorry.
2012-08-20 Stepan DyatkovskiyFixed DAGCombiner bug (found and localized by James...
2012-08-20 Craig TopperRemove FMA3 intrinsic instructions in favor of patterns.
2012-08-20 Craig TopperUse correct intrinsic for 256-bit VFMSUBADDPS.
2012-08-19 Craig TopperRemove trailing white space and tab characters. No...
2012-08-19 Nadav RotemWhen unsafe math is used, we can use commutative FMAX...
2012-08-19 Benjamin KramerFabs folding is implemented.
2012-08-18 Benjamin KramerInstCombine: Fix a crasher when encountering a function...
2012-08-18 Jakob Stoklund... Remove the CAND/COR/CXOR custom ISD nodes and their...
2012-08-18 Craig TopperRemove virtual from many methods. These methods replace...
2012-08-18 Jakob Stoklund... Also combine zext/sext into selects for ARM.
2012-08-18 Jakob Stoklund... Also pass logical ops to combineSelectAndUse.
2012-08-18 Benjamin KramerRemove overly conservative hasOneUse check, this always...
2012-08-18 Benjamin KramerInstCombine: Add a couple of fabs identities for compar...
2012-08-18 Benjamin KramerSimplifyLibcalls: Add fabs and trunc to the list of...
2012-08-18 Nadav RotemReapply r162160 with a fix: Optimize Arith->Trunc-...
2012-08-18 Anton Korobeynikovfp16-to-fp32 conversion instructions are available...
2012-08-18 Craig TopperRefactor code a bit to reduce number of calls in the...
2012-08-18 Craig TopperReorder initialization list to silence -Wreorder
2012-08-18 Nadav RotemRevert r162160 because it made a few buildbots fail.
2012-08-18 Nadav RotemThe X86 backend has a number of optimizations for SETCC...
2012-08-17 Eli FriedmanMake atomic load and store of pointers work. Tighten...
2012-08-17 Richard SmithFix undefined behavior (binding a reference to a derefe...
2012-08-17 Akira HatanakaAdd MipsELFWriterInfo.{h,cpp}.
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-17 Bill WendlingImplement stack protectors for structures with characte...
2012-08-17 Jakob Stoklund... Avoid folding ADD instructions with FI operands.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-17 Rafael EspindolaAssert that dominates is not given a multiple edge...
2012-08-17 Jakob Stoklund... Add comment, clean up code. No functional change.
2012-08-17 Benjamin KramerTargetLowering: Use the large shift amount during legal...
2012-08-17 Jakob Stoklund... Use standard pattern for iterate+erase.
2012-08-17 Benjamin KramerGuard MemoryBuiltins against self-looping GEPs, which...
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-17 Tim NorthoverImplement NEON domain switching for scalar <-> S-regist...
2012-08-17 Jin-Gu KangInsertion of NoFolder functions to avoid ambiguous...
2012-08-17 Craig TopperUse nested switch to select arguments to reduce calls...
2012-08-17 Craig TopperMake ReplaceATOMIC_BINARY_64 a static function. Use...
2012-08-17 Pranav BhandarkarTest commit.
2012-08-17 Craig TopperRemove unnecessary include of ARMGenInstrInfo.inc.
2012-08-17 Craig TopperDeclare some for loop indices inside the for loop state...
2012-08-17 Craig TopperFix up indentation of outputted decode function for...
2012-08-17 NAKAMURA Takumilit: Show actually created count of threads. The incorr...
2012-08-17 Chandler CarruthFlatten the aligned-char-array utility template to...
2012-08-16 Jakob Stoklund... Add ADD and SUB to the predicable ARM instructions.
2012-08-16 Jakob Stoklund... Handle ARM MOVCC optimization in PeepholeOptimizer.
2012-08-16 Jakob Stoklund... Add an MCID::Select flag and TII hooks for optimizing...
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyDefine and handle additional fixup kinds. By Adhemerval...
2012-08-16 Roman DivackyAdd PPC64 relocations definitions, by Adhemerval Zanella.
2012-08-16 Roman DivackyHandle PowerPC.
next