aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-09-06Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem
2012-09-05[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier
2012-09-05Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky
2012-09-05Cleanup a few magic numbers.Chad Rosier
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-09-05[ms-inline asm] We only need one bit to represent the AsmDialect in theChad Rosier
2012-09-05Constify SDNodeIterator an stop its only non-const user being cast strippedRoman Divacky
2012-09-05Constify subtarget info properly so that we dont cast away the const inRoman Divacky
2012-09-05[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.Chad Rosier
2012-09-05Clean up.Chad Rosier
2012-09-05[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier
2012-09-05Clean up includes.Benjamin Kramer
2012-09-05Remove unused typedefs gcc4.8 warns about.Roman Divacky
2012-09-05MCJIT: getPointerToFunction() references target address space.Jim Grosbach
2012-09-05Removed Trie.h; unused in a long timeMarshall Clow
2012-09-05Fix function name per coding standard.Chad Rosier
2012-09-05[ms-inline asm] Add support for the nsdialect keyword in the BitcodeChad Rosier
2012-09-04Make provenance checking conservative in cases whenDan Gohman
2012-09-04[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier
2012-09-04[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier
2012-09-04Remove unneeded code.Jakub Staszak
2012-09-04Actually use the MachineOperand field for isRegTiedToDefOperand().Jakob Stoklund Olesen
2012-09-04Allow tied uses and defs in different orders.Jakob Stoklund Olesen
2012-09-04Generic Bypass Slow DivPreston Gurd
2012-09-04Make sure macros in the include subdirectory are not used without being defined.Bob Wilson
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov
2012-09-03[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier
2012-09-03[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier
2012-09-03Removed unused argument.Chad Rosier
2012-09-03[ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier
2012-09-02replace a couple of single-line comments with /* */ to fix the build of stuff...Nuno Lopes
2012-09-02Not all targets have efficient ISel code generation for select instructions.Nadav Rotem
2012-09-02Rename ANDROIDEABI to Android.Logan Chien
2012-09-01PR13689: Check for backtrace(3) in the cmake build.Benjamin Kramer
2012-09-01Add ARM ELF support to llvm-objdump.Logan Chien
2012-08-31Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen
2012-08-31Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling
2012-08-31The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier
2012-08-31Clean up ProfileDataLoader a bit.Benjamin Kramer
2012-08-31Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling
2012-08-30Fix HashString's Bernstein hash to use unsigned chars, as is usually done.Will Dietz
2012-08-29Add a bit of documentation to copyPhysReg.Jakob Stoklund Olesen
2012-08-29Explicitly cast an expression to bool before handing it off to __builtin_expect.Benjamin Kramer
2012-08-29Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer
2012-08-29Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson
2012-08-29Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().Jakob Stoklund Olesen
2012-08-29Add MachineMemOperand::isUnordered().Jakob Stoklund Olesen
2012-08-29fix C++ comment in C headerMichael Liao
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer