2011-02-01 |
Duncan Sands | Add a m_SignBit pattern for convenience. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Duncan Sands | Have m_One also match constant vectors for which every... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Carl Norum | Test commit - fix a double 'should' in a comment. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Rafael Espindola | Correctly merge available_externally and regular defini... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Evan Cheng | Fix bogus assert condition noticed by Csaba Raduly. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Eric Christopher | Reapply 124275 since the Dragonegg failure was unreprod... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Evan Cheng | Fix test for non-darwin targets. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Evan Cheng | Patches to build EFI with Clang/LLVM. By Carl Norum. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Devang Patel | Remove stale test that has never worked, afaik. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Rafael Espindola | Don't tell the linker about available_externally defini... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Devang Patel | Keep track of incoming argument's location while emitti... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Devang Patel | While printing "interesting" breakpoint locations for... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Roman Divacky | Enumerate .code16/32/64 instead of checking .code prefi... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Devang Patel | Tidy up. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Devang Patel | Focus on arguments for now. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Roman Divacky | Error on all .code* directives instead of just .code16... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
David Greene | Fix vector sign extend to put the source and destinatio... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Chris Lattner | add a note, progress unblocked by PR8575 being fixed. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Oscar Fuentes | Adds some platform checks to cmake/config-ix.cmake... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Richard Osborne | Fix bug where ReduceLoadWidth was creating illegal... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
NAKAMURA Takumi | CMake: Fix a few definition to suppress warnings. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Anton Korobeynikov | Save a mapping between original and cloned constpool... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Anton Korobeynikov | Clarify the LSDASection NULL check |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Anders Carlsson | Recognize and simplify |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Jakob Stoklund... | Respect the -tail-dup-size command line option even... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Duncan Sands | Commit 124487 broke 254.gap. See if disabling the... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Duncan Sands | Transform (X/Y)*Y into X if the division is exact.... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Benjamin Kramer | Teach DAGCombine to fold fold (sra (trunc (sr x, c1... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Nick Lewycky | Fix 'fcmp one' constant folding. Noticed by inspection. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Nick Lewycky | Fix some formatting and upgrade comments from llvm... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Bill Wendling | This is #included by .c files. Remove C++-style comments. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Nick Lewycky | Add the select optimization recently added to instcombi... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Francois Pichet | Unbreak the MSVC build. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Nick Lewycky | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Frits van Bommel | Call SimplifyFDivInst() in InstCombiner::visitFDiv(). |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Frits van Bommel | Move InstCombine's knowledge of fdiv to SimplifyInstruc... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Duncan Sands | Fix typo: should have been testing that X was odd,... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Benjamin Kramer | Add the missing sub identity "A-(A-B) -> B" to DAGCombine. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Evan Cheng | Add a test for TCE return duplication. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Evan Cheng | Re-apply r124518 with fix. Watch out for invalidated... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Evan Cheng | Revert r124518. It broke Linux self-host. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Evan Cheng | Re-commit r124462 with fixes. Tail recursion elim will... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Andrew Trick | Implementation of path profiling. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Nick Lewycky | Most browsers eliminate whitespace between anchor tags... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Roman Divacky | Error on .code16 instead of producing wrong (32bit... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Duncan Sands | This dyn_cast should be a cast. Pointed out by Frits... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Duncan Sands | Thread divisions over selects and phis. This doesn... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Bob Wilson | PR9030: Fix disassembly of ARM "mov pc, lr" instruction. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Duncan Sands | My auto-simplifier noticed that ((X/Y)*Y)/Y occurs... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Oscar Fuentes | Fix libffi usage when it is on a custom path. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Roman Divacky | Add support for parsing .float |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Nick Lewycky | Rename functions to follow coding standard. Also rejigg... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Nick Lewycky | Add a doxygen comment for this class. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Nick Lewycky | Reorder for readability. (Chris, is this what you meant?) |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Evan Cheng | Revert r124462. There are a few big regressions that... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Nick Lewycky | Reduce the number of functions we look at in the first... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Nick Lewycky | Clean up the tests a little, make sure we match an... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Nick Lewycky | Fix build with stdcxx by using llvm::next. Patch by... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Rafael Espindola | Add a triple. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Nick Lewycky | Add missing include for ptrdiff_t. Patch by Joerg Sonne... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Nick Lewycky | Fold select + select where both selects are on the... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Rafael Espindola | Print the visibility of declarations. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Nico Weber | PR8951: Support for .equiv in integrated assembler... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Evan Cheng | - Stop simplifycfg from duplicating "ret" instructions... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Evan Cheng | Fix PLD encoding. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Kevin Enderby | Changed llvm-mc arm target to give an error if .syntax... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Oscar Fuentes | Use the paths to libffi's header and library even when... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
David Greene | [AVX] Clean up the code to configure target lowering... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Andrew Trick | Remove a temporary workaround for a lencod miscompile... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Andrew Trick | VirtRegRewriter fix: update kill flags, which are used... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Clang: separate the access-control diagnostics from... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Benjamin Kramer | Unbreak the build. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Nick Lewycky | Expound upon this comparison! |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Nick Lewycky | Use dyn_cast instead of isa+cast. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Oscar Fuentes | Don't show -pedantic, -W and -Wall on the output of |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Devang Patel | Speculatively revert r124380. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Devang Patel | While legalizing SDValues do not drop SDDbgValues,... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Roman Divacky | Add support for specifying register name in cfi-registe... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Roman Divacky | Introduce virtual ParseRegister method in TargetAsmParser. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Jay Foad | Fix indentation. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Nick Lewycky | Add DenseSet::resize for API parity with DenseMap:... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Nick Lewycky | Fix surprising missed optimization in mergefunc where... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Chris Lattner | Don't infinitely recurse! Patch by Marius Wachtler! |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Bob Wilson | Avoid modifying the OneClassForEachPhysReg map while... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Eric Christopher | Add a testcase for my last checkin. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Eric Christopher | Use the incoming VT not the VT of where we're trying... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
NAKAMURA Takumi | lib/Target/X86/X86ISelDAGToDAG.cpp: __main should be... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Matt Beaumont-Gay | Try harder to not have unused variables. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Matt Beaumont-Gay | Opt-mode -Wunused-variable cleanup |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Devang Patel | Reapply 124301 |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bill Wendling | Initialize variable to get rid of clang warning. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Jay Foad | Simplify User::operator delete(). |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bob Wilson | Add a MnemonicIsValid method to the asm matcher. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Devang Patel | Revert 124301. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bob Wilson | Fix spelling of CouldMatchAmbiguouslyWith method name. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bob Wilson | Whitespace and 80-column fixes. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Devang Patel | Revert r124302 |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bill Wendling | Add support for printing out floating point values... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bob Wilson | Improve the AsmMatcher's ability to handle suboperands. |
commit | commitdiff | tree | snapshot |
next |