summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* teach GVN to widen integer loads when they are overaligned, when doing an Chris Lattner2011-04-28
* Let the immediate leaf pattern take transforms and switch the signedEric Christopher2011-04-28
* Add utility method to DenseMap to return the amount of memory used for its bu...Ted Kremenek2011-04-28
* Add a small temporary hack for producing identical eh_frame sections on OS X.Rafael Espindola2011-04-28
* Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.ehRafael Espindola2011-04-28
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-28
* silence some -Wnon-pod-memset warnings, since std::pair is not POD.Chris Lattner2011-04-28
* Remove unnecessary argument.Rafael Espindola2011-04-27
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-27
* Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...Eli Friedman2011-04-27
* Remove unused function.Eli Friedman2011-04-27
* Revert r130178. It turned out to be not the optimal path to emit complex loca...Devang Patel2011-04-27
* When analyzing functions known to only access argument pointees,Dan Gohman2011-04-27
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-27
* Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng2011-04-26
* make a couple of changes to the standard pass pipeline:Chris Lattner2011-04-26
* add an m_ConstantInt matching predicate that binds to a uint64_t, and add an ...Chris Lattner2011-04-26
* Use the new TRI->getLargestLegalSuperClass hook to constrain register class i...Jakob Stoklund Olesen2011-04-26
* Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...Jakob Stoklund Olesen2011-04-26
* Fix an off by one error while accessing complex address element of a DIVariable.Devang Patel2011-04-26
* Enhance MemDep: When alias analysis returns a partial alias result,Chris Lattner2011-04-26
* Let dwarf writer allocate extra space in the debug location expression. This ...Devang Patel2011-04-26
* Improve adherence to general style, use "foo_t &x" instead of "foo_t& x"Chris Lattner2011-04-25
* allow adding a FoldingSetNodeID to a FastFoldingSetNode, resolving PR9499,Chris Lattner2011-04-25
* Give ImmutableIntervalMap.h an include guard.Sebastian Redl2011-04-24
* PR9214: Convert the DIBuilder API to use ArrayRef.Jay Foad2011-04-24
* Remove unused STL header includes.Jay Foad2011-04-23
* Teach FastISel to deal with instructions that have two immediate operands.Owen Anderson2011-04-22
* Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel2011-04-22
* Fix comment.Eric Christopher2011-04-22
* Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner2011-04-22
* Comment out some unused parameter names to silence out-of-tree -Wunused warni...Frits van Bommel2011-04-22
* include/llvm/Target/TargetAsmInfo.h: Fix a warning.NAKAMURA Takumi2011-04-22
* Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola2011-04-22
* Remove unused argument.Rafael Espindola2011-04-21
* Add DW_OP_bit_piece.Devang Patel2011-04-21
* Refactor.Devang Patel2011-04-21
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-21
* Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar2011-04-21
* Don't allow per-register spill size and alignment.Jakob Stoklund Olesen2011-04-21
* Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky2011-04-21
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-20
* Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen2011-04-20
* ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings2011-04-20
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-20
* Remove unused arguments.Rafael Espindola2011-04-20
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-20
* ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar2011-04-19
* ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar2011-04-19
* ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar2011-04-19