summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* 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
* Add a little wrapper header that is put around bc files when emittingChris Lattner2008-07-09
* Remove getValueRange from SCEV. It wasn't doing anything there anyways, and aNick Lewycky2008-07-09
* const-ify SelectionDAG::getNodeValueTypes.Dan Gohman2008-07-09
* Factor out the code for computing an alignment value, and make itDan Gohman2008-07-08
* The graph name really does matter for configurations that use gv.Dan Gohman2008-07-08
* Unbreak C++ tests on x86 Darwin.Evan Cheng2008-07-08
* Add some helpers for manipulating functionDuncan Sands2008-07-08
* Add CallSite::getArgumentNo() to be able to translate an operand number into aMatthijs Kooijman2008-07-08
* Add CallSite::getArgumentOffset() to hide the differences in operands betwenMatthijs Kooijman2008-07-08
* Add some convenience methods for manipulatingDuncan Sands2008-07-08
* Expand SCEVUDiv of power of 2 to a lshr instruction.Nick Lewycky2008-07-08
* Avoid unnecessary string construction during asm printing.Evan Cheng2008-07-08
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-07
* Pool-allocation for SDNodes. The pool is allocated once for each function,Dan Gohman2008-07-07
* Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman2008-07-07