aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix constructor typesDaniel Dunbar2009-07-241-2/+2
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+347
* Implement getSectionPrefixForUniqueGlobal to return null, indicating thatChris Lattner2009-07-241-0/+6
* Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal.Chris Lattner2009-07-242-7/+10
* document SectionFlags::Named better and make it more easily greppable byChris Lattner2009-07-241-3/+5
* use section flags more correctly.Chris Lattner2009-07-241-0/+2
* make Constant::getRelocationInfo return an enum, as suggested by Duncan.Chris Lattner2009-07-242-15/+15
* remove more bits of small section support.Chris Lattner2009-07-241-24/+0
* Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner2009-07-241-10/+2
* Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags.Dan Gohman2009-07-241-0/+9
* Give the SCEV class a SubclassData field.Dan Gohman2009-07-241-2/+9
* Fix whitespace.Dan Gohman2009-07-241-8/+8
* Privatize the ConstantVector tables.Owen Anderson2009-07-242-3/+1
* Remove the IA-64 backend.Dan Gohman2009-07-241-4/+0
* Privatize the ConstantStruct table.Owen Anderson2009-07-232-4/+4
* Write space padding as one string to speed up comment printing.David Greene2009-07-231-1/+8
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-232-12/+66
* Fix PR4614: the Intel C compiler defines _GNUC__Duncan Sands2009-07-231-2/+2
* Switch ValueSymbolTable to StringRef based API.Daniel Dunbar2009-07-231-5/+5
* Add llvm::Value::getNameRef, for help in API migration.Daniel Dunbar2009-07-231-1/+2
* Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner2009-07-231-5/+92
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-232-72/+37
* emit simple node was using different labels for fields than the rest of the g...Andrew Lenharth2009-07-231-1/+1
* Cache dependence computation using FoldingSet.Andreas Bolka2009-07-231-4/+40
* enhance DepthFirstIterator to support more robust operations in the faceChris Lattner2009-07-231-23/+49
* remove a really old and dead headerChris Lattner2009-07-231-62/+0
* MDStringDevang Patel2009-07-232-6/+7
* Minor cosmetics: indentation, formatting, naming.Andreas Bolka2009-07-231-23/+23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-233-158/+17
* Hide constructors.Devang Patel2009-07-231-4/+5
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-233-42/+10
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-232-12/+66
* Parameterize the BumpPtrAllocator over a slab allocator. It defaults to usingReid Kleckner2009-07-231-5/+92
* remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner2009-07-221-1/+0
* Constify the key in Mi2IndexMap.David Greene2009-07-221-2/+2
* Define npos in a way that should make MSVC happier.Daniel Dunbar2009-07-221-1/+1
* Put comment printing under asm-verbose.David Greene2009-07-221-1/+1
* Make some changes suggested by Bill and Evan.David Greene2009-07-221-0/+4
* Add replaceAllUsesWith() to FE replace debug info constructs while building c...Devang Patel2009-07-221-0/+5
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-224-55/+65
* Support writing a StringRef to a raw_ostream directly.Daniel Dunbar2009-07-221-7/+14
* Remove a comment that was copy+pasted from the wrong place,Edwin Török2009-07-221-1/+0
* Attempt to fix BuildBot breakage with MSVC.Eli Friedman2009-07-221-0/+5
* Remove intrinsic support for __builtin_ia32_vec_set_v16qi andEric Christopher2009-07-221-6/+0
* inline the two MergeableConstSection implementations into theirChris Lattner2009-07-222-2/+0
* remove the SelectSectionForMachineConst hook, replacing it withChris Lattner2009-07-223-4/+19
* Let each target determines whether a machine instruction is dead. If true, th...Evan Cheng2009-07-221-0/+6
* Get rid of the Pass+Context magic.Owen Anderson2009-07-2217-45/+34
* reimplement Constant::ContainsRelocations as Chris Lattner2009-07-221-20/+15
* Now that RelocBehaviour() is never overloaded, it doesn't need to beChris Lattner2009-07-211-7/+0