aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-1170-73/+78
* Add a test case for testing basic IR features via llvm2cpp. This helps findReid Spencer2007-04-111-0/+795
* Make sure upgrade doesn't fail on this.Reid Spencer2007-04-111-0/+1
* Update the way llvm2cpp tests are done:Reid Spencer2007-04-111-7/+39
* Upgrade this file completely instead of downgrading it. Make sure thatReid Spencer2007-04-111-31/+30
* fix an infinite loop compiling ldecod, notice by JeffC.Chris Lattner2007-04-111-1/+1
* Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-ne...Chris Lattner2007-04-111-3/+3
* this got betterChris Lattner2007-04-112-3/+4
* adjust testChris Lattner2007-04-111-1/+1
* Fix Transforms/ScalarRepl/union-pointer.llChris Lattner2007-04-111-6/+7
* Fix PR1318 by reacting appropriately to a mutating option list.Chris Lattner2007-04-111-0/+14
* change test name.Chris Lattner2007-04-111-1/+1
* Fix a bug where ICmpInst objects instantiated directly with a name wouldReid Spencer2007-04-111-2/+2
* Make the generated code for ConstantInt nicer.Reid Spencer2007-04-111-2/+2
* Fix an approximate calculation in an assertion not to give false negatives.Reid Spencer2007-04-111-1/+1
* Make sure this test uses llvm-upgrade.Reid Spencer2007-04-111-1/+2
* Teach llvm2cpp about packed structure types.Reid Spencer2007-04-111-1/+2
* Fix several bugs relating to changes in the LLVM IR API or just outrightReid Spencer2007-04-111-32/+27
* Regenerate.Reid Spencer2007-04-113-271/+273
* Fix a crash-by-unknown-exception caused by attempting to use a null pointerReid Spencer2007-04-111-1/+2
* Fix to not give false positives.Reid Spencer2007-04-111-1/+2
* Fix some issues with param attrs.Reid Spencer2007-04-111-1/+4
* Add support for parameter attributes.Reid Spencer2007-04-111-1/+26
* sext of compares.Chris Lattner2007-04-111-0/+14
* Turn stuff like:Chris Lattner2007-04-111-9/+40
* Simplify some comparisons to arithmetic, this implements:Chris Lattner2007-04-111-0/+27
* new testcaseChris Lattner2007-04-111-0/+17
* Fix this harder.Chris Lattner2007-04-111-12/+19
* don't create shifts by zero, fix some problems with my previous patchChris Lattner2007-04-111-3/+7
* canonicalize (x <u 2147483648) -> (x >s -1) and (x >u 2147483647) -> (x <s 0)Chris Lattner2007-04-111-25/+32
* fix a miscompilation of:Chris Lattner2007-04-111-63/+59
* doneChris Lattner2007-04-111-28/+0
* Teach the codegen to turn [aez]ext (setcc) -> selectcc of 1/0, which oftenChris Lattner2007-04-111-0/+29
* new testcaseChris Lattner2007-04-111-0/+12
* Codegen integer abs more efficiently using the trick from the PPC CWG. ThisChris Lattner2007-04-111-4/+18
* new testcases for integer abs functionChris Lattner2007-04-113-0/+50
* fix a regression introduced by my last patch.Chris Lattner2007-04-111-14/+1
* Hack to get sys::Path to recognize macho dylibs.Chris Lattner2007-04-111-4/+7
* For PR1146:Reid Spencer2007-04-1114-157/+196
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-112-14/+43
* Simplify SROA conversion to integer in some ways, make it more general in oth...Chris Lattner2007-04-111-131/+138
* Make isDynamicLibrary detect more than just an ELF file.Reid Spencer2007-04-111-2/+10
* Hack the shared library extension for dylib. The existing code just looksReid Spencer2007-04-111-1/+1
* Hopefully fix LTDL_SHLIB_EXT on DarwinReid Spencer2007-04-111-5/+5
* Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling2007-04-108-10/+64
* New test case.Devang Patel2007-04-101-0/+41
* new micro optznChris Lattner2007-04-101-0/+30
* Correctly report version of GCC used.Jeff Cohen2007-04-101-0/+2
* Add test case for PR 1154.Devang Patel2007-04-101-0/+125
* fix a comment bug Reid noticedChris Lattner2007-04-101-2/+3