- f24eb39 Regenerate. by Bill Wendling · 17 years ago
- 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 17 years ago
- 7e638cd The .llx suffix is obsolete. by Dan Gohman · 17 years ago
- 5d8ab65 Update VIM LLVM IR syntax highlighting. by Dan Gohman · 17 years ago
- 1186bf1 Add a mechanism to specify attributes in getOrInsertFunction. by Nick Lewycky · 17 years ago
- ad7d1e2 Refactor some parser interfaces to fix PR3278 and a FIXME: by Chris Lattner · 17 years ago
- 0f8df9a Run a post-pass that marks known function declarations by name. by Nick Lewycky · 17 years ago
- 02b73ab elf writer really wants the size of the global, not the size by Chris Lattner · 17 years ago
- a0741ba Set a few more vimrc indentation options. by Dan Gohman · 17 years ago
- 30b6412 Add utility functions for marking parameters as noalias or nocapture. by Nick Lewycky · 17 years ago
- a96658c XFAIL this test. The xform was removed. by Bill Wendling · 17 years ago
- d3d6978 Revert this transform. It was causing some dramatic slowdowns in a few tests. See PR3266. by Bill Wendling · 17 years ago
- 2c8a152 Add several more unimplemented operator overloads to ilist_iterator by Dan Gohman · 17 years ago
- 64f0300 The llvm::ELFWriter::EmitGlobal() method is calling the by Bill Wendling · 17 years ago
- 723a59c add #include guards, thanks Dan. by Chris Lattner · 17 years ago
- f225d2e Use softtabstop instead of redefining tabstop. by Dan Gohman · 17 years ago
- 96eafe2 Switch the vimrc file from smartindent to cindent, which is by Dan Gohman · 17 years ago
- dfaf4f9 Revert r61598 as it does nothing. by Bill Wendling · 17 years ago
- cc91d63 Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250. by Dan Gohman · 17 years ago
- 1eb9268 CommuteNodesToReducePressure() is now removed. by Dan Gohman · 17 years ago
- 223942a Remove the code from the scheduler that commuted two-address by Dan Gohman · 17 years ago
- 3b3b4e3 Any void readonly functions are provably dead, don't waste time adding by Nick Lewycky · 17 years ago
- 38a2cb9 improve test and address Misha's comments by Nuno Lopes · 17 years ago
- 0be6d3f Add Intel processors core i7 and atom. by Evan Cheng · 17 years ago
- 5b925c0 Fix PR3210: Detect more Intel processors. Patch by Torok Edwin. by Evan Cheng · 17 years ago
- b0fa430 * Wrap command line flag in <tt> * Wrapped long lines in code section by Misha Brukman · 17 years ago
- 87f3336 We know it's always a SCEVConstant if it gets here, so just cast it and by Nick Lewycky · 17 years ago
- 93d9ad5 Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1. by Bill Wendling · 17 years ago
- 3aec908 Make sure that 'ranlib' runs only after 'ar' is completed. by Bill Wendling · 17 years ago
- 52d0001 CellSPU: by Scott Michel · 17 years ago
- 3d45f53 Reassign the buffer to the pointer so that we don't overwrite memory. by Bill Wendling · 17 years ago
- 5679d18 Alphabetized #includes. by Misha Brukman · 17 years ago
- 9ea4034 Down with trailing whitespace! by Misha Brukman · 17 years ago
- 27c1e89 VerifyLineLength() actually takes a max length parameter. by Misha Brukman · 17 years ago
- 653222f Added some basic lint tools for C++ and generic lint tool applicable to all by Misha Brukman · 17 years ago
- 9bd7a37 - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes finding by Scott Michel · 17 years ago
- 630fcb8 * Alphabetized system headers per the style guide by Misha Brukman · 17 years ago
- ae285bf Don't try to analyze this "backward" case. This is overly conservative by Nick Lewycky · 17 years ago
- 98117cd So *this* is where all the trailing whitespace in file header comments come by Misha Brukman · 17 years ago
- c120526 Remove comma at end of enumerator list. by Daniel Dunbar · 17 years ago
- 0526de6 Remove bison specific Makefile bits for AsmParser. by Daniel Dunbar · 17 years ago
- 12c8d1b Deleted trailing whitespace; no functional changes. by Misha Brukman · 17 years ago
- adf4e4d vimrc by Misha Brukman · 17 years ago
- 715a958 We also removed gtest-all.cc from the distribution tarball. by Misha Brukman · 17 years ago
- 9c5a5b0 Load tracking means that the value analyzed may by Duncan Sands · 17 years ago
- c365156 fist short at a new unit test for ImmutableSets. no bugs found, though :P by Nuno Lopes · 17 years ago
- 11366a0 make 'make clean' remove test binaries as well by Nuno Lopes · 17 years ago
- 288ee05 ignore build dirs by Nuno Lopes · 17 years ago
- 338cd6b When calculating 'nocapture' argument attributes, allow by Duncan Sands · 17 years ago
- b2f2279 Improve comments and reorganize a bit - no functionality change. by Duncan Sands · 17 years ago
- 71df0d6 Deleted too many properties: restore some. by Duncan Sands · 17 years ago
- 6d6b3cc Fix a really horrible typo, which caused undefined behavior. by Chris Lattner · 17 years ago
- df930c3 Remove the "ignore" property on this directory. by Duncan Sands · 17 years ago
- 3ed88ef minor cleanups and comment improvements. by Chris Lattner · 17 years ago
- a896176 add a #include to hopefully get the x86-64-linux buildbot building. by Chris Lattner · 17 years ago
- c948064 Remove lex/bison support from makefile.rules. by Chris Lattner · 17 years ago
- db7ba94 update the cmakefile. This is a "best guess", I haven't tested this. by Chris Lattner · 17 years ago
- 01bb8b0 lex and bison aren't needed to build llvm anymore. by Chris Lattner · 17 years ago
- 0c7b39f new non-ambiguous syntax. by Chris Lattner · 17 years ago
- df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 17 years ago
- ccb6976 Do not isel load folding bt instructions for pentium m, core, core2, and AMD processors. These are significantly slower than a load followed by a bt of a register. by Evan Cheng · 17 years ago
- 018b7ee Fix x86 CPU id detection to identify Penryn (and future processors). by Evan Cheng · 17 years ago
- 52ceafa Use movaps / movd to extract vector element 0 even with sse4.1. It's still cheaper than pextrw especially if the value is in memory. by Evan Cheng · 17 years ago
- ccc776f Fix typo. by Nick Lewycky · 17 years ago
- 8439653 Remove the cyclic part of this test, it was passing for the wrong by Nick Lewycky · 17 years ago
- 6b05686 Make adding nocapture a bit stronger. FreeInst is nocapture. Also, by Nick Lewycky · 17 years ago
- b9b3a70 Don't error out if ranlib fails. by Bill Wendling · 17 years ago
- aca3e68 rename a file to follow naming conventions. by Chris Lattner · 17 years ago
- 29ab02b Add tests for two types of traps that escape analysis might one day fall into. by Duncan Sands · 17 years ago
- 88e7675 Mention that this pass does escape analysis in the leading comments. by Duncan Sands · 17 years ago
- b6e223a Factorize (and generalize) the code promoting SELECT by Duncan Sands · 17 years ago
- 33d0a03 * Quoted the executable 'runtest' to emphasize the binary needed; by Misha Brukman · 17 years ago
- ba6d262 Remove trailing spaces. by Duncan Sands · 17 years ago
- 5480c04 Fix PR3274: when promoting the condition of a BRCOND node, by Duncan Sands · 17 years ago
- 8fb520e Original patch by Talin. by Misha Brukman · 17 years ago
- e5f9471 * Removed gtest-all.cc; .cc files including other .cc files is weird by Misha Brukman · 17 years ago
- 3aae44e Moved Google Test code up one directory so that we can use a standard LLVM by Misha Brukman · 17 years ago
- 94f0a38 Fix comment. by Bill Wendling · 17 years ago
- 3479be9 Add transformation: by Bill Wendling · 17 years ago
- d5b207b Some compilers are picky about accessing the first element of a std::vector if by Bill Wendling · 17 years ago
- 1010941 Look through phi nodes and select instructions when by Duncan Sands · 17 years ago
- 587cbd0 This is not failing on Darwin for some reason. XFAIL for other platforms. by Bill Wendling · 17 years ago
- 17da06f Don't analyze arguments already marked 'nocapture'. by Duncan Sands · 17 years ago
- 3fa0de2 Fixed grammar and capitalization. by Misha Brukman · 17 years ago
- f2f8d79 Add spacing between type and variable name. by Misha Brukman · 17 years ago
- 8050e9e Comment headers should extend to 80 chars. by Misha Brukman · 17 years ago
- 262b05f Fix spacing to be uniform for parameters. by Misha Brukman · 17 years ago
- 5eb009a Removed extra spaces. by Misha Brukman · 17 years ago
- 7ae6ff4 Import of Google Test 1.2.1, with the non-essential bits removed. by Misha Brukman · 17 years ago
- 9e89ba3 Rename AddReadAttrs to FunctionAttrs, and teach it how by Duncan Sands · 17 years ago
- 0c91373 CMake: Added some VC++ specific info to CMake.html. by Oscar Fuentes · 17 years ago
- 033ff38 Add a new Attribute::getAlignmentFromAttrs method. by Chris Lattner · 17 years ago
- 67b9a2a XFAIL test caused by r61493. Apparently, this is expected? by Bill Wendling · 17 years ago
- 7d211e2 Get live interval reconstruction several steps closer to working. by Owen Anderson · 17 years ago
- d23b799 add a note by Chris Lattner · 17 years ago
- 477dc85 XFAIL this for now until I can figure out what's going on. by Scott Michel · 17 years ago
- 87142b1 Fix test erratum (which is wierd: works locally for me?) by Scott Michel · 17 years ago
- 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 17 years ago
- 998dee9 Linux wants the FDE initial location and address range to be forced to 32-bit. by Bill Wendling · 17 years ago
- bce4528 The FDE initial location and address range data should be free to be 64-bit by Bill Wendling · 17 years ago