aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PR1085 is fixed now.Reid Spencer2007-01-091-1/+0
* Added a test case from PR1075.Evan Cheng2007-01-081-0/+13
* Undo xfail now scheduler deficiency has been fixed.Evan Cheng2007-01-081-2/+1
* Naming consistency.Evan Cheng2007-01-081-25/+27
* Fix for PR1075: bottom-up register-reduction scheduling actually increases re...Evan Cheng2007-01-081-120/+72
* Implement some trivial FP foldings when -enable-unsafe-fp-math is specified.Chris Lattner2007-01-081-0/+15
* new testcaseChris Lattner2007-01-081-0/+9
* Need to handle static declarations properly.Jim Laskey2007-01-081-6/+9
* Unbreak VC++ build.Jeff Cohen2007-01-083-7/+1
* Parameter attributes are part of a FunctionType and deserve to be factoredReid Spencer2007-01-081-1/+6
* XFAIL this test until PR1085 mystery is resolved.Reid Spencer2007-01-081-0/+1
* Add PMStack, a Pass Manager stack.Devang Patel2007-01-082-2/+170
* Modules are consumed when they are merged together by Linker.Devang Patel2007-01-081-0/+2
* And asm writing for packed struct initializersAndrew Lenharth2007-01-081-0/+4
* Make packed structs use packed initialiers for consistencyAndrew Lenharth2007-01-081-0/+52
* Packed structs use packed struct initializersAndrew Lenharth2007-01-081-17/+17
* testcase for PR1097Chris Lattner2007-01-081-0/+19
* Comparison of primitive type sizes should now be done in bits, not bytes.Reid Spencer2007-01-083-12/+14
* For PR1097:Reid Spencer2007-01-081-1/+1
* For PR1090:Reid Spencer2007-01-082-56/+62
* Fully specify the type of the llvm.va* intrinsics. This helps resolveChris Lattner2007-01-081-8/+15
* fix atexit. This is an overcomplex way of calling exit, but it is required,Chris Lattner2007-01-081-3/+16
* Fix PR1090:Reid Spencer2007-01-082-84/+196
* Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth2007-01-083-5/+12
* Fix a bug in an assert that would never trigger.Reid Spencer2007-01-082-2/+2
* Testing commit, and adding an entry to CREDITS.TXTChandler Carruth2007-01-081-0/+4
* Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.Reid Spencer2007-01-083-24/+22
* llvm.isunordered.* are gone.Reid Spencer2007-01-071-2/+0
* Types should be const.Reid Spencer2007-01-071-2/+2
* Redefinition of functions is no longer permitted.Reid Spencer2007-01-072-4/+3
* the old trace values pass has been removed, remove its runtime library.Chris Lattner2007-01-075-453/+1
* this pass is unusedChris Lattner2007-01-071-436/+0
* remove an old instrumentation pass that is not used anymore.Chris Lattner2007-01-072-14/+0
* llvm.isunordered is no longer alive.Chris Lattner2007-01-071-36/+0
* llvm 2.0 doesn't support llvm.isunordered.*Chris Lattner2007-01-072-21/+0
* relax typeChris Lattner2007-01-071-1/+1
* remove support for llvm.isunorderedChris Lattner2007-01-071-22/+0
* remove llvm.isunorderedChris Lattner2007-01-071-5/+0
* relax typeChris Lattner2007-01-071-1/+1
* Change the interface to Module::getOrInsertFunction to be easier to use,to re...Chris Lattner2007-01-074-256/+119
* Change the interface to Module::getOrInsertFunction to be easier to use,Chris Lattner2007-01-072-16/+34
* Regenerate.Reid Spencer2007-01-073-74/+104
* Upgrade the llvm.isunordered intrinsics to "fcmp uno" instruction.Reid Spencer2007-01-071-14/+24
* prepare for adjustment to getOrInsertFunction methodChris Lattner2007-01-071-6/+8
* add some casts to support a change in the getOrInsertFunction interfaceChris Lattner2007-01-073-13/+16
* relax typeChris Lattner2007-01-071-1/+1
* relax some typesChris Lattner2007-01-074-21/+20
* relax typesChris Lattner2007-01-071-7/+7
* relax some typesChris Lattner2007-01-072-4/+3
* remove support for old-style varargs upgradingChris Lattner2007-01-071-106/+6