summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Reapply 55903: Testcase for 64-bit lowering of eh_return & unwind_initAnton Korobeynikov2008-09-08
* Reapply 55904: Unbreak and fix indentationAnton Korobeynikov2008-09-08
* Reapply 55901: Drop unused variableAnton Korobeynikov2008-09-08
* Reapply 55900: We do support EH on x86-64!Anton Korobeynikov2008-09-08
* Reapply 55899: First draft of EH support on x86/64-linuxAnton Korobeynikov2008-09-08
* Reapply blindly reverted 55898: Implement FRAME_TO_ARGS_OFFSET for x86-64Anton Korobeynikov2008-09-08
* Fix a few I's that were meant to be renamed to BI's.Dan Gohman2008-09-08
* Add a target triple; apparently LLVM doesn't use 64-bit Dan Gohman2008-09-08
* Reverting r55898 as well. This wasn't reverted in the original revert...Bill Wendling2008-09-08
* Accidental commit of partial 'stack canaries' codeBill Wendling2008-09-08
* Remove these testcases associated with changes between r 55898 and r 55909.Bill Wendling2008-09-08
* Redo the 3 existing low-precision expansions toDale Johannesen2008-09-08
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-08
* Handle calls which produce i1 results: promote to i8 but and it with 1 to get...Evan Cheng2008-09-08
* Remove unused counter.Devang Patel2008-09-08
* In visitUREM, arrange for the temporary UDIV node to beDan Gohman2008-09-08
* Add VISIBILITY_HIDDEN on SDISelAsmOperandInfoDaniel Dunbar2008-09-08
* Bitcasting two or from aggregate types is not permitted. UpdateDan Gohman2008-09-08
* i128 and f80 are implemented for x86-64 now.Dan Gohman2008-09-08
* Add AsmPrinter support for i128 and larger static initializer data.Dan Gohman2008-09-08
* Fix copy+pastos in comments.Dan Gohman2008-09-08
* Fix the string for ISD::UDIVREM.Dan Gohman2008-09-08
* Fix typos in (generated) comments.Dan Gohman2008-09-08