aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all...Chris Lattner2010-06-211-11/+11
* Remove isTwoAddress from SystemZ.Eric Christopher2010-06-212-8/+9
* Remove isTwoAddress from Sparc.Eric Christopher2010-06-211-1/+1
* Remove isTwoAddress from Mips.Eric Christopher2010-06-211-1/+1
* Remove isTwoAddress from Blackfin.Eric Christopher2010-06-211-6/+6
* Remove isTwoAddress from MSP430.Eric Christopher2010-06-211-219/+219
* Use A.append(...) instead of A.insert(A.end(), ...) when A is aDan Gohman2010-06-219-29/+26
* Make 80-column.Eric Christopher2010-06-211-5/+10
* Remove isTwoAddress from PIC16.Eric Christopher2010-06-211-6/+6
* Remove isTwoAddress from XCore.Eric Christopher2010-06-211-1/+1
* Remove isTwoAddress from Alpha.Eric Christopher2010-06-212-12/+26
* Move several non-performance-critical member functinos out of line.Dan Gohman2010-06-212-0/+50
* Do not directly use function names to construct new name for named metadata.Devang Patel2010-06-211-1/+8
* Move part of SSE 1 & 2 compare, shuffle and unpack instructions closely. Prep...Bruno Cardoso Lopes2010-06-211-69/+54
* Add AVX regular (non-aliased ones) and,or,xor,andn packed instructions. They ...Bruno Cardoso Lopes2010-06-211-0/+24
* Fix PR 7433. Silly typo in non-Darwin ARM tail callDale Johannesen2010-06-212-18/+8
* Add some codegen patterns for x86_64-linux-gnu tls codegen matching.Eric Christopher2010-06-211-0/+9
* early exit for dbg_value instructionsJim Grosbach2010-06-211-0/+2
* remove some dead variables reported by clang++Chris Lattner2010-06-211-2/+0
* Revert r106422, which is breaking the non-fast-isel path.Dan Gohman2010-06-212-51/+11
* More changes for non-top-down fast-isel.Dan Gohman2010-06-212-11/+51
* Mark the SPU 'lr' instruction to never have side effects. Kalle Raiskila2010-06-211-2/+0
* Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.Kalle Raiskila2010-06-211-1/+1
* Do one lookup instead of two.Dan Gohman2010-06-211-2/+3
* Generalize this to look in the regular ValueMap in addition toDan Gohman2010-06-211-1/+1
* Fix an unintentional commit. I think I typed "git svn dcommit" in the wrong b...Rafael Espindola2010-06-211-49/+34
* Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithmKalle Raiskila2010-06-211-9/+14
* wipRafael Espindola2010-06-211-34/+49
* Fix warning in no-asserts build.Nick Lewycky2010-06-201-0/+1
* Fix a crash caused by dereference of MBB.end(). rdar://8110842Evan Cheng2010-06-201-6/+8
* Restore a call to rememberInstruction which was accidentally droppedDan Gohman2010-06-191-0/+1
* Add a TODO comment.Dan Gohman2010-06-191-0/+2
* Include the use kind along with the expression in the key of theDan Gohman2010-06-191-2/+28
* Don't include things in anonymous namespaces that don't need it.Dan Gohman2010-06-191-0/+4
* Use calloc instead of new/memset, it is more efficient when the set is very l...Benjamin Kramer2010-06-191-6/+14
* Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoidDan Gohman2010-06-191-2/+5
* Factor out duplicated code for reusing and inserting casts intoDan Gohman2010-06-191-54/+46
* Tidy.Bob Wilson2010-06-193-8/+8
* Remove a fixme comment that is no longer relevant.Bob Wilson2010-06-191-3/+0
* Fix error message to match function name.Bob Wilson2010-06-191-1/+1
* Refactoring of regular logical packed instructions to prepare for AVX ones.Bruno Cardoso Lopes2010-06-191-38/+39
* Refactor aliased packed logical instructions, also addBruno Cardoso Lopes2010-06-191-39/+26
* Ignore dbg_value's.Evan Cheng2010-06-191-1/+3
* Move new sse 1 & 2 generic classes to a more appropriate placeBruno Cardoso Lopes2010-06-191-61/+65
* Remove unnecessary argumentsBruno Cardoso Lopes2010-06-191-4/+4
* Add AVX packed intrinsics for MIN, MAXBruno Cardoso Lopes2010-06-191-37/+33
* Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi...Evan Cheng2010-06-191-8/+17
* Finish ripping isTwoAddress out of X86. Some mindless formattingEric Christopher2010-06-191-132/+153
* Shrink down code and add for free AVX {MIN,MAX}P{S,D}{rm,rr} instructionsBruno Cardoso Lopes2010-06-191-59/+28
* rip out dead code.Chris Lattner2010-06-191-6/+0