oota-llvm.git
2010-09-03 Duncan SandsReapply commit 112702 which was speculatively reverted...
2010-09-03 Owen AndersonRe-enable CorrelatedValuePropagation. I've tested...
2010-09-03 NAKAMURA Takumitest/CodeGen/X86: Add explicit -mtriple=(i686|x86_64...
2010-09-03 Oscar FuentesFix cmake build without native target selected.
2010-09-03 Bruno Cardoso... AVX doesn't support mm operations neither its instrinsics.
2010-09-03 Bruno Cardoso... Use punpckh and unpckh family of nodes instead of using...
2010-09-03 Bob WilsonReplace NEON vabdl, vaba, and vabal intrinsics with...
2010-09-03 Bruno Cardoso... Fix comment
2010-09-03 Bruno Cardoso... - Use specific nodes to match unpckl masks.
2010-09-03 Jakob Stoklund... Stop emitting predicate functions. They are no longer...
2010-09-03 Eric ChristopherSimple branch instruction support.
2010-09-03 Jakob Stoklund... Don't call Predicate_* from X86 target.
2010-09-03 Jakob Stoklund... Remove Predicate_* calls from MBlaze and XCore
2010-09-03 Jakob Stoklund... Remove Predicate_* calls from Mips
2010-09-02 Eric ChristopherAdd basic support for materializing constants (includin...
2010-09-02 Chris Lattnerupdate one more test
2010-09-02 Chris Lattnerthis is a release note worthy change.
2010-09-02 Chris Lattneradd a new "llvm-dis -show-annotations" option, which...
2010-09-02 Chris Lattnerlets get crazy and name the header file the exact class...
2010-09-02 Chris LattnerAsmPrinter has a formatted stream, pass it down through...
2010-09-02 Anton KorobeynikovProperly emit __chkstk call instead of __alloca on...
2010-09-02 Chris Lattnerstop forcing a noop AssemblyAnnotationWriter to silence...
2010-09-02 Devang PatelThere is no need to use .set here.
2010-09-02 Chris Lattnerreapply 112894:
2010-09-02 Bruno Cardoso... Move insertps mask decoding to header file
2010-09-02 Chris Lattnerrevert patch, need to update clang tests too
2010-09-02 Chris LattnerRemove #uses comments from functions: they we're padded...
2010-09-02 Chris Lattnermore test cleanup
2010-09-02 Chris Lattnerremove some noise from tests.
2010-09-02 Dan GohmanUse the FindProgramByName fallback only with known...
2010-09-02 Chris Lattnerwe are past the point where these tests are useful.
2010-09-02 Bill WendlingRevert int_x86_mmx_palignr_b intrinsic to match llvm...
2010-09-02 Anton KorobeynikovRevert win64 changes. They seem to be incomplete
2010-09-02 Jim GrosbachFor ARM stack frames that utilize variable sized object...
2010-09-02 Bill Wendling- Change __builtin_ia32_palignr intrinsic type to match...
2010-09-02 Chris Lattnerfix more AST updating bugs, correcting miscompilation...
2010-09-02 Owen AndersonRemove incorrect and poorly tested code for trying...
2010-09-02 Anton KorobeynikovProperly allocate win64 shadow reg area.
2010-09-02 Dan GohmanRemove obsolete comments about throwing exceptions.
2010-09-02 John McCallAfter some discussion with djg, teach SmallVector to...
2010-09-02 Bruno Cardoso... Move decoding of insertps back to avoid unused warnings...
2010-09-02 Devang PatelDetect undef value early and save unnecessary NodeMap...
2010-09-02 Dan GohmanDon't narrow the load and store in a load+twiddle+store...
2010-09-02 Devang PatelTidy up.
2010-09-02 Sandeep PatelFix an unnecessary XFAIL
2010-09-02 Jim Grosbachtrailing whitespace
2010-09-02 Owen AndersonFix typo. I accidentally edited the wrong file before...
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-09-02 Jim Grosbachremove trailing whitespace
2010-09-02 Bruno Cardoso... Move x86 specific shuffle mask decoding to its own...
2010-09-02 Jim GrosbachThe scavenger should just use getAllocatableSet() rathe...
2010-09-02 Dan GohmanApply a patch from Kees van Reeuwijk to add support...
2010-09-02 Owen AndersonFix a bug in LazyValueInfo that CorrelatedValuePropagat...
2010-09-02 Jim Grosbachhandle case where a register class is specified
2010-09-02 Jim GrosbachNow that register allocation properly considers reserve...
2010-09-02 Dan GohmanAdd a comment.
2010-09-02 Benjamin KramerAllow MCSA_WeakRef in ELF. Patch by Roman Divacky.
2010-09-02 Jim GrosbachAnti-dependency breaking needs to be careful not to...
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-09-02 Jim GrosbachMask out reserved registers when constructing the set...
2010-09-02 Bob WilsonFill in a missing comment.
2010-09-02 Bob WilsonConvert VLD1 and VLD2 instructions to use pseudo-instru...
2010-09-02 Mikhail Glushenkovllvmc: .dylib support.
2010-09-02 Duncan SandsPrint the number of uses of a function in the .ll since...
2010-09-02 Lang HamesAdded support for register allocators to record which...
2010-09-02 Duncan SandsReapply commit 112699, speculatively reverted by echris...
2010-09-02 Chandler CarruthSilence an ambiguous else warning from GCC.
2010-09-02 Nick LewyckyFix compile errors.
2010-09-02 Lang HamesAdded counters for PBQP reduction rules.
2010-09-02 Bruno Cardoso... Replace unpckl_undef and unpckh_undef matching with...
2010-09-02 Bruno Cardoso... Move condition out to prepare for more matching
2010-09-02 Bruno Cardoso... Remove checking for isUNPCKL_v_undef_Mask, the specific...
2010-09-02 NAKAMURA Takumillvm::FindExecutable(): Retrieve the name with suffix...
2010-09-02 NAKAMURA Takumitest/loop-strength-reduce4: Add explicit triplet for...
2010-09-02 NAKAMURA Takumitest/twoaddr-coalesce: Do not use @main.
2010-09-02 Bruno Cardoso... become more strict about when it's safe to use X86ISD...
2010-09-02 Eric ChristopherClang's -ccc-host-triple was ignoring the arch specifie...
2010-09-02 Eric ChristopherThis should be TargetMaterializeConstant instead.
2010-09-02 Eric ChristopherOne definition of isThumb is plenty, thanks.
2010-09-02 Jim GrosbachRemove trailing whitespace
2010-09-02 Eric ChristopherRework arm fast-isel load and store handling. Move...
2010-09-02 Jim GrosbachAdd a bit of debug output for register scavenging
2010-09-02 Chris Lattnerupdates to make it clear that this applies to clang...
2010-09-02 Jim Grosbachtrivial cleanup
2010-09-01 Jim GrosbachSimplify the tGPR register class now that the register...
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-09-01 Dan GohmanReword this comment. Don't mention outs(), as that...
2010-09-01 Chris Lattnerdeepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
2010-09-01 Bruno Cardoso... Revert r112689, avoid those kind of checks cause they...
2010-09-01 Jim GrosbachTweak to ignoring reserved regs. The allocator was...
2010-09-01 Dale JohannesenRecommit with changes. Comment out palignr for the
2010-09-01 Bruno Cardoso... Using target specific nodes for shuffle nodes makes...
2010-09-01 Eric ChristopherSome basic store support.
2010-09-01 Jakob Stoklund... Teach RemoveCopyByCommutingDef to check all aliases...
2010-09-01 Dale JohannesenApparently only Darwin passes long double misaligned...
2010-09-01 Jim Grosbachtidy up trailing whitespace and an 80 column violation.
2010-09-01 Dan GohmanFix loop unswitching's assumption that a code path...
2010-09-01 Dale JohannesenRevert 112740, it broke some clang tests somehow...
2010-09-01 Jim Grosbachcleanup per feedback. use a helper function for getting...
2010-09-01 Jim GrosbachThe register allocator shouldn't consider allocating...
next