aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2012-08-29Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper
2012-08-29Maintain a vaild isTied bit as operands are added and removed.Jakob Stoklund Olesen
2012-08-28Profile: set branch weight metadata with data generated from profiling.Manman Ren
2012-08-28Add a MachineOperand::isTied() flag.Jakob Stoklund Olesen
2012-08-28Don't allow TargetFlags on MO_Register MachineOperands.Jakob Stoklund Olesen
2012-08-28Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen
2012-08-28Add the Freescale vendor to Triple.Hal Finkel
2012-08-27Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng
2012-08-27Support MIPS DSP Rev2 intrinsics.Simon Atanasyan
2012-08-27Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov
2012-08-26Mark avx2 maskstore has ReadWriteArgMem. Mark broadcast and maskload as ReadA...Craig Topper
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-08-24Forgot to check in ProfileDataTypes.h in r162576Manman Ren
2012-08-24Profile: move a single enum out of ProfileInfoTypes.h into a new Manman Ren
2012-08-24BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky
2012-08-24Try to appease MSVC even more elaborately in the alignment hacking space.Chandler Carruth
2012-08-23Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen
2012-08-23Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen
2012-08-23Fix attributes on X86 store intrinsics.Jakob Stoklund Olesen
2012-08-23Fix a stub signature. HeuristicReduce should return a bool.Lang Hames
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-23Make the setInst method take its MCInst parameter by reference, a la Jim'sLang Hames
2012-08-23Simplify the computeOperandLatency API.Andrew Trick
2012-08-22Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek
2012-08-22Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen
2012-08-22MCInstFragment constructor should take by-reference MCInst.Jim Grosbach
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
2012-08-22For mips64 switch statements in subroutines could generate Jack Carter
2012-08-22Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith