aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The C backend does not support arbitrary precision integers.Duncan Sands2009-02-251-0/+1
* Note on new type legalizer.Duncan Sands2009-02-251-0/+9
* Add note on support for arbitrary precision integers.Duncan Sands2009-02-251-1/+9
* more notes.Chris Lattner2009-02-251-2/+16
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-255-338/+420
* Add a totally synthetic situation I came up with while looking at a bug inNick Lewycky2009-02-251-0/+17
* random notesChris Lattner2009-02-251-6/+21
* Recommend against using Gold to build LLVM.Nick Lewycky2009-02-251-0/+6
* don't know if there is a vmkit release to match 2.5Chris Lattner2009-02-251-1/+1
* update clang sectionChris Lattner2009-02-251-31/+24
* rip out llvm 2.4 details to make room for 2.5Chris Lattner2009-02-251-242/+19
* Expand tabs to spaces (overlooked in previous commit)Scott Michel2009-02-252-13/+13
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-253-53/+30
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-245-2/+51
* If compile unit's language is not set then don't crash while dump'ing compile...Devang Patel2009-02-241-1/+2
* Extension of GEP in constant folder was broken (apparently this codeDaniel Dunbar2009-02-241-1/+1
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-2421-146/+178
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-2443-139/+174
* Add a debugging option for SSC DCE.Owen Anderson2009-02-241-0/+5
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-2412-22/+32
* Add a testcase for the problem fixed in r65289.Dan Gohman2009-02-241-0/+29
* Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simpleDan Gohman2009-02-244-3/+16
* Generalize the ChangeCompareStride code, in preparation forDan Gohman2009-02-241-94/+96
* Preserve the DominanceFrontier analysis in the LoopDeletion pass.Dan Gohman2009-02-241-2/+7
* gdb uses DW_AT_prototyped to identify K&R style in C based languages.Devang Patel2009-02-241-0/+5
* Un-XFAIL this test.Bill Wendling2009-02-241-1/+0
* While folding unconditional return move DbgRegionEndInst into the predecessor...Devang Patel2009-02-243-25/+14
* If there is not any debug info available for any global variables and any sub...Devang Patel2009-02-241-13/+26
* Back out the change in 64918 that used sign-extensions when promotingDan Gohman2009-02-234-41/+15
* Fast-isel can't do TLS yet, so it should fall back to SDISelDan Gohman2009-02-232-0/+16
* Correctly implement ImmutableMap::getMaxElement() by getting the actual <key,...Ted Kremenek2009-02-231-1/+1
* Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...Ted Kremenek2009-02-232-0/+16
* LoopDeletion needs to inform ScalarEvolution when a loop is deleted,Dan Gohman2009-02-231-1/+4
* Use the -stack-alignment option instead of using a target tripleDan Gohman2009-02-231-4/+2
* IndVarSimplify preserves ScalarEvolution. In theDan Gohman2009-02-231-0/+1
* Add test case for checkin @r65314.Zhou Sheng2009-02-231-0/+41
* Should reset DBI_Prev if DBI_Next == 0.Zhou Sheng2009-02-231-0/+2
* Only v1i16 (i.e. _m64) is returned via RAX / RDX.Evan Cheng2009-02-234-20/+60
* Make this test use darwin targe triple, to avoid stack traffic on linux.Nate Begeman2009-02-231-0/+2
* Generate better code for v8i16 shuffles on SSE2Nate Begeman2009-02-2314-281/+445
* If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegenNick Lewycky2009-02-231-2/+2
* Changed option name from inline-threshold to basic-inline-threshold becauseMon P Wang2009-02-231-1/+1
* fix some typos that Duncan noticedChris Lattner2009-02-231-3/+3
* Propagate debug loc info through prologue/epilogue.Bill Wendling2009-02-237-28/+39
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-2214-318/+397
* Add an option to the gold plugin to make it emit a file with the public apiNick Lewycky2009-02-221-1/+23
* Revert the part of 64623 that attempted to align the source in aDan Gohman2009-02-221-1/+1
* Properly parenthesize this expression, fixing a real bug in the newDan Gohman2009-02-221-1/+1
* bug 3610: Test case.Richard Pennington2009-02-221-0/+20
* If a use operand is marked isKill, don't forget to add kill to its live inter...Evan Cheng2009-02-222-4/+30