| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix assembling X86CompilationCallback_Win64.asm on VS 10. | Oscar Fuentes | 2010-11-16 | 1 | -2/+2 |
* | Fix grammaro. | Dan Gohman | 2010-11-16 | 1 | -1/+1 |
* | Add ExpandPseudos.cpp. | Evan Cheng | 2010-11-16 | 1 | -0/+1 |
* | Add .loc methods to the streamer. | Rafael Espindola | 2010-11-16 | 11 | -26/+77 |
* | Split pseudo-instruction expansion into a separate pass, to make it | Dan Gohman | 2010-11-16 | 3 | -13/+87 |
* | Fix emergency spilling in LiveIntervals::spillPhysRegAroundRegDefsUses. | Jakob Stoklund Olesen | 2010-11-16 | 1 | -22/+23 |
* | Print out the register class of the current interval. | Jakob Stoklund Olesen | 2010-11-16 | 1 | -2/+3 |
* | Parse and ignore some .cfi_* directives. | Rafael Espindola | 2010-11-16 | 1 | -0/+95 |
* | This is the first step in adding sane error handling support to LLVMSystem. | Michael J. Spencer | 2010-11-16 | 4 | -0/+298 |
* | ARM conditional mov encoding fix. | Jim Grosbach | 2010-11-16 | 1 | -2/+1 |
* | Have a few places that want to simplify phi nodes use SimplifyInstruction | Duncan Sands | 2010-11-16 | 5 | -13/+18 |
* | In which I discover the existence of loops. Threading an operation | Duncan Sands | 2010-11-16 | 2 | -62/+104 |
* | A bit more of gnu as compatibility when handling relocations with aliases. | Rafael Espindola | 2010-11-16 | 1 | -2/+5 |
* | L_bit doesn't work here. | Bill Wendling | 2010-11-16 | 1 | -1/+1 |
* | - Remove dead patterns. | Bill Wendling | 2010-11-16 | 3 | -43/+19 |
* | vldm and vstm are mnemonics for vldmia and vstmia resp. | Bill Wendling | 2010-11-16 | 1 | -0/+3 |
* | Make the verifier a little quieter on instructions that it's probably | Eric Christopher | 2010-11-16 | 1 | -1/+3 |
* | Fix a bug I introduced in the ppc refactoring, which caused long | Chris Lattner | 2010-11-16 | 1 | -0/+1 |
* | Encode the multi-load/store instructions with their respective modes ('ia', | Bill Wendling | 2010-11-16 | 12 | -536/+562 |
* | Object: Get rid of sys::Path, Triple, and cleanup namespace. | Michael J. Spencer | 2010-11-16 | 1 | -7/+5 |
* | add copy of comment to the code that will survive the mcjit'ization | Chris Lattner | 2010-11-16 | 1 | -0/+2 |
* | relax an assertion a bit, allowing the GPR argument of | Chris Lattner | 2010-11-16 | 2 | -2/+6 |
* | Remember to resize SpillSlotToUsesMap when allocating an emergency spill slot. | Jakob Stoklund Olesen | 2010-11-16 | 2 | -19/+19 |
* | Fix PR8612 in the standard spiller, take two. | Jakob Stoklund Olesen | 2010-11-16 | 1 | -1/+8 |
* | Add Thumb2 encodings for mov and friends. | Owen Anderson | 2010-11-16 | 1 | -23/+50 |
* | Change the 11 byte nop to be a single instruction. | Rafael Espindola | 2010-11-15 | 1 | -4/+2 |
* | fix a pasto that massively broke the ppc jit while the buildbots happened | Chris Lattner | 2010-11-15 | 1 | -2/+2 |
* | Revert "Fix PR8612 in the standard spiller as well." | Jakob Stoklund Olesen | 2010-11-15 | 1 | -5/+1 |
* | Attempt to provide encodings for some miscellaneous Thumb2 encodings. | Owen Anderson | 2010-11-15 | 1 | -14/+29 |
* | Code clean up. The peephole pass should be the one updating the instruction | Evan Cheng | 2010-11-15 | 3 | -24/+18 |
* | Provide Thumb2 encodings for sxtb and friends. | Owen Anderson | 2010-11-15 | 1 | -32/+42 |
* | Recommit this change and remove the failing part of the test - it didn't | Eric Christopher | 2010-11-15 | 1 | -4/+5 |
* | Fix PR8612 in the standard spiller as well. | Jakob Stoklund Olesen | 2010-11-15 | 1 | -1/+5 |
* | When spilling a register defined by an early clobber, make sure that the new | Jakob Stoklund Olesen | 2010-11-15 | 1 | -0/+6 |
* | ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B counterparts) binary encoding. | Jim Grosbach | 2010-11-15 | 4 | -38/+151 |
* | Add Thumb2 encodings for comparison and shift operators. | Owen Anderson | 2010-11-15 | 1 | -36/+106 |
* | Fix compiler warnigns. | Benjamin Kramer | 2010-11-15 | 1 | -2/+2 |
* | Add correct Thumb2 encodings for mvn and friends. | Owen Anderson | 2010-11-15 | 1 | -11/+80 |
* | Add FIXMEs. | Jim Grosbach | 2010-11-15 | 1 | -0/+4 |
* | Nuke redundant encoding bit set. | Jim Grosbach | 2010-11-15 | 1 | -3/+1 |
* | Teach InstructionSimplify the trick of skipping incoming phi | Duncan Sands | 2010-11-15 | 1 | -4/+9 |
* | Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original | Rafael Espindola | 2010-11-15 | 5 | -116/+60 |
* | Dovetail with Dan Dunbar's rework of ELFObjectWriter. | Jason W Kim | 2010-11-15 | 1 | -223/+311 |
* | Fix PR8565. | Rafael Espindola | 2010-11-15 | 2 | -6/+26 |
* | Improve code layout, mostly indentation. | Kalle Raiskila | 2010-11-15 | 1 | -166/+150 |
* | Wire up primitive support in the assembler backend for writing .o files | Chris Lattner | 2010-11-15 | 5 | -1/+137 |
* | split out an encoder for memri operands, allowing a relocation to be plopped | Chris Lattner | 2010-11-15 | 5 | -58/+68 |
* | add support for encoding the lo14 forms used for a few PPC64 addressing | Chris Lattner | 2010-11-15 | 5 | -25/+45 |
* | fix a regression with the new instprinter: we lost the ability to | Chris Lattner | 2010-11-15 | 1 | -0/+22 |
* | implement the start of support for lo16 and ha16, allowing us to get stuff like: | Chris Lattner | 2010-11-15 | 5 | -30/+108 |