summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* add a random codegen deficiency.Chris Lattner2009-07-30
* fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer2009-07-30
* Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe...Sanjiv Gupta2009-07-30
* Add a note.Evan Cheng2009-07-30
* Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(...Evan Cheng2009-07-30
* Switch obvious clients to Twine instead of utostr (when they were already usingDaniel Dunbar2009-07-30
* Keep track of references to mem(cpy,move,set) and then print only one externSanjiv Gupta2009-07-30
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-30
* Equal SCEVs of a subscript give rise to dependence.Andreas Bolka2009-07-30
* TypoNate Begeman2009-07-30
* Add a new register class to describe operands that can't be SP,Dan Gohman2009-07-30
* Check null NameMDNode elements.Devang Patel2009-07-30
* Eliminate a bunch of redundant tables.Dan Gohman2009-07-30
* Lower a 128-bit BUILD_VECTOR with 2 elements to a pair of INSERT_VECTOR_ELTs.Bob Wilson2009-07-30
* Use array_endof instead of doing it manually.Dan Gohman2009-07-30