| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more documentation tweaks. | Mikhail Glushenkov | 2008-12-13 | 2 | -2/+8 |
* | More cosmetic tweaks for llvmc docs. | Mikhail Glushenkov | 2008-12-13 | 7 | -168/+152 |
* | Re-enable test. | Devang Patel | 2008-12-12 | 1 | -1/+0 |
* | Do not print empty DW_AT_comp_dir. | Devang Patel | 2008-12-12 | 1 | -1/+2 |
* | When expanding unaligned loads and stores do not make | Duncan Sands | 2008-12-12 | 1 | -34/+123 |
* | - Use patterns instead of creating completely new instruction matching patterns, | Bill Wendling | 2008-12-12 | 6 | -545/+509 |
* | XFAIL these tests for now. | Devang Patel | 2008-12-12 | 2 | -2/+2 |
* | Fix add/sub expansion: don't create ADD / SUB with two results (seems like ev... | Evan Cheng | 2008-12-12 | 1 | -5/+5 |
* | Revert my re-instated reverted commit, fixes the bootstrap build on x86-64 li... | Nick Lewycky | 2008-12-12 | 3 | -15/+17 |
* | When using a 4 byte jump table on a 64 bit machine, | Duncan Sands | 2008-12-12 | 1 | -11/+3 |
* | Don't make use of an illegal type (i64) when | Duncan Sands | 2008-12-12 | 1 | -5/+31 |
* | fix some incorrect links. | Chris Lattner | 2008-12-12 | 1 | -3/+3 |
* | Man page update. | Mikhail Glushenkov | 2008-12-12 | 1 | -0/+8 |
* | Added support for SELECT v8i8 v4i16 for X86 (MMX) | Mon P Wang | 2008-12-12 | 3 | -0/+23 |
* | Redo the arithmetic with overflow architecture. I was changing the semantics of | Bill Wendling | 2008-12-12 | 5 | -205/+617 |
* | Fix W3C validator errors. | Mikhail Glushenkov | 2008-12-11 | 3 | -15/+21 |
* | Use correct file for the llvmc tutorial. | Mikhail Glushenkov | 2008-12-11 | 2 | -547/+72 |
* | Update the auto-generated llvmc documentation. | Mikhail Glushenkov | 2008-12-11 | 9 | -253/+1161 |
* | Add a '-Wo,' option that passes options to opt. | Mikhail Glushenkov | 2008-12-11 | 1 | -1/+4 |
* | Fix a 80 col. violation. | Evan Cheng | 2008-12-11 | 1 | -1/+2 |
* | * Removed stray </p> tag | Misha Brukman | 2008-12-11 | 1 | -7/+5 |
* | * <div align=center> is not valid HTML 4.01 - removed alignment | Misha Brukman | 2008-12-11 | 1 | -15/+19 |
* | Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> | Misha Brukman | 2008-12-11 | 13 | -23/+23 |
* | Conform to the HTML 4.01 Strict specification. | Misha Brukman | 2008-12-11 | 1 | -1/+3 |
* | Sneaky, sneaky: move the -1 to the outside of the SMax. Reinstate the | Nick Lewycky | 2008-12-11 | 3 | -16/+42 |
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 37 | -72/+72 |
* | * Fixed formatting of command descriptions to be consistent: | Misha Brukman | 2008-12-11 | 1 | -6/+6 |
* | fix grammar, thanks Duncan! | Torok Edwin | 2008-12-11 | 2 | -6/+6 |
* | Merge Base.td and Tools.td. | Mikhail Glushenkov | 2008-12-11 | 3 | -150/+138 |
* | introduce BasicBlock::getUniquePredecessor() | Torok Edwin | 2008-12-11 | 2 | -0/+29 |
* | Put Edge* classes into anonymous namespace. | Mikhail Glushenkov | 2008-12-11 | 1 | -7/+7 |
* | Avoid generating a convert_rndsat node when the src and dest type are the same. | Mon P Wang | 2008-12-11 | 1 | -0/+4 |
* | Clarify FIXME. | Bill Wendling | 2008-12-11 | 1 | -6/+6 |
* | Whitespace clean up (tabs with spaces) | Mon P Wang | 2008-12-11 | 1 | -8/+8 |
* | Make fix for r60829 less conservative to allow the proper optimization for | Mon P Wang | 2008-12-11 | 1 | -2/+9 |
* | Add a newline after this debug output. | Bill Wendling | 2008-12-10 | 1 | -1/+1 |
* | s/A Few Coding Standards/LLVM Coding Standards/g | Misha Brukman | 2008-12-10 | 1 | -2/+2 |
* | If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation on | Bill Wendling | 2008-12-10 | 2 | -4/+51 |
* | Preliminary ARM debug support based on patch by Mikael of FlexyCore. | Evan Cheng | 2008-12-10 | 4 | -20/+57 |
* | Some code clean up. | Evan Cheng | 2008-12-10 | 1 | -12/+14 |
* | Only perform SETO/SETC to JO/JC conversion if extractvalue is coming from an ... | Bill Wendling | 2008-12-10 | 1 | -35/+50 |
* | fix typo. thanks Baldrick for noticing | Nuno Lopes | 2008-12-10 | 1 | -1/+1 |
* | add gcc 4.1.2 from redhat to the list of broken compilers | Nuno Lopes | 2008-12-10 | 1 | -0/+2 |
* | Update these instructions to the 2.4 release. | Duncan Sands | 2008-12-10 | 1 | -7/+7 |
* | For amusement, implement SADDO, SSUBO, UADDO, USUBO | Duncan Sands | 2008-12-10 | 3 | -19/+122 |
* | Mention the Ada and Fortran front-ends. | Duncan Sands | 2008-12-10 | 1 | -2/+2 |
* | Don't dereference the end() iterator. This was | Duncan Sands | 2008-12-10 | 1 | -2/+3 |
* | Added a little more information that vector shifts require vector shift amount. | Mon P Wang | 2008-12-10 | 1 | -4/+9 |
* | Fixed a bug when trying to optimize a extract vector element of a | Mon P Wang | 2008-12-10 | 2 | -1/+15 |
* | Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some... | Evan Cheng | 2008-12-10 | 10 | -64/+76 |