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