oota-llvm.git
2011-03-15 Duncan SandsSilence compiler warning about case values not being...
2011-03-15 Duncan SandsAvoid a compiler warning about reg possibly being used...
2011-03-15 Cameron ZwarichDo not add PHIs with no users when creating LCSSA form...
2011-03-15 Nick LewyckyAdd C++ global operator {new,new[],delete,delete[]...
2011-03-15 Evan ChengAdd a peephole optimization to optimize pairs of bitcas...
2011-03-15 Evan Cheng- Add "Bitcast" target instruction property for instruc...
2011-03-15 Eli FriedmanPR9450: Make switch optimization in SimplifyCFG not...
2011-03-15 Evan Chengsext(undef) = 0, because the top bits will all be the...
2011-03-15 Bill WendlingTestcase for r127630.
2011-03-15 Sean CallananBasic sanity checks to ensure that 2- and 3-byte
2011-03-15 Sean CallananEnabled disassembler support for AVX instructions
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2011-03-15 Andrew TrickRemove getMinusSCEVForExitTest().
2011-03-15 Johnny ChenFixed an ARM disassembler bug where it does not handle...
2011-03-15 Bill WendlingThere are some situations which can cause the URoR...
2011-03-15 Andrew TrickPropagate SCEV no-wrap flags whenever possible.
2011-03-15 Jim GrosbachClean up ARM tail calls a bit. They're pseudo-instructi...
2011-03-15 Eric ChristopherIf we don't know how long a string is we can't fold...
2011-03-14 Francois PichetMake llvm::Consumer a class (to remove a MSVC warning...
2011-03-14 Bill WendlingGenerate a VTBL instruction instead of a series of...
2011-03-14 John McCallVersion N of the llvm_unreachable patch: VC++ doesn...
2011-03-14 Renato GolinThis patch is a big refactoring of llvm-diff. It doesn...
2011-03-14 Jan SjödinCheck that the AsmParser exists for the native target...
2011-03-14 Eric ChristopherFix this test up a bit.
2011-03-14 Jim GrosbachTrailing whitespace.
2011-03-14 Owen AndersonIgnore isCodeGenOnly instructions when generating diass...
2011-03-14 Jakob Stoklund... Place context in member variables instead of passing...
2011-03-14 John McCallOkay, some compilers complain if you provide the except...
2011-03-14 John McCallFix the exception-specification of abort() when declari...
2011-03-14 John McCallMake llvm_unreachable evaluate to __builtin_unreachable...
2011-03-14 Jakob Stoklund... Rename members to match LLVM naming conventions more...
2011-03-14 Jim GrosbachRemove some dead patterns.
2011-03-14 Evan ChengBIT_CONVERT has been renamed to BITCAST.
2011-03-14 Evan ChengMinor optimization. sign-ext/anyext of undef is still...
2011-03-14 Evan ChengIndentation.
2011-03-14 Andrew TrickNegating a recurrence preserves no-self-wrap.
2011-03-14 Jim GrosbachTrailing whitespace.
2011-03-14 Andrew TrickHowFarToZero can compute a trip count as long as the...
2011-03-14 Andrew TrickAdded SCEV::NoWrapFlags to manage unsigned, signed...
2011-03-14 Andrew Trickwhitespace
2011-03-14 Justin HolewinskiPTX: Emit global arrays with proper sizes
2011-03-14 Justin HolewinskiPTX: Add support for sqrt/sin/cos intrinsics
2011-03-14 Che-Liang Chiouptx: add set.p instruction and related changes to predi...
2011-03-14 Mikhail GlushenkovEmacs mode string.
2011-03-14 Francois PichetCorrect small comment order typo.
2011-03-14 Jin-Gu KangThis case is solved by Scalar Replacement of Aggregates...
2011-03-13 Che-Liang Chiouptx: add basic support of predicate execution
2011-03-13 Jin-Gu KangAdd comment as following:
2011-03-13 Oscar FuentesLTO is not ready for Windows.
2011-03-13 Jakob Stoklund... Now that we are deleting unused live intervals during...
2011-03-13 Jakob Stoklund... Tell the register allocator about new unused virtual...
2011-03-12 Oscar FuentesBuild EnhancedDisassembly as a shared library too.
2011-03-12 Oscar FuentesBuild CompilerDriver library.
2011-03-12 Oscar FuentesBuild LTO as a static library too.
2011-03-12 Oscar FuentesBuild LTO as a static library too.
2011-03-12 Benjamin KramerTeach ComputeMaskedBits about sub nsw.
2011-03-12 Oscar FuentesWhe we build a shared library, add its list of used...
2011-03-12 Oscar FuentesUpdate link components for llvm-dis and LTO.
2011-03-12 Duncan SandsSpeculatively revert commit 127478 (jsjodin) in an...
2011-03-12 Jin-Gu KangThis patch removes some of useless instructions generat...
2011-03-12 Jakob Stoklund... Include snippets in the live stack interval.
2011-03-12 Jakob Stoklund... Spill multiple registers at once.
2011-03-12 Sean CallananFixed the comparison operator for the enhanced
2011-03-12 Jakob Stoklund... That's it, I am declaring this a failure of the C+...
2011-03-12 Eric ChristopherSaving files before committing is overrated.
2011-03-12 Eric ChristopherSometimes isPredicable lies to us and tells us we don...
2011-03-12 Jim GrosbachRemove no-longer-correct special case for disasm of...
2011-03-12 Jim GrosbachAdd FIXME.
2011-03-12 Jim GrosbachPseudo-ize the ARM Darwin *r9 call instruction definiti...
2011-03-11 Jim GrosbachAdd a FIXME.
2011-03-11 Jim GrosbachPseudo-ize the ARM 'B' instruction.
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachPseudo-ize VMOVDcc and VMOVScc.
2011-03-11 Jim Grosbach80 columns
2011-03-11 Jim GrosbachProperly pseudo-ize the ARM LDMIA_RET instruction....
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Cameron ZwarichFix the GCC test suite issue exposed by r127477, which...
2011-03-11 Owen AndersonTeach FastISel to support register-immediate-immediate...
2011-03-11 Jim Grosbach80 columns.
2011-03-11 Jim GrosbachTrailing whitespace.
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachARM VDUPfd and VDUPfq can just be patterns. The instruc...
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachARM VDUPLNfq and VDUPLNfd definitions can just be Pat...
2011-03-11 Jim GrosbachARM VREV64df and VREV64qf can just be patterns. The...
2011-03-11 Jim GrosbachThis FIXME has been fixed.
2011-03-11 Jim GrosbachProperly pseudo-ize ARM MVNCCi.
2011-03-11 Jim GrosbachAdd missing 'return on failure'. Previously we'd crash...
2011-03-11 Jan SjödinRemove optimization emitting a reference insted of...
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Oscar FuentesForce re-linking of LLVMgold.so when its exports file...
2011-03-11 Oscar FuentesFix processing of gold.exports.
2011-03-11 Devang PatelWhile printing annotations, print line number and varia...
2011-03-11 Jim GrosbachFix MOVCCi32imm to be have ARM-mode Requires and a...
2011-03-11 Andrew TrickReplace -dag-chain-limit flag with constant. It has...
2011-03-11 Oscar FuentesAdd LTO and gold plugin to the CMake build. Linux-only...
2011-03-11 Benjamin KramerComputeMaskedBits: sub falls through to add, and sub...
2011-03-11 Benjamin KramerInstCombine: Fix a thinko where transform an icmp under...
2011-03-11 Nick LewyckyTeach ComputeMaskedBits about nsw on add. I don't think...
next