summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-05
* Update the polygen grammar for linker_private and linker_private_weak,Dan Gohman2010-08-04
* Print a message when a test failure is due to stderr outputDan Gohman2010-08-04
* Remove CVS artifacts.Dan Gohman2010-08-04
* Delete scripts which haven't noticed that CVS has gone away.Dan Gohman2010-08-04
* cvsupdate is gone.Dan Gohman2010-08-04
* Delete mkpatch. Everything it does is already done by svn diff by default.Dan Gohman2010-08-04
* Change the logic which interprets output on stderr as an error so thatDan Gohman2010-08-04
* Don't print "Command output (stdout):" when the command has no output,Dan Gohman2010-08-04
* Use the regular conditional operator syntax instead of a clever hack.Dan Gohman2010-08-04
* build: Fix a dependency.Daniel Dunbar2010-08-02
* tests: Add an 'llvm-lit' tool (script), which gets generated as part of theDaniel Dunbar2010-08-02
* lit: Allow clients to define predefined parameters.Daniel Dunbar2010-08-02
* Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling2010-07-30
* Tweak suppressions.Benjamin Kramer2010-07-30
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-30
* Supress valgrind errors from python.Benjamin Kramer2010-07-29
* Make un-named values legible in certain vim configurations.Owen Anderson2010-07-29
* Fix a warning from gcc-4.0 (from the ppc buildbot).Bob Wilson2010-07-28
* Filter out patterns that have PredicateOperands.Eric Christopher2010-07-28
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-27
* 80-col.Eric Christopher2010-07-26
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* Add an explicit -sdk option to xcrun command.Bob Wilson2010-07-22
* lit: Add some example tests for previous commit.Daniel Dunbar2010-07-22
* lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in theDaniel Dunbar2010-07-21
* Hack around extracts that aren't easy to process.Eric Christopher2010-07-21
* Add support for a new Apple-style build target, EmbeddedSim, that buildsBob Wilson2010-07-20
* remove option from tablegen for building static header.Chris Lattner2010-07-20
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-19
* Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the codeBob Wilson2010-07-19
* Remove code duplication.Mikhail Glushenkov2010-07-19
* Better error reporting for switch_list.Mikhail Glushenkov2010-07-19
* TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar2010-07-19
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-19
* Update comment.Bill Wendling2010-07-16
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-16
* Remove the entire docs directory from Apple-style builds.Bob Wilson2010-07-14
* Try to get embedded build of llvmCore to pass verification.Bob Wilson2010-07-14
* Silence a warning.Jakob Stoklund Olesen2010-07-12
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Replace copyRegToReg with COPY in FastISelEmitter.Jakob Stoklund Olesen2010-07-11
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-10
* Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes2010-07-09
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-09
* These changes should have accompanied r107943.Dan Gohman2010-07-09
* Changes to ARM tail calls, mostly cosmetic.Dale Johannesen2010-07-08
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-08
* Implement the major chunk of PR7195: support for 'callw'Chris Lattner2010-07-07
* Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman2010-07-07