IntegersSubsetMapping:
[oota-llvm.git] / include / llvm / Support /
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping:
2012-06-03 NAKAMURA TakumiIntRange: Restore the copy constuctor explicitly to...
2012-06-02 Stepan DyatkovskiyAdded unittests for IntegersSubset and IntegersSubsetMa...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-02 Stepan DyatkovskiyAdditional change for 157881. Forget to fix another...
2012-06-02 Stepan DyatkovskiySmall fix due to buildbot failures on mingw32. Fixed...
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Benjamin KramerRemove noisy semicolons.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-26 Benjamin KramerAdd support for branch weight metadata to MDBuilder...
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-05-19 Benjamin KramerMove CallbackVHs dtor inline, it can be devirtualized...
2012-05-18 Nick Kledzikfix warnings when compiling with -Wshadow
2012-05-17 Evandro Menezes[Hexagon] Clean up Hexagon ELF definition.
2012-05-15 Daniel Dunbar[Support] Add a version of sys::fs::equivalent() that...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-14 Michael J. Spencer[Support/COFF] Make the order of members in symbol...
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-11 Stepan DyatkovskiyPR1255: ConstantRangesSet and CRSBuilder classes moved...
2012-05-11 Eric ChristopherAllow unique_file to take a mode for file permissions...
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-05-07 John McCallFix trivial typo in llvm_move.
2012-05-05 Chris Lattnerreapply my patch, with a fix for an off-by-one error...
2012-05-05 Chris Lattnerrevert my patches, which are causing problems.
2012-05-05 Chris Lattneradd missing header <shame>
2012-05-05 Daniel Dunbar[Support] Add sys::Process::GetRandomNumber().
2012-05-02 John McCallUpdate SmallVector to support move semantics if the...
2012-05-01 Benjamin KramerYAMLParser: get rid of global ctors & dtors.
2012-04-28 Benjamin KramerIf the __is_trivially_copyable type trait is available...
2012-04-23 Sylvestre LedruConflict with st_dev/st_ino identifiers under Debian...
2012-04-20 Eric ChristopherExtraneous semicolon.
2012-04-18 Benjamin KramerSourceMgr: Colorize diagnostics.
2012-04-17 Seth Cantrellplatform support for counting column widths and checkin...
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-17 Manuel KlimekAdding operator== for document_iterator.
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-16 Duncan SandsRemove the methods for attaching metadata to instructio...
2012-04-16 Duncan SandsAdd convenience methods to MDBuilder for attaching...
2012-04-16 Benjamin KramerReapply 'Add reverseColor to raw_ostream'.
2012-04-16 Argyrios KyrtzidisRevert r154800 which breaks windows builders.
2012-04-16 Argyrios KyrtzidisAdd reverseColor to raw_ostream.
2012-04-15 Duncan SandsAdd the MDBuilder helper class for conveniently creatin...
2012-04-08 Chandler CarruthMove the TLSModel information into the TargetMachine...
2012-04-08 Bill WendlingAllow subclasses of the ValueHandleBase to store inform...
2012-04-06 Benjamin KramerDenseMap: Perform the pod-like object optimization...
2012-04-05 Kaelyn UhrainFix the build breakage introduced by r154131.
2012-04-05 Kaelyn UhrainReally fix -Wnon-virtual-dtor warnings; gcc needs the...
2012-04-04 Michael J. SpencerFix -Wnon-virtual-dtor warnings.
2012-04-04 Benjamin KramerMove yaml::Stream's dtor out of line so it can see...
2012-04-03 Michael J. SpencerSorry about that. MSVC seems to accept just about any...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-04-02 Akira HatanakaInitial 64 bit direct object support.
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-31 Chandler CarruthAdd support to the InstVisitor for visiting a generic...
2012-03-29 Eric ChristopherLowercase the tag name to match the rest of dwarf.
2012-03-28 Jim GrosbachTidy up. Whitespace.
2012-03-26 Eric ChristopherAdd InitializeNativeTargetDisassembler function.
2012-03-18 Chandler CarruthMake the formatting of this file more consistent, and...
2012-03-18 Chandler CarruthTeach InstVisitor about the UnaryInstruction layer...
2012-03-11 Michael J. SpencerFix warnings when building with VS11.
2012-03-09 David MeyerSupport reading GNU symbol versions in ELFObjectFile
2012-03-09 Daniel Dunbar[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_...
2012-03-07 Chandler CarruthTry a completely different approach to this type trait...
2012-03-07 Chandler CarruthAttempt #2 at appeasing GCC 4.3. This compiler really...
2012-03-07 Chandler CarruthSwitch the is_integral_or_enum trait machinery to use...
2012-03-07 Chandler CarruthAdd support to the hashing infrastructure for automatic...
2012-03-06 Ted KremenekAdd new load commands for MachO.
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-02 Chandler CarruthSimplify the pair optimization. Rather than using compl...
2012-03-02 Chandler CarruthAdd a header that was technically missing to see if...
2012-03-02 Chandler CarruthWe really want to hash pairs of directly-hashable data...
2012-03-01 Argyrios KyrtzidisMove include/llvm/ADT/SaveAndRestore.h -> include/llvm...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-27 Derek SchuffFix PR12089
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-17 Dan GohmanCalls and invokes with the new clang.arc.no_objc_arc_ex...
2012-02-10 Duncan SandsRevert commit 149912 (lattner) and add a testcase that...
2012-02-09 David BlaikieChange default error_code ctor to a 'named ctor' so...
2012-02-07 David BlaikieCorrect use of const in ParseCommandLineOptions
2012-02-06 Nick LewyckyFix comment-rulers.
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-06 Chris LattnerRemove some dead code and tidy things up now that vecto...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-04 Devang PatelUpdate llvm debug version to support new structure...
2012-02-03 Devang PatelAdd new tag and an attribute to support debug info...
2012-01-29 Douglas GregorMove Clang's file-level locking facility over to LLVM...
2012-01-26 Chris Lattnerprogress making the world safe to ConstantDataVector...
2012-01-24 David BlaikieReword comment based on feedback by Duncan Sands.
2012-01-23 David BlaikieChanging bitfield enums to unsigned ints.
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-23 David BlaikieSimplify llvm::cl::Option by using a bit field instead...
2012-01-22 Eli BenderskyBasic runtime dynamic loading capabilities added to...
2012-01-17 Manuel KlimekRemoves template magic to build up containers.
next