SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing a bad...
[oota-llvm.git] / include / llvm / Support /
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.
2012-01-15 Chandler CarruthRemove SetWorkingDirectory from the Process interface...
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2012-01-01 Benjamin KramerPatternMatch: Introduce a matcher for instructions...
2012-01-01 Benjamin KramerPatternMatch: Simplify code by reusing the Operator...
2011-12-21 Manuel KlimekChanges the JSON parser to use the SourceMgr.
2011-12-20 Manuel KlimekFixes a potential compilation error.
2011-12-20 Manuel KlimekPulls the implementation of skip() into JSONParser.
2011-12-20 Manuel KlimekAddressing style issues in JSON parser.
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-15 Eli FriedmanZap unnecessary semicolons.
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-05 Anna ZaksChange the Dominators recalculate() function to only...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-01 David BlaikieAdd some missing anchors.
2011-11-28 Dylan Noblesmithuse llvm-config.h in public header
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-21 Sebastian Popfix typo in comment
2011-11-20 Nick LewyckyRefactor code to use new attribute getters on CallSite...
2011-11-20 Chandler CarruthMake an obviously const interface actually be marked...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-16 Michael J. SpencerRemove extra ,.
2011-11-16 Michael J. SpencerSupport/COFF: Add structs and enums from the standard...
2011-11-15 Benjamin KramerTwinify GraphWriter a little bit.
2011-11-15 NAKAMURA Takumiinclude/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIB...
2011-11-15 Nick LewyckyMove WEAK marking to the declaration.
next