aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-03[ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier
2012-09-03Move ErrorLoc decl into the scope where it's actually used.Chad Rosier
2012-09-02escape special char when handling CXX_FOR_OCAMLOPTNuno Lopes
2012-09-02fix test's RUN linesNuno Lopes
2012-09-02add support for ocaml 3.12Nuno Lopes
2012-09-02replace a couple of single-line comments with /* */ to fix the build of stuff...Nuno Lopes
2012-09-02Fix a typo.Nadav Rotem
2012-09-02Not all targets have efficient ISel code generation for select instructions.Nadav Rotem
2012-09-02LoopRotation: Make the brute force DomTree update more brute force.Benjamin Kramer
2012-09-02Rename ANDROIDEABI to Android.Logan Chien
2012-09-02Generate better select code by allowing the target to use scalar select, and ...Nadav Rotem
2012-09-01Only legalise a VSELECT in to bitwise operations if the vector mask bool is z...Pete Cooper
2012-09-01PR13689: Check for backtrace(3) in the cmake build.Benjamin Kramer
2012-09-01Limit domain conversion to cases where it won't break dep chains.Tim Northover
2012-09-01Revert "Take account of boolean vector contents when promoting a build vector...Pete Cooper
2012-09-01Fix Thumb2 fixup kind in the integrated-as.Logan Chien
2012-09-01Add ARM ELF support to llvm-objdump.Logan Chien
2012-09-01Code cleanup: tools/opt/opt.cppLogan Chien
2012-09-01Fix typo.Logan Chien
2012-09-01LoopRotation: Check some invariants of the dominator updating code.Benjamin Kramer
2012-09-01TyposCraig Topper
2012-09-01Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...Owen Anderson
2012-09-01Fix typoMichael Liao
2012-09-01llvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on AMD Bulldozer host, corres...NAKAMURA Takumi
2012-09-01Fix Atom bots for r163036.Manman Ren
2012-08-31SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure itsManman Ren
2012-08-31Mark FMA4 instructions as commutable and add them to the folding tables.Craig Topper
2012-08-31Make sure to build libpthread to check for HAVE_PTHREAD_MUTEX_LOCK.Eric Christopher
2012-08-31Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier
2012-08-31Add selection of RegOp2MemOpTable3 to canFoldMemoryOperandCraig Topper
2012-08-31Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen
2012-08-31Fix PR12359Michael Liao
2012-08-31The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter
2012-08-31Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling
2012-08-31Add a comment to explain what's really going on.Chad Rosier
2012-08-31The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier
2012-08-31Mark FMA3 instructions as commutable so that the operands to the multiply par...Craig Topper
2012-08-31Use CloneMachineInstr to make a new MI in commuteInstruction to make the code...Craig Topper
2012-08-31Add support for converting llvm.fma to fma4 instructions.Craig Topper
2012-08-31Don't enforce ordered inline asm operands.Jakob Stoklund Olesen
2012-08-31Clean up ProfileDataLoader a bit.Benjamin Kramer
2012-08-31llvm/test/CodeGen/X86/vec_select.ll: Fix failure on xmm-less hosts, to add -m...NAKAMURA Takumi
2012-08-31Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling
2012-08-31Clean up AddedComplexity further after adding UseSSExMichael Liao
2012-08-31Fix a couple of typos in EmitAtomic.Jakob Stoklund Olesen
2012-08-31X86: Fix encoding of 'movd %xmm0, %rax'Jim Grosbach
2012-08-31With the fix in r162954/162955 every cvt function returns true. Thus, haveChad Rosier
2012-08-30Take account of boolean vector contents when promoting a build vector from i1...Pete Cooper
2012-08-30Try to make this test more generic to unbreak buildbots.Owen Anderson
2012-08-30Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...Owen Anderson