summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Inline typedef for alist_iterator::pointer to work with MSVC++.Ted Kremenek2008-07-12
* operator[] is not defined for list::iterator. Overload it in ilist::iteratorNick Lewycky2008-07-12
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-12
* Add a utility function to MachineInstr for testing whether an instructionDan Gohman2008-07-12
* Fix spelling of "hierarchy" in comments.Dan Gohman2008-07-11
* Fix typos in comments.Dan Gohman2008-07-11
* Include a frame index in the "fixed stack" pseudo source valueDan Gohman2008-07-11
* Minor tweaks to the ImmutableList iterator interface.Ted Kremenek2008-07-11
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-11
* Use find instead of lower_bound.Dan Gohman2008-07-11
* Trim unnecessary #includes.Dan Gohman2008-07-11
* It is pointless to turn a UINT_TO_FP into anDuncan Sands2008-07-11
* Add two missing SINT_TO_FP libcalls.Duncan Sands2008-07-11
* Add support for 128 bit shifts and 32 bit shiftsDuncan Sands2008-07-11
* Make typedef public to make MSVC++ happy.Ted Kremenek2008-07-10
* Make some typedefs public to make MSVC++ happy.Ted Kremenek2008-07-10
* Make typedefs in ilist public (Visual C++ errors out when they are private).Ted Kremenek2008-07-10
* Pull r53428 from Gaz into mainline:Bill Wendling2008-07-10
* Added ImmutableMap constructor that accepts a const TreeTy*.Ted Kremenek2008-07-10
* Tidy up #includes.Dan Gohman2008-07-10
* Add a SubclassData field to SDNode, similar to what's doneDan Gohman2008-07-10
* Fix a copy+pasto in an assertion string.Dan Gohman2008-07-10
* Stack objects have nonnegative indices, not just positive indices.Dan Gohman2008-07-10
* Escape the graph name. This unbreaks -view-cfg.Dan Gohman2008-07-10
* Remove this file; the code that it went with is no longerDan Gohman2008-07-10
* Add support for 128 bit multiplicative operations.Duncan Sands2008-07-10
* Add a mysteriously missing libcall, FPTOSINT_F80_I32.Duncan Sands2008-07-10
* Correct a comment.Duncan Sands2008-07-10
* - Change the horrible N^2 isRegReDefinedByTwoAddr. Now callers must supply th...Evan Cheng2008-07-10
* add a helper method for code that wants to handle vectorChris Lattner2008-07-10
* - Replace use of std::map<std::string, ..> with StringMap. Replace use of std...Evan Cheng2008-07-10
* Simplify hasNUsesOfValue and hasAnyUsesOfValue even more. ThisDan Gohman2008-07-09
* Move MemoryVT out of LSBaseNode into MemSDNode, allowing theDan Gohman2008-07-09
* Move the IsVolatile and SVOffset fields into the MemSDNode baseDan Gohman2008-07-09
* Silence a warningAnton Korobeynikov2008-07-09
* Drop enum and use constants for SectionFlagsAnton Korobeynikov2008-07-09
* First sketch of special section objectsAnton Korobeynikov2008-07-09
* UnbreakAnton Korobeynikov2008-07-09
* Another bunch of hacks for named sections supportAnton Korobeynikov2008-07-09
* Add hacky way to distinguish named and named sections. This will be generaliz...Anton Korobeynikov2008-07-09
* Handle ELF mergeable sectionsAnton Korobeynikov2008-07-09
* Provide general hook for section name calculationAnton Korobeynikov2008-07-09
* Print entity size for mergeable sectionsAnton Korobeynikov2008-07-09
* Move flag decoding stuff into special hookAnton Korobeynikov2008-07-09
* Properly handle linkonce stuffAnton Korobeynikov2008-07-09
* Provide skeletone code for calculation of section, where global should be emi...Anton Korobeynikov2008-07-09
* Make hooks virtualAnton Korobeynikov2008-07-09
* Add default section name resolution routineAnton Korobeynikov2008-07-09
* ConstifyAnton Korobeynikov2008-07-09
* Add code for default section falgs computationAnton Korobeynikov2008-07-09