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