- b9449d6 Update comment. by Bill Wendling · 14 years ago
- 7431bea Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and by Bill Wendling · 14 years ago
- 4bb327d Remove the entire docs directory from Apple-style builds. by Bob Wilson · 14 years ago
- 29c8a78 Try to get embedded build of llvmCore to pass verification. by Bob Wilson · 14 years ago
- a70282d Silence a warning. by Jakob Stoklund Olesen · 14 years ago
- 3472766 Convert some tab stops into spaces. by Duncan Sands · 14 years ago
- 4f8e771 Replace copyRegToReg with COPY in FastISelEmitter. by Jakob Stoklund Olesen · 14 years ago
- 84023e0 Reapply bottom-up fast-isel, with several fixes for x86-32: by Dan Gohman · 14 years ago
- e86b01c Start the support for AVX instructions with 256-bit %ymm registers. A couple of by Bruno Cardoso Lopes · 14 years ago
- 02266e2 --- Reverse-merging r107947 into '.': by Bob Wilson · 14 years ago
- a5d4391 These changes should have accompanied r107943. by Dan Gohman · 14 years ago
- 7835f1f Changes to ARM tail calls, mostly cosmetic. by Dale Johannesen · 14 years ago
- f595141 Revert 107840 107839 107813 107804 107800 107797 107791. by Dan Gohman · 14 years ago
- 9fc0522 Implement the major chunk of PR7195: support for 'callw' by Chris Lattner · 14 years ago
- eabaed2 Give FunctionLoweringInfo an MBB member, avoiding the need to pass it by Dan Gohman · 14 years ago
- 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
- a4e1ba5 Add a new target independent COPY instruction and code to lower it. by Jakob Stoklund Olesen · 14 years ago
- 65766ce Clean up TargetOpcodes.h a bit, and limit the number of places where the full by Jakob Stoklund Olesen · 14 years ago
- 0a7e18c Use -l option to remove symbols from i386. by Bill Wendling · 14 years ago
- 0a1bd2a Strip resulting binaries. by Bill Wendling · 14 years ago
- ef36d86 Remove unused variables. by Duncan Sands · 14 years ago
- e9c2615 Change array references to match my previous change to use the public type by Bob Wilson · 14 years ago
- 1ac27cf Fix up some comments. by Bob Wilson · 14 years ago
- 9969bc3 Use the struct tags mandated by ARM's ABI. Also use the public type names for by Bob Wilson · 14 years ago
- 50b9efc Add support for the x86 instructions "pusha" and "popa". by Nico Weber · 14 years ago
- 81cd7ff Fix a tblgen bug. by Bruno Cardoso Lopes · 14 years ago
- ec4c02d Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, by Nick Lewycky · 14 years ago
- e45da4f Generate DWARF information during Apple-style build. They'll be stripped out by Bill Wendling · 14 years ago
- e5104ac Fix a subtle multiclass bug: when using class inheritance on by Bruno Cardoso Lopes · 14 years ago
- 1f4a149 Remove isTwoAddress from llvm. by Eric Christopher · 14 years ago
- c4a1b65 Add support for returning multiple vectors via sret, which is how the ARM target expects the intrinsics to work. by Nate Begeman · 14 years ago
- 1041680 An attempt to fix the problem Anton reported with by Dale Johannesen · 14 years ago
- 6e0a99a Teach tablegen how to inherit from classes in 'defm' definitions. by Bruno Cardoso Lopes · 14 years ago
- a606d95 Start TargetRegisterClass indices at 0 instead of 1, so that by Dan Gohman · 14 years ago
- 93583c9 In case Rec is a definition and not a class, do the proper comparison! by Bruno Cardoso Lopes · 14 years ago
- f8c4c27 Modify tablegen to support generating all NEON code used by clang at once. by Nate Begeman · 14 years ago
- 477bf62 Fix the handling of !if result, avoiding null results for non 'int'. by Bruno Cardoso Lopes · 14 years ago
- eba8f18 For a tablegen expression such as !if(a,b,c), let 'a' by Bruno Cardoso Lopes · 14 years ago
- e3f6473 Fix the typo in my previous one-line commit. by Sean Hunt · 14 years ago
- a85e195 Make sure CMake can build the files added by my previous commit. by Sean Hunt · 14 years ago
- 1617144 Add preliminary clang attribute generation support. by Sean Hunt · 14 years ago
- e87de41 let the '!eq' expression support 'int' and 'bit' types by Bruno Cardoso Lopes · 14 years ago
- 4da883a Make VC++ happy by Nate Begeman · 14 years ago
- 6470a11 Next round of tail call changes. Register used in a tail by Dale Johannesen · 14 years ago
- f6c4a30 generate better code in CheckComplexPattern by Chris Lattner · 14 years ago
- bf1075c Honor the SDKROOT setting when building llvm. Radar 7894069. by Bob Wilson · 14 years ago
- 918f8e4 Add the last of the SemaChecking-gen code. by Nate Begeman · 14 years ago
- d72c900 Add a helping of comments Add code for generating bits of semachecking by Nate Begeman · 14 years ago
- 1befb9b lit: Replace /dev/null in scripts with temporary files on Windows. by Daniel Dunbar · 14 years ago
- 5ca9698 declare a class with 'class' instead of struct to avoid tag mismatch by Chris Lattner · 14 years ago
- cc3c41a Add generic vector support for bitselect & element byteswap by Nate Begeman · 14 years ago
- c902a59 More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) Introduce the VEX_X field by Bruno Cardoso Lopes · 14 years ago
- 771d90f lit: Add a forgotten default argument. by Daniel Dunbar · 14 years ago
- f32a41a lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl by Daniel Dunbar · 14 years ago
- 1a913ed Add instruction encoding for the Neon VMOV immediate instruction. This changes by Bob Wilson · 14 years ago
- d6645dd Add support for polynomial type, for polynomial multiply by Nate Begeman · 14 years ago
- ee65db3 Teach tablegen to allow "let" expressions inside multiclasses, by Bruno Cardoso Lopes · 14 years ago
- 4b425a8 NEON support for _lane ops, and multiplies by scalar. by Nate Begeman · 14 years ago
- f50551e Further refine types for operations which take scalars. by Nate Begeman · 14 years ago
- 622dffd How about ULL... by Eric Christopher · 14 years ago
- 007afe4 Specialize I-Class instructions better so that we have less work to do in codegen. by Nate Begeman · 14 years ago
- 6c060db Handle instructions which need to be #defines for the purpose of capturing constant arguments by Nate Begeman · 14 years ago
- 99405df Reapply r105521, this time appending "LLU" to 64 bit by Bruno Cardoso Lopes · 14 years ago
- 96ec22d Fix a valgrind error. by Nate Begeman · 14 years ago
- 5638783 Refine BuiltinsARM.def types a bit, we should do a better job of this to save some c++ code in CGBuiltins. by Nate Begeman · 14 years ago
- 900f467 ARM NEON: fix vcvt naming handle vdup, vcombine with generic vector code by Nate Begeman · 14 years ago
- b0a4e45 clang codegen support by Nate Begeman · 14 years ago
- 1087f54 revert r105521, which is breaking the buildbots with stuff like this: by Chris Lattner · 14 years ago
- 3eca98b Initial AVX support for some instructions. No patterns matched by Bruno Cardoso Lopes · 14 years ago
- 270562b Teach tablegen to support 'defm' inside multiclasses. by Bruno Cardoso Lopes · 14 years ago
- 9e584b3 Handle multi-vector returns and args. by Nate Begeman · 14 years ago
- 7c21f74 Additional fixes to BuiltinsARM.def generator, on to clang codegen. by Nate Begeman · 14 years ago
- 92f98af Progress on generating BuiltinsARM.def, still some duplicates to work out. by Nate Begeman · 14 years ago
- 73cef3e BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten the load on clang. by Nate Begeman · 14 years ago
- a8979a0 Mangle __builtin_neon_* names appropriately. by Nate Begeman · 14 years ago
- 3861e74 Add some additional capabilities to the neon emitter by Nate Begeman · 14 years ago
- 51e28e6 Early implementation of tail call for ARM. by Dale Johannesen · 14 years ago
- aede811 Forgot to update the most important part of the gtest modifications readme. by Benjamin Kramer · 14 years ago
- 2e3f44e Disable pthread support in googletest if llvm was configured without threads. by Benjamin Kramer · 14 years ago
- 8ef297e Turns out gtest still prefers the system <tr1/tuple> over it's own by Benjamin Kramer · 14 years ago
- 162d3ba arm_neon.h now makes it through clang and generates appropriate code for those functions which can use by Nate Begeman · 14 years ago
- 4839d87 Update Readme and Makefiles for the new gtest. by Benjamin Kramer · 14 years ago
- 57240ff Merge gtest-1.5.0. by Benjamin Kramer · 14 years ago
- 190f8ee Merge gtest-1.4.0. by Benjamin Kramer · 14 years ago
- e4b9c93 Merge gtest-1.3.0. by Benjamin Kramer · 14 years ago
- 7c8c883 arm_neon.h emitter now mostly complete for the purposes of initial testing. by Nate Begeman · 14 years ago
- 8dbbace Pacify recent gcc: remove a pointless const qualifier. by Duncan Sands · 14 years ago
- e66aab5 Checkpoint; handle 'int' and 'void' correctly by Nate Begeman · 14 years ago
- af905ef Emit full function prototypes. Definitions & typedefs to come. by Nate Begeman · 14 years ago
- 2223777 Checkpoint arm_neon.h generation with tablegen by Nate Begeman · 14 years ago
- 891f273 Fix comment by Sean Hunt · 14 years ago
- c6e1f67 Fix extra fread after EOF, non-wires-crossed version. by Dan Gohman · 14 years ago
- caa3dcf revert r105223 which broke all my testing. by Chris Lattner · 14 years ago
- b6bd72e Fix count so that it doesn't make an extra fread call after EOF is detected. by Dan Gohman · 14 years ago
- c10a62b Allow for creation of clang DeclNodes tables. by Sean Hunt · 14 years ago
- 7c9a6e3 Emit TargetRegisterInfo::composeSubRegIndices(). by Jakob Stoklund Olesen · 14 years ago
- e8f0349 Comment out some code in prep for actual .td file checkpoint. by Nate Begeman · 14 years ago
- a4fda2c Fix build breakage. by Eli Friedman · 14 years ago
- 5ddb087 Add support to tablegen for auto-generating arm_neon.h from a tablegen description by Nate Begeman · 14 years ago
- 756a96a When handling raw_ostream errors manually, use clear_error() so that by Dan Gohman · 14 years ago