aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-161-13/+3
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-162-45/+104
* Remove the methods for attaching metadata to instructions/retrieving metadataDuncan Sands2012-04-161-21/+0
* Add convenience methods to MDBuilder for attaching metadata to instructions,Duncan Sands2012-04-161-5/+27
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-162-0/+9
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-162-9/+0
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-162-0/+9
* Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands2012-04-151-0/+101
* Move the TLSModel information into the TargetMachine rather than hidingChandler Carruth2012-04-081-0/+10
* Allow subclasses of the ValueHandleBase to store information as part of theBill Wendling2012-04-081-17/+26
* DenseMap: Perform the pod-like object optimization when the value type is POD...Benjamin Kramer2012-04-061-1/+1
* Fix the build breakage introduced by r154131.Kaelyn Uhrain2012-04-051-19/+3
* Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to beKaelyn Uhrain2012-04-051-7/+7
* Fix -Wnon-virtual-dtor warnings.Michael J. Spencer2012-04-041-0/+20
* Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer2012-04-041-0/+1
* Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer2012-04-031-20/+0
* Add YAML parser to Support.Michael J. Spencer2012-04-031-0/+564
* Initial 64 bit direct object support.Akira Hatanaka2012-04-021-1/+3
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-1/+3
* Add support to the InstVisitor for visiting a generic callsite. TheChandler Carruth2012-03-311-2/+23
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-291-1/+1
* Tidy up. Whitespace.Jim Grosbach2012-03-281-3/+3
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-261-0/+12
* Make the formatting of this file more consistent, and fix the 80-columnsChandler Carruth2012-03-181-42/+42
* Teach InstVisitor about the UnaryInstruction layer in the instructionChandler Carruth2012-03-181-8/+9
* Fix warnings when building with VS11.Michael J. Spencer2012-03-111-0/+3
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-091-0/+30
* [Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macroDaniel Dunbar2012-03-091-9/+9
* Try a completely different approach to this type trait to appease olderChandler Carruth2012-03-071-31/+29
* Attempt #2 at appeasing GCC 4.3. This compiler really doesn't like theseChandler Carruth2012-03-071-17/+21
* Switch the is_integral_or_enum trait machinery to use an explicitChandler Carruth2012-03-071-4/+4
* Add support to the hashing infrastructure for automatically hashing bothChandler Carruth2012-03-071-1/+31
* Add new load commands for MachO.Ted Kremenek2012-03-061-0/+4
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+3
* Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth2012-03-021-18/+0
* Add a header that was technically missing to see if this gets theChandler Carruth2012-03-021-0/+1
* We really want to hash pairs of directly-hashable data as directlyChandler Carruth2012-03-021-0/+18
* Move include/llvm/ADT/SaveAndRestore.h -> include/llvm/Support/SaveAndRestore.hArgyrios Kyrtzidis2012-03-011-0/+47
* Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth2012-03-012-18/+53
* Make MemoryObject accessor members const againDerek Schuff2012-02-292-26/+25
* Fix PR12089Derek Schuff2012-02-271-1/+1
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-211-1/+1
* Calls and invokes with the new clang.arc.no_objc_arc_exceptionsDan Gohman2012-02-171-0/+6
* Revert commit 149912 (lattner) and add a testcase that shows the problem (whichDuncan Sands2012-02-101-1/+22
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-091-0/+4
* Correct use of const in ParseCommandLineOptionsDavid Blaikie2012-02-071-1/+1
* Fix comment-rulers.Nick Lewycky2012-02-062-2/+2
* Enable streaming of bitcodeDerek Schuff2012-02-063-3/+222
* Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner2012-02-061-22/+1
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-061-1/+0