aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-04-27Remove unnecessary argument.Rafael Espindola
2011-04-27Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola
2011-04-27Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...Eli Friedman
2011-04-27Remove unused function.Eli Friedman
2011-04-27Revert r130178. It turned out to be not the optimal path to emit complex loca...Devang Patel
2011-04-27When analyzing functions known to only access argument pointees,Dan Gohman
2011-04-27Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola
2011-04-26Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng
2011-04-26make a couple of changes to the standard pass pipeline:Chris Lattner
2011-04-26add an m_ConstantInt matching predicate that binds to a uint64_t, and add an ...Chris Lattner
2011-04-26Use the new TRI->getLargestLegalSuperClass hook to constrain register class i...Jakob Stoklund Olesen
2011-04-26Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...Jakob Stoklund Olesen
2011-04-26Fix an off by one error while accessing complex address element of a DIVariable.Devang Patel
2011-04-26Enhance MemDep: When alias analysis returns a partial alias result,Chris Lattner
2011-04-26Let dwarf writer allocate extra space in the debug location expression. This ...Devang Patel
2011-04-25Improve adherence to general style, use "foo_t &x" instead of "foo_t& x"Chris Lattner
2011-04-25allow adding a FoldingSetNodeID to a FastFoldingSetNode, resolving PR9499,Chris Lattner
2011-04-24Give ImmutableIntervalMap.h an include guard.Sebastian Redl
2011-04-24PR9214: Convert the DIBuilder API to use ArrayRef.Jay Foad
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-22Teach FastISel to deal with instructions that have two immediate operands.Owen Anderson
2011-04-22Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel
2011-04-22Fix comment.Eric Christopher
2011-04-22Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner
2011-04-22Comment out some unused parameter names to silence out-of-tree -Wunused warni...Frits van Bommel
2011-04-22include/llvm/Target/TargetAsmInfo.h: Fix a warning.NAKAMURA Takumi
2011-04-22Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola
2011-04-21Remove unused argument.Rafael Espindola
2011-04-21Add DW_OP_bit_piece.Devang Patel
2011-04-21Refactor.Devang Patel
2011-04-21PR9214: Convert Metadata API to use ArrayRef.Jay Foad
2011-04-21Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar
2011-04-21Don't allow per-register spill size and alignment.Jakob Stoklund Olesen
2011-04-21Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky
2011-04-20Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng
2011-04-20Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen
2011-04-20ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings
2011-04-20PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski
2011-04-20Remove unused arguments.Rafael Espindola
2011-04-20ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar
2011-04-19ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar
2011-04-19ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar
2011-04-19ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar
2011-04-19add a helper method.Chris Lattner
2011-04-19ADT/Triple: Add helper function for OS X version checks.Daniel Dunbar
2011-04-19ADT/Triple: Add isOSVersionLT helper function.Daniel Dunbar
2011-04-19ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.Daniel Dunbar
2011-04-19ADT/Triple: Add support for more explicit "osx" and "ios" OS names.Daniel Dunbar
2011-04-19Avoid write-after-write issue hazards for Cortex-A9.Bob Wilson
2011-04-18Add BumpPtrAllocator::getTotalMemory() to allow clients to query how much mem...Ted Kremenek