aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ELF_STB_Local is 0 so setting and checking it must be done speciallyRoman Divacky2010-09-082-3/+5
* Clarify the ownership model of LLVMContext and Module. Namely, contexts ownOwen Anderson2010-09-085-0/+32
* x86 vector shuffle lowering now relies only on target specificBruno Cardoso Lopes2010-09-082-6/+132
* Be more careful about when to do dynamic stack realignment. Since we have anJim Grosbach2010-09-081-2/+9
* Add missing assertJim Grosbach2010-09-081-1/+4
* Execute all Pass Printers even if -quiet is set.Tobias Grosser2010-09-081-19/+16
* Include original pass name in the PassPrinter's name.Tobias Grosser2010-09-081-10/+36
* Unresolved weak symbols have value equal zero.Roman Divacky2010-09-081-1/+1
* Fix CellSPU vector shuffles, again.Kalle Raiskila2010-09-082-7/+33
* add support for the commuted form of the test instruction, rdar://8018260.Chris Lattner2010-09-082-0/+17
* implement proper support for sysret{,l,q}, rdar://8403907Chris Lattner2010-09-085-3/+25
* implement the iret suite of instructions properly,Chris Lattner2010-09-085-3/+32
* add support for instruction prefixes on the same line as the instruction,Chris Lattner2010-09-082-6/+29
* change the MC "ParseInstruction" interface to make it the Chris Lattner2010-09-083-7/+9
* gas accepts xchg <mem>, <reg> as a synonym for xchg <reg>, <mem>.Chris Lattner2010-09-082-0/+16
* ARM/Disassembler: Fix definitions incompatible(unsigned and uint32_t) to Cygw...NAKAMURA Takumi2010-09-081-2/+2
* fix the encoding of the "jump on *cx" family of instructions,Chris Lattner2010-09-085-19/+45
* remove trailing whitespaceJim Grosbach2010-09-081-12/+12
* remove obsolete commentJim Grosbach2010-09-081-1/+0
* disable for the moment while tracking down a few Thumb2-O0 failure that lookJim Grosbach2010-09-082-2/+2
* woops. need to update a test along with this.Jim Grosbach2010-09-081-1/+1
* disable temporarily while sorting out a few test failures in Thumb2-O0 tests.Jim Grosbach2010-09-081-1/+1
* Add a new experimental generalized dependence query interface toDan Gohman2010-09-083-0/+296
* correct spill code to properly determine if dynamic stack realignment isJim Grosbach2010-09-081-2/+2
* VFP/NEON load/store multiple instructions are addrmode4, not 5.Jim Grosbach2010-09-083-14/+14
* Add a separate unrolling threshold when the current function is being optimiz...Owen Anderson2010-09-071-4/+20
* Add documentation for llvm-diff.John McCall2010-09-072-0/+56
* Don't add <imp-def> operands during register rewriting.Jakob Stoklund Olesen2010-09-071-16/+9
* To shrink a t2LDM instruction to the 16-bit wide tLDM instruction, the baseJim Grosbach2010-09-071-0/+12
* remove these tests for now.Devang Patel2010-09-073-750/+0
* grammar tweakJim Grosbach2010-09-071-1/+1
* Remove untrue comments.Bill Wendling2010-09-071-4/+4
* Factor out some x86 vector shuffle rewriting and add comments about the direc...Bruno Cardoso Lopes2010-09-071-29/+59
* There is no need to force target if the test is going to run on other x86 pla...Devang Patel2010-09-073-9/+3
* Remove dead code. ManagedCleanup is unused, and contained a serious bug in thatOwen Anderson2010-09-071-6/+0
* Fix PR7972, in which the PassRegistry was being leaked. As part of this,Owen Anderson2010-09-072-35/+17
* Typo. Thanks to BillW for pointing it out!Stuart Hastings2010-09-071-1/+1
* Tidy up the getModRefInfo declarations.Dan Gohman2010-09-071-24/+40
* Move code around to prepare for moving some of the logic together to another ...Bruno Cardoso Lopes2010-09-071-3/+3
* Properly initialize the pImpl member of PassRegistry to zero.Owen Anderson2010-09-071-0/+2
* Add doxygen comments for PassRegistry.Owen Anderson2010-09-071-1/+24
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-076-10/+21
* Fix a serious performance regression introduced by r108687 on linux:Chris Lattner2010-09-072-4/+25
* Remove a dead comment.Evan Cheng2010-09-071-1/+0
* rename test.Chris Lattner2010-09-071-0/+0
* hopefully fix a problem building on cygwin-1.5Chris Lattner2010-09-071-2/+2
* Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...Owen Anderson2010-09-074-51/+79
* Fix whitespace, because I'm OCD.Bill Wendling2010-09-071-38/+38
* Test case for r113248. Raar 8361341.Stuart Hastings2010-09-071-3/+15
* decouple MMX check from regular splat checks. Some refactoring is coming, and...Bruno Cardoso Lopes2010-09-071-4/+8