- c21a2dc Delete an unused function. by Dan Gohman · 15 years ago
- 5dc4433 Clear the FunctionLoweringInfo object before doing other things that by Dan Gohman · 15 years ago
- 0e02672 Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and by Dan Gohman · 15 years ago
- 046fe6b Add a comment. by Dan Gohman · 15 years ago
- b13033f Move the code for initialing the entry block livein set out of SelectionDAGISel. by Dan Gohman · 15 years ago
- c0fb65d Reorgnaize this code to be more tidy and readable. by Dan Gohman · 15 years ago
- 441516f Trim #includes. by Dan Gohman · 15 years ago
- 9870826 Move the code for emitting livein copies out of SelectionDAGISel. by Dan Gohman · 15 years ago
- 67894a3 performance: cache the dereferenced use_iterator by Gabor Greif · 15 years ago
- de4c0a7 Sink landing-pad marking code out of by Dan Gohman · 15 years ago
- d0d8275 It's not necessary to recompute EB here. by Dan Gohman · 15 years ago
- 488d442 performance: cache the dereferenced use_iterator by Gabor Greif · 15 years ago
- 2c93e39 Add a comment. by Dan Gohman · 15 years ago
- 5861142 Fix whitespace, comments. by Dan Gohman · 15 years ago
- 4788ec4 Add explicit keywords. by Dan Gohman · 15 years ago
- 6193e5b Use C++, not C++-standard-library-internals-ese. by Dan Gohman · 15 years ago
- 8bc489f Make SuccIterator's private parts private too. by Dan Gohman · 15 years ago
- 0118b8d Make helper utility members private. by Dan Gohman · 15 years ago
- be10811 EDis: Don't include inttypes.h. We support compilers which don't provide it. It was unused anyways. by Benjamin Kramer · 15 years ago
- 29efad1 Enable RTTI again. While this works fine for LLVM, it creates an ABI by Nick Lewycky · 15 years ago
- ac1a379 Don't forget cmake! by Nick Lewycky · 15 years ago
- 0a850d6 Turn off RTTI for VMCore. Yay! by Nick Lewycky · 15 years ago
- 3c594ff I don't know how, but I managed to goof the revert. Remove function that should by Nick Lewycky · 15 years ago
- 3715e45 Revert r101213. by Nick Lewycky · 15 years ago
- d4ef4df Remove accidentally committed cruft. by Nick Lewycky · 15 years ago
- beba1a3 Fix 80 column ruler. by Nick Lewycky · 15 years ago
- ac15da6 Bugpoint no longer uses exceptions. by Nick Lewycky · 15 years ago
- d305035 implement mc asmparser support for '.', which gets the by Chris Lattner · 15 years ago
- ff1ef6b Remove tab. by Nick Lewycky · 15 years ago
- 05f1498 Commit testcase for r101213. by Nick Lewycky · 15 years ago
- 5894c0b While DAE can't modify the function signature of an externally visible function, by Nick Lewycky · 15 years ago
- 32acbc1 Generalize this code to handle Instructions in addition to ConstantExprs. by Dan Gohman · 15 years ago
- b4be71e Reorder the methods of this class to be a little more organized. by Dan Gohman · 15 years ago
- 6f72ab3 Fixed another assert exposed by fuzzing. Now, when an encoding error occurs by Johnny Chen · 15 years ago
- 1d526c3 Clear MachineInstr->MCSymbol maps at the end of a function. by Devang Patel · 15 years ago
- efcdac0 Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid by Johnny Chen · 15 years ago
- 07b3a04 Fix -Asserts warnings. by Daniel Dunbar · 15 years ago
- 7cc11ce XFAIL this test for powerpc. by Devang Patel · 15 years ago
- 533ae9b Unbreak CMake build by improving the EnhancedDisassembly makefile a by Douglas Gregor · 15 years ago
- 6327537 Fast path implicit_def check. by Evan Cheng · 15 years ago
- 370aac4 Add test for post-ra machine licm. by Evan Cheng · 15 years ago
- 6a234f0 Handle a v2f64 formal parameter that is split between registers and memory by Bob Wilson · 15 years ago
- 535f4de Quick fix for build errors caused by undefined NULL. by Sean Callanan · 15 years ago
- 9899f70 Fixed a nasty layering violation in the edis source by Sean Callanan · 15 years ago
- 0a6f053 Add CMake support for 'edis'. by Ted Kremenek · 15 years ago
- 8a87ffb Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits, by Johnny Chen · 15 years ago
- 50d80e3 Do not include types without any definition in pubtypes list. by Devang Patel · 15 years ago
- c15d913 Avoid variable shadowing. by Evan Cheng · 15 years ago
- aeb2f4a Expand postra machine licm's capability a little more. If an instruction's register operands are all loop invariants, then it's safe to hoist it. by Evan Cheng · 15 years ago
- 8d17160 Teach MachineSinking to handle easy critical edges. by Jakob Stoklund Olesen · 15 years ago
- 005de5e Fix test on non-x86 hosts. by Evan Cheng · 15 years ago
- fc5a03e Re-apply 101075 and fix it properly. Just reuse the debug info of the branch instruction being optimized. There is no need to --I which can deref off start of the BB. by Evan Cheng · 15 years ago
- f23c769 Make the disassembler respect the assembler dialect when printing instructions, by Chris Lattner · 15 years ago
- 97e6992 Temporarily revert r101075, it's causing invalid iterator assertions by Eric Christopher · 15 years ago
- 5dc57ce Teach postra machine licm to hoist more obvious invariants, e.g. instructions with no source operands. by Evan Cheng · 15 years ago
- 4183e31 Add a few comments. by Dan Gohman · 15 years ago
- 81bf03e Eliminate MachineBasicBlock::const_livein_iterator and make by Dan Gohman · 15 years ago
- 9e9aa44 Rename MachineFrameInfo variables to MFI, for consistency with by Dan Gohman · 15 years ago
- 13e73f4 Move MachineRegisterInfo's isLiveIn and isLiveOut out of line. by Dan Gohman · 15 years ago
- c5e43c9 Use MachineBasicBlock::isLiveIn. by Dan Gohman · 15 years ago
- 5c98294 Delete an unused member variable. by Dan Gohman · 15 years ago
- 2828779 Teach ScalarEvolution to simplify smax and umax when it can prove by Dan Gohman · 15 years ago
- 3ab1312 Minor code micro-optimizations. by Dan Gohman · 15 years ago
- 2a7cb9d Actually... return after the check for invalid input. by Eric Christopher · 15 years ago
- b0322e6 BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob) by Benjamin Kramer · 15 years ago
- f3a3b0f Update unittest for allocator laziness. by Benjamin Kramer · 15 years ago
- 5e6a705 Let BumpPtrAllocator lazily allocate the first slab. by Benjamin Kramer · 15 years ago
- d5e6240 Remove SCCVN from the CMake build system. by Owen Anderson · 15 years ago
- 00736fc checkpoint. by Chris Lattner · 15 years ago
- fd64901 SCCVN, we hardly knew ye! by Owen Anderson · 15 years ago
- 7c57b7b Fix PR6826: GraphWriter delete the generated file before "dotty" load it, by Chris Lattner · 15 years ago
- b123b8b Replace r101053 with a fix for getSOImmValRotate() so that it will correctly by Bob Wilson · 15 years ago
- a590b79 Teach IndVarSimplify how to eliminate remainder operators where the by Dan Gohman · 15 years ago
- afc9a0c VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of by Daniel Dunbar · 15 years ago
- ee09d27 IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt constants. by Daniel Dunbar · 15 years ago
- 43ac721 add llvm codegen support for -ffunction-sections and -fdata-sections, by Chris Lattner · 15 years ago
- 18d5766 Build system fix to make llvm-mc properly build by Sean Callanan · 15 years ago
- bca091d Micro-optimize a few hot spots. by Dan Gohman · 15 years ago
- 82865a1 Use .set expression for x86 pic jump table reference to reduce assembly relocation. rdar://7738756 by Evan Cheng · 15 years ago
- 6ab10f6 Add fast paths to ScalarEvolution::getSizeOf and getOffsetOf, as by Dan Gohman · 15 years ago
- 8cc21ca Third time's a charm... by Bill Wendling · 15 years ago
- 476e62c Genericize the label test. by Bill Wendling · 15 years ago
- 35fe231 Correct test to test what I mean it to test. by Bill Wendling · 15 years ago
- 2aae6ae Micro-optimization: by Bill Wendling · 15 years ago
- 3b49063 Simplify this code. by Dan Gohman · 15 years ago
- 2fb938f Build system fixes. llvm-mc depends on by Sean Callanan · 15 years ago
- ca9b703 Suppress LinearFunctionTestReplace when the computed backedge-taken by Dan Gohman · 15 years ago
- dae9efc Bug fix: made the enhanced disassembler's link by Sean Callanan · 15 years ago
- 4b318ef Bug fix: included System/Types.h instead of by Sean Callanan · 15 years ago
- 668b154 Second try at integrating the edis tester. This by Sean Callanan · 15 years ago
- bb6e9d8 Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling by Johnny Chen · 15 years ago
- 8b3d668 Remove a #include. by Dan Gohman · 15 years ago
- 63d3659 Remove unneeded debug in PostDominator runOnFunction() by Tobias Grosser · 15 years ago
- e7e08c3 Remove dead code in the dotty dominance tree printer. by Tobias Grosser · 15 years ago
- 2706387 Boolify. by Benjamin Kramer · 15 years ago
- 678d9b7 Plug trivial leak. by Benjamin Kramer · 15 years ago
- ef817cc Delete this code, which is no longer needed. by Dan Gohman · 15 years ago
- d890f29 Move the EliminateIVUsers call back out to its original location. Now that by Dan Gohman · 15 years ago
- 27dead4 Generalize ScalarEvolution's PHI analysis to handle loops that don't by Dan Gohman · 15 years ago
- 646e047 Rewrite the overflow checking in the get{Signed,Unsigned}Range code for by Dan Gohman · 15 years ago