summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* There is no need to pass the name into lib/Target/TargetAsmInfo.cppChris Lattner2009-07-241-1/+1
* remove a use of SectionFlagsForGlobal.Chris Lattner2009-07-241-3/+4
* Another getName -> getNameStrDaniel Dunbar2009-07-241-1/+1
* More move to raw_ostream.Daniel Dunbar2009-07-241-4/+3
* Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar2009-07-246-8/+51
* Move more to raw_ostream.Daniel Dunbar2009-07-242-7/+8
* Move to raw_ostream.Daniel Dunbar2009-07-243-71/+73
* Switch to getNameStr().Daniel Dunbar2009-07-2411-35/+35
* Allow llvm_report_error to accept a Twine.Daniel Dunbar2009-07-241-3/+12
* Remove unused member functions.Eli Friedman2009-07-2416-474/+0
* Update CMakeDaniel Dunbar2009-07-241-0/+1
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+91
* hoist section name uniquing logic up to the top-level SectionForGlobalChris Lattner2009-07-243-28/+26
* reduce indentationChris Lattner2009-07-241-35/+37
* simplify code by making special case more obviousChris Lattner2009-07-241-9/+5
* the 'isWeakForLinker' code is common between functions and globals, hoist itChris Lattner2009-07-241-55/+44
* Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal.Chris Lattner2009-07-245-60/+39
* document SectionFlags::Named better and make it more easily greppable byChris Lattner2009-07-241-1/+1
* fix indentation.Chris Lattner2009-07-241-14/+14
* use section flags more correctly.Chris Lattner2009-07-243-7/+6
* Switch to raw_ostream.Daniel Dunbar2009-07-241-9/+9
* fix a mysterious and scary failure on test/CodeGen/X86/cstring.ll Chris Lattner2009-07-241-1/+1
* reduce api exposure: clients shouldn't call SectionKindForGlobal directly.Chris Lattner2009-07-244-31/+32
* make Constant::getRelocationInfo return an enum, as suggested by Duncan.Chris Lattner2009-07-242-13/+14
* remove more bits of small section support.Chris Lattner2009-07-242-12/+4
* remove more remnants of small section support.Chris Lattner2009-07-244-53/+1
* Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner2009-07-244-72/+2
* Thumb2 should use the register scavenger.Evan Cheng2009-07-241-2/+1
* Fix whitespace.Dan Gohman2009-07-241-1/+1
* FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi...Evan Cheng2009-07-246-67/+29
* Privatize the ConstantVector tables.Owen Anderson2009-07-244-59/+71
* Update insertps handling based on feedback. Move to a v4f32 styleEric Christopher2009-07-242-18/+15
* Remove the IA-64 backend.Dan Gohman2009-07-2431-4373/+1
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-2416-211/+370
* Added a 2+-byte NOP instruction to the Intel tables,Sean Callanan2009-07-231-1/+4
* Privatize the ConstantStruct table.Owen Anderson2009-07-234-93/+129
* Write space padding as one string to speed up comment printing.David Greene2009-07-231-3/+13
* Thumb2 does not allow the use of "pc" register as part of the load / store ad...Evan Cheng2009-07-231-15/+0
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-234-110/+319
* "fix" PR4612, which is a crash on:Chris Lattner2009-07-231-1/+5
* Revert r75581: it causes massive breakage in the AdaDuncan Sands2009-07-231-0/+23
* Switch ValueSymbolTable to StringRef based API.Daniel Dunbar2009-07-233-28/+7
* Add llvm::Value::getNameRef, for help in API migration.Daniel Dunbar2009-07-231-1/+6
* Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner2009-07-231-105/+133
* Fix up ARM constant island pass for Thumb2.Evan Cheng2009-07-231-125/+129
* Since we have moved unified assembly, switch to ADR instruction instead of a ...Evan Cheng2009-07-232-28/+8
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-237-37/+30
* Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin2009-07-2310-18/+124
* Cache dependence computation using FoldingSet.Andreas Bolka2009-07-231-23/+65
* 80 col violation.Evan Cheng2009-07-231-2/+4
OpenPOWER on IntegriCloud