aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2012-08-21Add a few functions to TargetLibraryInfo as part of PR13574.Chad Rosier
2012-08-21Fix misaligned access in MachO object file reader: despite containing anRichard Smith
2012-08-21[ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier
2012-08-21Provide a portability macro for __builtin_trap.David Blaikie
2012-08-21[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier
2012-08-21Pacify PVS-Studio by changing the type rather than doing a cast, a tweakDuncan Sands
2012-08-21Add support for the --param ssp-buffer-size= driver option.Chad Rosier
2012-08-21PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if theDuncan Sands
2012-08-20Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen
2012-08-20Clarify that duplicate edges are not allowed in the Machine CFG.Jakob Stoklund Olesen
2012-08-17Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka
2012-08-17MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.Benjamin Kramer
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
2012-08-17Insertion of NoFolder functions to avoid ambiguous overload warnings or error...Jin-Gu Kang
2012-08-17Test commit.Pranav Bhandarkar
2012-08-17Flatten the aligned-char-array utility template to be a directlyChandler Carruth
2012-08-16Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen
2012-08-16Revert r162034, r162035 and r162037.Roman Divacky
2012-08-16Add PPC64 relocations definitions, by Adhemerval Zanella.Roman Divacky
2012-08-16Handle PowerPC.Roman Divacky
2012-08-16Teach GVN to reason about edges dominating uses. This allows it to handle casesRafael Espindola
2012-08-16Add dump/dumpr methods to SDValue.Nadav Rotem
2012-08-15Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen
2012-08-15Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer