summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Re-enable usage of the ARM base pointer. r113394 fixed the known failures.Jim Grosbach2010-09-08
* Fix errant fall-throughs causing the base pointer to be used when the frameJim Grosbach2010-09-08
* Add intrinsic forms of mmx<->sse conversions. Notes:Dale Johannesen2010-09-08
* Rewrite TargetMaterializeConstant.Eric Christopher2010-09-08
* Remove dead code.Jakob Stoklund Olesen2010-09-08
* Minor change. Fix comments and remove unused and redundant codeBruno Cardoso Lopes2010-09-08
* ELF_STB_Local is 0 so setting and checking it must be done speciallyRoman Divacky2010-09-08
* Clarify the ownership model of LLVMContext and Module. Namely, contexts ownOwen Anderson2010-09-08
* x86 vector shuffle lowering now relies only on target specificBruno Cardoso Lopes2010-09-08
* Be more careful about when to do dynamic stack realignment. Since we have anJim Grosbach2010-09-08
* Add missing assertJim Grosbach2010-09-08
* Unresolved weak symbols have value equal zero.Roman Divacky2010-09-08
* Fix CellSPU vector shuffles, again.Kalle Raiskila2010-09-08
* add support for the commuted form of the test instruction, rdar://8018260.Chris Lattner2010-09-08
* implement proper support for sysret{,l,q}, rdar://8403907Chris Lattner2010-09-08
* implement the iret suite of instructions properly,Chris Lattner2010-09-08
* add support for instruction prefixes on the same line as the instruction,Chris Lattner2010-09-08
* change the MC "ParseInstruction" interface to make it the Chris Lattner2010-09-08
* gas accepts xchg <mem>, <reg> as a synonym for xchg <reg>, <mem>.Chris Lattner2010-09-08
* ARM/Disassembler: Fix definitions incompatible(unsigned and uint32_t) to Cygw...NAKAMURA Takumi2010-09-08
* fix the encoding of the "jump on *cx" family of instructions,Chris Lattner2010-09-08
* remove trailing whitespaceJim Grosbach2010-09-08
* remove obsolete commentJim Grosbach2010-09-08
* disable for the moment while tracking down a few Thumb2-O0 failure that lookJim Grosbach2010-09-08
* woops. need to update a test along with this.Jim Grosbach2010-09-08
* disable temporarily while sorting out a few test failures in Thumb2-O0 tests.Jim Grosbach2010-09-08
* Add a new experimental generalized dependence query interface toDan Gohman2010-09-08
* correct spill code to properly determine if dynamic stack realignment isJim Grosbach2010-09-08
* VFP/NEON load/store multiple instructions are addrmode4, not 5.Jim Grosbach2010-09-08
* Add a separate unrolling threshold when the current function is being optimiz...Owen Anderson2010-09-07
* Don't add <imp-def> operands during register rewriting.Jakob Stoklund Olesen2010-09-07
* To shrink a t2LDM instruction to the 16-bit wide tLDM instruction, the baseJim Grosbach2010-09-07
* grammar tweakJim Grosbach2010-09-07
* Factor out some x86 vector shuffle rewriting and add comments about the direc...Bruno Cardoso Lopes2010-09-07
* Fix PR7972, in which the PassRegistry was being leaked. As part of this,Owen Anderson2010-09-07
* Move code around to prepare for moving some of the logic together to another ...Bruno Cardoso Lopes2010-09-07
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-07
* Fix a serious performance regression introduced by r108687 on linux:Chris Lattner2010-09-07
* Remove a dead comment.Evan Cheng2010-09-07
* hopefully fix a problem building on cygwin-1.5Chris Lattner2010-09-07
* Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...Owen Anderson2010-09-07
* decouple MMX check from regular splat checks. Some refactoring is coming, and...Bruno Cardoso Lopes2010-09-07
* Remove now useless check, because the code can be matched below, no need to l...Bruno Cardoso Lopes2010-09-07
* Issue a #error if the host doesn't have an implementation forDan Gohman2010-09-07
* Minor change. Since the checks are equivalent, use isMMXBruno Cardoso Lopes2010-09-07
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-07
* Add patterns for MMX that use the new intrinsics.Dale Johannesen2010-09-07
* Remove unused target specific nodeBruno Cardoso Lopes2010-09-07
* Don't leak the old operand when transforming "sldt" into "sldtw".Benjamin Kramer2010-09-07
* Add completely hokey binary-and and binary-or operations to ConstantRange andNick Lewycky2010-09-07