aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-16Merging r142123:Bill Wendling
2011-10-16Merging r142112:Bill Wendling
2011-10-16Update to compile with assertions turned off. Say that optimizations are turn...Bill Wendling
2011-10-16Merging r142055:Bill Wendling
2011-10-16Merging r142039:Bill Wendling
2011-10-16------------------------------------------------------------------------Bill Wendling
2011-10-16Drop the 'svn' from the version number.Bill Wendling
2011-10-15Creating release_30 branchBill Wendling
2011-10-15Fix indvars randomness by removing iteration over a map.Andrew Trick
2011-10-15Clear out the landing pad to call site map for each function.Bill Wendling
2011-10-15Mark tADDrSPi as having side effects again.Jakob Stoklund Olesen
2011-10-15Mention some of the improvements in Clang 3.0 over 2.9.Douglas Gregor
2011-10-15Thumb1 does not support dynamic stack realignment.Chad Rosier
2011-10-15Mark registers as DEAD because they're really just clobbers.Bill Wendling
2011-10-14Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...Eli Friedman
2011-10-14Make sure that the register is in the register class before adding it as a ma...Bill Wendling
2011-10-14Mark the invoke call instruction as implicitly defining the callee-saved regi...Bill Wendling
2011-10-14constify array itself, don't iterate multiple times.Chris Lattner
2011-10-14Allow the source module to be materialized during the linking process.Tanya Lattner
2011-10-14Update test for disabling of code/data marker labels in ELF.Owen Anderson
2011-10-14Fix a non-firing assert. Change:Richard Trieu
2011-10-14OCaml bindings: add some missing functions and testcases.Torok Edwin
2011-10-14OCaml bindings: fix attributes to use all 32 bitsTorok Edwin
2011-10-14OCaml bindings: add icmp_predicateTorok Edwin
2011-10-14OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin
2011-10-14bindings: named struct supportTorok Edwin
2011-10-14ocaml bindings: add findlib META supportTorok Edwin
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-14bindings: tab and indentation fixes of my previous commitsTorok Edwin
2011-10-14A few 80-col violations.Evan Cheng
2011-10-14Disable code/data region symbols on ELF targets, where different mapping symb...Owen Anderson
2011-10-14Add an implementation of the CanLowerReturn function to the PPC backendHal Finkel
2011-10-14Add f128 to datalayout string.Akira Hatanaka
2011-10-14Fix threads/jobs CalculationDavid Greene
2011-10-14Add Helpful MessagesDavid Greene
2011-10-14Add Option to Skip InstallDavid Greene
2011-10-14Add Option to Skip gcc BuildDavid Greene
2011-10-14initial test commit (remove whitespace)Hal Finkel
2011-10-14Update live-in lists when splitting critical edges.Jakob Stoklund Olesen
2011-10-14Revert r141932, r141936 and r141937.Akira Hatanaka
2011-10-14Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".Jim Grosbach
2011-10-14An instruction's operands aren't necessarily instructions or constants. TheyNick Lewycky
2011-10-14Add X86 ANDN instruction. Including instruction selection.Craig Topper
2011-10-14Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper
2011-10-14Definition of function getMipsRegisterNumbering.Akira Hatanaka
2011-10-14Add definition of class MipsELFWriterInfo. Akira Hatanaka
2011-10-14Add missing relocation types.Akira Hatanaka
2011-10-14Add ELF relocation types for Mips.Akira Hatanaka
2011-10-14Fixup enumerations.Akira Hatanaka