aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add utility functions for marking parameters as noalias or nocapture.Nick Lewycky2009-01-041-12/+39
* XFAIL this test. The xform was removed.Bill Wendling2009-01-041-0/+1
* Revert this transform. It was causing some dramatic slowdowns in a few tests....Bill Wendling2009-01-041-31/+0
* Add several more unimplemented operator overloads to ilist_iteratorDan Gohman2009-01-041-4/+16
* The llvm::ELFWriter::EmitGlobal() method is calling theBill Wendling2009-01-041-0/+1
* add #include guards, thanks Dan.Chris Lattner2009-01-041-0/+5
* Use softtabstop instead of redefining tabstop.Dan Gohman2009-01-041-1/+1
* Switch the vimrc file from smartindent to cindent, which isDan Gohman2009-01-041-2/+3
* Revert r61598 as it does nothing.Bill Wendling2009-01-031-1/+2
* Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.Dan Gohman2009-01-032-0/+19
* CommuteNodesToReducePressure() is now removed.Dan Gohman2009-01-031-1/+0
* Remove the code from the scheduler that commuted two-addressDan Gohman2009-01-033-74/+0
* Any void readonly functions are provably dead, don't waste time adding Nick Lewycky2009-01-031-14/+0
* improve test and address Misha's commentsNuno Lopes2009-01-031-43/+34
* Add Intel processors core i7 and atom.Evan Cheng2009-01-032-1/+4
* Fix PR3210: Detect more Intel processors. Patch by Torok Edwin.Evan Cheng2009-01-031-2/+15
* * Wrap command line flag in <tt>Misha Brukman2009-01-031-3/+7
* We know it's always a SCEVConstant if it gets here, so just cast it andNick Lewycky2009-01-031-6/+2
* Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1.Bill Wendling2009-01-031-2/+0
* Make sure that 'ranlib' runs only after 'ar' is completed.Bill Wendling2009-01-031-2/+1
* CellSPU:Scott Michel2009-01-034-110/+123
* 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