summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Turn off the new FastCC for the moment. It causesDuncan Sands2008-09-10
* Remove unnecessary bit-wise AND from the limited precision work.Bill Wendling2008-09-10
* Fix 80 col violation.Daniel Dunbar2008-09-10
* Fix a warning about comparing signed and unsigned values.Dan Gohman2008-09-10
* Fix typo.Evan Cheng2008-09-10
* Check that both operands are f32 before attempting to lower.Bill Wendling2008-09-10
* Implement "visitPow". This is mainly used to see if we have a pow() call of thisBill Wendling2008-09-10
* A few more places where FPOW is being ignored.Evan Cheng2008-09-09
* Change -fast-isel-no-abort to -fast-isel-abort, which now defaultsDan Gohman2008-09-09
* Legalizer was missing code that expand fpow to a libcall.Evan Cheng2008-09-09
* Adding 6-, 12-, and 18-bit limited-precision floating-point support for exp2Bill Wendling2008-09-09
* Move the uglier parts of deciding not to emit aDale Johannesen2008-09-09
* Add support for 6-, 12-, and 18-bit limited precision calculations of exp forBill Wendling2008-09-09
* Fix a minor wording ambiguity in the Developer Policy.Dan Gohman2008-09-09
* Add a new option, -fast-isel-verbose, that can be used withDan Gohman2008-09-09
* Clear preference when it no longer makes sense.Evan Cheng2008-09-09
* Remove. Devang Patel2008-09-09
* if loop induction variable is always sign or zero extended then Devang Patel2008-09-09
* Add assertion check.Devang Patel2008-09-09
* fix overflow check.Devang Patel2008-09-09
* Clean this up, based on Evan's suggestions.Owen Anderson2008-09-09
* - Add support for 6-, 12-, and 18-bit limited precision floating-point "log"Bill Wendling2008-09-09
* Fix PR2757. Ignore liveinterval register allocation preference if the prefere...Evan Cheng2008-09-09
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-09
* Simplify this some more. No functionality change.Duncan Sands2008-09-09
* Resolve aliases, when possibleAnton Korobeynikov2008-09-09
* Add limited precision floating-point conversions of log10 for 6- and 18-bitBill Wendling2008-09-09
* Mark IMPLICIT_DEF as being rematerializable and cheap-as-a-move.Dan Gohman2008-09-09
* Fix typoAnton Korobeynikov2008-09-09
* Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov2008-09-09
* Replace explicit pointer-size constants to TargetData query.Anton Korobeynikov2008-09-09
* Make SimplifyDemandedVectorElts simplify vectors with multipleDan Gohman2008-09-09
* Simplify.Devang Patel2008-09-09
* fit in 80 cols, minor tweaksGabor Greif2008-09-09
* Optimization suggested by Matthijs Kooijman.Duncan Sands2008-09-09
* Correct callgraph construction. It has two problems:Duncan Sands2008-09-09
* Update VC++ project files.Argyrios Kyrtzidis2008-09-09
* Check for type legality before materializing integer constants in fast isel. ...Owen Anderson2008-09-09
* Allow use of ssh to perform remote execution.Evan Cheng2008-09-09
* Remove the code that protected FastISel from aborting inDan Gohman2008-09-09
* Temporarily disable vector select in the bitcode reader. TheDan Gohman2008-09-09
* Fix a constant lowering bug. Now we can do load and store instructions with f...Evan Cheng2008-09-09
* Fix logic for not emitting no-dead-strip for someDale Johannesen2008-09-09
* Update generated files.Dan Gohman2008-09-09
* Fix simplifycfg crash in handing block merge.Devang Patel2008-09-09
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Add support for floating-point calculations of log2 with limited precisions of 6Bill Wendling2008-09-09
* s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/gDevang Patel2008-09-08
* Don't suppress no-dead-strip for used static functions.Dale Johannesen2008-09-08
* Reapply 55902: Add test for checking proper lowering of eh_return & unwind in...Anton Korobeynikov2008-09-08