2011-03-15 |
Bill Wendling | Some minor cleanups based on feedback. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Jim Grosbach | Trailing whitespae. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Cameron Zwarich | Clean up something noticed by Fritz. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Evan Cheng | Do not form thumb2 ldrd / strd if the offset is by... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Richard Osborne | Don't indent cases in a switch, no functionality change. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Richard Osborne | On the XCore the scavenging slot should be closest... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Oscar Fuentes | is_llvm_target_library: recognize libraries without... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Richard Osborne | Add XCore intrinsics for getps, setps, setsr and clrsr. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Justin Holewinski | PTX: Set PTX 2.0 as the minimum supported version |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Duncan Sands | Silence compiler warning about case values not being... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Duncan Sands | Avoid a compiler warning about reg possibly being used... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Cameron Zwarich | Do not add PHIs with no users when creating LCSSA form... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Nick Lewycky | Add C++ global operator {new,new[],delete,delete[]... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Evan Cheng | Add a peephole optimization to optimize pairs of bitcas... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Evan Cheng | - Add "Bitcast" target instruction property for instruc... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Eli Friedman | PR9450: Make switch optimization in SimplifyCFG not... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Evan Cheng | sext(undef) = 0, because the top bits will all be the... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Bill Wendling | Testcase for r127630. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Sean Callanan | Basic sanity checks to ensure that 2- and 3-byte |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Sean Callanan | Enabled disassembler support for AVX instructions |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Sean Callanan | X86 table-generator and disassembler support for the AVX |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Andrew Trick | Remove getMinusSCEVForExitTest(). |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Johnny Chen | Fixed an ARM disassembler bug where it does not handle... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Bill Wendling | There are some situations which can cause the URoR... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Andrew Trick | Propagate SCEV no-wrap flags whenever possible. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Jim Grosbach | Clean up ARM tail calls a bit. They're pseudo-instructi... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Eric Christopher | If we don't know how long a string is we can't fold... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Francois Pichet | Make llvm::Consumer a class (to remove a MSVC warning... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Bill Wendling | Generate a VTBL instruction instead of a series of... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
John McCall | Version N of the llvm_unreachable patch: VC++ doesn... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Renato Golin | This patch is a big refactoring of llvm-diff. It doesn... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Jan Sjödin | Check that the AsmParser exists for the native target... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Eric Christopher | Fix this test up a bit. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Owen Anderson | Ignore isCodeGenOnly instructions when generating diass... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Jakob Stoklund... | Place context in member variables instead of passing... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
John McCall | Okay, some compilers complain if you provide the except... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
John McCall | Fix the exception-specification of abort() when declari... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
John McCall | Make llvm_unreachable evaluate to __builtin_unreachable... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Jakob Stoklund... | Rename members to match LLVM naming conventions more... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Jim Grosbach | Remove some dead patterns. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Evan Cheng | BIT_CONVERT has been renamed to BITCAST. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Evan Cheng | Minor optimization. sign-ext/anyext of undef is still... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Evan Cheng | Indentation. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Andrew Trick | Negating a recurrence preserves no-self-wrap. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Andrew Trick | HowFarToZero can compute a trip count as long as the... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Andrew Trick | Added SCEV::NoWrapFlags to manage unsigned, signed... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Justin Holewinski | PTX: Emit global arrays with proper sizes |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Justin Holewinski | PTX: Add support for sqrt/sin/cos intrinsics |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Che-Liang Chiou | ptx: add set.p instruction and related changes to predi... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Mikhail Glushenkov | Emacs mode string. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Francois Pichet | Correct small comment order typo. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Jin-Gu Kang | This case is solved by Scalar Replacement of Aggregates... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Che-Liang Chiou | ptx: add basic support of predicate execution |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Jin-Gu Kang | Add comment as following: |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Oscar Fuentes | LTO is not ready for Windows. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Jakob Stoklund... | Now that we are deleting unused live intervals during... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Jakob Stoklund... | Tell the register allocator about new unused virtual... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Oscar Fuentes | Build EnhancedDisassembly as a shared library too. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Oscar Fuentes | Build CompilerDriver library. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Oscar Fuentes | Build LTO as a static library too. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Oscar Fuentes | Build LTO as a static library too. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Benjamin Kramer | Teach ComputeMaskedBits about sub nsw. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Oscar Fuentes | Whe we build a shared library, add its list of used... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Oscar Fuentes | Update link components for llvm-dis and LTO. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Duncan Sands | Speculatively revert commit 127478 (jsjodin) in an... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Jin-Gu Kang | This patch removes some of useless instructions generat... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Jakob Stoklund... | Include snippets in the live stack interval. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Jakob Stoklund... | Spill multiple registers at once. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Sean Callanan | Fixed the comparison operator for the enhanced |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Jakob Stoklund... | That's it, I am declaring this a failure of the C+... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Eric Christopher | Saving files before committing is overrated. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Eric Christopher | Sometimes isPredicable lies to us and tells us we don... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Jim Grosbach | Remove no-longer-correct special case for disasm of... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Jim Grosbach | Add FIXME. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Jim Grosbach | Pseudo-ize the ARM Darwin *r9 call instruction definiti... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Pseudo-ize the ARM 'B' instruction. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Remove dead code. These ARM instruction definitions... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Remove dead code. These ARM instruction definitions... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Pseudo-ize VMOVDcc and VMOVScc. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | 80 columns |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Properly pseudo-ize the ARM LDMIA_RET instruction.... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Cameron Zwarich | Roll r127459 back in: |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Cameron Zwarich | Fix the GCC test suite issue exposed by r127477, which... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Owen Anderson | Teach FastISel to support register-immediate-immediate... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | 80 columns. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Remove dead code. These ARM instruction definitions... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | ARM VDUPfd and VDUPfq can just be patterns. The instruc... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Remove dead code. These ARM instruction definitions... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | ARM VDUPLNfq and VDUPLNfd definitions can just be Pat... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | ARM VREV64df and VREV64qf can just be patterns. The... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | This FIXME has been fixed. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Properly pseudo-ize ARM MVNCCi. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jim Grosbach | Add missing 'return on failure'. Previously we'd crash... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jan Sjödin | Remove optimization emitting a reference insted of... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Daniel Dunbar | Revert r127459, "Optimize trivial branches in CodeGenPr... |
commit | commitdiff | tree | snapshot |
next |