2010-04-15 |
Evan Cheng | ARM SelectDYN_ALLOC should emit a copy from SP rather... |
tree | commitdiff |
2010-04-15 |
Johnny Chen | DEBUG() print out "Unknown format" msg. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | ReuseFrameIndexVals is used in multiple files, so it... |
tree | commitdiff |
2010-04-15 |
Dan Gohman | EnablePPC64RS and EnablePPC32RS are used in multiple... |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Fix a bunch of namespace polution. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Fix namespace polution. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Make getPredecessorWithUniqueSuccessorForBB return... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | typos |
tree | commitdiff |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
tree | commitdiff |
2010-04-15 |
Chris Lattner | enhance the load/store narrowing optimization to handle a |
tree | commitdiff |
2010-04-15 |
Chris Lattner | teach codegen to turn trunc(zextload) into load when... |
tree | commitdiff |
2010-04-15 |
Chris Lattner | add a simple dag combine to replace trivial shl+lshr... |
tree | commitdiff |
2010-04-15 |
Chris Lattner | Implement rdar://7860110 (also in target/readme.txt... |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Add more const qualifiers for LLVM IR pointers in CodeGen. |
tree | commitdiff |
2010-04-15 |
Anders Carlsson | Fix build. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
tree | commitdiff |
2010-04-15 |
Eric Christopher | Allow lowering for palignr instructions for mmx sized... |
tree | commitdiff |
2010-04-15 |
Evan Cheng | More 80 violations. |
tree | commitdiff |
2010-04-15 |
Johnny Chen | Wrap the error msgs in DEBUG() macro so that they won... |
tree | commitdiff |
2010-04-15 |
Evan Cheng | 80 col violations. |
tree | commitdiff |
2010-04-15 |
Devang Patel | Add comment. |
tree | commitdiff |
2010-04-14 |
Devang Patel | There is no need to track compile unit offsets if there... |
tree | commitdiff |
2010-04-14 |
Devang Patel | Remove dead code. |
tree | commitdiff |
2010-04-14 |
Tobias Grosser | IPO needs ScalarOpts and InstCombine in its libs |
tree | commitdiff |
2010-04-14 |
Johnny Chen | Fixed another assert exposed by fuzzing. Now, the... |
tree | commitdiff |
2010-04-14 |
Jim Grosbach | Add -arm-long-calls option to force calls to be indirec... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Constify GetConstantStringInfo. |
tree | commitdiff |
2010-04-14 |
Nicolas Geoffray | Don't use DILocation when processing a DebugLoc. |
tree | commitdiff |
2010-04-14 |
Johnny Chen | For t2BFI disassembly, apply the same error checking... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move a bunch of methods from CallSite to CallSiteBase... |
tree | commitdiff |
2010-04-14 |
Johnny Chen | Fixed another assert exposed by fuzzing. The utility... |
tree | commitdiff |
2010-04-14 |
Evan Cheng | - Code clean up to reduce indentation. |
tree | commitdiff |
2010-04-14 |
Bob Wilson | Don't custom lower bit converts to ARM VMOVDRRD or... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete unneeeded arguments. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete unused arguments. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Factor out EH landing pad code into a separate function... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Reset the debug location even if the instruction was... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Refine #includes. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Pull utility routines with no SelectionDAG dependence... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Fix typos in comments. |
tree | commitdiff |
2010-04-14 |
Gabor Greif | performance: cache the dereferenced use_iterator |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete an obsolete comment. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete an unused function. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Clear the FunctionLoweringInfo object before doing... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move this assert out of SelectionDAGISel into FunctionL... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Add a comment. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move the code for initialing the entry block livein... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Reorgnaize this code to be more tidy and readable. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move the code for emitting livein copies out of Selecti... |
tree | commitdiff |
2010-04-14 |
Gabor Greif | performance: cache the dereferenced use_iterator |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Sink landing-pad marking code out of |
tree | commitdiff |
2010-04-14 |
Dan Gohman | It's not necessary to recompute EB here. |
tree | commitdiff |
2010-04-14 |
Gabor Greif | performance: cache the dereferenced use_iterator |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Add a comment. |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Enable RTTI again. While this works fine for LLVM,... |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Turn off RTTI for VMCore. Yay! |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | I don't know how, but I managed to goof the revert... |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Revert r101213. |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Fix 80 column ruler. |
tree | commitdiff |
2010-04-14 |
Chris Lattner | implement mc asmparser support for '.', which gets the |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Remove tab. |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | While DAE can't modify the function signature of an... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Generalize this code to handle Instructions in addition... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Reorder the methods of this class to be a little more... |
tree | commitdiff |
2010-04-14 |
Johnny Chen | Fixed another assert exposed by fuzzing. Now, when... |
tree | commitdiff |
2010-04-14 |
Devang Patel | Clear MachineInstr->MCSymbol maps at the end of a function. |
tree | commitdiff |
2010-04-14 |
Johnny Chen | Fixed an assert() exposed by fuzzing. Now, instead... |
tree | commitdiff |
2010-04-13 |
Douglas Gregor | Unbreak CMake build by improving the EnhancedDisassembl... |
tree | commitdiff |
2010-04-13 |
Evan Cheng | Fast path implicit_def check. |
tree | commitdiff |
2010-04-13 |
Bob Wilson | Handle a v2f64 formal parameter that is split between... |
tree | commitdiff |
2010-04-13 |
Sean Callanan | Fixed a nasty layering violation in the edis source |
tree | commitdiff |
2010-04-13 |
Johnny Chen | Changed getSOImmValRotate()'s hunt retry logic to ignor... |
tree | commitdiff |
2010-04-13 |
Devang Patel | Do not include types without any definition in pubtypes... |
tree | commitdiff |
2010-04-13 |
Evan Cheng | Avoid variable shadowing. |
tree | commitdiff |
2010-04-13 |
Evan Cheng | Expand postra machine licm's capability a little more... |
tree | commitdiff |
2010-04-13 |
Jakob Stoklund Olesen | Teach MachineSinking to handle easy critical edges. |
tree | commitdiff |
2010-04-13 |
Evan Cheng | Re-apply 101075 and fix it properly. Just reuse the... |
tree | commitdiff |
2010-04-13 |
Eric Christopher | Temporarily revert r101075, it's causing invalid iterat... |
tree | commitdiff |
2010-04-13 |
Evan Cheng | Teach postra machine licm to hoist more obvious invaria... |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Add a few comments. |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Eliminate MachineBasicBlock::const_livein_iterator... |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Rename MachineFrameInfo variables to MFI, for consisten... |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Move MachineRegisterInfo's isLiveIn and isLiveOut out... |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Use MachineBasicBlock::isLiveIn. |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Delete an unused member variable. |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Teach ScalarEvolution to simplify smax and umax when... |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Minor code micro-optimizations. |
tree | commitdiff |
2010-04-13 |
Eric Christopher | Actually... return after the check for invalid input. |
tree | commitdiff |
2010-04-13 |
Benjamin Kramer | BumpPtrAllocator::Reset() doesn't need to allocate... |
tree | commitdiff |
2010-04-13 |
Benjamin Kramer | Let BumpPtrAllocator lazily allocate the first slab. |
tree | commitdiff |
2010-04-13 |
Owen Anderson | Remove SCCVN from the CMake build system. |
tree | commitdiff |
2010-04-13 |
Owen Anderson | SCCVN, we hardly knew ye! |
tree | commitdiff |
2010-04-13 |
Chris Lattner | Fix PR6826: GraphWriter delete the generated file befor... |
tree | commitdiff |
2010-04-13 |
Bob Wilson | Replace r101053 with a fix for getSOImmValRotate()... |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Teach IndVarSimplify how to eliminate remainder operato... |
tree | commitdiff |
2010-04-13 |
Daniel Dunbar | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious... |
tree | commitdiff |
2010-04-13 |
Chris Lattner | add llvm codegen support for -ffunction-sections and... |
tree | commitdiff |
2010-04-12 |
Dan Gohman | Micro-optimize a few hot spots. |
tree | commitdiff |
next |