aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-10-16Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola
2010-10-16MC-COFF: Add support for default-null weak externals.Michael J. Spencer
2010-10-16X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer
2010-10-16Whitespace!Michael J. Spencer
2010-10-15Grammar.Jim Grosbach
2010-10-14Always use binary mode for output stream. This is important to prevent unwant...Francois Pichet
2010-10-14Try again at implementing thread-safe lazy pass initialization, without depen...Owen Anderson
2010-10-14Revert r116489. It included some changes I didn't intend to commit, and brok...Owen Anderson
2010-10-14Apparently MSVC doesn't support thread-safe static local initialization. Rol...Owen Anderson
2010-10-14add uadd_ov/usub_ov to apint, consolidate constant foldingChris Lattner
2010-10-13missed a line :(Chris Lattner
2010-10-13constify these methods.Chris Lattner
2010-10-13add a few operations for signed operations that also Chris Lattner
2010-10-13Conversely, Analysis-implementations do NOT need to initialize the AnalysisGr...Owen Anderson
2010-10-13Analysis groups need to initialize their default implementations.Owen Anderson
2010-10-13Take advantage of C++'s thread-safe static local initialization to simplify t...Owen Anderson
2010-10-13Remove noisy semicolon.Benjamin Kramer
2010-10-13Add Region::isTopLevelRegion().Tobias Grosser
2010-10-13RegionInfo: Update RegionInfo after a BB was split.Tobias Grosser
2010-10-13RegioInfo: Add getExpandedRegion().Tobias Grosser
2010-10-13RegionInfo: Allow to update exit and entry of a region.Tobias Grosser
2010-10-13RegionInfo: Enhance addSubregion.Tobias Grosser
2010-10-13RegionInfo: Allow to set the parent region of a basic block.Tobias Grosser
2010-10-13Fix PR8313 by changing ValueToValueMap use a TrackingVH.Rafael Espindola
2010-10-13Be more consistent in using ValueToValueMapTy.Rafael Espindola
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson
2010-10-12Comment grammar tweakage.Jim Grosbach
2010-10-12Initial va_arg support for x86-64. Patch by David Meyer!Dan Gohman
2010-10-12Constify.Dan Gohman
2010-10-12Use SmallVectorImpl in a bunch of places.Dan Gohman
2010-10-11Second set of ARM/MC/ELF changes.Jason W Kim
2010-10-11Clang's #include handling apparently doesn't work for libstdc++'sDan Gohman
2010-10-11System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer
2010-10-11Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer
2010-10-11System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer
2010-10-11remove dead prototype, PR8351Chris Lattner
2010-10-11tweak comment.Chris Lattner
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-09Now using a variant of the existing inlining heuristics to decide whether to ...Kenneth Uildriks
2010-10-08Allow << streaming of MCOperand.Jim Grosbach
2010-10-08Start separating out code metrics into code size metrics and code performance...Kenneth Uildriks
2010-10-08MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer
2010-10-08Fix Whitespace.Michael J. Spencer
2010-10-07After splitting, the remaining LiveInterval may be fragmented into multipleJakob Stoklund Olesen
2010-10-07Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-10-07Provie a clearner interface so that FE can decide whether a function has prot...Devang Patel
2010-10-07Add output stream operator for MCInst.Jim Grosbach
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-10-07Add initialization routines for Instrumentation.Owen Anderson