aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scalesChris Lattner2007-04-021-4/+20
* Ugh. Copy coalescer does not update register numbers.Evan Cheng2007-04-022-2/+19
* New test case.Evan Cheng2007-04-021-0/+55
* add support for the 'w' inline asm register class.Chris Lattner2007-04-021-6/+28
* Update example notes to clarify system linker's role.Devang Patel2007-04-021-1/+3
* Regenerate.Reid Spencer2007-04-021-1/+1
* Check for .svn directories too to determine if a debug build is appropriate.Reid Spencer2007-04-021-3/+3
* 1. Make use of APInt operation instead of using ConstantExpr::getXXX.Zhou Sheng2007-04-021-26/+19
* Use uint32_t for bitwidth instead of unsigned.Zhou Sheng2007-04-021-29/+29
* Pass the type of the store access, not the type of the store, into theChris Lattner2007-04-021-2/+9
* new testcase.Chris Lattner2007-04-021-0/+19
* Fix a bug which caused us to never be able to use signed comparisons forChris Lattner2007-04-021-1/+1
* new testcaseChris Lattner2007-04-021-0/+13
* Wrap long lineChris Lattner2007-04-021-3/+3
* use more obvious function name.Chris Lattner2007-04-021-1/+1
* Treat xor of signbit like an add.Chris Lattner2007-04-021-1/+10
* add a helper function.Chris Lattner2007-04-021-0/+3
* simplify (x+c)^signbit as (x+c+signbit), pointed out by PR1288. This implementsChris Lattner2007-04-021-1/+7
* creative way to add one.Chris Lattner2007-04-021-0/+6
* my patch fixed the fixme.Chris Lattner2007-04-021-2/+1
* Fix illegal assembly syntax.Reid Spencer2007-04-021-4/+4
* bwsap -> bswapReid Spencer2007-04-021-1/+1
* RegenerateReid Spencer2007-04-023-268/+306
* Upgrade the bit count intrinsics to have an i32 result.Reid Spencer2007-04-021-0/+19
* Add a test case to make sure that constant folding of the bit countingReid Spencer2007-04-021-0/+16
* reduce use of std::setChris Lattner2007-04-021-6/+7
* Various passes before isel split edges and do other CFG-restructuring changes.Chris Lattner2007-04-021-2/+175
* new testcase for PR1296Chris Lattner2007-04-021-0/+54
* - Divides the comparisons in two types: comparisons that only use N and ZLauro Ramos Venancio2007-04-025-7/+66
* add range version of insert()Chris Lattner2007-04-021-2/+7
* RegenerateReid Spencer2007-04-023-328/+362
* Don't upgrade functions that look like a bswap intrinsic but aren't.Reid Spencer2007-04-021-1/+1
* Let llvm-upgrade upgrade the bswap intrinsic.Reid Spencer2007-04-021-6/+6
* Let llvm-upgrade upgrade bswap intrinsic.Reid Spencer2007-04-022-8/+8
* For PR1297:Reid Spencer2007-04-021-1/+1
* Revert the name changes for llvm.bswap to allow (and test) llvm-upgrade ofReid Spencer2007-04-022-40/+40
* Handle upgrade of llvm.bswap.iXX to llvm.bswap.iXX.iXX per new namingReid Spencer2007-04-021-30/+47
* Fix some bswap typos that Chris noticed.Reid Spencer2007-04-021-2/+2
* print the type of an inserted IV in -debug mode.Chris Lattner2007-04-011-3/+4
* Add testcase for correct sret handling.Anton Korobeynikov2007-04-011-0/+15
* simplify this code, make it work for ap intsChris Lattner2007-04-011-17/+6
* fix breakage from last night, simplify code.Chris Lattner2007-04-011-15/+6
* gcc 3.4.4 is known-bad on x86-64Chris Lattner2007-04-011-0/+2
* Preview documentation for additional intrinsic functions.Reid Spencer2007-04-011-17/+342
* Unbreak VC++ build.Jeff Cohen2007-04-011-0/+3
* The bit counting intrinsics return i32 not the operand type. This fixesReid Spencer2007-04-011-4/+3
* Avoid unnecessary APInt construction.Zhou Sheng2007-04-011-18/+17
* Testcase for the problem worked around inDuncan Sands2007-04-011-0/+2
* Remove unused methods.Zhou Sheng2007-04-011-18/+0
* For PR1297:Reid Spencer2007-04-011-0/+46