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 |
2011-01-26 |
Eric Christopher | Temporarily revert 124275 to see if it brings the drago... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Devang Patel | - Do not try to print nameless variable's info. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
David Greene | [AVX] Add INSERT_SUBVECTOR and support it on x86. ... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Devang Patel | While legalizing SDValues do not drop SDDbgValues,... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Devang Patel | Process valid SDDbgValues even if the node does not... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Devang Patel | Refactor. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
David Greene | [AVX] Support EXTRACT_SUBVECTOR on x86. This provides... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruno Cardoso... | Add encoding testcases for ARM vcvtr variations |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruno Cardoso... | fix the encoding and add testcases for ARM nop, yield... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Duncan Sands | Fix PR9039, a use-after-free in reassociate. The issue... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Nick Lewycky | AttrListPtr has an overloaded operator== which does... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Nick Lewycky | Teach mergefunc that intptr_t is the same width as... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Nick Lewycky | There are no vectors of pointer or arrays, so we don... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Duncan Sands | APInt has a method for determining whether a number... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Nick Lewycky | Fix memory corruption. If one of the SCEV creation... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Eric Christopher | Separate out the constant bonus from the size reduction... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bill Wendling | Add needed braces. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
NAKAMURA Takumi | Target/X86: Tweak win64's tailcall. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
NAKAMURA Takumi | TableGen: PointerLikeRegClass can be accepted to operand. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
NAKAMURA Takumi | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
NAKAMURA Takumi | lib/Target/X86/X86RegisterInfo.cpp: Fix whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
NAKAMURA Takumi | lib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Eric Christopher | Coding style formatting changes. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Jakob Stoklund... | Rename member variables to follow the rest of LLVM. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Devang Patel | Provide an interface to transfer SDDbgValue from one... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
David Greene | [AVX] Fix a typo in the extract subvector type constrai... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Bill Wendling | Revert 124230. It was causing test failures. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Bill Wendling | The floating point value is encoded in its binary form... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Bill Wendling | Add support for parsing a Real value. It stores the... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Rafael Espindola | Move unnamed_addr after the function arguments on Sabre... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Devang Patel | Resolve DanglingDbgValue of PHI nodes where the use... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Devang Patel | This assertion is too restrictive, it does not apply... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
David Greene | [AVX] Add TableGen classes for vector/subvector type... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Duncan Sands | In which I discover that zero+zero is zero, d'oh! |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Jay Foad | Avoid compiler errors when this header file is included... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Duncan Sands | Turn off this test - the corresponding instsimplify... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Duncan Sands | See if this fixes llvm-gcc bootstrap. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Duncan Sands | According to my auto-simplifier the most common missed... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Nick Lewycky | Teach mergefunc how to emit aliases safely again -... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Eric Christopher | Reorganize this so that the early exit and special... |
commit | commitdiff | tree | snapshot |
next |