summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* add a helper method.Chris Lattner2011-04-19
* ADT/Triple: Add helper function for OS X version checks.Daniel Dunbar2011-04-19
* ADT/Triple: Add isOSVersionLT helper function.Daniel Dunbar2011-04-19
* ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.Daniel Dunbar2011-04-19
* ADT/Triple: Add support for more explicit "osx" and "ios" OS names.Daniel Dunbar2011-04-19
* Avoid write-after-write issue hazards for Cortex-A9.Bob Wilson2011-04-19
* Add BumpPtrAllocator::getTotalMemory() to allow clients to query how much mem...Ted Kremenek2011-04-18
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-18
* Make the empty StructType::get overload use an empty ArrayRef.Anders Carlsson2011-04-18
* Add a new bit that ImmLeaf's can opt into, which allows them to duck out ofChris Lattner2011-04-18
* Make the StringMaps attached to MCContext use the MCContext's allocator; Eli Friedman2011-04-18
* Use an empty ArrayRef instead of an empty std::vector for the Function::get o...Anders Carlsson2011-04-18
* since the VT is fixed for a ImmLeaf, there is no reason to expose it to the m...Chris Lattner2011-04-17
* now that predicates have a decent abstraction layer on them, introduce a new Chris Lattner2011-04-17
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-17
* Fix rdar://9289512 - not folding load into compare at -O0Chris Lattner2011-04-17