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 |
2011-01-25 |
Evan Cheng | Don't merge restore with tail call instruction. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Daniel Dunbar | tblgen/AsmMatcherEmitter: Fix alias handling to honor... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Anton Korobeynikov | Provide correct registers for EH stuff on ARM |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Anton Korobeynikov | Support printing exception section into the current... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Eric Christopher | Perhaps a bit too much vertical whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
David Greene | [AVX] Add type checking support for vector/subvector... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Devang Patel | Speculatively revert r124138. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Rafael Espindola | Jörg Sonnenberger noticed that we were missing this... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Devang Patel | Resolve DanglingDbgValue of PHI nodes where the use... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Andrew Trick | Temporarily workaround JM/lencod miscompile (SIGSEGV). |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Dan Gohman | Give GetUnderlyingObject a TargetData, to keep it in... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | fix PR8928 by clearing a stale map, patch by Jakub... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Duncan Sands | Testcase for dragonegg commit 124128. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Rafael Espindola | Handle strings in section names the same way as gas: |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Dan Gohman | Add another rdar number. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Daniel Dunbar | Support/CommandLine: Fix LookupNearestOption to also... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | fix a missing shuffle pattern, PR9009. Patch by Artiom... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | merge all the "crash tests" into crash.ll |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | fix PR9017, a bug where we'd assert when promoting... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | fix PR9015, a crash linking recursive metadata. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | this isn't a memset, we do convert dest[i] to one though :) |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | with recent work, we now optimize this into: |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | enhance SRoA to promote allocas that are used by PHI... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Chris Lattner | Enhance SRoA to promote allocas that are used by select... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Chris Lattner | teach Value::isDereferenceablePointer that byval argume... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Anders Carlsson | Add a memset loop that LoopIdiomRecognize doesn't recog... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Nick Lewycky | Simplify some code with no functionality change. Make... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Rafael Espindola | Initialize MCNoExecStack. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Rafael Espindola | Add support for the --noexecstack option. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Ted Kremenek | Null initialize a few variables flagged by |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Rafael Espindola | Add support for lowercase variants. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Chris Lattner | Enhance SRoA to be more aggressive about scalarization... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Cameron Zwarich | Convert two std::vectors to SmallVectors for a 3.4... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Chris Lattner | have AllocaInfo store the alloca being inspected, simpl... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Chris Lattner | Rearrange some code a bit. Change MarkUnsafe to |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Cameron Zwarich | Convert a std::vector to a SmallVector for another... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Chris Lattner | remove an old hack that avoided creating MMX datatypes... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Nick Lewycky | Use value ranges to fold ext(trunc) in SCEV when possible. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Cameron Zwarich | In the simpler version of the link-eval data structure... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Rafael Espindola | Delay the creation of eh_frame so that the user can... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Cameron Zwarich | Remove useless struct fields. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Cameron Zwarich | Remove friend declaration for removed function. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Rafael Espindola | Remove more duplicated code. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Cameron Zwarich | Convert a std::vector to a SmallVector. |
commit | commitdiff | tree | snapshot |
next |