aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-10-20Merging r142574:Bill Wendling
2011-10-20Merging r142573:Bill Wendling
2011-10-19Merging r142491:Bill Wendling
2011-10-19Merging r142168:Bill Wendling
2011-10-17Apply r142132:Bill Wendling
2011-10-16This patch relies upon non-incorporated patches.Bill Wendling
2011-10-16Merging r142132:Bill Wendling
2011-10-16Update to compile with assertions turned off. Say that optimizations are turn...Bill Wendling
2011-10-16------------------------------------------------------------------------Bill Wendling
2011-10-14ocaml bindings: introduce classify_valueTorok Edwin
2011-10-14ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin
2011-10-14Add ELF relocation types for Mips.Akira Hatanaka
2011-10-13Enhance the memdep interface so that users can tell the difference between a ...Eli Friedman
2011-10-13Update IntrinsicsXCore.td with the normal LLVM notice at the top of the file.Richard Osborne
2011-10-13Fix incorrect ELF typedefs.Michael J. Spencer
2011-10-13Add missing ELF constants.Michael J. Spencer
2011-10-12Add MachineInstr::getRegClassConstraint().Jakob Stoklund Olesen
2011-10-12Extract a method for finding the inline asm flag operand.Jakob Stoklund Olesen
2011-10-12Encode register class constreaints in inline asm instructions.Jakob Stoklund Olesen
2011-10-12Use unsigned multiply to hash integers, so we don't end up with undefined beh...Eli Friedman
2011-10-12Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby
2011-10-12Make this use a public accessor too.Eric Christopher
2011-10-11Use public accessors on the scope that is returned.Eric Christopher
2011-10-11improve some of the documentation around target data layout strings.Chris Lattner
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher
2011-10-11Support/DataTypes.h: Clean up some types and add matching (but presumablyDaniel Dunbar
2011-10-11Expose MachOObjectFile externally, like we do for COFF. First step in reduci...Owen Anderson
2011-10-11Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi
2011-10-11Add support for .symtab_shnidx. Unfortunately, doing this required breaking aNick Lewycky
2011-10-11Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"Andrew Trick
2011-10-11Make it possible to use the linker without destroying the source module. This...Tanya Lattner
2011-10-10Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames
2011-10-10Object: add getSectionAlignment.Michael J. Spencer
2011-10-10Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky
2011-10-10Allow stat += 0 without activating the stat.Andrew Trick
2011-10-10whitespaceAndrew Trick
2011-10-10Mark the standard pseudos as isPseudo = 1.Jakob Stoklund Olesen
2011-10-10MCAtom extending methods need to extend the range of the atom as well.Owen Anderson
2011-10-10Mark the llvm.eh.sjlj.functioncontext intrinsic as reading memory so that fastBill Wendling
2011-10-08PathV2: Add simplified version of exists that returns false on error.Michael J. Spencer
2011-10-08Object: constize Archive.Michael J. Spencer
2011-10-07LSR should only reuse phis that match its formula.Andrew Trick
2011-10-07Add a bool value to set the IsLandingPad flag to.Bill Wendling
2011-10-07Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented toBill Wendling
2011-10-07Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer
2011-10-07Revert 141376 and 141377 due to breaking the build.Bill Wendling
2011-10-07Remove MultidefsDavid Greene
2011-10-07Change relocation API to be per section.Michael J. Spencer
2011-10-06Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman
2011-10-06Don't require C bindings opcode numbers to be kept in sync.Torok Edwin