aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix getFieldAs() to use the parameter instead of 6.Torok Edwin2008-12-132-1/+9
* Remove assertion to allow promotion of a truncating store operandMon P Wang2008-12-131-2/+0
* Added basic support for expanding VSETCCMon P Wang2008-12-131-2/+21
* make RLE preserve the name of the load that it replaces. This is justChris Lattner2008-12-137-7/+8
* On big-endian machines it is wrong to do a fullDuncan Sands2008-12-131-19/+22
* Fix spelling.Misha Brukman2008-12-131-1/+1
* Some more documentation tweaks.Mikhail Glushenkov2008-12-132-2/+8
* More cosmetic tweaks for llvmc docs.Mikhail Glushenkov2008-12-137-168/+152
* Re-enable test.Devang Patel2008-12-121-1/+0
* Do not print empty DW_AT_comp_dir.Devang Patel2008-12-121-1/+2
* When expanding unaligned loads and stores do not makeDuncan Sands2008-12-121-34/+123
* - Use patterns instead of creating completely new instruction matching patterns,Bill Wendling2008-12-126-545/+509
* XFAIL these tests for now.Devang Patel2008-12-122-2/+2
* Fix add/sub expansion: don't create ADD / SUB with two results (seems like ev...Evan Cheng2008-12-121-5/+5
* Revert my re-instated reverted commit, fixes the bootstrap build on x86-64 li...Nick Lewycky2008-12-123-15/+17
* When using a 4 byte jump table on a 64 bit machine,Duncan Sands2008-12-121-11/+3
* Don't make use of an illegal type (i64) whenDuncan Sands2008-12-121-5/+31
* fix some incorrect links.Chris Lattner2008-12-121-3/+3
* Man page update.Mikhail Glushenkov2008-12-121-0/+8
* Added support for SELECT v8i8 v4i16 for X86 (MMX)Mon P Wang2008-12-123-0/+23
* Redo the arithmetic with overflow architecture. I was changing the semantics ofBill Wendling2008-12-125-205/+617
* Fix W3C validator errors.Mikhail Glushenkov2008-12-113-15/+21
* Use correct file for the llvmc tutorial.Mikhail Glushenkov2008-12-112-547/+72
* Update the auto-generated llvmc documentation.Mikhail Glushenkov2008-12-119-253/+1161
* Add a '-Wo,' option that passes options to opt.Mikhail Glushenkov2008-12-111-1/+4
* Fix a 80 col. violation.Evan Cheng2008-12-111-1/+2
* * Removed stray </p> tagMisha Brukman2008-12-111-7/+5
* * <div align=center> is not valid HTML 4.01 - removed alignmentMisha Brukman2008-12-111-15/+19
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-1113-23/+23
* Conform to the HTML 4.01 Strict specification.Misha Brukman2008-12-111-1/+3
* Sneaky, sneaky: move the -1 to the outside of the SMax. Reinstate theNick Lewycky2008-12-113-16/+42
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-1137-72/+72
* * Fixed formatting of command descriptions to be consistent:Misha Brukman2008-12-111-6/+6
* fix grammar, thanks Duncan!Torok Edwin2008-12-112-6/+6
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-113-150/+138
* introduce BasicBlock::getUniquePredecessor()Torok Edwin2008-12-112-0/+29
* Put Edge* classes into anonymous namespace.Mikhail Glushenkov2008-12-111-7/+7
* Avoid generating a convert_rndsat node when the src and dest type are the same.Mon P Wang2008-12-111-0/+4
* Clarify FIXME.Bill Wendling2008-12-111-6/+6
* Whitespace clean up (tabs with spaces)Mon P Wang2008-12-111-8/+8
* Make fix for r60829 less conservative to allow the proper optimization forMon P Wang2008-12-111-2/+9
* Add a newline after this debug output.Bill Wendling2008-12-101-1/+1
* s/A Few Coding Standards/LLVM Coding Standards/gMisha Brukman2008-12-101-2/+2
* If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation onBill Wendling2008-12-102-4/+51
* Preliminary ARM debug support based on patch by Mikael of FlexyCore.Evan Cheng2008-12-104-20/+57
* Some code clean up.Evan Cheng2008-12-101-12/+14
* Only perform SETO/SETC to JO/JC conversion if extractvalue is coming from an ...Bill Wendling2008-12-101-35/+50
* fix typo. thanks Baldrick for noticingNuno Lopes2008-12-101-1/+1
* add gcc 4.1.2 from redhat to the list of broken compilersNuno Lopes2008-12-101-0/+2
* Update these instructions to the 2.4 release.Duncan Sands2008-12-101-7/+7