2010-06-23 |
Daniel Dunbar | Revert r106066, "Create a more targeted fix for not... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Stuart Hastings | Less incorrect handling of zero-length bitfields. ... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Eric Christopher | Get the addend correct for i386 pic. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bill Wendling | Generate DWARF information during Apple-style build... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Replace ScalarEvolution's private copy of getLoopPredec... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bruno Cardoso... | Add AVX compare packed instructions |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Loosen up this test so that it doesn't depend as much... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Devang Patel | Revert 106592 for now. It causes clang-selfhost build... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Fix OptimizeMax to handle an odd case where one of... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bruno Cardoso... | Reapply support for AVX unpack and interleave instructi... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Devang Patel | If a metadata operand is seeded in value map and the... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Devang Patel | While cloning a module, clone metadata attached with... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bruno Cardoso... | Add AVX MOV{SS,SD}{rr,rm} instructions |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bill Wendling | Fix the formatting of the switch statement and add... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Jakob Stoklund... | Also convert SUBREG_TO_REG to a KILL when relevant... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bob Wilson | Thumb1 functions using @llvm.returnaddress were not... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Eric Christopher | Move a 64-bit test to the 64-bit file. Fixes an llvm... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Eric Christopher | Look for and use a different darwin crash reporter... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dale Johannesen | Add SSE so these actually pass on non-X86 hosts. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Jim Grosbach | fix typo |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Gabor Greif | use high-level accessors |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bruno Cardoso... | Fix a subtle multiclass bug: when using class inheritan... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bill Wendling | Corresponding test changes for r106564. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Gabor Greif | warmup ritual: use high-level argument accessors |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Mon P Wang | Move v-binop-widen tests to X86 since they don't work... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Devang Patel | Clone named metadata while cloning a module. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bruno Cardoso... | Reorganize logical and arithmetic SSE 1 & 2 instructions |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bruno Cardoso... | Reorganize SSE instructions, making easier to see oport... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Move PHIElimination's SplitCriticalEdge for MachineBasi... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Jakob Stoklund... | Remove the SimpleJoin optimization from SimpleRegisterC... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Split out the code for finding a unique loop predecesso... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Use pre-increment instead of post-increment when the... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Add a comment explaining a non-obvious API. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Add an explicit keyword. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Allow "exhaustive" trip count evaluation on phi nodes... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Devang Patel | Revert 106528. It is causing self host failures. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Devang Patel | Do not rely on DenseMap slot which can be easily invali... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bob Wilson | Revert my change to clone named metadata. Buildbots... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | When unfolding a load, avoid assuming which instruction... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Devang Patel | Use single interface, using twine, to get named metadata. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Evan Cheng | Tail merging pass shall not break up IT blocks. rdar... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Devang Patel | Discard special LLVM prefix from linkage name. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Devang Patel | Do not rely on Twine temporaries to survive. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Chris Lattner | make sure to initialize indent_level |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Fix the new load-unfolding code to update LiveVariable... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bob Wilson | Include named metadata when cloning a module. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | add some support for blockaddress. This isn't really... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | eliminate a mutable global variable, use raw_ostream... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | un-indent a huge amount of code out of an anonymous... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Bruno Cardoso... | revert r106482 |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | fix several bugs in the tutorial, patch by Kevin Kelley! |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | Teach two-address lowering how to unfold a load to... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Bruno Cardoso... | change parameter name to avoid confusion with global... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Bob Wilson | sign_extend_inreg needs to be expanded for pre-v6 Thumb... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Jim Grosbach | LEApcrelJT shouldn't be marked as neverHasSideEffects... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Bruno Cardoso... | Add unpack and interleave AVX instructions, encoding... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Evan Cheng | Fix PR7421: bug in kill transferring logic. It was... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | This makes example Makefile a lot more like actual |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from llvm. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | "This is just a cosmetic change in MCAsmStreamer.cpp... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | fix typos reported by Adam Warner! |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from SystemZ. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from Sparc. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from Mips. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from Blackfin. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from MSP430. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | Make this test more robust in case LLVM ever decides... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | Use A.append(...) instead of A.insert(A.end(), ...... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Make 80-column. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from PIC16. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from XCore. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from Alpha. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | Move several non-performance-critical member functinos... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dale Johannesen | Add missing FileCheck call. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Devang Patel | test case for r106438. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Devang Patel | Do not directly use function names to construct new... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Bruno Cardoso... | Move part of SSE 1 & 2 compare, shuffle and unpack... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Bruno Cardoso... | Add AVX regular (non-aliased ones) and,or,xor,andn... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dale Johannesen | Fix PR 7433. Silly typo in non-Darwin ARM tail call |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Eric Christopher | Add some codegen patterns for x86_64-linux-gnu tls... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Jim Grosbach | early exit for dbg_value instructions |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | remove some dead variables reported by clang++ |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | make the Value constructor protected. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | Revert r106422, which is breaking the non-fast-isel... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | More changes for non-top-down fast-isel. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Kalle Raiskila | Add the check to the testcase of r106419. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Kalle Raiskila | Mark the SPU 'lr' instruction to never have side effects. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Kalle Raiskila | Fix the lowering of VECTOR_SHUFFLE on SPU to handle... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | Do one lookup instead of two. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | Generalize this to look in the regular ValueMap in... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Rafael Espindola | Fix an unintentional commit. I think I typed "git svn... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Kalle Raiskila | Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithm |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Rafael Espindola | add_input_file and add_input_library now take const... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Rafael Espindola | Save more temps with -save-temps. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Rafael Espindola | wip |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Nate Begeman | Add support for returning multiple vectors via sret... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Nick Lewycky | Fix warning in no-asserts build. |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Evan Cheng | Fix a crash caused by dereference of MBB.end(). rdar... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Dan Gohman | Restore a call to rememberInstruction which was acciden... |
commit | commitdiff | tree | snapshot |
next |