| Commit message (Expand) | Author | Age | Files | Lines |
* | IR support for the new BlockAddress constant kind. This is | Chris Lattner | 2009-10-28 | 2 | -6/+74 |
* | Record CodeGen optimization level in the BranchFolding pass so that we can | Bob Wilson | 2009-10-27 | 5 | -16/+25 |
* | Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoid | Jeffrey Yasskin | 2009-10-27 | 2 | -17/+17 |
* | Add new note. | Bill Wendling | 2009-10-27 | 1 | -0/+35 |
* | Fixed a bug in the coalescer where intervals were occasionally merged despite... | Lang Hames | 2009-10-27 | 2 | -2/+22 |
* | Enable virtual register based frame index scavenging by default for ARM & T2. | Jim Grosbach | 2009-10-27 | 1 | -2/+2 |
* | Move and clarify note. | Bill Wendling | 2009-10-27 | 2 | -31/+33 |
* | Infrastructure for dynamic stack realignment on ARM. For now, this is off by | Jim Grosbach | 2009-10-27 | 2 | -2/+76 |
* | Note corrected. | Bill Wendling | 2009-10-27 | 1 | -3/+5 |
* | Modify note. | Bill Wendling | 2009-10-27 | 1 | -0/+8 |
* | Add a note. | Bill Wendling | 2009-10-27 | 1 | -0/+23 |
* | Factor out redundancy from clone() implementations. | Devang Patel | 2009-10-27 | 4 | -291/+94 |
* | Update the MachineBasicBlock CFG for an indirect branch. | Dan Gohman | 2009-10-27 | 1 | -0/+4 |
* | Add CodeGen support for indirect branches. | Dan Gohman | 2009-10-27 | 1 | -2/+3 |
* | make the build build. | Chris Lattner | 2009-10-27 | 1 | -1/+1 |
* | Add new APFloat methods that return sign, exp, and mantissa of ieee float and... | Evan Cheng | 2009-10-27 | 1 | -12/+62 |
* | Random updates to passes for indbr, I need blockaddress before I can do much ... | Chris Lattner | 2009-10-27 | 2 | -0/+8 |
* | cppbackend support for indbr | Chris Lattner | 2009-10-27 | 1 | -3/+14 |
* | CBE support for indbr. | Chris Lattner | 2009-10-27 | 1 | -0/+7 |
* | Similar to r85280, do not clear the "S" bit for RSBri and RSBrs. | Johnny Chen | 2009-10-27 | 1 | -2/+0 |
* | Do not held on to DenseMap slot accross map insertion. The insertion may caus... | Devang Patel | 2009-10-27 | 2 | -22/+26 |
* | Set condition code bits of BL and BLr9 to 0b1110 (ALways) to distinguish between | Johnny Chen | 2009-10-27 | 1 | -2/+6 |
* | don't use stdio | Chris Lattner | 2009-10-27 | 1 | -1/+1 |
* | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin | 2009-10-27 | 3 | -11/+11 |
* | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez | 2009-10-27 | 17 | -22/+21 |
* | Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return... | Evan Cheng | 2009-10-27 | 10 | -23/+65 |
* | Do not clear the "S" bit for RSCri and RSCrs. They inherit from the "sI" | Bob Wilson | 2009-10-27 | 1 | -2/+0 |
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 11 | -38/+256 |
* | Explicitly specify 0b00, i.e, zero rotation, as the rotate filed (Inst{11-10}) | Johnny Chen | 2009-10-27 | 1 | -5/+8 |
* | Remove unnecessary gotos to fall-thru successors. | Sanjiv Gupta | 2009-10-27 | 2 | -1/+26 |
* | Test commit. Added '.' to the comment line. | Johnny Chen | 2009-10-27 | 1 | -1/+1 |
* | Type.h doesn't need to #include LLVMContext.h | Chris Lattner | 2009-10-27 | 3 | -0/+3 |
* | pseudosourcevalue is also still using getGlobalContext(), so it isn't | Chris Lattner | 2009-10-27 | 2 | -0/+2 |
* | apparently the X86 JIT isn't fully contextized, it is still using getGlobalCo... | Chris Lattner | 2009-10-27 | 1 | -0/+1 |
* | Correctly align double arguments in the stack. | Rafael Espindola | 2009-10-27 | 1 | -0/+1 |
* | Fix a pretty serious misfeature of the inliner: if it inlines a function | Chris Lattner | 2009-10-27 | 1 | -0/+9 |
* | VS build fix, patch by Marius Wachtler. | Mike Stump | 2009-10-27 | 1 | -0/+1 |
* | Fix OProfileJITEventListener after r85182. | Jeffrey Yasskin | 2009-10-27 | 1 | -1/+1 |
* | Add objectsize intrinsic and hook it up through codegen. Doesn't | Eric Christopher | 2009-10-27 | 2 | -0/+37 |
* | Now VFP instructions. | Evan Cheng | 2009-10-27 | 1 | -57/+58 |
* | Add braces to avoid ambiguous else. | Dan Gohman | 2009-10-27 | 1 | -1/+2 |
* | Change Thumb1 and Thumb2 instructions to separate opcode from operands with a... | Evan Cheng | 2009-10-27 | 2 | -227/+227 |
* | Automatically do the equivalent of freeMachineCodeForFunction(F) when F is | Jeffrey Yasskin | 2009-10-27 | 4 | -21/+40 |
* | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez | 2009-10-26 | 17 | -18/+18 |
* | Add a straight-forward implementation of SCCVN for aggressively eliminating s... | Owen Anderson | 2009-10-26 | 1 | -0/+721 |
* | Change ARM asm strings to separate opcode from operands with a tab instead of... | Evan Cheng | 2009-10-26 | 2 | -143/+143 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 29 | -314/+92 |
* | Try to get ahead of Johnny Chen and pro-actively add some more ARM encoding | Bob Wilson | 2009-10-26 | 1 | -2/+16 |
* | Fix ARM encoding typo: Opcod3 is not passed to ASuI parent class. | Bob Wilson | 2009-10-26 | 1 | -2/+2 |
* | Add more ARM instruction encodings for 's' bit set and "rs" register encoding | Bob Wilson | 2009-10-26 | 1 | -2/+18 |