aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r75663 (and r76805), as it is causing regressions on powerpc.Dan Gohman2009-07-231-20/+12
* remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner2009-07-226-30/+7
* x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2).Dan Gohman2009-07-222-10/+39
* Add new keywords to the vim syntax highlighting.Dan Gohman2009-07-221-0/+1
* Add new optimization keywords to the polygen grammar.Dan Gohman2009-07-221-2/+6
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-229-100/+103
* Reorder if-else branches as suggested by Bill.David Greene2009-07-221-4/+4
* Fix typo in addrmode definition.David Goodwin2009-07-221-1/+1
* Add -march=ppc32 lines so that this test doesn't ever default to ppc64.Dan Gohman2009-07-221-2/+2
* Use getTargetConstant instead of getConstant since it's meant as an constant ...Evan Cheng2009-07-225-22/+120
* Make the grep line in this test more specific, to avoidDan Gohman2009-07-221-2/+2
* Constify the key in Mi2IndexMap.David Greene2009-07-222-3/+3
* Ignore undef uses.Evan Cheng2009-07-222-0/+97
* Switch some clients to Value::getName(), and other getName() userDaniel Dunbar2009-07-226-20/+20
* Fix indentation.Devang Patel2009-07-221-6/+6
* Simplify some uses of Value::getName()Daniel Dunbar2009-07-223-4/+7
* Define npos in a way that should make MSVC happier.Daniel Dunbar2009-07-221-1/+1
* Remove unnecessary store to temporary std::string.Daniel Dunbar2009-07-221-3/+4
* Put comment printing under asm-verbose.David Greene2009-07-222-14/+37
* Fix indentation.Daniel Dunbar2009-07-221-18/+19
* Make some changes suggested by Bill and Evan.David Greene2009-07-223-34/+29
* Fix thinko.Devang Patel2009-07-221-1/+1
* Added -b option to override the default bitcode output file name.Sanjiv Gupta2009-07-222-10/+24
* Use isa<> instead of dyn_cast<>.Devang Patel2009-07-221-1/+1
* Add replaceAllUsesWith() to FE replace debug info constructs while building c...Devang Patel2009-07-222-0/+17
* Do not print "metadata" twice while printing MDString.Devang Patel2009-07-221-2/+0
* Remove empty test.Devang Patel2009-07-221-0/+0
* Eliminate a redudant check Eli pointed out.Evan Cheng2009-07-221-2/+2
* Fixed build warning. No functionality change.Sanjiv Gupta2009-07-221-1/+1
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-2216-130/+231
* Support writing a StringRef to a raw_ostream directly.Daniel Dunbar2009-07-222-7/+20
* fix some wording problems Daniel pointed out, make a example actually real.Chris Lattner2009-07-221-20/+27
* doxygenifyChris Lattner2009-07-221-7/+7
* fix typo noticed by DuncanChris Lattner2009-07-221-1/+1
* cast signed APInt constructor params to uint64_t to suppress signedness warningRyan Flynn2009-07-221-5/+5
* Add newline at end of file.Duncan Sands2009-07-221-1/+1
* Thread local globals don't require special handling by the linker and so canRichard Osborne2009-07-221-0/+7
* Remove a comment that was copy+pasted from the wrong place,Torok Edwin2009-07-221-1/+0
* Revert commit 76707, it was breaking the llvm-gcc buildDuncan Sands2009-07-222-8/+4
* Don't give a massive inlining cost bonus to available_externally Eli Friedman2009-07-221-2/+1
* Don't forget D16 - D31 are clobbered by calls and sjlj eh.Evan Cheng2009-07-223-10/+20
* Add R12 to the list of registers clobbered by 16-bit Thumb calls as a pre-cau...Evan Cheng2009-07-221-2/+2
* Fix a obvious copy-n-paste bug.Evan Cheng2009-07-221-1/+1
* Get rid one of the getRegisterNumbering. Also add D16 - D31.Evan Cheng2009-07-223-69/+78
* remove Bill from the author list: his contribution (describing llvm::Ostream Chris Lattner2009-07-221-2/+1
* add some more topics to the coding standards doc:Chris Lattner2009-07-221-33/+456
* Attempt to fix BuildBot breakage with MSVC.Eli Friedman2009-07-221-0/+5
* fix some formatting stuff, patch by Edward O'Callaghan!Chris Lattner2009-07-221-3/+3
* Remove intrinsic support for __builtin_ia32_vec_set_v16qi andEric Christopher2009-07-221-6/+0
* Add support for MMX VSETCC.Eli Friedman2009-07-222-0/+33