oota-llvm.git
2010-06-23 Stuart HastingsLess incorrect handling of zero-length bitfields. ...
2010-06-22 Eric ChristopherGet the addend correct for i386 pic.
2010-06-22 Bill WendlingGenerate DWARF information during Apple-style build...
2010-06-22 Dan GohmanReplace ScalarEvolution's private copy of getLoopPredec...
2010-06-22 Bruno Cardoso... Add AVX compare packed instructions
2010-06-22 Dan GohmanLoosen up this test so that it doesn't depend as much...
2010-06-22 Devang PatelRevert 106592 for now. It causes clang-selfhost build...
2010-06-22 Dan GohmanFix OptimizeMax to handle an odd case where one of...
2010-06-22 Bruno Cardoso... Reapply support for AVX unpack and interleave instructi...
2010-06-22 Devang PatelIf a metadata operand is seeded in value map and the...
2010-06-22 Devang PatelWhile cloning a module, clone metadata attached with...
2010-06-22 Bruno Cardoso... Add AVX MOV{SS,SD}{rr,rm} instructions
2010-06-22 Bill WendlingFix the formatting of the switch statement and add...
2010-06-22 Jakob Stoklund... Also convert SUBREG_TO_REG to a KILL when relevant...
2010-06-22 Bob WilsonThumb1 functions using @llvm.returnaddress were not...
2010-06-22 Eric ChristopherMove a 64-bit test to the 64-bit file. Fixes an llvm...
2010-06-22 Eric ChristopherLook for and use a different darwin crash reporter...
2010-06-22 Dale JohannesenAdd SSE so these actually pass on non-X86 hosts.
2010-06-22 Jim Grosbachfix typo
2010-06-22 Gabor Greifuse high-level accessors
2010-06-22 Bruno Cardoso... Fix a subtle multiclass bug: when using class inheritan...
2010-06-22 Bill WendlingCorresponding test changes for r106564.
2010-06-22 Gabor Greifwarmup ritual: use high-level argument accessors
2010-06-22 Mon P WangMove v-binop-widen tests to X86 since they don't work...
2010-06-22 Devang PatelClone named metadata while cloning a module.
2010-06-22 Bruno Cardoso... Reorganize logical and arithmetic SSE 1 & 2 instructions
2010-06-22 Bruno Cardoso... Reorganize SSE instructions, making easier to see oport...
2010-06-22 Dan GohmanMove PHIElimination's SplitCriticalEdge for MachineBasi...
2010-06-22 Jakob Stoklund... Remove the SimpleJoin optimization from SimpleRegisterC...
2010-06-22 Dan GohmanSplit out the code for finding a unique loop predecesso...
2010-06-22 Dan GohmanUse pre-increment instead of post-increment when the...
2010-06-22 Dan GohmanAdd a comment explaining a non-obvious API.
2010-06-22 Dan GohmanAdd an explicit keyword.
2010-06-22 Dan GohmanAllow "exhaustive" trip count evaluation on phi nodes...
2010-06-22 Devang PatelRevert 106528. It is causing self host failures.
2010-06-22 Devang PatelDo not rely on DenseMap slot which can be easily invali...
2010-06-22 Bob WilsonRevert my change to clone named metadata. Buildbots...
2010-06-22 Dan GohmanWhen unfolding a load, avoid assuming which instruction...
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-22 Evan ChengTail merging pass shall not break up IT blocks. rdar...
2010-06-22 Devang PatelDiscard special LLVM prefix from linkage name.
2010-06-22 Devang PatelDo not rely on Twine temporaries to survive.
2010-06-22 Chris Lattnermake sure to initialize indent_level
2010-06-22 Dan GohmanFix the new load-unfolding code to update LiveVariable...
2010-06-22 Bob WilsonInclude named metadata when cloning a module.
2010-06-21 Eric ChristopherFix typo.
2010-06-21 Chris Lattneradd some support for blockaddress. This isn't really...
2010-06-21 Chris Lattnereliminate a mutable global variable, use raw_ostream...
2010-06-21 Chris Lattnerun-indent a huge amount of code out of an anonymous...
2010-06-21 Bruno Cardoso... revert r106482
2010-06-21 Chris Lattnerfix several bugs in the tutorial, patch by Kevin Kelley!
2010-06-21 Dan GohmanTeach two-address lowering how to unfold a load to...
2010-06-21 Bruno Cardoso... change parameter name to avoid confusion with global...
2010-06-21 Bob Wilsonsign_extend_inreg needs to be expanded for pre-v6 Thumb...
2010-06-21 Jim GrosbachLEApcrelJT shouldn't be marked as neverHasSideEffects...
2010-06-21 Bruno Cardoso... Add unpack and interleave AVX instructions, encoding...
2010-06-21 Evan ChengFix PR7421: bug in kill transferring logic. It was...
2010-06-21 Chris LattnerThis makes example Makefile a lot more like actual
2010-06-21 Eric ChristopherRemove isTwoAddress from llvm.
2010-06-21 Chris Lattner"This is just a cosmetic change in MCAsmStreamer.cpp...
2010-06-21 Chris Lattnerfix typos reported by Adam Warner!
2010-06-21 Eric ChristopherRemove isTwoAddress from SystemZ.
2010-06-21 Eric ChristopherRemove isTwoAddress from Sparc.
2010-06-21 Eric ChristopherRemove isTwoAddress from Mips.
2010-06-21 Eric ChristopherRemove isTwoAddress from Blackfin.
2010-06-21 Eric ChristopherRemove isTwoAddress from MSP430.
2010-06-21 Dan GohmanMake this test more robust in case LLVM ever decides...
2010-06-21 Dan GohmanUse A.append(...) instead of A.insert(A.end(), ......
2010-06-21 Eric ChristopherMake 80-column.
2010-06-21 Eric ChristopherRemove isTwoAddress from PIC16.
2010-06-21 Eric ChristopherRemove isTwoAddress from XCore.
2010-06-21 Eric ChristopherRemove isTwoAddress from Alpha.
2010-06-21 Dan GohmanMove several non-performance-critical member functinos...
2010-06-21 Dale JohannesenAdd missing FileCheck call.
2010-06-21 Devang Pateltest case for r106438.
2010-06-21 Devang PatelDo not directly use function names to construct new...
2010-06-21 Bruno Cardoso... Move part of SSE 1 & 2 compare, shuffle and unpack...
2010-06-21 Bruno Cardoso... Add AVX regular (non-aliased ones) and,or,xor,andn...
2010-06-21 Dale JohannesenFix PR 7433. Silly typo in non-Darwin ARM tail call
2010-06-21 Eric ChristopherAdd some codegen patterns for x86_64-linux-gnu tls...
2010-06-21 Jim Grosbachearly exit for dbg_value instructions
2010-06-21 Chris Lattnerremove some dead variables reported by clang++
2010-06-21 Chris Lattnermake the Value constructor protected.
2010-06-21 Dan GohmanRevert r106422, which is breaking the non-fast-isel...
2010-06-21 Dan GohmanMore changes for non-top-down fast-isel.
2010-06-21 Kalle RaiskilaAdd the check to the testcase of r106419.
2010-06-21 Kalle RaiskilaMark the SPU 'lr' instruction to never have side effects.
2010-06-21 Kalle RaiskilaFix the lowering of VECTOR_SHUFFLE on SPU to handle...
2010-06-21 Dan GohmanDo one lookup instead of two.
2010-06-21 Dan GohmanGeneralize this to look in the regular ValueMap in...
2010-06-21 Rafael EspindolaFix an unintentional commit. I think I typed "git svn...
2010-06-21 Kalle RaiskilaFix lowering of VECTOR_SHUFFLE on SPU. Old algorithm
2010-06-21 Rafael Espindolaadd_input_file and add_input_library now take const...
2010-06-21 Rafael EspindolaSave more temps with -save-temps.
2010-06-21 Rafael Espindolawip
2010-06-20 Nate BegemanAdd support for returning multiple vectors via sret...
2010-06-20 Nick LewyckyFix warning in no-asserts build.
2010-06-20 Evan ChengFix a crash caused by dereference of MBB.end(). rdar...
2010-06-19 Dan GohmanRestore a call to rememberInstruction which was acciden...
2010-06-19 Dan GohmanAdd a TODO comment.
next