aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Look through phi nodes and select instructions whenDuncan Sands2008-12-312-18/+30
* This is not failing on Darwin for some reason. XFAIL for other platforms.Bill Wendling2008-12-311-1/+1
* Don't analyze arguments already marked 'nocapture'.Duncan Sands2008-12-313-1/+13
* Fixed grammar and capitalization.Misha Brukman2008-12-311-5/+4
* Add spacing between type and variable name.Misha Brukman2008-12-311-1/+1
* Comment headers should extend to 80 chars.Misha Brukman2008-12-311-1/+1
* Fix spacing to be uniform for parameters.Misha Brukman2008-12-311-2/+2
* Removed extra spaces.Misha Brukman2008-12-311-2/+2
* Import of Google Test 1.2.1, with the non-essential bits removed.Misha Brukman2008-12-3130-2/+22432
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-3114-25/+175
* CMake: Added some VC++ specific info to CMake.html.Oscar Fuentes2008-12-311-3/+41
* Add a new Attribute::getAlignmentFromAttrs method.Chris Lattner2008-12-311-5/+11
* XFAIL test caused by r61493. Apparently, this is expected?Bill Wendling2008-12-311-0/+4
* Get live interval reconstruction several steps closer to working.Owen Anderson2008-12-311-66/+86
* add a noteChris Lattner2008-12-311-0/+9
* XFAIL this for now until I can figure out what's going on.Scott Michel2008-12-311-1/+3
* Fix test erratum (which is wierd: works locally for me?)Scott Michel2008-12-301-1/+1
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-3015-632/+734
* Linux wants the FDE initial location and address range to be forced to 32-bit.Bill Wendling2008-12-294-2/+14
* The FDE initial location and address range data should be free to be 64-bitBill Wendling2008-12-291-2/+2
* * Updated TOC and fixed named anchorsMisha Brukman2008-12-291-14/+10
* Minimize the width of the notes region: it will end where the text ends, if theMisha Brukman2008-12-291-1/+1
* Simplified marking code regions with a single <pre> rather thanMisha Brukman2008-12-291-50/+46
* Make stripPointerCasts and getUnderlyingObjectDuncan Sands2008-12-291-26/+39
* Experiments show that looking through phi nodesDuncan Sands2008-12-291-0/+2
* Fixed spelling, removed trailing whitespace.Misha Brukman2008-12-291-2/+2
* Center the legal note to give it even padding on left and right, and make itMisha Brukman2008-12-291-3/+3
* Cleanup: clarify llvm-gcc version and package name.Misha Brukman2008-12-291-7/+7
* Clarify a bit. Based on feedback by Talin.Duncan Sands2008-12-291-20/+21
* Allow readnone functions to read (and write!) globalDuncan Sands2008-12-292-4/+27