summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Fix GVN's debug output, now that operator<< on Value* doesn't printDan Gohman2009-07-31
* Whitespace and 80-col cleanup.Eric Christopher2009-07-31
* - Convert the rest of the DOUTs to DEBUG+errs().Bill Wendling2009-07-31
* PR4662: Fix a crash introduced by the recent LLVMContext changes.Eli Friedman2009-07-31
* Update CMake files.Ted Kremenek2009-07-31
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* Remove Annotation.h, which is no longer used in the LLVM tree.Dan Gohman2009-07-31
* Until we have a "ALIGN" pseudo instruction, have asm printer emitted a .alignEvan Cheng2009-07-31
* MachineFunction no longer needs Annotation.Dan Gohman2009-07-31
* - Teach TBB / TBH offset limits are 510 and 131070 respectively since the offsetEvan Cheng2009-07-31
* Fix printing of Alloca instructions with null operands.Dan Gohman2009-07-31
* Fix some problems with ASTCallbackVH in its use as a DenseMap key.Dan Gohman2009-07-31
* Process DbgDeclareInst.Devang Patel2009-07-31
* Normalize target registration code.Daniel Dunbar2009-07-31
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* refactor section construction in TLOF to be through an explicitChris Lattner2009-07-31
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-31
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-31
* create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner2009-07-31
* fix PR4650: we only track sizes for certain objects, so only put somethingChris Lattner2009-07-31
* Work around a dangling pointer dereference when enumerating NamedMDNodes.Benjamin Kramer2009-07-31
* Fix a struct/class mismatch, to silence a MSVC warning.Benjamin Kramer2009-07-31
* define target names for std libcalls.Sanjiv Gupta2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* llvm-mc: Match a few X86 instructions.Daniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31
* Fix cmake build.Benjamin Kramer2009-07-31
* Add getOrInsertNamedMetadata().Devang Patel2009-07-30
* When fp is not eliminated, instructions with T2_i12 modes will be changed to ...Evan Cheng2009-07-30
* Removed the BigBlock register allocator.Lang Hames2009-07-30
* Do not use abbrev while writing NamedMDNode name.Devang Patel2009-07-30
* Enumerate NamedMDNode elements first.Devang Patel2009-07-30
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Remove redundant match for frame index from imm8 addrmode, it is handled by t...David Goodwin2009-07-30
* Darwin assembler now recognizes "orn", so remove workaround.David Goodwin2009-07-30
* Darwin assembler now supports "rrx", so remove workaround.David Goodwin2009-07-30
* Twine: Directly support int, long, and long long types.Daniel Dunbar2009-07-30
* Use CallbackVH in AliasSetTracker to avoid getting stuck withDan Gohman2009-07-30
* Cleanup and include code selection for some frame index cases.David Goodwin2009-07-30
* Start using DebugInfoFinder.Devang Patel2009-07-30
* Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global...Devang Patel2009-07-30
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-30
* s/DebugInfoEnumerator/DebugInfoFinder/gDevang Patel2009-07-30
* Add raw_ostream::write_hexDaniel Dunbar2009-07-30
* Add missing D* register clobbers for Thumb-2 call.David Goodwin2009-07-30
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-30
* walk DbgRegionStartInst and DbgRegionEndInstDevang Patel2009-07-30
* Minor whitespace tidiness.Dan Gohman2009-07-30
* Rename GRAD to GR32_AD, to follow the naming convention of otherDan Gohman2009-07-30