| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the Function*->allocated blocks map from the JITMemoryManager to the | Jeffrey Yasskin | 2009-10-20 | 4 | -75/+80 |
* | Register re-use for scavenged frame indices must check for re-deginition | Jim Grosbach | 2009-10-20 | 1 | -0/+4 |
* | Make TranslateX86CC return COND_INVALID instead of aborting when it | Dan Gohman | 2009-10-20 | 2 | -4/+26 |
* | Fix PR5258, jump-threading creating invalid PHIs. | Edwin Török | 2009-10-20 | 2 | -2/+358 |
* | Fix PR4313: IPSCCP was not setting the lattice value for the invoke instruction | Edwin Török | 2009-10-20 | 2 | -2/+720 |
* | Random #include pruning. | Benjamin Kramer | 2009-10-20 | 3 | -6/+6 |
* | This file is replaeced by PIC16Section.h. | Sanjiv Gupta | 2009-10-20 | 1 | -88/+0 |
* | NNT: Implement "config mode", use -config path/to/llvm-config | Daniel Dunbar | 2009-10-20 | 1 | -51/+102 |
* | NNT: Remove unused BUILDTYPE argument. | Daniel Dunbar | 2009-10-20 | 1 | -7/+2 |
* | implement some more easy hooks. | Chris Lattner | 2009-10-20 | 2 | -3/+34 |
* | Implement some hooks, make printOperand abort if unknown modifiers are | Chris Lattner | 2009-10-20 | 2 | -9/+129 |
* | t2MOVi32imm is currently always lowered by the Thumb2ITBlockPass. | Chris Lattner | 2009-10-20 | 1 | -2/+2 |
* | PowerPC ifdef'ing considered more complicated than one might like. | Daniel Dunbar | 2009-10-20 | 1 | -1/+1 |
* | Wire up the ARM MCInst printer, for llvm-mc. | Daniel Dunbar | 2009-10-20 | 3 | -9/+43 |
* | Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks are | Dan Gohman | 2009-10-20 | 4 | -183/+623 |
* | Trim unnecessary includes. | Evan Cheng | 2009-10-20 | 2 | -2/+0 |
* | Add getTopBlock and getBottomBlock member functions to MachineLoopInfo. | Dan Gohman | 2009-10-20 | 2 | -0/+39 |
* | Correct test for PowerPC. | Nick Lewycky | 2009-10-20 | 1 | -1/+1 |
* | Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is | Daniel Dunbar | 2009-10-20 | 3 | -11/+1 |
* | NNT: Remove duplicate verbose print. | Daniel Dunbar | 2009-10-20 | 1 | -4/+0 |
* | Now that all ARM subtargets use frame index scavenging, the Thumb1 requires* | Jim Grosbach | 2009-10-20 | 2 | -15/+0 |
* | If the physical register being spilled does not have an interval, spill its s... | Evan Cheng | 2009-10-20 | 2 | -5/+75 |
* | Enable post-pass frame index register scavenging for ARM and Thumb2 | Jim Grosbach | 2009-10-20 | 3 | -25/+10 |
* | lower ARM::MOVi32imm properly. | Chris Lattner | 2009-10-20 | 1 | -2/+36 |
* | add support for external symbols. The mc instprinter can now handle | Chris Lattner | 2009-10-20 | 2 | -3/+17 |
* | get fancy: support basic block operands. Yay for jumps. | Chris Lattner | 2009-10-20 | 3 | -15/+12 |
* | add supprort for the 'sbit' operand, MOVi apparently has one. | Chris Lattner | 2009-10-20 | 3 | -1/+11 |
* | add support for instruction predicates. | Chris Lattner | 2009-10-20 | 2 | -3/+8 |
* | implement printSORegOperand, add lowering for the nasty and despicable MOVi2p... | Chris Lattner | 2009-10-20 | 4 | -5/+75 |
* | Refs: A8-598. | Jim Grosbach | 2009-10-20 | 2 | -10/+24 |
* | Add missing encoding bits to NLdSt class of instructions. | Jim Grosbach | 2009-10-20 | 1 | -0/+4 |
* | X86 should ignore implicit regs when lowering to MCInst also, | Chris Lattner | 2009-10-19 | 1 | -0/+2 |
* | handle addmode4 modifiers, fix a fixme in printRegisterList | Chris Lattner | 2009-10-19 | 2 | -10/+4 |
* | simplify by using the twine form of GetOrCreateSymbol | Chris Lattner | 2009-10-19 | 1 | -8/+5 |
* | Updated cmake library dependencies. | Oscar Fuentes | 2009-10-19 | 1 | -1/+1 |
* | Enable allocation of R3 in Thumb1 | Jim Grosbach | 2009-10-19 | 5 | -18/+4 |
* | use EmitLabel instead of text emission | Chris Lattner | 2009-10-19 | 1 | -4/+6 |
* | add a twine version of MCContext::GetOrCreateSymbol. | Chris Lattner | 2009-10-19 | 4 | -7/+18 |
* | lower the ARM::CONSTPOOL_ENTRY pseudo op, giving us constant pool entries | Chris Lattner | 2009-10-19 | 3 | -6/+32 |
* | Adjust the scavenge register spilling to allow the target to choose an | Jim Grosbach | 2009-10-19 | 4 | -33/+39 |
* | add MCInstLower support for lowering ARM::PICADD, a pseudo op for pic stuffola. | Chris Lattner | 2009-10-19 | 3 | -5/+34 |
* | Refactor lookup_or_add to contain _MUCH_ less duplicated code. Add support for | Owen Anderson | 2009-10-19 | 1 | -181/+217 |
* | add register list and hacked up addrmode #4 support, we now get this: | Chris Lattner | 2009-10-19 | 2 | -2/+48 |
* | revert r84540, fixing build breakage I didn't see because of | Chris Lattner | 2009-10-19 | 2 | -7/+7 |
* | add addrmode2 support, getting us up to: | Chris Lattner | 2009-10-19 | 2 | -1/+35 |
* | add jump tables, constant pools and some trivial global | Chris Lattner | 2009-10-19 | 4 | -22/+94 |
* | Malloc calls are marked NoAlias, so the code below the isMalloc() check makes... | Victor Hernandez | 2009-10-19 | 1 | -2/+0 |
* | pass mangler in as a reference instead of a pointer. | Chris Lattner | 2009-10-19 | 2 | -7/+7 |
* | More refactoring... | Mikhail Glushenkov | 2009-10-19 | 1 | -46/+55 |
* | reduce #includes | Chris Lattner | 2009-10-19 | 1 | -4/+3 |