aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reassign the buffer to the pointer so that we don't overwrite memory.Bill Wendling2009-01-021-0/+2
* Alphabetized #includes.Misha Brukman2009-01-022-4/+3
* Down with trailing whitespace!Misha Brukman2009-01-025-67/+66
* VerifyLineLength() actually takes a max length parameter.Misha Brukman2009-01-021-1/+3
* Added some basic lint tools for C++ and generic lint tool applicable to allMisha Brukman2009-01-024-0/+168
* - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes findingScott Michel2009-01-021-38/+50
* * Alphabetized system headers per the style guideMisha Brukman2009-01-024-12/+10
* Don't try to analyze this "backward" case. This is overly conservative Nick Lewycky2009-01-022-0/+52
* So *this* is where all the trailing whitespace in file header comments comeMisha Brukman2009-01-021-2/+2
* Remove comma at end of enumerator list.Daniel Dunbar2009-01-021-1/+1
* Remove bison specific Makefile bits for AsmParser.Daniel Dunbar2009-01-021-12/+0
* Deleted trailing whitespace; no functional changes.Misha Brukman2009-01-021-61/+61
* vimrcMisha Brukman2009-01-023-7/+20
* We also removed gtest-all.cc from the distribution tarball.Misha Brukman2009-01-021-3/+2
* Load tracking means that the value analyzed mayDuncan Sands2009-01-021-2/+8
* fist short at a new unit test for ImmutableSets. no bugs found, though :PNuno Lopes2009-01-021-0/+208
* make 'make clean' remove test binaries as wellNuno Lopes2009-01-021-0/+3
* ignore build dirsNuno Lopes2009-01-020-0/+0
* When calculating 'nocapture' argument attributes, allowDuncan Sands2009-01-022-21/+83
* Improve comments and reorganize a bit - no functionalityDuncan Sands2009-01-021-56/+44
* Deleted too many properties: restore some.Duncan Sands2009-01-020-0/+0
* Fix a really horrible typo, which caused undefined behavior.Chris Lattner2009-01-021-1/+1
* Remove the "ignore" property on this directory.Duncan Sands2009-01-020-0/+0
* minor cleanups and comment improvements.Chris Lattner2009-01-022-196/+149
* add a #include to hopefully get the x86-64-linux buildbot building.Chris Lattner2009-01-021-0/+1
* Remove lex/bison support from makefile.rules.Chris Lattner2009-01-021-111/+5
* update the cmakefile. This is a "best guess", I haven't tested this.Chris Lattner2009-01-021-28/+2
* lex and bison aren't needed to build llvm anymore.Chris Lattner2009-01-024-31/+2
* new non-ambiguous syntax.Chris Lattner2009-01-021-1/+1
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-0237-15779/+3956
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-025-29/+53
* Fix x86 CPU id detection to identify Penryn (and future processors).Evan Cheng2009-01-021-2/+11
* Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng2009-01-028-15/+23
* Fix typo.Nick Lewycky2009-01-021-1/+1
* Remove the cyclic part of this test, it was passing for the wrong Nick Lewycky2009-01-021-11/+1
* Make adding nocapture a bit stronger. FreeInst is nocapture. Also, Nick Lewycky2009-01-022-4/+50
* Don't error out if ranlib fails.Bill Wendling2009-01-021-1/+1
* rename a file to follow naming conventions.Chris Lattner2009-01-021-0/+0
* Add tests for two types of traps that escape analysisDuncan Sands2009-01-021-0/+23
* Mention that this pass does escape analysis in theDuncan Sands2009-01-011-3/+5
* Factorize (and generalize) the code promoting SELECTDuncan Sands2009-01-013-152/+105
* * Quoted the executable 'runtest' to emphasize the binary needed;Misha Brukman2009-01-011-1/+1
* Remove trailing spaces.Duncan Sands2009-01-012-33/+33
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-0121-118/+176
* Original patch by Talin.Misha Brukman2009-01-017-2/+261
* * Removed gtest-all.cc; .cc files including other .cc files is weirdMisha Brukman2009-01-018-85/+16
* Moved Google Test code up one directory so that we can use a standard LLVMMisha Brukman2009-01-0113-3/+36
* Fix comment.Bill Wendling2009-01-011-1/+1
* Add transformation:Bill Wendling2009-01-012-1/+43
* Some compilers are picky about accessing the first element of a std::vector ifBill Wendling2009-01-011-2/+5