summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix typo in ParameterAttribute fields usage. Add an includeNicolas Geoffray2008-05-14
* Fixed the file description header at the top to remove the developer name.Sanjiv Gupta2008-05-14
* Doh. Alignment is in bytes, not in bits.Evan Cheng2008-05-14
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-14
* Whitespace cleanups.Dan Gohman2008-05-14
* Make PreVerifyID, IntSigsEnd, and KillSigsEnd const.Dan Gohman2008-05-14
* Split the loop unroll mechanism logic out into a utility function.Dan Gohman2008-05-14
* Fix Analysis/BasicAA/pure-const-dce.ll. This turned out to be a correctnessOwen Anderson2008-05-13
* Merge of r51073-51074 from use-diet branch.Gabor Greif2008-05-13
* Dominance Frontier is cfg only pass.Devang Patel2008-05-13
* Fix memdep's handling of invokes when finding the dependency of another callOwen Anderson2008-05-13
* Fix for PR 2323, infinite loop in tail dup.Dale Johannesen2008-05-13
* add a noteChris Lattner2008-05-13
* - Fix the pasto in the fix for a previous pasto.Evan Cheng2008-05-13
* add a noteChris Lattner2008-05-13
* Fix one more encoding bug.Nate Begeman2008-05-13
* - Don't treat anyext 16-bit load as a 32-bit load if it's volatile.Evan Cheng2008-05-13
* Make the non-local CSE safety checks slightly more thorough.Owen Anderson2008-05-13
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-13
* Instead of a vector load, shuffle and then extract an element. Load the eleme...Evan Cheng2008-05-13
* Add support for non-local CSE of read-only calls.Owen Anderson2008-05-13
* Derive GetResultInst from UnaryInstruction, this simplifies code and removes ...Gabor Greif2008-05-13
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-13
* 80 col / tabs fixesNate Begeman2008-05-13
* Fix and encoding error in the psrad xmm, imm8 instruction.Nate Begeman2008-05-13
* On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8...Evan Cheng2008-05-13
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Teach Legalize how to scalarize VSETCCNate Begeman2008-05-12
* Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc...Evan Cheng2008-05-12
* Be more aggressive about tail-merging small blocksDale Johannesen2008-05-12
* Constify isSourceDefinedByImplicitDef function. Otherwise, just formattingBill Wendling2008-05-12
* Constify the machine instruction passed into theBill Wendling2008-05-12
* Initial X86 codegen support for VSETCC.Nate Begeman2008-05-12
* Further rework of tail merge algorithm. Not quiteDale Johannesen2008-05-12
* Simplify some checksNate Begeman2008-05-12
* Fix a copy+paste bug; pseudo-instructions shouldn't haveDan Gohman2008-05-12
* Pointer comparisons should use icmp, not vicmpNate Begeman2008-05-12
* Go back to passing the analyses around as parameters.Owen Anderson2008-05-12
* Pointer comparisons should be handled by icmp, not vicmp :)Nate Begeman2008-05-12
* Hard code CmpInst back to i1 for now while I go track down what in the bitcod...Nate Begeman2008-05-12
* Refactor isConsecutiveLoad from X86 to TargetLowering so DAG combiner can mak...Evan Cheng2008-05-12
* Revert the previous commit. Go ahead and hoist rematerializable instructions.Bill Wendling2008-05-12
* Add support for vicmp/vfcmp codegen, more legalize support coming.Nate Begeman2008-05-12
* One real change - don't hoist something that's trivially rematerializable. It'sBill Wendling2008-05-12
* Fix build breakageNate Begeman2008-05-12
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* Make firstEightPowers const.Dan Gohman2008-05-12
* Update comments.Dan Gohman2008-05-12
* Fix a compile error on compilers that still want a return valueDan Gohman2008-05-12
* Fix a missing break in the ISD::FLT_ROUNDS_ handling. Patch by giuma!Dan Gohman2008-05-12