aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move the metadata constructors back to 2.5 syntax.Owen Anderson2009-07-316-80/+52
* LibCallAliasAnalysis doesn't use TargetData.Dan Gohman2009-07-311-2/+0
* llvm-mc/X86: Sketch match functions for immediates and memory operands.Daniel Dunbar2009-07-311-37/+112
* Make TargetData optional in MemoryDependenceAnalysis.Dan Gohman2009-07-311-10/+7
* move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it toChris Lattner2009-07-313-21/+24
* Remove an unnecessary header.Dan Gohman2009-07-311-1/+0
* remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat,Chris Lattner2009-07-312-35/+0
* remove a pointless override.Chris Lattner2009-07-312-12/+0
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-3143-376/+331
* Fix GVN's debug output, now that operator<< on Value* doesn't printDan Gohman2009-07-311-11/+12
* Whitespace and 80-col cleanup.Eric Christopher2009-07-311-153/+167
* - Convert the rest of the DOUTs to DEBUG+errs().Bill Wendling2009-07-311-14/+13
* PR4662: Fix a crash introduced by the recent LLVMContext changes.Eli Friedman2009-07-311-1/+2
* Update CMake files.Ted Kremenek2009-07-312-1/+2
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-3116-117/+128
* Remove Annotation.h, which is no longer used in the LLVM tree.Dan Gohman2009-07-311-130/+0
* Until we have a "ALIGN" pseudo instruction, have asm printer emitted a .alignEvan Cheng2009-07-311-0/+7
* MachineFunction no longer needs Annotation.Dan Gohman2009-07-311-2/+1
* - Teach TBB / TBH offset limits are 510 and 131070 respectively since the offsetEvan Cheng2009-07-312-9/+14
* Fix printing of Alloca instructions with null operands.Dan Gohman2009-07-311-1/+1
* Fix some problems with ASTCallbackVH in its use as a DenseMap key.Dan Gohman2009-07-311-4/+6
* Process DbgDeclareInst.Devang Patel2009-07-311-0/+15
* Normalize target registration code.Daniel Dunbar2009-07-311-1/+1
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-3111-104/+121
* refactor section construction in TLOF to be through an explicitChris Lattner2009-07-317-10/+24
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-3114-160/+154
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-313-12/+32
* create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner2009-07-311-8/+15
* fix PR4650: we only track sizes for certain objects, so only put somethingChris Lattner2009-07-311-1/+4
* Work around a dangling pointer dereference when enumerating NamedMDNodes.Benjamin Kramer2009-07-311-0/+3
* Fix a struct/class mismatch, to silence a MSVC warning.Benjamin Kramer2009-07-311-1/+1
* define target names for std libcalls.Sanjiv Gupta2009-07-312-12/+34
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-3111-119/+104
* llvm-mc: Match a few X86 instructions.Daniel Dunbar2009-07-311-8/+71
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-3111-104/+119
* Fix cmake build.Benjamin Kramer2009-07-311-1/+0
* Add getOrInsertNamedMetadata().Devang Patel2009-07-301-3/+14
* When fp is not eliminated, instructions with T2_i12 modes will be changed to ...Evan Cheng2009-07-302-3/+10
* Removed the BigBlock register allocator.Lang Hames2009-07-301-892/+0
* Do not use abbrev while writing NamedMDNode name.Devang Patel2009-07-301-9/+4
* Enumerate NamedMDNode elements first.Devang Patel2009-07-301-4/+0
* Move more code back to 2.5 APIs.Owen Anderson2009-07-3041-221/+180
* Remove redundant match for frame index from imm8 addrmode, it is handled by t...David Goodwin2009-07-301-24/+14
* Darwin assembler now recognizes "orn", so remove workaround.David Goodwin2009-07-301-5/+3
* Darwin assembler now supports "rrx", so remove workaround.David Goodwin2009-07-301-2/+1
* Twine: Directly support int, long, and long long types.Daniel Dunbar2009-07-301-17/+29
* Use CallbackVH in AliasSetTracker to avoid getting stuck withDan Gohman2009-07-301-4/+20
* Cleanup and include code selection for some frame index cases.David Goodwin2009-07-301-20/+49
* Start using DebugInfoFinder.Devang Patel2009-07-301-13/+11
* Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global...Devang Patel2009-07-301-1/+1