summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* 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
* Use StringMap for greater justice!Bill Wendling2008-07-07
* Fix SDNode::MorphNodeTo (a function used by by SelectNodeTo) toDan Gohman2008-07-07
* Move MachineMemOperand's constructor out of line, to avoid aDan Gohman2008-07-07
* Shrink MachineMemOperand by storing the alignment in log formDan Gohman2008-07-07
* Make ilist noncopyable too.Dan Gohman2008-07-07
* Don't use std::advance just to increment or decrement by one.Dan Gohman2008-07-07
* Make BumpPtrAllocator noncopyable.Dan Gohman2008-07-07
* Add a space between * and /* to help simple-minded lexers.Dan Gohman2008-07-07
* Remove most of the uses of SDOperandPtr, usually replacing it with aDan Gohman2008-07-07
* Remove uses of "llvm/Support/Debug.h" from LLVM include files, whichDan Gohman2008-07-07
* Remove unnecessary static_casts.Dan Gohman2008-07-07
* Remove an unnecessary reinterpret_cast.Dan Gohman2008-07-07
* Add explicit keywords.Dan Gohman2008-07-07
* Make DenseMap's insert return a pair, to more closely resemble std::map.Dan Gohman2008-07-07
* Removed ImmutableMap::SlimFind and replaced it with ImmutableMap::lookup. Th...Ted Kremenek2008-07-07
* LegalizeTypes soft-float support for stores of aDuncan Sands2008-07-07
* Add convenient helper for checking whether global is weak in linker senseAnton Korobeynikov2008-07-05
* 80colNick Lewycky2008-07-05
* Fixed generating incorrect aligned stores that I backout of r53031Mon P Wang2008-07-05