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