oota-llvm.git
2006-05-17 Chris LattnerUse DIRS here instead of PARALLEL_DIRS, as VMCore has...
2006-05-17 Evan ChengUse generic iPTR instead i32 to represent pointer type.
2006-05-17 Evan ChengAnother entry
2006-05-17 Reid SpencerRemove the llvm-db and bugpoint restrictions from the...
2006-05-17 Evan ChengRemove PointerType from class Target
2006-05-17 Chris LattnerDeclare that lowerinvoke doesn't interact with other...
2006-05-17 Evan ChengTypo
2006-05-17 Chris LattnerFix the result of the call to use a correct vbitconvert...
2006-05-17 Chris LattnerCorrect a previous patch which broke CodeGen/PowerPC...
2006-05-17 Evan ChengRemove PointerType from target definition. Use abstract...
2006-05-17 Evan ChengPR736 has already been fixed. Remove XFAIL marker.
2006-05-17 Evan ChengNew test case for vector type argument pass by value.
2006-05-17 Andrew LenharthFix call_adj.ll
2006-05-17 Andrew LenharthAdded sanity check for obviously bogus immediates
2006-05-17 Andrew LenharthAdded regression that breaks gcc4 build
2006-05-17 Evan ChengShould pass by reference.
2006-05-17 Evan ChengAnother entry
2006-05-17 Chris LattnerAdd a note about a note
2006-05-17 Chris LattnerMake PPC call lowering more aggressive, making the...
2006-05-17 Evan ChengAnother typo. Pointed out by Nate Begeman.
2006-05-17 Evan ChengFixed a LowerCallTo and LowerArguments bug. They were...
2006-05-17 Evan ChengFix an obvious bug in getPackedTypeBreakdown. Return...
2006-05-17 Evan ChengFix a mis-leading comment.
2006-05-17 Chris LattnerAdd a CloneModule call that exposes the mapping of...
2006-05-17 Chris LattnerWhen we legalize target nodes, do not use getNode to...
2006-05-17 Chris LattnerAdd an assertion, avoid some unneeded work for each...
2006-05-17 Chris LattnerSwitch PPC over to a call-selection model where the...
2006-05-17 Chris Lattneradd an external symbol testcase
2006-05-17 Chris Lattnernew test for various forms of calls
2006-05-17 Chris Lattnertest for support to pass/return vectors to calls.
2006-05-17 Chris Lattner3 changes, 2 of which are cleanup one of which changes...
2006-05-16 Chris Lattnerimplement passing/returning vector regs to calls, at...
2006-05-16 Chris LattnerAdd support for calls that pass and return legal vectors.
2006-05-16 Chris LattnerInstead of implementing LowerCallTo directly, let the...
2006-05-16 Chris LattnerAdd a new ISD::CALL node, make the default impl of...
2006-05-16 Chris LattnerAdd a new CALL node.
2006-05-16 Chris LattnerThere is now a default impl of this method
2006-05-16 Chris LattnerSimplify the argument counting logic by only incrementi...
2006-05-16 Chris LattnerSimplify the dead argument handling code.
2006-05-16 Chris LattnerVector args passed in registers don't reserve stack...
2006-05-16 Chris LattnerAnother testcase that shouldn't need vrsave twiddling
2006-05-16 Chris LattnerSwitch the PPC backend over to using FORMAL_ARGUMENTS...
2006-05-16 Andrew Lenharththis should be 128 I think
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-16 Chris LattnerRemove this xfail-d test, which doesn't make any sense
2006-05-16 Chris LattnerImplement the custom lowering hook right, returning...
2006-05-16 Chris LattnerFix a bug I introduced yesterday, which broke functions...
2006-05-16 Reid SpencerMake sure to default ${prefix} to /usr/local if the...
2006-05-16 Evan ChengX86 integer register classes naming changes. Make them...
2006-05-16 Evan ChengAllow patterns to refer to physical registers that...
2006-05-16 Reid SpencerMake sure that $(CXX.Flags) is passed to the linker...
2006-05-16 Chris LattnerMake this print the right start pointer
2006-05-16 Chris LattnerAdd a chain to FORMAL_ARGUMENTS. This is a minimal...
2006-05-16 Chris LattnerAdd a chain to FORMAL_ARGUMENTS.
2006-05-16 Vladimir PrusReplace "../whatever.td" with "whatever.td", so that...
2006-05-16 Reid SpencerFor PR778:
2006-05-16 Reid SpencerWhen linking, make sure the project libraries are linke...
2006-05-16 Chris LattnerMove function-live-in-handling code from the sdisel...
2006-05-16 Chris LattnerPrint the vreg that livein physregs are live in
2006-05-16 Chris LattnerLegalize FORMAL_ARGUMENTS nodes correctly, we don't...
2006-05-16 Vladimir PrusAdd my homepage, as a test that commit access works
2006-05-16 Chris LattnerFit in 80 cols
2006-05-15 Rafael Espindolaadd an abort after every assert(0)
2006-05-15 Reid SpencerFor PR777:
2006-05-15 Reid SpencerUpgrade in preparation for doxygen 1.4.4. The config...
2006-05-15 Chris LattnerImprove comment, patch provided by Vladimir Prus!
2006-05-15 Chris LattnerUpdate dox, patch by Vladimir Prus!
2006-05-15 Chris LattnerImprove comments, patch provided by Vladimir Prus!
2006-05-15 Reid SpencerDoxygenify the comments, bringing the file level commen...
2006-05-15 Chris LattnerRemove some dead code, identified by coverity.
2006-05-15 Owen AndersonAdd myself to the credits.
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend
2006-05-14 Rafael Espindolaadded myself to CREDITS.TXT
2006-05-14 Chris LattnerFree memory allocated by copy_env.
2006-05-14 Chris Lattnerprint a nice error if bugpoint gets an error reading...
2006-05-14 Chris LattnerFix a bug found by inspection.
2006-05-14 Chris Lattnerimprove comment.
2006-05-14 Chris LattnerCatch a potentially thrown exception.
2006-05-14 Chris LattnerImprove documentation on throwing, it is not complete...
2006-05-14 Chris LattnerLoadLibraryPermanently can theoretically throw an excep...
2006-05-14 Chris LattnerBug noticed, by inspection. Filename can be null.
2006-05-14 Chris LattnerThis function is not documented as throwing an exceptio...
2006-05-14 Chris Lattnerinverted logic, caught by coverity
2006-05-14 Chris Lattnerremove some dead code identified by coverity
2006-05-14 Chris LattnerDelete memory allocated by CopyEnv
2006-05-14 Chris Lattnerremove dead var
2006-05-14 Chris Lattnerremove dead variables
2006-05-14 Chris LattnerChange token to match asmprinter output
2006-05-14 Evan ChengBacking out last check-in for now. It's causing an...
2006-05-14 Chris LattnerUpdate comment.
2006-05-14 Chris LattnerThis is a proper fix for the compiler warning. A termi...
2006-05-13 Reid SpencerFix an infinite loop bug that Vladimir Prus identified.
2006-05-13 Reid SpencerAdd a #include <cassert> for situations where Casting...
2006-05-13 Evan ChengFixing 2006-05-01-SchedCausingSpills.ll; some clean up
2006-05-13 Evan ChengRevert an un-intended change
2006-05-13 Reid SpencerDon't try to reference uninitialized data. Make sure...
2006-05-13 Reid SpencerFor PR741:
2006-05-13 Chris LattnerAdd/Sub/Mul are safe to promote here as well. Incremen...
2006-05-13 Chris LattnerMerge identical code.
2006-05-13 Chris LattnerImplement simple promotion for cast elimination in...
next