- e0a056b Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable exceptions. by Julien Lerouge · 16 years ago
- 6919757 Don't try to strip a file we just moved. by Bill Wendling · 16 years ago
- 0de5d6f Strip the LTO dylib. by Bill Wendling · 16 years ago
- eaa0ffb Small fix for the 'strip' command. Do a list of .so files. by Bill Wendling · 16 years ago
- 32c1a4c Eliminate a 'control reaches end of non-void function' warning. by Evan Cheng · 16 years ago
- 51739ca Don't run 'strip' on files that aren't there. by Bill Wendling · 16 years ago
- 25c0805 Remove warnings about not being able to delete something. Don't run lipo on gccas, gccld, and llvm-config scripts. by Bill Wendling · 16 years ago
- a56c037 Revert 64023. make prefers GNUmakefile over makefile. by Evan Cheng · 16 years ago
- 923166f Move Apple style build makefiles to the top level. Just like llvmgcc42. by Evan Cheng · 16 years ago
- ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 16 years ago
- 3484c09 Remove a non-DebugLoc version of getNode. by Dale Johannesen · 16 years ago
- d907e49 FIx spelling. by Mike Stump · 16 years ago
- 44460da Probe for flags before using them to try to help compiling with by Mike Stump · 16 years ago
- 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 16 years ago
- a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 16 years ago
- 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 16 years ago
- d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 16 years ago
- b0d5cdd Fix PR3453 and probably a bunch of other potential by Duncan Sands · 16 years ago
- ca64183 Explain why this is here. by Bill Wendling · 16 years ago
- 6e1bb38 - Add DebugLoc to getTargetNode(). by Bill Wendling · 16 years ago
- 63e3e63 Move the code that starts printing the Select_* functions by Dan Gohman · 16 years ago
- 57cd67f Typo. by Mikhail Glushenkov · 16 years ago
- 19d3e82 Add three new option properties. by Mikhail Glushenkov · 16 years ago
- 536ab13 Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead. by Evan Cheng · 16 years ago
- 41b2340 Make tblgen more portable, allowing it to build with ICC. Patch by Robert Zeh! by Chris Lattner · 16 years ago
- 748dbc6 Fix a missing word. by Dan Gohman · 16 years ago
- 907532d Versions of VIM included with Intrepid and Leopard at least appear by Dan Gohman · 16 years ago
- 789da27 Enable syntax highlighting of LLVM and tablegen files by default, by Dan Gohman · 16 years ago
- 5e59c27 Only set cindent for C and C++ source files. by Dan Gohman · 16 years ago
- b6b5141 Change the hook API back to prevent memory leaks. by Mikhail Glushenkov · 16 years ago
- a298bb7 Allow hooks with arguments. by Mikhail Glushenkov · 16 years ago
- febf71d Avoid triggering an assertion failure when an instruction pattern by Dan Gohman · 16 years ago
- 05aae18 Add support for instructions with multiple ComplexPatterns, by by Dan Gohman · 16 years ago
- ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
- d4a2700 make tblgen autogenerate the nocapture intrinsics for by Chris Lattner · 16 years ago
- 10dae94 add scaffolding to emit argument attributes. No functionality change. by Chris Lattner · 16 years ago
- 048ffb2 make tblgen emit the entire Intrinsic::getAttributes method, by Chris Lattner · 16 years ago
- a62c302 add nocapture attribute to llvm.mem* intrinsics and have tblgen by Chris Lattner · 16 years ago
- cb856f6 This has been replaced by llvm/utils/lint/cpp_lint.py, which is more by Misha Brukman · 16 years ago
- d7a97f0 remove some exclusions that don't exist anymore. by Chris Lattner · 16 years ago
- 5539a1e Use VIM's built-in shorthand for whitespace in regex. by Misha Brukman · 16 years ago
- cb5852d Be sure to ignore the end-of-line character when considering trailing by Misha Brukman · 16 years ago
- bc03979 Improve support for type-generic vector intrinsics by teaching TableGen how by Bob Wilson · 16 years ago
- de0e7f2 Fix a thinko in the grammar for thread_local variables. by Dan Gohman · 16 years ago
- 1eb49a0 Delete an unused variable and simplify the code. by Dan Gohman · 16 years ago
- e035fa5 Handle iAny and fAny types in TreePatternNode::UpdateNodeType. by Bob Wilson · 16 years ago
- 1ed7942 Add the keyword 'default'. by Dan Gohman · 16 years ago
- 105a91a Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM by Misha Brukman · 16 years ago
- 8f56eba A few more polygen grammar updates. by Dan Gohman · 16 years ago
- 6c01ca9 Fix spelling in some comments. by Bob Wilson · 16 years ago
- 6a9e75e gc is not an obsolete keyword. by Dan Gohman · 16 years ago
- 571238a Update polygen grammar for recent language changes. by Dan Gohman · 16 years ago
- 7e638cd The .llx suffix is obsolete. by Dan Gohman · 16 years ago
- 5d8ab65 Update VIM LLVM IR syntax highlighting. by Dan Gohman · 16 years ago
- a0741ba Set a few more vimrc indentation options. by Dan Gohman · 16 years ago
- f225d2e Use softtabstop instead of redefining tabstop. by Dan Gohman · 16 years ago
- 96eafe2 Switch the vimrc file from smartindent to cindent, which is by Dan Gohman · 16 years ago
- 27c1e89 VerifyLineLength() actually takes a max length parameter. by Misha Brukman · 16 years ago
- 653222f Added some basic lint tools for C++ and generic lint tool applicable to all by Misha Brukman · 16 years ago
- 12c8d1b Deleted trailing whitespace; no functional changes. by Misha Brukman · 16 years ago
- adf4e4d vimrc by Misha Brukman · 16 years ago
- 715a958 We also removed gtest-all.cc from the distribution tarball. by Misha Brukman · 16 years ago
- 8fb520e Original patch by Talin. by Misha Brukman · 16 years ago
- e5f9471 * Removed gtest-all.cc; .cc files including other .cc files is weird by Misha Brukman · 16 years ago
- 3aae44e Moved Google Test code up one directory so that we can use a standard LLVM by Misha Brukman · 16 years ago
- 7ae6ff4 Import of Google Test 1.2.1, with the non-essential bits removed. by Misha Brukman · 16 years ago
- 0b53d98 Use dyn_cast intead of isa + cast in the generated DAGISel code. This by Dan Gohman · 16 years ago
- 87c8a8f Added support for vector widening. by Mon P Wang · 16 years ago
- 65ee1e6 Fix typo in error message. by Mikhail Glushenkov · 16 years ago
- 5c2b6b2 Some enhancements for the 'case' expression. by Mikhail Glushenkov · 16 years ago
- fc953d1 Change so that buildit won't need a parent directory with only the build scripts in them. by Bill Wendling · 16 years ago
- e1d44b5 Put Edge* classes into anonymous namespace. by Mikhail Glushenkov · 16 years ago
- b4ced5a Make 'extern' an option property. by Mikhail Glushenkov · 16 years ago
- ad889a7 Better error message. by Mikhail Glushenkov · 16 years ago
- 15b71ba Re-apply Cedric's changes. by Mikhail Glushenkov · 16 years ago
- b59dbad Try to guess when the auto-generated cl::Sink option should be marked 'extern'. by Mikhail Glushenkov · 16 years ago
- 0850949 Add a (progn)-like construct for (actions). Implemented as a DAG list. by Mikhail Glushenkov · 16 years ago
- f915253 Use (actions) instead of option properties, support external options. by Mikhail Glushenkov · 16 years ago
- 8f241b0 The use of the construct: by Cedric Venet · 16 years ago
- 15511cf Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. by Dan Gohman · 16 years ago
- 62c939d Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's by Dan Gohman · 16 years ago
- 41474ba Add a sanity-check to tablegen to catch the case where isSimpleLoad by Dan Gohman · 16 years ago
- ad746be Support multiple compilation graph definitions. Not terribly useful, but makes the code more generic. by Mikhail Glushenkov · 16 years ago
- 739c720 Add 'hidden' and 'really_hidden' option properties. by Mikhail Glushenkov · 16 years ago
- 884c70c On x86 favors folding short immediate into some arithmetic operations (e.g. add, and, xor, etc.) because materializing an immediate in a register is expensive in turns of code size. by Evan Cheng · 16 years ago
- 3acc921 Small fix: the error message was incorrect in some cases. by Mikhail Glushenkov · 16 years ago
- ce5ac16 Copy the tblgen utility. by Bill Wendling · 16 years ago
- 35fde15 Support dependencies between plugins by priority-sorting. by Mikhail Glushenkov · 16 years ago
- fa27077 Filter ToolPropertiesList to exclude all Tools not mentioned in the compilation graph. by Mikhail Glushenkov · 16 years ago
- 0108877 Add a layer of indirection to make plugins more flexible. by Mikhail Glushenkov · 16 years ago
- 023422a Fix to record comparator to make it work for return values > 1. by Bill Wendling · 16 years ago
- 20072af Put comma in correct place for call to StructType::get by Bill Wendling · 16 years ago
- cdcc3e6 Modify the intrinsics pattern to separate out the "return" types from the by Bill Wendling · 16 years ago
- e40db4a Tell GenLibDeps.pl to inspect .so and .dylib shared files. by Oscar Fuentes · 16 years ago
- 6766572 Check the return value of std::getenv. by Mikhail Glushenkov · 16 years ago
- 262d248 Add a bit of lazy evaluation to PopulateCompilationGraph(). by Mikhail Glushenkov · 16 years ago
- aa4774c Some cosmetic changes. by Mikhail Glushenkov · 16 years ago
- c389e94 Allow $CALL and $ENV in command names. Fixes #3025. by Mikhail Glushenkov · 16 years ago
- 760a572 Properly escape dashes in TableGen's LLVMC2 emitter. Patch by Patrick Walton! by Anton Korobeynikov · 16 years ago
- 212e698 Make tablegen print out a nice error message for a const char* by Dan Gohman · 16 years ago