- 2a38688 inline the global 'getInstrOperandRegClass' function into its callers by Chris Lattner · 15 years ago
- cb778a8 1. Introduce a new TargetOperandInfo::getRegClass() helper method by Chris Lattner · 15 years ago
- a938ac6 make ptr_rc derive from a new PointerLikeRegClass tblgen class. by Chris Lattner · 15 years ago
- 2cfd52c Give getPointerRegClass() a "kind" value so that targets can by Chris Lattner · 15 years ago
- baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 15 years ago
- 26ef510 Fix a typo, and all of its copies by Douglas Gregor · 15 years ago
- e657ec6 Implement PointerUnion4. by Douglas Gregor · 15 years ago
- 28bc9d8 Keep track of named mdnodes in a Module using an ilist. by Devang Patel · 15 years ago
- 9004e8d Add missing include. by Daniel Dunbar · 15 years ago
- b7d0c90 Change Neon VLDn intrinsics to return multiple values instead of really by Bob Wilson · 15 years ago
- eb85728 by David Greene · 15 years ago
- efbf178 Fix comment. by Devang Patel · 15 years ago
- c736424 trim include list. by Devang Patel · 15 years ago
- 37e3fe9 MSVC build fix. Patch by Olaf Krzikalla! by Benjamin Kramer · 15 years ago
- 763457e Twines: Support numeric conversion directly (uitostr, etc). by Daniel Dunbar · 15 years ago
- 15f72db Skeleton for pairwise subscript testing. by Andreas Bolka · 15 years ago
- e53a600 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 15 years ago
- 95db93c Revert r77397, it causes significant regressions in llc performance. by Daniel Dunbar · 15 years ago
- f457d13 Add NamedMDNode. by Devang Patel · 15 years ago
- 71c6753 Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower by Eric Christopher · 15 years ago
- 0e2771f Match X86 register names to number. by Daniel Dunbar · 15 years ago
- 7aaad71 by David Greene · 15 years ago
- fd29440 by David Greene · 15 years ago
- 16cdcb3 Move X86 instruction parsing into X86/AsmParser. by Daniel Dunbar · 15 years ago
- dd04246 Clarify getName() comment. by Devang Patel · 15 years ago
- e240beb Make expression parsing and error/warning reporting available through the by Daniel Dunbar · 15 years ago
- 3755bec Remove unused method. by Devang Patel · 15 years ago
- 1da5860 Remove unused parameter name. by Bill Wendling · 15 years ago
- 0a9f7b9 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 15 years ago
- af7ec97 Return ConstantVector to 2.5 API. by Owen Anderson · 15 years ago
- a2edbab Provide generic MCAsmParser when constructing target specific parsers. by Daniel Dunbar · 15 years ago
- d2f79a1 Add DebugInfoEnumerator to collect debug info. by Devang Patel · 15 years ago
- c3cc45a Simplify LDA-internal interface. by Andreas Bolka · 15 years ago
- 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
- cbbe248 Expose Tokens to target specific assembly parsers. by Daniel Dunbar · 15 years ago
- 4bb253c the apple "ld_classic" linker doesn't support .literal16 in 32-bit by Chris Lattner · 15 years ago
- 9b97fc7 Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used. by Stefanus Du Toit · 15 years ago
- f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 15 years ago
- f9507ff llvm-mc: Implement .abort fully in the front end by Daniel Dunbar · 15 years ago
- 3d2a56d Add a comment on Value explaining the current getName() behavior. by Daniel Dunbar · 15 years ago
- 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 15 years ago
- dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
- 9a7e2cc llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. by Daniel Dunbar · 15 years ago
- 5a4e2a4 Order unsigned before signed, for consistency. by Dan Gohman · 15 years ago
- f78c835 Make raw_null_ostream flush its buffer in its destructor, so that by Dan Gohman · 15 years ago
- 2b2954f hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating by Chris Lattner · 15 years ago
- b5261eb Move MCContext and friends to StringRef based APIs. by Daniel Dunbar · 15 years ago
- dd061f6 simplify #includes. by Chris Lattner · 15 years ago
- 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
- e2d5a6c 80 columns! by Devang Patel · 15 years ago
- 1abcfce Thanks, Bill! by Sean Callanan · 15 years ago
- 3b07b52 Sink getSectionPrefixForUniqueGlobal down into the TAI by Chris Lattner · 15 years ago
- e91ea06 Many of Daniel's fixes. by Sean Callanan · 15 years ago
- a4e3879 CMake configuration: find mkdtemp, mkstemp, mktemp. by Douglas Gregor · 15 years ago
- 40412e7 make COFF work like ELF and macho, by splitting out into its own by Chris Lattner · 15 years ago
- 33ae7a4 inline a method. by Chris Lattner · 15 years ago
- 07ad19b Fix wording in comments. by Dan Gohman · 15 years ago
- e346694 Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSection by Chris Lattner · 15 years ago
- 5fe575f Eliminate SectionFlags, just embed a SectionKind into Section by Chris Lattner · 15 years ago
- 0fcf4dc untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a by Chris Lattner · 15 years ago
- 7e763eb Use the RHS length instead of the LHS length. They are both the same, by Chris Lattner · 15 years ago
- 460f656 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 15 years ago
- f0443c1 Remove Value::getNameLen by Daniel Dunbar · 15 years ago
- 93b67e4 Eliminate some uses of DOUT, cerr, and getNameStart(). by Daniel Dunbar · 15 years ago
- f40761d remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, by Chris Lattner · 15 years ago
- 37088b3 make SectionKind keep track of whether a global had an explicit by Chris Lattner · 15 years ago
- 4c50922 make SectionKind know whether a symbol is weak or not in addition by Chris Lattner · 15 years ago
- 37939c9 Make the kind actually be private. by Chris Lattner · 15 years ago
- 2ceb60a rename Mergable -> Mergeable and Writable -> Writeable by Chris Lattner · 15 years ago
- 2c5815d remove a bunch of helper functions, just use SectionKind::get instead. by Chris Lattner · 15 years ago
- 5c2f789 simplify getSectionForMergableConstant to take a SectionKind. by Chris Lattner · 15 years ago
- f153272 precreate 4/8/16 byte mergable sections to simplify code. by Chris Lattner · 15 years ago
- 8ca5209 introduce specialized mergable const sectionkinds for elements of size 4/8/16 to by Chris Lattner · 15 years ago
- e346e18 Rearrange all the SectionKinds and structure them into a hierarchical by Chris Lattner · 15 years ago
- 8977d08 Factor commonality in triple match routines into helper template for registering by Daniel Dunbar · 15 years ago
- 8c2f1d7 Oops, forgot XCore. Sorry XCore! by Daniel Dunbar · 15 years ago
- 6337f15 Update for API change. by Daniel Dunbar · 15 years ago
- 38b77f8 fix isReadOnly predicate to not include data that has to be by Chris Lattner · 15 years ago
- f276990 remove a dead enum case. by Chris Lattner · 15 years ago
- a14d225 Update Triple to use StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
- d61918f Add StringRef::{slice, split}, two convenient string operations which are simple by Daniel Dunbar · 15 years ago
- abb477f put normal data into .data instead of .data.rel on elf systems. by Chris Lattner · 15 years ago
- fa27ff2 Kill Target specific ModuleMatchQuality stuff. by Daniel Dunbar · 15 years ago
- a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
- 30c4a3b finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobal by Chris Lattner · 15 years ago
- c993250 Some clients rely on getName{Start,End} not returning 0, even if the length is by Daniel Dunbar · 15 years ago
- 499027f Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa. by Daniel Dunbar · 15 years ago
- d601239 simplify some predicates, add isMergableString() by Chris Lattner · 15 years ago
- 3f53fa9 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 15 years ago
- d1319ef Remove Value::setName(const char*). by Daniel Dunbar · 15 years ago
- 03d7651 Remove Value::{isName, getNameRef}. by Daniel Dunbar · 15 years ago
- 460d51e make SectionKind be a first-class pod struct instead of just an enum. by Chris Lattner · 15 years ago
- b4fc419 this is (unfortunately) several changes mixed together: by Chris Lattner · 15 years ago
- 4f05591 document some invariants. by Chris Lattner · 15 years ago
- 7e77f79 Fix a few comments to say "backedge-taken count" instead of "trip count". by Dan Gohman · 15 years ago
- 72efa18 Update comments to new-style syntax. by Dan Gohman · 15 years ago
- 996b9d6 Remove spurious semicolons. by Dan Gohman · 15 years ago
- d6fd377 Simplify JIT target selection. by Daniel Dunbar · 15 years ago
- 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 15 years ago
- 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago