aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-2467-1254/+960
* CodingStandards: Emphasize use of raw_ostream more.Daniel Dunbar2009-07-241-3/+24
* AliasAnalysis wants sizes in address-units, not bits.Dan Gohman2009-07-241-1/+1
* Forgot this test earlier.Evan Cheng2009-07-241-0/+29
* Fix these tests.Evan Cheng2009-07-242-2/+2
* Fix assert assembling zero-argument constant GEP.Eli Friedman2009-07-242-2/+8
* Uh. It would be useful to actually print the operand.Evan Cheng2009-07-241-1/+1
* fix some predicatesChris Lattner2009-07-242-6/+5
* change SectionKindForGlobal from being a public (andChris Lattner2009-07-242-23/+9
* Disable my constant island pass optimization (to make use soimm more effectiv...Evan Cheng2009-07-242-4/+7
* Move insertps tests to sse41 combo test file, convert to filecheckEric Christopher2009-07-242-13/+31
* make SectionKindForGlobal target independent, and therefore non-virtual.Chris Lattner2009-07-246-54/+73
* Add a workaround for Darwin assembler bug where it's not setting the thumb bi...Evan Cheng2009-07-241-2/+20
* we already know the sectionkind when invoking SelectSectionForGlobal,Chris Lattner2009-07-248-17/+20
* make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ...Chris Lattner2009-07-244-22/+43
* Fix this condition I accidentally inverted.Dan Gohman2009-07-241-1/+1
* Add support for promoting SETCC operations.Jakob Stoklund Olesen2009-07-245-15/+25
* Make sure thumb2 jumptable entries are aligned.Evan Cheng2009-07-243-15/+19
* Clean up.Evan Cheng2009-07-241-3/+1
* Replace use of std::set with SmallPtrSet.Evan Cheng2009-07-241-3/+5
* Convert several more passes to use getAnalysisIfAvailable<TargetData>()Dan Gohman2009-07-245-32/+33
* Add specific classes for Add, Sub, and Mul, for convenience.Dan Gohman2009-07-241-0/+51
* start refactoring pic16 section selection logic.Chris Lattner2009-07-242-16/+13
* move ELF-specific code into ELFTargetAsmInfo.Chris Lattner2009-07-244-26/+40
* tidy upChris Lattner2009-07-241-3/+4
* split the ELF-specific section flag inference-from-name code outChris Lattner2009-07-241-25/+32
* make SectionFlagsForGlobal a private static function instead of a publicChris Lattner2009-07-242-13/+6
* move a method up in the file, GV is always non-null, so remove a check.Chris Lattner2009-07-241-61/+62
* 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-248-8/+67
* Move more to raw_ostream.Daniel Dunbar2009-07-242-7/+8
* Move to raw_ostream.Daniel Dunbar2009-07-244-74/+77
* Switch to getNameStr().Daniel Dunbar2009-07-2412-36/+36
* Allow llvm_report_error to accept a Twine.Daniel Dunbar2009-07-242-3/+16
* Remove unused member functions.Eli Friedman2009-07-2417-496/+0
* Fix constructor typesDaniel Dunbar2009-07-241-2/+2
* Update CMakeDaniel Dunbar2009-07-241-0/+1
* Add Twine ADT.Daniel Dunbar2009-07-243-0/+501
* Convert a test to FileCheck.Evan Cheng2009-07-241-4/+3
* hoist section name uniquing logic up to the top-level SectionForGlobalChris Lattner2009-07-243-28/+26
* Implement getSectionPrefixForUniqueGlobal to return null, indicating thatChris Lattner2009-07-241-0/+6
* 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-247-67/+49
* document SectionFlags::Named better and make it more easily greppable byChris Lattner2009-07-242-4/+6
* fix indentation.Chris Lattner2009-07-241-14/+14