aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2010-07-2680-col.Eric Christopher
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov
2010-07-22Add an explicit -sdk option to xcrun command.Bob Wilson
2010-07-22lit: Add some example tests for previous commit.Daniel Dunbar
2010-07-21lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in theDaniel Dunbar
2010-07-21Hack around extracts that aren't easy to process.Eric Christopher
2010-07-20Add support for a new Apple-style build target, EmbeddedSim, that buildsBob Wilson
2010-07-20remove option from tablegen for building static header.Chris Lattner
2010-07-19Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes
2010-07-19Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the codeBob Wilson
2010-07-19Remove code duplication.Mikhail Glushenkov
2010-07-19Better error reporting for switch_list.Mikhail Glushenkov
2010-07-19TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar
2010-07-19llvmc: Add a new option type (switch_list).Mikhail Glushenkov
2010-07-16Update comment.Bill Wendling
2010-07-16Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling
2010-07-14Remove the entire docs directory from Apple-style builds.Bob Wilson
2010-07-14Try to get embedded build of llvmCore to pass verification.Bob Wilson
2010-07-12Silence a warning.Jakob Stoklund Olesen
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-07-11Replace copyRegToReg with COPY in FastISelEmitter.Jakob Stoklund Olesen
2010-07-10Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman
2010-07-09Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes
2010-07-09--- Reverse-merging r107947 into '.':Bob Wilson
2010-07-09These changes should have accompanied r107943.Dan Gohman
2010-07-08Changes to ARM tail calls, mostly cosmetic.Dale Johannesen
2010-07-08Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman
2010-07-07Implement the major chunk of PR7195: support for 'callw'Chris Lattner
2010-07-07Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman
2010-07-07Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands
2010-07-02Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen
2010-07-02Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen
2010-06-29Use -l option to remove symbols from i386.Bill Wendling
2010-06-29Strip resulting binaries.Bill Wendling
2010-06-25Remove unused variables.Duncan Sands
2010-06-24Change array references to match my previous change to use the public typeBob Wilson
2010-06-24Fix up some comments.Bob Wilson
2010-06-24Use the struct tags mandated by ARM's ABI. Also use the public type names forBob Wilson
2010-06-23Add support for the x86 instructions "pusha" and "popa".Nico Weber
2010-06-23Fix a tblgen bug.Bruno Cardoso Lopes
2010-06-23Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky
2010-06-22Generate DWARF information during Apple-style build. They'll be stripped outBill Wendling
2010-06-22Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes
2010-06-21Remove isTwoAddress from llvm.Eric Christopher
2010-06-20Add support for returning multiple vectors via sret, which is how the ARM tar...Nate Begeman
2010-06-18An attempt to fix the problem Anton reported withDale Johannesen
2010-06-18Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes
2010-06-18Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman
2010-06-17In case Rec is a definition and not a class, do the proper comparison!Bruno Cardoso Lopes
2010-06-17Modify tablegen to support generating all NEON code used by clang at once.Nate Begeman