2008-05-06 |
Mikhail Glushenkov | Code reorg |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Duncan Sands | Testcase for PR2292. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Bill Wendling | Remove tar ball from installed directory. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Evan Cheng | Fix PR2287. Darwin passes mmx values in register in... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Nick Lewycky | Fix typo and indentation. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Nick Lewycky | Fix renamePathOnDisk on Win32, patch from David Leon... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Chris Lattner | fix typo Duncan noticed |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Chris Lattner | Match things like 'armv5tejl-unknown-linux-gnu' for... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dan Gohman | Make several variable declarations static. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dan Gohman | Remove uses of llvm/System/IncludeFile.h that are no... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dan Gohman | Instead of enumerating each opcode that isn't handled... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dan Gohman | Correct the value of LowBits in srem and urem handling in |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dan Gohman | Fix a broken doxygen comment, and reword it for clarity. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Owen Anderson | Enable dead loop elimination. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | add a micro optzn. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Mon P Wang | Improved generated code for atomic operators |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Evan Cheng | Code clean up. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Bill Wendling | Fix: Some classes were derived from a class in an anony... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Bill Wendling | Using "unsigned" was masking the "size_t" version of... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Fix a crash when threading a block that includes a... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Devang Patel | Remove unused function. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Mon P Wang | Added addition atomic instrinsics and, or, xor, min... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dan Gohman | Fix IsLinux being uninitialized on non-Linux targets. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Evan Cheng | Fix more -Wshorten-64-to-32 warnings. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | no need for eh info |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Evan Cheng | Fix 80 column violations. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Anton Korobeynikov | Fix 80col violation |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dan Gohman | Fix a bug in the ELF writer that caused it to produce... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dan Gohman | Use a dedicated IsLinux flag instead of an ELFLinux... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dan Gohman | Add AsmPrinter support for emitting a directive to... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Anton Korobeynikov | Add General Dynamic TLS model for X86-64. Some parts... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Owen Anderson | Fix PR1098 by correcting the postdominators analysis. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | remove obsolete method. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Gordon Henriksen | Use (void) instead of () in C code. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Evan Cheng | Select vector shift with non-immediate i32 shift amount... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Torok Edwin | processStore may delete the instruction, avoid |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Anton Korobeynikov | Remove entries from here also |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Anton Korobeynikov | Drop llvmc also, it will be replaced by shiny new llvmc2 |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Anton Korobeynikov | Drop llvm2cpp, it's now a llc target |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Torok Edwin | Implement destructor for PostDominatorTree to eliminate... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Devang Patel | Handle multiple return values. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Ted Kremenek | Implement operator-> for ImmutableMap iterators. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Evan Cheng | Add separate intrinsics for MMX / SSE shifts with i32... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Devang Patel | Do not sink getresult. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Devang Patel | Add assert. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | verify builtin optimization works like gcc. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | move libcalls to the same place llvm-gcc has it. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dan Gohman | Fix a mistake in the computation of leading zeros for... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Evan Cheng | Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | strength reduce exp2 into ldexp, rdar://5852514 |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | add a FIXME so we remember to eventually remove this... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Evan Cheng | Undo r50574. We are already ensuring the folded load... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | specify an arch for non-x86 hosts. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Evan Cheng | 80 column violation. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Evan Cheng | Not safe folding a load + FsXORPSrr into FsXORPSrm... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Bill Wendling | Porting r50563 from Tak to mainline. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dan Gohman | Use push_back(...) instead of resize(1, ...), per revie... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dan Gohman | Update old-style syntax in some "not grep" tests. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dan Gohman | Fix uninitialized uses of the FPC variable. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dale Johannesen | New test for bug fixed in 50545. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dale Johannesen | Don't try to create PHIs of struct types. Fallout |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dan Gohman | Fix an overaggressive SimplifyDemandedBits optimization... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Bill Wendling | Adding testcase. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Initialize a local variable. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | don't randomly miscompile seto/setuo just because we... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | 1) add '-debug' output |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | Delete the IPO simplify-libcalls and completely reimple... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | instcombine does memset optzns. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | simplifylibcalls doesn't optimize llvm.memmove, instcom... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | move some tests from libcall optimizer suite. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | Add CreateCall3/CreateCall4 at Eric's request. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | Add a spiffy little "CreateCall2" method, which can... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | fix a bug in my previous patch, a classic =/== bug. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Arnold Schwaighofer | Really commit the test checking the argument lowering... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Arnold Schwaighofer | Tail call optimization improvements: |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Gabor Greif | set ignore property |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Gabor Greif | fcntl.h is pretty standard on unix (without the sys/) |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Owen Anderson | Move this test to LoopDeletion, where it now passes. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Owen Anderson | This condition got inverted accidentally. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | move lowering of llvm.memset -> store from simplify... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | no reason for simplifylibcalls to simplify intrinsics... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | remove redundant check. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | add missing #include |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | add a method for comparing to see if a value has a... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | use string length computation to generalize several... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Dale Johannesen | Add comments for previous patch as requested. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Scott Michel | Bug fixes and updates for CellSPU, syncing up with... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Scott Michel | Fix custom target lowering for zero/any/sign_extend... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Dale Johannesen | Make eh_frame objects by 8-byte aligned on 64-bit |
commit | commitdiff | tree | snapshot |
2008-04-29 |
John Criswell | Minor spelling and typo fixes. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Revert r50441. The original code was correct. Add... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Fix a bug in memcpyopt where the memcpy-memcpy transfor... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | We should be returning true here since we've changed... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | A lot of cleanups and documentation improvements, as... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Rename DeadLoopElimination to LoopDeletion, part 2. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Rename DeadLoopElimination to LoopDeletion, part one. |
commit | commitdiff | tree | snapshot |
next |