aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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,Torok Edwin2009-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
* Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to beEric Christopher2009-07-211-0/+3
* no really, I can spell!Chris Lattner2009-07-211-4/+4
* add an API so target-independent codegen can determine if a constantChris Lattner2009-07-211-1/+28
* Permit the IntPtrTy argument to isEliminableCastPair to be null,Dan Gohman2009-07-211-1/+1
* Change ELFCodeEmitter logic to emit the constant pool and jump tables toBruno Cardoso Lopes2009-07-211-1/+1
* Replace the original ad-hoc code for determining whether (v pred w) impliesDan Gohman2009-07-211-13/+19
* make some stuff private.Chris Lattner2009-07-212-4/+7
* improve comments.Chris Lattner2009-07-211-11/+21
* Add missing includeDaniel Dunbar2009-07-211-0/+1
* inline a trivial method into its only call site and fix indentation of casesChris Lattner2009-07-211-1/+0
* Remove some overridden functions in XCoreTargetAsmInfo that areChris Lattner2009-07-211-1/+1
* revert r76602, 76603, and r76615, pending design discussions.Chris Lattner2009-07-214-79/+6
* Privatize the ConstantArray table.Owen Anderson2009-07-212-3/+7
* Privatize the first of the value maps.Owen Anderson2009-07-212-4/+1