summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.Andrew Trick2011-10-18
* whitespaceAndrew Trick2011-10-18
* Backing out patch. Will refactor to remove the AsmParser dependency on Target.Lang Hames2011-10-18
* Object: Add some types to SymbolRef::Type.Michael J. Spencer2011-10-17
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-17
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-17
* Object/COFF: Expose more data in the public API.Michael J. Spencer2011-10-17
* Object: Implement casting for concrete classes.Michael J. Spencer2011-10-17
* 80-col.Michael J. Spencer2011-10-17
* Re-applying the target data layout verification patch from r142288, plus appr...Lang Hames2011-10-17
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* 142288 broke the build:Rafael Espindola2011-10-17
* Validate target data layout strings.Lang Hames2011-10-17
* Add an accessor to get the underlying MachO representation.Owen Anderson2011-10-17
* Use the correct predicate for determining if a branch is conditional or not.Owen Anderson2011-10-17
* MCOperand is pod-like.Benjamin Kramer2011-10-17
* Object: Fix redundant name.Michael J. Spencer2011-10-17
* Correct over-zealous removal of hack.Bill Wendling2011-10-17
* Add comments to TargetLowering.h indicating that the set*Alignment functions ...Hal Finkel2011-10-17
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-17
* Admonish that MI is not IR and virtual registers have constraints.Jakob Stoklund Olesen2011-10-17
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-17
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-17
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-16
* PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer2011-10-16
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-16
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Fix extra whitespace in comment.Nick Lewycky2011-10-15
* Fix SCEVExpander assert during LSR: "argument of incompatible type".Andrew Trick2011-10-15
* ocaml bindings: introduce classify_valueTorok Edwin2011-10-14
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-14
* Add ELF relocation types for Mips.Akira Hatanaka2011-10-14
* Enhance the memdep interface so that users can tell the difference between a ...Eli Friedman2011-10-13
* Update IntrinsicsXCore.td with the normal LLVM notice at the top of the file.Richard Osborne2011-10-13
* Fix incorrect ELF typedefs.Michael J. Spencer2011-10-13
* Add missing ELF constants.Michael J. Spencer2011-10-13
* Add MachineInstr::getRegClassConstraint().Jakob Stoklund Olesen2011-10-12
* Extract a method for finding the inline asm flag operand.Jakob Stoklund Olesen2011-10-12
* Encode register class constreaints in inline asm instructions.Jakob Stoklund Olesen2011-10-12
* Use unsigned multiply to hash integers, so we don't end up with undefined beh...Eli Friedman2011-10-12
* Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby2011-10-12
* Make this use a public accessor too.Eric Christopher2011-10-12
* Use public accessors on the scope that is returned.Eric Christopher2011-10-11
* improve some of the documentation around target data layout strings.Chris Lattner2011-10-11
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-11
* Support/DataTypes.h: Clean up some types and add matching (but presumablyDaniel Dunbar2011-10-11
* Expose MachOObjectFile externally, like we do for COFF. First step in reduci...Owen Anderson2011-10-11
* Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi2011-10-11
* Add support for .symtab_shnidx. Unfortunately, doing this required breaking aNick Lewycky2011-10-11