aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
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
2012-02-21Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth
2012-02-17Calls and invokes with the new clang.arc.no_objc_arc_exceptionsDan Gohman
2012-02-10Revert commit 149912 (lattner) and add a testcase that shows the problem (whichDuncan Sands
2012-02-09Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie
2012-02-07Correct use of const in ParseCommandLineOptionsDavid Blaikie
2012-02-06Fix comment-rulers.Nick Lewycky
2012-02-06Enable streaming of bitcodeDerek Schuff
2012-02-06Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner
2012-02-06[unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-02-04Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel
2012-02-03Add new tag and an attribute to support debug info for objective-c property.Devang Patel
2012-01-29Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor
2012-01-26progress making the world safe to ConstantDataVector. WhileChris Lattner
2012-01-24Reword comment based on feedback by Duncan Sands.David Blaikie
2012-01-23Changing bitfield enums to unsigned ints.David Blaikie
2012-01-23Remove extraneous ';'s.Bill Wendling
2012-01-23Simplify llvm::cl::Option by using a bit field instead of manual bit packing.David Blaikie
2012-01-22Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky
2012-01-17Removes template magic to build up containers.Manuel Klimek
2012-01-15Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop
2012-01-01PatternMatch: Introduce a matcher for instructions with the "exact" bit. Use ...Benjamin Kramer
2012-01-01PatternMatch: Simplify code by reusing the Operator class.Benjamin Kramer