| Age | Commit message (Expand) | Author |
| 2010-09-10 | Add a missing case to duplicateCPV() for LSDA constants. Add a FIXME. rdar://... | Jim Grosbach |
| 2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
| 2010-09-10 | Calculate the number of VLDM/VSTM registers by subtracting the number of | Bob Wilson |
| 2010-09-10 | Reword since this may not be a bug but intended behavior. | Bill Wendling |
| 2010-09-10 | Fix merging base-updates for VLDM/VSTM: Before I switched these instructions | Bob Wilson |
| 2010-09-10 | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng |
| 2010-09-10 | Fix build error. | Eric Christopher |
| 2010-09-10 | Update comments, reorganize some code, rename variables to be | Eric Christopher |
| 2010-09-09 | 64-bit fp loads can come straight out of the constant pool, not as | Eric Christopher |
| 2010-09-09 | SIToFP and FPToSI conversions work only on fp-reg to fp-reg. Move | Eric Christopher |
| 2010-09-09 | New "move to fp reg" routine. Use it. | Eric Christopher |
| 2010-09-09 | "Strike that, reverse it." -- Mr. Wonka. | Eric Christopher |
| 2010-09-09 | Add FPTrunc, fix some bugs where I forgot to update the value map. | Eric Christopher |
| 2010-09-09 | Basic FP->Int, Int->FP conversions. | Eric Christopher |
| 2010-09-09 | For each instruction itinerary class, specify the number of micro-ops each | Evan Cheng |
| 2010-09-09 | Fix NEON VLD pseudo instruction itineraries that were incorrectly copied from | Bob Wilson |
| 2010-09-09 | Nuke whitespace and fix some indenting. | Eric Christopher |
| 2010-09-09 | Handle 64-bit floating point binops as well. | Eric Christopher |
| 2010-09-09 | Basic 32-bit FP operations. | Eric Christopher |
| 2010-09-09 | For double-spaced VLD3/VLD4 instructions, copy the explicit super-register use | Bob Wilson |
| 2010-09-09 | Handle float->double extension. | Eric Christopher |
| 2010-09-09 | Rewrite TargetMaterializeConstant splitting it out into two functions | Eric Christopher |
| 2010-09-09 | Simplify copying over operands from pseudo NEON load/store instructions. | Bob Wilson |
| 2010-09-08 | Clean up a comment. | Bob Wilson |
| 2010-09-08 | Very basic compare support. | Eric Christopher |
| 2010-09-08 | Delete dead code. | Eric Christopher |
| 2010-09-08 | Fix LDM_RET schedule itinery. | Evan Cheng |
| 2010-09-08 | Make the loads/stores match the type we really want to store. | Eric Christopher |
| 2010-09-08 | Re-enable usage of the ARM base pointer. r113394 fixed the known failures. | Jim Grosbach |
| 2010-09-08 | Fix errant fall-throughs causing the base pointer to be used when the frame | Jim Grosbach |
| 2010-09-08 | Rewrite TargetMaterializeConstant. | Eric Christopher |
| 2010-09-08 | Be more careful about when to do dynamic stack realignment. Since we have an | Jim Grosbach |
| 2010-09-08 | Add missing assert | Jim Grosbach |
| 2010-09-08 | change the MC "ParseInstruction" interface to make it the | Chris Lattner |
| 2010-09-08 | ARM/Disassembler: Fix definitions incompatible(unsigned and uint32_t) to Cygw... | NAKAMURA Takumi |
| 2010-09-08 | remove trailing whitespace | Jim Grosbach |
| 2010-09-08 | remove obsolete comment | Jim Grosbach |
| 2010-09-08 | disable for the moment while tracking down a few Thumb2-O0 failure that look | Jim Grosbach |
| 2010-09-08 | woops. need to update a test along with this. | Jim Grosbach |
| 2010-09-08 | disable temporarily while sorting out a few test failures in Thumb2-O0 tests. | Jim Grosbach |
| 2010-09-08 | correct spill code to properly determine if dynamic stack realignment is | Jim Grosbach |
| 2010-09-08 | VFP/NEON load/store multiple instructions are addrmode4, not 5. | Jim Grosbach |
| 2010-09-07 | To shrink a t2LDM instruction to the 16-bit wide tLDM instruction, the base | Jim Grosbach |
| 2010-09-07 | grammar tweak | Jim Grosbach |
| 2010-09-07 | hopefully fix a problem building on cygwin-1.5 | Chris Lattner |
| 2010-09-06 | in the case where an instruction only has one implementation | Chris Lattner |
| 2010-09-06 | change MatchInstructionImpl to return an enum instead of bool. | Chris Lattner |
| 2010-09-06 | have AsmMatcherEmitter.cpp produce the hunk of code that gets included | Chris Lattner |
| 2010-09-05 | remove some dead code. t2addrmode_imm8s4 is never used in a | Chris Lattner |
| 2010-09-05 | cleanups. | Chris Lattner |