oota-llvm.git
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chandler CarruthRework a bit of the implementation of loop block rotati...
2011-11-27 Chris LattnerEli managed to kill off llvm.membarrier in llvm 3.0...
2011-11-27 Chris Lattneradd some final random notes, I've completed my pass...
2011-11-27 Chris LattnerThe llvm.atomic intrinsics *were* removed in LLVM 3...
2011-11-27 Chris Lattnerremove autoupgrade support for old forms of llvm.prefet...
2011-11-27 Chris Lattneradd some notes.
2011-11-27 Chris Lattnerremove asmparsing and documentation support for "volati...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-27 Chris Lattnersome notes.
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-27 Chris Lattnerremove some old autoupgrade logic
2011-11-27 Chris Lattnerremove autoupgrade support for LLVM 2.9 exception stuff...
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-11-27 Chris Lattneradd some notes
2011-11-27 Wesley PeckAdd several new instructions supported by the latest...
2011-11-27 Bob WilsonPartially revert r145157 to quiet an unhappy buildbot.
2011-11-27 Wesley PeckOptimize comparison against 0 in conditional instructions.
2011-11-27 Chandler CarruthIntroduce a loop block rotation optimization to the...
2011-11-27 Bob WilsonMerge the install-clang-c target into install-clang...
2011-11-26 Benjamin KramerMove code into anonymous namespaces.
2011-11-26 Craig TopperMerge 128-bit and 256-bit X86ISD node types for VPERMIL...
2011-11-26 Wesley PeckRename a couple of options and fix some simple typos.
2011-11-26 Craig TopperCollapse X86ISD node types for PUNPCKH*, PUNPCKL*,...
2011-11-26 Benjamin KramerMove the branch probability blurb into the optimizer...
2011-11-26 David ChisnallAdded Objective-C and libc++ details to the 3.0 release...
2011-11-26 Chandler CarruthFileCheck-ize this test and make it more precise. This...
2011-11-26 Eli FriedmanFix APFloat::convert so that it handles narrowing conve...
2011-11-25 Benjamin Kramershpelling
2011-11-25 Benjamin KramerRemove ZooLib from the projects list.
2011-11-25 Chris Lattneradd a user
2011-11-25 Chris Lattneradd some notes
2011-11-25 Chris Lattneradd faust
2011-11-25 Bruno Cardoso... This patch contains support for encoding FMA4 instructi...
2011-11-25 NAKAMURA TakumiARMLoadStoreOptimizer.cpp: Fix MSVC(Debug) build.
2011-11-24 Craig TopperRemove 256-bit specific node types for UNPCKHPS/D and...
2011-11-24 Craig TopperRemove AVX2 specific X86ISD node types for PUNPCKH...
2011-11-24 Benjamin KramerDevirtualize Pass::getPassID, overriding it isn't usefu...
2011-11-24 Benjamin KramerMake ConstantRange::truncate a bit more efficient.
2011-11-24 Benjamin KramerX86: alias cqo to cqto.
2011-11-24 Chandler CarruthFix a silly use-after-free issue. A much earlier versio...
2011-11-24 Chandler CarruthWhen adding blocks to the list of those which no longer...
2011-11-24 Jim GrosbachAdd a few notes for ARM and a blurb about the MCJIT.
2011-11-23 Akira HatanakaThis patch makes the following changes necessary for...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-23 Richard SmithCorrectly byte-swap APInts with bit-widths greater...
2011-11-23 Benjamin KramerValidate the return type when checking if a function...
2011-11-23 Duncan SandsFix a crash in which a multiplication was being reporte...
2011-11-23 Benjamin KramerX86: Use btq for bit tests if the immediate can't be...
2011-11-23 NAKAMURA Takumitest/CodeGen/X86/block-placement.ll: Add explicit ...
2011-11-23 Chandler CarruthRelax an invariant that block placement was trying...
2011-11-23 Elena DemikhovskyI added several lines in X86 code generator that allow...
2011-11-23 Chandler CarruthHandle the case of a no-return invoke correctly. It...
2011-11-23 Bob WilsonEnable stack protectors for all arrays, not just char...
2011-11-23 Jakob Stoklund... Fix PR11422.
2011-11-23 Rafael EspindolaPoint to libLTO with -L/PATH/ -lLTO so that it is found...
2011-11-23 Chandler CarruthFix a crash in block placement due to an inner loop...
2011-11-23 Kostya Serebryany[asan] do not instrument threadlocal globals, this...
2011-11-22 Anshuman DasguptaUndo test commit
2011-11-22 Anshuman DasguptaTest commit
2011-11-22 Hal Finkeladd basic PPC register-pressure feedback; adjust the...
2011-11-22 Craig TopperMore fixes to the X86InstComments for shuffle instructi...
2011-11-22 Chandler CarruthFix a devilish miscompile exposed by block placement...
2011-11-22 Benjamin KramerAdd configure checking for pread(2) and use it to save...
2011-11-22 Chandler CarruthFix an obvious omission in the SelectionDAGBuilder...
2011-11-22 Benjamin KramerTurn error recovery into an assert.
2011-11-22 Rafael EspindolaAdd triple to the test.
2011-11-22 Rafael EspindolaIf a register is both an early clobber and part of...
2011-11-22 Craig TopperFix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD...
2011-11-22 Craig TopperAdd methods for querying minimum SSE version along...
2011-11-21 Sebastian Popfix typo in comment
2011-11-21 Nick LewyckyFix crasher in GVN due to my recent capture tracking...
2011-11-21 Nick LewyckyAdd virtual destructor. Whoops!
2011-11-21 Craig TopperLowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2...
2011-11-21 Craig TopperTest case for r145026
2011-11-21 Craig TopperAdd support for lowering 256-bit shuffles to VPUNPCKL...
2011-11-21 Joe AbbeyFixing a comment
2011-11-21 Craig TopperMake LowerSIGN_EXTEND_INREG split 256-bit vectors when...
2011-11-20 Nick LewyckyLess template, more virtual! Refactoring suggested...
2011-11-20 Nick LewyckyRefactor code to use new attribute getters on CallSite...
2011-11-20 NAKAMURA Takumitest/CodeGen/X86/block-placement.ll: Relax expressions...
2011-11-20 Chandler CarruthThe logic for breaking the CFG in the presence of hot...
2011-11-20 Chandler CarruthMake an obviously const interface actually be marked...
2011-11-20 Benjamin KramerXFAIL this test until I figure out what indvars is...
2011-11-20 Benjamin KramerSCEV: Actually set overflow flags on add expressions.
2011-11-20 Chandler CarruthAdd some comments to the latest test case I added here...
2011-11-20 Craig TopperAdd code for lowering v32i8 shifts by a splat to AVX2...
2011-11-19 Craig TopperUse 256-bit vcmpeqd for creating an all ones vector...
2011-11-19 Craig TopperRemove some of the special classes that worked around...
2011-11-19 Craig TopperCustom lower AVX2 variable shift intrinsics to shl...
2011-11-19 Chandler CarruthMove the handling of unanalyzable branches out of the...
2011-11-19 Craig TopperTest cases for SSSE3/AVX integer horizontal add/sub.
2011-11-19 Craig TopperSynthesize SSSE3/AVX 128-bit horizontal integer add...
2011-11-19 Craig TopperCollapse X86 PSIGNB/PSIGNW/PSIGND node types.
2011-11-19 Craig TopperExtend VPBLENDVB and VPSIGN lowering to work for AVX2.
2011-11-19 Craig TopperRemove some unnecessary filtering checks from X86 disas...
2011-11-19 Craig TopperRemove unused parameters from the AVX maskmov classes.
2011-11-18 Andrew TrickFix a corner case in updating LoopInfo after fully...
2011-11-18 Nadav RotemAdd AVX2 vpbroadcast support
2011-11-18 Kostya Serebryany[asan] workaround for reg alloc bug 11395: don't instru...
next