aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-1319-103/+95
* 80 col / tabs fixesNate Begeman2008-05-132-6/+7
* Fix and encoding error in the psrad xmm, imm8 instruction.Nate Begeman2008-05-131-1/+1
* On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8...Evan Cheng2008-05-133-27/+43
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13124-705/+783
* Initial documentation for first-class aggregates changes.Dan Gohman2008-05-121-0/+116
* Fix a malformed %gt;Dan Gohman2008-05-121-1/+1
* Teach Legalize how to scalarize VSETCCNate Begeman2008-05-122-0/+37
* Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc...Evan Cheng2008-05-126-75/+63
* New test for tail mergingDale Johannesen2008-05-121-0/+145
* Be more aggressive about tail-merging small blocksDale Johannesen2008-05-121-1/+12
* Constify isSourceDefinedByImplicitDef function. Otherwise, just formattingBill Wendling2008-05-121-45/+38
* Constify the machine instruction passed into theBill Wendling2008-05-123-4/+5
* Initial X86 codegen support for VSETCC.Nate Begeman2008-05-123-11/+44
* Further rework of tail merge algorithm. Not quiteDale Johannesen2008-05-121-111/+77
* Simplify some checksNate Begeman2008-05-121-4/+4
* Fix a copy+paste bug; pseudo-instructions shouldn't haveDan Gohman2008-05-121-21/+14
* Pointer comparisons should use icmp, not vicmpNate Begeman2008-05-121-1/+1
* Go back to passing the analyses around as parameters.Owen Anderson2008-05-121-21/+33
* Pointer comparisons should be handled by icmp, not vicmp :)Nate Begeman2008-05-122-3/+3
* Forgot this.Evan Cheng2008-05-121-7/+19
* Hard code CmpInst back to i1 for now while I go track down what in the bitcod...Nate Begeman2008-05-121-2/+2
* Refactor isConsecutiveLoad from X86 to TargetLowering so DAG combiner can mak...Evan Cheng2008-05-123-67/+95
* Revert the previous commit. Go ahead and hoist rematerializable instructions.Bill Wendling2008-05-121-4/+0
* Add support for vicmp/vfcmp codegen, more legalize support coming.Nate Begeman2008-05-126-0/+115
* One real change - don't hoist something that's trivially rematerializable. It'sBill Wendling2008-05-121-18/+19
* Fix build breakageNate Begeman2008-05-121-1/+1
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-1218-1523/+2017
* Make firstEightPowers const.Dan Gohman2008-05-121-2/+2
* Update comments.Dan Gohman2008-05-122-5/+4
* Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov2008-05-123-8/+37
* Make it possible to choose between different compilation graph definitions at...Mikhail Glushenkov2008-05-121-1/+2
* Fix some error messages; Make LLVMC pass through the exit code of a failed tool.Mikhail Glushenkov2008-05-123-9/+47
* Fix a compile error on compilers that still want a return valueDan Gohman2008-05-121-0/+1
* Fix a missing break in the ISD::FLT_ROUNDS_ handling. Patch by giuma!Dan Gohman2008-05-121-0/+1
* Testcase for PR2264.Duncan Sands2008-05-121-0/+10
* Move the various analyses used by GVN into static variables so we don't have ...Owen Anderson2008-05-121-30/+21
* prune #includes.Chris Lattner2008-05-121-3/+0
* Add a new SparsePropagation analysis utility, which allows you to doChris Lattner2008-05-122-0/+498
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-113-4/+19
* Add noteAnton Korobeynikov2008-05-111-0/+38
* Fix various DOUTs to not call the extremely expensive Value::getName() Chris Lattner2008-05-111-5/+5
* Simplify code by using SwitchInst::findCaseValue instead of reimplementing it.Chris Lattner2008-05-101-14/+2
* Remove warnings when using -Wshorten-64-to-32.Bill Wendling2008-05-101-3/+3
* Testcase for PR2303.Duncan Sands2008-05-101-0/+33
* Fix linking of internal aliasesAnton Korobeynikov2008-05-101-28/+55
* Prevent -W64-to-32-shortened warnings.Bill Wendling2008-05-101-2/+2
* Prevent warnings from the -Wshorten-64-to-32 flag.Bill Wendling2008-05-101-5/+2
* remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCE...Gabor Greif2008-05-101-9/+0
* merge of use-diet branch to trunkGabor Greif2008-05-1018-584/+1528