aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2012-05-02Update SmallVector to support move semantics if the host does.John McCall
2012-05-01YAMLParser: get rid of global ctors & dtors.Benjamin Kramer
2012-04-28If the __is_trivially_copyable type trait is available use it as the baseline...Benjamin Kramer
2012-04-23Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru
2012-04-20Extraneous semicolon.Eric Christopher
2012-04-18SourceMgr: Colorize diagnostics.Benjamin Kramer
2012-04-17platform support for counting column widths and checking isprintSeth Cantrell
2012-04-17Goodbye, JSONParser...Manuel Klimek
2012-04-17Adding operator== for document_iterator.Manuel Klimek
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands
2012-04-16Remove the methods for attaching metadata to instructions/retrieving metadataDuncan Sands
2012-04-16Add convenience methods to MDBuilder for attaching metadata to instructions,Duncan Sands
2012-04-16Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer
2012-04-16Revert r154800 which breaks windows builders.Argyrios Kyrtzidis
2012-04-16Add reverseColor to raw_ostream.Argyrios Kyrtzidis
2012-04-15Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands
2012-04-08Move the TLSModel information into the TargetMachine rather than hidingChandler Carruth
2012-04-08Allow subclasses of the ValueHandleBase to store information as part of theBill Wendling
2012-04-06DenseMap: Perform the pod-like object optimization when the value type is POD...Benjamin Kramer
2012-04-05Fix the build breakage introduced by r154131.Kaelyn Uhrain
2012-04-05Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to beKaelyn Uhrain
2012-04-04Fix -Wnon-virtual-dtor warnings.Michael J. Spencer
2012-04-04Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer
2012-04-03Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer
2012-04-03Add YAML parser to Support.Michael J. Spencer
2012-04-02Initial 64 bit direct object support.Akira Hatanaka
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-31Add support to the InstVisitor for visiting a generic callsite. TheChandler Carruth
2012-03-29Lowercase the tag name to match the rest of dwarf.Eric Christopher
2012-03-28Tidy up. Whitespace.Jim Grosbach
2012-03-26Add InitializeNativeTargetDisassembler function.Eric Christopher
2012-03-18Make the formatting of this file more consistent, and fix the 80-columnsChandler Carruth
2012-03-18Teach InstVisitor about the UnaryInstruction layer in the instructionChandler Carruth
2012-03-11Fix warnings when building with VS11.Michael J. Spencer
2012-03-09Support reading GNU symbol versions in ELFObjectFileDavid Meyer
2012-03-09[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macroDaniel Dunbar
2012-03-07Try a completely different approach to this type trait to appease olderChandler Carruth
2012-03-07Attempt #2 at appeasing GCC 4.3. This compiler really doesn't like theseChandler Carruth
2012-03-07Switch the is_integral_or_enum trait machinery to use an explicitChandler Carruth
2012-03-07Add support to the hashing infrastructure for automatically hashing bothChandler Carruth
2012-03-06Add new load commands for MachO.Ted Kremenek
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-03-02Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth
2012-03-02Add a header that was technically missing to see if this gets theChandler Carruth
2012-03-02We really want to hash pairs of directly-hashable data as directlyChandler Carruth
2012-03-01Move include/llvm/ADT/SaveAndRestore.h -> include/llvm/Support/SaveAndRestore.hArgyrios Kyrtzidis
2012-03-01Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth
2012-02-29Make MemoryObject accessor members const againDerek Schuff
2012-02-27Fix PR12089Derek Schuff