summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"Andrew Trick2011-10-11
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-11
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-10
* Object: add getSectionAlignment.Michael J. Spencer2011-10-10
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-10
* Allow stat += 0 without activating the stat.Andrew Trick2011-10-10
* whitespaceAndrew Trick2011-10-10
* Mark the standard pseudos as isPseudo = 1.Jakob Stoklund Olesen2011-10-10
* MCAtom extending methods need to extend the range of the atom as well.Owen Anderson2011-10-10
* Mark the llvm.eh.sjlj.functioncontext intrinsic as reading memory so that fastBill Wendling2011-10-10
* PathV2: Add simplified version of exists that returns false on error.Michael J. Spencer2011-10-08
* Object: constize Archive.Michael J. Spencer2011-10-08
* LSR should only reuse phis that match its formula.Andrew Trick2011-10-07
* Add a bool value to set the IsLandingPad flag to.Bill Wendling2011-10-07
* Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented toBill Wendling2011-10-07
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-07
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-07
* Remove MultidefsDavid Greene2011-10-07
* Change relocation API to be per section.Michael J. Spencer2011-10-07
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-06
* Don't require C bindings opcode numbers to be kept in sync.Torok Edwin2011-10-06
* Add uwtable, returnstwice and nonlazybind to the C bindings also.Torok Edwin2011-10-06
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-06
* add binding to read icmp predicateTorok Edwin2011-10-06
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-06
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-06
* Cosmetic change.Evan Cheng2011-10-06