summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* 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
* Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2010-07-07
* Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen2010-07-02
* Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen2010-07-02
* Use -l option to remove symbols from i386.Bill Wendling2010-06-29
* Strip resulting binaries.Bill Wendling2010-06-29
* Remove unused variables.Duncan Sands2010-06-25
* Change array references to match my previous change to use the public typeBob Wilson2010-06-24
* Fix up some comments.Bob Wilson2010-06-24
* Use the struct tags mandated by ARM's ABI. Also use the public type names forBob Wilson2010-06-24
* Add support for the x86 instructions "pusha" and "popa".Nico Weber2010-06-23
* Fix a tblgen bug.Bruno Cardoso Lopes2010-06-23
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-23
* Generate DWARF information during Apple-style build. They'll be stripped outBill Wendling2010-06-22
* Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes2010-06-22
* Remove isTwoAddress from llvm.Eric Christopher2010-06-21
* Add support for returning multiple vectors via sret, which is how the ARM tar...Nate Begeman2010-06-20
* An attempt to fix the problem Anton reported withDale Johannesen2010-06-18
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-18
* Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman2010-06-18
* In case Rec is a definition and not a class, do the proper comparison!Bruno Cardoso Lopes2010-06-17
* Modify tablegen to support generating all NEON code used by clang at once.Nate Begeman2010-06-17
* Fix the handling of !if result, avoiding null results for non 'int'.Bruno Cardoso Lopes2010-06-17
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-17
* Fix the typo in my previous one-line commit.Sean Hunt2010-06-17
* Make sure CMake can build the files added by my previous commit.Sean Hunt2010-06-16
* Add preliminary clang attribute generation support.Sean Hunt2010-06-16
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-16