aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-052-2/+3
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-041-1/+2
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-031-0/+2
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-291-0/+74
* progress making the world safe to ConstantDataVector. WhileChris Lattner2012-01-261-8/+29
* Reword comment based on feedback by Duncan Sands.David Blaikie2012-01-241-1/+1
* Changing bitfield enums to unsigned ints.David Blaikie2012-01-231-7/+9
* Remove extraneous ';'s.Bill Wendling2012-01-231-3/+3
* Simplify llvm::cl::Option by using a bit field instead of manual bit packing.David Blaikie2012-01-231-74/+68
* Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky2012-01-221-0/+12
* Removes template magic to build up containers.Manuel Klimek2012-01-171-124/+130
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-151-3/+0
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-8/+0