| Commit message (Expand) | Author | Age | Files | Lines |
* | Move X86 instruction parsing into X86/AsmParser. | Daniel Dunbar | 2009-07-28 | 1 | -2/+1 |
* | Clarify getName() comment. | Devang Patel | 2009-07-28 | 1 | -4/+4 |
* | Make expression parsing and error/warning reporting available through the | Daniel Dunbar | 2009-07-28 | 1 | -0/+42 |
* | Remove unused method. | Devang Patel | 2009-07-28 | 1 | -2/+0 |
* | Remove unused parameter name. | Bill Wendling | 2009-07-28 | 1 | -1/+1 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -8/+3 |
* | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 2 | -7/+6 |
* | Provide generic MCAsmParser when constructing target specific parsers. | Daniel Dunbar | 2009-07-28 | 1 | -9/+15 |
* | Add DebugInfoEnumerator to collect debug info. | Devang Patel | 2009-07-28 | 1 | -0/+53 |
* | Simplify LDA-internal interface. | Andreas Bolka | 2009-07-28 | 1 | -1/+1 |
* | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 3 | -22/+15 |
* | Expose Tokens to target specific assembly parsers. | Daniel Dunbar | 2009-07-28 | 1 | -1/+94 |
* | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner | 2009-07-28 | 1 | -1/+1 |
* | Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used. | Stefanus Du Toit | 2009-07-28 | 2 | -12/+12 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 7 | -147/+203 |
* | llvm-mc: Implement .abort fully in the front end | Daniel Dunbar | 2009-07-27 | 1 | -7/+0 |
* | Add a comment on Value explaining the current getName() behavior. | Daniel Dunbar | 2009-07-27 | 1 | -0/+6 |
* | Move ConstantStruct back to 2.5 API. | Owen Anderson | 2009-07-27 | 2 | -12/+7 |
* | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 2 | -2/+13 |
* | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. | Daniel Dunbar | 2009-07-27 | 2 | -4/+5 |
* | Order unsigned before signed, for consistency. | Dan Gohman | 2009-07-27 | 1 | -8/+8 |
* | Make raw_null_ostream flush its buffer in its destructor, so that | Dan Gohman | 2009-07-27 | 1 | -0/+1 |
* | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner | 2009-07-27 | 1 | -0/+13 |
* | Move MCContext and friends to StringRef based APIs. | Daniel Dunbar | 2009-07-27 | 3 | -7/+10 |
* | simplify #includes. | Chris Lattner | 2009-07-27 | 1 | -3/+1 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 3 | -18/+16 |
* | 80 columns! | Devang Patel | 2009-07-27 | 1 | -5/+12 |
* | Thanks, Bill! | Sean Callanan | 2009-07-27 | 1 | -1/+1 |
* | Sink getSectionPrefixForUniqueGlobal down into the TAI | Chris Lattner | 2009-07-27 | 3 | -15/+7 |
* | Many of Daniel's fixes. | Sean Callanan | 2009-07-27 | 1 | -15/+14 |
* | CMake configuration: find mkdtemp, mkstemp, mktemp. | Douglas Gregor | 2009-07-27 | 1 | -3/+3 |
* | make COFF work like ELF and macho, by splitting out into its own | Chris Lattner | 2009-07-27 | 2 | -1/+30 |
* | inline a method. | Chris Lattner | 2009-07-27 | 1 | -6/+1 |
* | Fix wording in comments. | Dan Gohman | 2009-07-27 | 1 | -1/+1 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 1 | -4/+3 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 2 | -69/+30 |
* | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner | 2009-07-26 | 2 | -6/+3 |
* | Use the RHS length instead of the LHS length. They are both the same, | Chris Lattner | 2009-07-26 | 1 | -1/+1 |
* | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -13/+0 |
* | Remove Value::getNameLen | Daniel Dunbar | 2009-07-26 | 1 | -4/+0 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -4/+6 |
* | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner | 2009-07-26 | 2 | -7/+9 |
* | make SectionKind keep track of whether a global had an explicit | Chris Lattner | 2009-07-26 | 1 | -2/+9 |
* | make SectionKind know whether a symbol is weak or not in addition | Chris Lattner | 2009-07-26 | 1 | -5/+9 |
* | Make the kind actually be private. | Chris Lattner | 2009-07-26 | 1 | -4/+5 |
* | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner | 2009-07-26 | 3 | -40/+46 |
* | remove a bunch of helper functions, just use SectionKind::get instead. | Chris Lattner | 2009-07-26 | 1 | -17/+0 |
* | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner | 2009-07-26 | 3 | -5/+3 |
* | precreate 4/8/16 byte mergable sections to simplify code. | Chris Lattner | 2009-07-26 | 1 | -6/+10 |
* | introduce specialized mergable const sectionkinds for elements of size 4/8/16 to | Chris Lattner | 2009-07-26 | 1 | -2/+23 |