2011-02-03 |
Jakob Stoklund Olesen | Ensure that the computed interference intervals actuall... |
tree | commitdiff |
2011-02-03 |
Jakob Stoklund Olesen | Tweak debug output from SlotIndexes. |
tree | commitdiff |
2011-02-03 |
Jakob Stoklund Olesen | Add debug output and asserts to the phi-connecting... |
tree | commitdiff |
2011-02-03 |
Jakob Stoklund Olesen | Fix coloring bug when mapping values in the middle... |
tree | commitdiff |
2011-02-03 |
Jakob Stoklund Olesen | Return live range end points from SplitEditor::enter... |
tree | commitdiff |
2011-02-03 |
Jakob Stoklund Olesen | Silence an MSVC warning |
tree | commitdiff |
2011-02-03 |
David Greene | [AVX] VEXTRACTF128 support. This commit includes patte... |
tree | commitdiff |
2011-02-03 |
Richard Osborne | Add XCore intrinsics for resource instructions. |
tree | commitdiff |
2011-02-03 |
Duncan Sands | Improve threading of comparisons over select instructio... |
tree | commitdiff |
2011-02-03 |
Eric Christopher | Reapply this. |
tree | commitdiff |
2011-02-03 |
Eric Christopher | Temporarily revert 124765 in an attempt to find the... |
tree | commitdiff |
2011-02-03 |
Rafael Espindola | Fix PR9127 by reversing the operands even if they have... |
tree | commitdiff |
2011-02-03 |
Daniel Dunbar | raw_fd_ostream: Add a SetUseAtomicWrites() method ... |
tree | commitdiff |
2011-02-03 |
Jakob Stoklund Olesen | Defer SplitKit value mapping until all defs are available. |
tree | commitdiff |
2011-02-03 |
Devang Patel | Fix typo in comment. |
tree | commitdiff |
2011-02-02 |
Devang Patel | Add support to describe template value parameter in... |
tree | commitdiff |
2011-02-02 |
Devang Patel | Add support to describe template parameter type in... |
tree | commitdiff |
2011-02-02 |
Duncan Sands | Reenable the transform "(X*Y)/Y->X" when the multiplica... |
tree | commitdiff |
2011-02-02 |
Bob Wilson | Update comment to match my recent change. |
tree | commitdiff |
2011-02-02 |
Benjamin Kramer | SimplifyCFG: Turn switches into sub+icmp+branch if... |
tree | commitdiff |
2011-02-02 |
Richard Osborne | Add support for trampolines on the XCore. |
tree | commitdiff |
2011-02-02 |
Duncan Sands | Remove NoVendor and NoOS, added in commit 123990, from... |
tree | commitdiff |
2011-02-02 |
Nick Lewycky | Remove wasteful caching. This isn't needed for correctn... |
tree | commitdiff |
2011-02-02 |
Dan Gohman | Conservatively, clear optional flags, such as nsw,... |
tree | commitdiff |
2011-02-02 |
Dan Gohman | Fix reassociate to clear optional flags, such as nsw. |
tree | commitdiff |
2011-02-02 |
Sean Callanan | Fixed a bug in the disassembler where the mandatory... |
tree | commitdiff |
2011-02-02 |
Evan Cheng | Given a pair of floating point load and store, if there... |
tree | commitdiff |
2011-02-01 |
Bob Wilson | PR9081: Split up LDM instruction with deprecated use... |
tree | commitdiff |
2011-02-01 |
Matt Beaumont-Gay | Take Bill Wendling's suggestion for structuring a coupl... |
tree | commitdiff |
2011-02-01 |
Anton Korobeynikov | Fix imm printing for logical instructions. |
tree | commitdiff |
2011-02-01 |
Jay Foad | Make SwitchInst::removeCase() more efficient. |
tree | commitdiff |
2011-02-01 |
Duncan Sands | Add a m_Undef pattern for convenience. This is so... |
tree | commitdiff |
2011-02-01 |
Duncan Sands | Add a m_SignBit pattern for convenience. |
tree | commitdiff |
2011-02-01 |
Duncan Sands | Have m_One also match constant vectors for which every... |
tree | commitdiff |
2011-02-01 |
Carl Norum | Test commit - fix a double 'should' in a comment. |
tree | commitdiff |
2011-02-01 |
Rafael Espindola | Correctly merge available_externally and regular defini... |
tree | commitdiff |
2011-02-01 |
Evan Cheng | Fix bogus assert condition noticed by Csaba Raduly. |
tree | commitdiff |
2011-02-01 |
Eric Christopher | Reapply 124275 since the Dragonegg failure was unreprod... |
tree | commitdiff |
2011-02-01 |
Evan Cheng | Patches to build EFI with Clang/LLVM. By Carl Norum. |
tree | commitdiff |
2011-01-31 |
Devang Patel | Keep track of incoming argument's location while emitti... |
tree | commitdiff |
2011-01-31 |
Roman Divacky | Enumerate .code16/32/64 instead of checking .code prefi... |
tree | commitdiff |
2011-01-31 |
Roman Divacky | Error on all .code* directives instead of just .code16... |
tree | commitdiff |
2011-01-31 |
David Greene | Fix vector sign extend to put the source and destinatio... |
tree | commitdiff |
2011-01-31 |
Chris Lattner | add a note, progress unblocked by PR8575 being fixed. |
tree | commitdiff |
2011-01-31 |
Richard Osborne | Fix bug where ReduceLoadWidth was creating illegal... |
tree | commitdiff |
2011-01-30 |
Anton Korobeynikov | Save a mapping between original and cloned constpool... |
tree | commitdiff |
2011-01-30 |
Anton Korobeynikov | Clarify the LSDASection NULL check |
tree | commitdiff |
2011-01-30 |
Anders Carlsson | Recognize and simplify |
tree | commitdiff |
2011-01-30 |
Jakob Stoklund Olesen | Respect the -tail-dup-size command line option even... |
tree | commitdiff |
2011-01-30 |
Duncan Sands | Commit 124487 broke 254.gap. See if disabling the... |
tree | commitdiff |
2011-01-30 |
Duncan Sands | Transform (X/Y)*Y into X if the division is exact.... |
tree | commitdiff |
2011-01-30 |
Benjamin Kramer | Teach DAGCombine to fold fold (sra (trunc (sr x, c1... |
tree | commitdiff |
2011-01-30 |
Nick Lewycky | Fix 'fcmp one' constant folding. Noticed by inspection. |
tree | commitdiff |
2011-01-30 |
Nick Lewycky | Fix some formatting and upgrade comments from llvm... |
tree | commitdiff |
2011-01-29 |
Nick Lewycky | Add the select optimization recently added to instcombi... |
tree | commitdiff |
2011-01-29 |
Francois Pichet | Unbreak the MSVC build. |
tree | commitdiff |
2011-01-29 |
Nick Lewycky | Fix comment. |
tree | commitdiff |
2011-01-29 |
Frits van Bommel | Call SimplifyFDivInst() in InstCombiner::visitFDiv(). |
tree | commitdiff |
2011-01-29 |
Frits van Bommel | Move InstCombine's knowledge of fdiv to SimplifyInstruc... |
tree | commitdiff |
2011-01-29 |
Duncan Sands | Fix typo: should have been testing that X was odd,... |
tree | commitdiff |
2011-01-29 |
Benjamin Kramer | Add the missing sub identity "A-(A-B) -> B" to DAGCombine. |
tree | commitdiff |
2011-01-29 |
Evan Cheng | Add a test for TCE return duplication. |
tree | commitdiff |
2011-01-29 |
Evan Cheng | Re-apply r124518 with fix. Watch out for invalidated... |
tree | commitdiff |
2011-01-29 |
Evan Cheng | Revert r124518. It broke Linux self-host. |
tree | commitdiff |
2011-01-29 |
Evan Cheng | Re-commit r124462 with fixes. Tail recursion elim will... |
tree | commitdiff |
2011-01-29 |
Andrew Trick | Implementation of path profiling. |
tree | commitdiff |
2011-01-28 |
Roman Divacky | Error on .code16 instead of producing wrong (32bit... |
tree | commitdiff |
2011-01-28 |
Duncan Sands | This dyn_cast should be a cast. Pointed out by Frits... |
tree | commitdiff |
2011-01-28 |
Duncan Sands | Thread divisions over selects and phis. This doesn... |
tree | commitdiff |
2011-01-28 |
Bob Wilson | PR9030: Fix disassembly of ARM "mov pc, lr" instruction. |
tree | commitdiff |
2011-01-28 |
Duncan Sands | My auto-simplifier noticed that ((X/Y)*Y)/Y occurs... |
tree | commitdiff |
2011-01-28 |
Oscar Fuentes | Fix libffi usage when it is on a custom path. |
tree | commitdiff |
2011-01-28 |
Roman Divacky | Add support for parsing .float |
tree | commitdiff |
2011-01-28 |
Nick Lewycky | Rename functions to follow coding standard. Also rejigg... |
tree | commitdiff |
2011-01-28 |
Nick Lewycky | Add a doxygen comment for this class. |
tree | commitdiff |
2011-01-28 |
Nick Lewycky | Reorder for readability. (Chris, is this what you meant?) |
tree | commitdiff |
2011-01-28 |
Evan Cheng | Revert r124462. There are a few big regressions that... |
tree | commitdiff |
2011-01-28 |
Nick Lewycky | Reduce the number of functions we look at in the first... |
tree | commitdiff |
2011-01-28 |
Nick Lewycky | Fix build with stdcxx by using llvm::next. Patch by... |
tree | commitdiff |
2011-01-28 |
Nick Lewycky | Fold select + select where both selects are on the... |
tree | commitdiff |
2011-01-28 |
Rafael Espindola | Print the visibility of declarations. |
tree | commitdiff |
2011-01-28 |
Nico Weber | PR8951: Support for .equiv in integrated assembler... |
tree | commitdiff |
2011-01-28 |
Evan Cheng | - Stop simplifycfg from duplicating "ret" instructions... |
tree | commitdiff |
2011-01-27 |
Evan Cheng | Fix PLD encoding. |
tree | commitdiff |
2011-01-27 |
Kevin Enderby | Changed llvm-mc arm target to give an error if .syntax... |
tree | commitdiff |
2011-01-27 |
Oscar Fuentes | Use the paths to libffi's header and library even when... |
tree | commitdiff |
2011-01-27 |
David Greene | [AVX] Clean up the code to configure target lowering... |
tree | commitdiff |
2011-01-27 |
Andrew Trick | Remove a temporary workaround for a lencod miscompile... |
tree | commitdiff |
2011-01-27 |
Andrew Trick | VirtRegRewriter fix: update kill flags, which are used... |
tree | commitdiff |
2011-01-27 |
Benjamin Kramer | Unbreak the build. |
tree | commitdiff |
2011-01-27 |
Nick Lewycky | Expound upon this comparison! |
tree | commitdiff |
2011-01-27 |
Nick Lewycky | Use dyn_cast instead of isa+cast. |
tree | commitdiff |
2011-01-27 |
Devang Patel | Speculatively revert r124380. |
tree | commitdiff |
2011-01-27 |
Devang Patel | While legalizing SDValues do not drop SDDbgValues,... |
tree | commitdiff |
2011-01-27 |
Roman Divacky | Add support for specifying register name in cfi-registe... |
tree | commitdiff |
2011-01-27 |
Roman Divacky | Introduce virtual ParseRegister method in TargetAsmParser. |
tree | commitdiff |
2011-01-27 |
Jay Foad | Fix indentation. |
tree | commitdiff |
2011-01-27 |
Nick Lewycky | Fix surprising missed optimization in mergefunc where... |
tree | commitdiff |
2011-01-27 |
Bob Wilson | Avoid modifying the OneClassForEachPhysReg map while... |
tree | commitdiff |
2011-01-27 |
Eric Christopher | Use the incoming VT not the VT of where we're trying... |
tree | commitdiff |
next |