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