| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo. | Devang Patel | 2008-05-06 | 1 | -1/+1 |
* | Fix typo and indentation. | Nick Lewycky | 2008-05-06 | 1 | -2/+2 |
* | Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with | Nick Lewycky | 2008-05-06 | 1 | -1/+1 |
* | fix typo Duncan noticed | Chris Lattner | 2008-05-06 | 1 | -1/+1 |
* | Match things like 'armv5tejl-unknown-linux-gnu' for PR2290 | Chris Lattner | 2008-05-06 | 1 | -1/+2 |
* | Make several variable declarations static. | Dan Gohman | 2008-05-06 | 17 | -34/+36 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 15 | -38/+0 |
* | Instead of enumerating each opcode that isn't handled that | Dan Gohman | 2008-05-06 | 1 | -11/+1 |
* | Correct the value of LowBits in srem and urem handling in | Dan Gohman | 2008-05-06 | 2 | -9/+9 |
* | Fix a broken doxygen comment, and reword it for clarity. | Dan Gohman | 2008-05-06 | 1 | -2/+3 |
* | add a micro optzn. | Chris Lattner | 2008-05-05 | 1 | -0/+18 |
* | Improved generated code for atomic operators | Mon P Wang | 2008-05-05 | 1 | -16/+16 |
* | Code clean up. No functionality change. | Evan Cheng | 2008-05-05 | 1 | -20/+21 |
* | Fix: Some classes were derived from a class in an anonymous namespace, but they | Bill Wendling | 2008-05-05 | 1 | -0/+2 |
* | Fix a crash when threading a block that includes a MRV call result. | Chris Lattner | 2008-05-05 | 1 | -4/+19 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 10 | -47/+421 |
* | Fix IsLinux being uninitialized on non-Linux targets. | Dan Gohman | 2008-05-05 | 1 | -0/+1 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 12 | -48/+52 |
* | Fix 80col violation | Anton Korobeynikov | 2008-05-05 | 1 | -1/+1 |
* | Fix a bug in the ELF writer that caused it to produce malformed | Dan Gohman | 2008-05-05 | 1 | -1/+1 |
* | Use a dedicated IsLinux flag instead of an ELFLinux TargetType. | Dan Gohman | 2008-05-05 | 3 | -10/+15 |
* | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman | 2008-05-05 | 5 | -2/+25 |
* | Add General Dynamic TLS model for X86-64. Some parts looks really ugly (look ... | Anton Korobeynikov | 2008-05-04 | 4 | -16/+62 |
* | regenerate | Chris Lattner | 2008-05-04 | 2 | -1466/+1432 |
* | Use (void) instead of () in C code. | Gordon Henriksen | 2008-05-04 | 1 | -14/+14 |
* | Select vector shift with non-immediate i32 shift amount operand by first movi... | Evan Cheng | 2008-05-04 | 1 | -1/+90 |
* | processStore may delete the instruction, avoid | Torok Edwin | 2008-05-04 | 1 | -2/+1 |
* | Implement destructor for PostDominatorTree to eliminate a memory leak. | Torok Edwin | 2008-05-03 | 1 | -0/+5 |
* | Handle multiple return values. | Devang Patel | 2008-05-03 | 1 | -1/+23 |
* | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng | 2008-05-03 | 3 | -73/+45 |
* | Do not sink getresult. | Devang Patel | 2008-05-03 | 1 | -1/+3 |
* | Add assert. | Devang Patel | 2008-05-02 | 1 | -0/+1 |
* | Fix a mistake in the computation of leading zeros for udiv. | Dan Gohman | 2008-05-02 | 2 | -6/+10 |
* | Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. | Evan Cheng | 2008-05-02 | 2 | -43/+46 |
* | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner | 2008-05-02 | 1 | -1/+52 |
* | add a FIXME so we remember to eventually remove this code. | Chris Lattner | 2008-05-02 | 1 | -5/+6 |
* | Undo r50574. We are already ensuring the folded load address is 16-byte aligned. | Evan Cheng | 2008-05-02 | 1 | -0/+8 |
* | 80 column violation. | Evan Cheng | 2008-05-02 | 1 | -6/+12 |
* | Not safe folding a load + FsXORPSrr into FsXORPSrm. It's loading a FR64 value... | Evan Cheng | 2008-05-02 | 1 | -8/+0 |
* | Porting r50563 from Tak to mainline. | Bill Wendling | 2008-05-02 | 1 | -0/+5 |
* | Fix a typo in a comment. | Dan Gohman | 2008-05-02 | 1 | -1/+1 |
* | Use push_back(...) instead of resize(1, ...), per review feedback. | Dan Gohman | 2008-05-02 | 1 | -2/+2 |
* | Fix uninitialized uses of the FPC variable. | Dan Gohman | 2008-05-01 | 1 | -2/+2 |
* | Don't try to create PHIs of struct types. Fallout | Dale Johannesen | 2008-05-01 | 1 | -8/+31 |
* | Fix an overaggressive SimplifyDemandedBits optimization on urem. This | Dan Gohman | 2008-05-01 | 1 | -4/+5 |
* | don't randomly miscompile seto/setuo just because we are in | Chris Lattner | 2008-05-01 | 1 | -4/+4 |
* | 1) add '-debug' output | Chris Lattner | 2008-05-01 | 1 | -11/+19 |
* | Delete the IPO simplify-libcalls and completely reimplement it as | Chris Lattner | 2008-05-01 | 2 | -2214/+1437 |
* | fix a bug in my previous patch, a classic =/== bug. | Chris Lattner | 2008-04-30 | 1 | -1/+1 |
* | Tail call optimization improvements: | Arnold Schwaighofer | 2008-04-30 | 12 | -294/+919 |