aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-0821-163/+133
* add some more check for vector compares.Chris Lattner2009-07-081-2/+36
* convert a test to "FileCheck" style.Chris Lattner2009-07-081-3/+27
* Add a new little "FileCheck" utility for regression testing.Chris Lattner2009-07-085-8/+211
* Push methods into base class in preparation for sharing.David Goodwin2009-07-088-598/+605
* Implement NEON vld1 instructions.Bob Wilson2009-07-084-1/+98
* Start converting to new error handling API.Edwin Török2009-07-0821-92/+90
* Conform...David Goodwin2009-07-081-4/+4
* Start breaking out common base functionality for register info.David Goodwin2009-07-084-916/+979
* convert comments to doxygen styleChris Lattner2009-07-081-19/+19
* Add rev16 test... xfail for nowDavid Goodwin2009-07-081-0/+32
* Add myself to blame file...David Goodwin2009-07-081-0/+4
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-0812-1115/+1414
* Remove trailing whitespace. Reorder some methodsDuncan Sands2009-07-085-59/+60
* Update the example to show that an archive can contain llvm bitcode.Rafael Espindola2009-07-081-1/+2
* Trial first commitAlisdair Meredith2009-07-081-0/+1
* Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the t...Sanjiv Gupta2009-07-081-2/+4
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-0831-664/+99
* Add a Thumb2 instruction flag to that indicates whether the instruction can b...Evan Cheng2009-07-083-14/+26
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-0821-75/+114
* remove two methods that no longer exist.Chris Lattner2009-07-081-24/+0
* more getting windows to build.Chris Lattner2009-07-081-14/+7
* eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.Chris Lattner2009-07-083-42/+1
* Change these tests to use [fi]cmp+sext instead of v[fi]cmp. NoChris Lattner2009-07-086-128/+191
* dag combine sext(setcc) -> vsetcc before legalize. To make this safe,Chris Lattner2009-07-083-8/+25
* hopefully fix the build on windows.Chris Lattner2009-07-081-0/+1
* Add a todo.Evan Cheng2009-07-082-1/+9
* Also statically set bit 25 for BR_JT instructions.Evan Cheng2009-07-071-3/+3
* LLVMContext-ification.Owen Anderson2009-07-074-31/+44
* Statically encode bit 25 to indicate immediate form of data processing instru...Evan Cheng2009-07-072-14/+37
* --- Reverse-merging (from foreign repository) r74952 into '.':Bill Wendling2009-07-072-77/+71
* SelectionDAG::SignBitIsZero doesn't work right for vectors,Chris Lattner2009-07-071-0/+4
* Commit the file I actually changed as part of lastDale Johannesen2009-07-071-10/+24
* Operand of asm("call") (the callee function) is representedDale Johannesen2009-07-071-3/+16
* add support for legalizing an icmp where the result is illegal (4xi1) butChris Lattner2009-07-072-7/+37
* add a trivial test that vector compares work.Chris Lattner2009-07-071-0/+7
* random code cleanups.Chris Lattner2009-07-071-27/+28
* implement support for spliting and scalarizing vector setcc's. ThisChris Lattner2009-07-073-9/+52
* lower vector icmp/fcmp to ICMP/FCMP nodes with the right resultChris Lattner2009-07-071-2/+5
* ScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are the same,Chris Lattner2009-07-072-12/+1
* Change NEON vldN/vstN intrinsics to specify "N" as an immediate operandBob Wilson2009-07-071-20/+12
* add support for vector legalizing of *_EXTEND.Chris Lattner2009-07-071-15/+50
* Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin2009-07-071-3/+6
* Disable loop index split for now and let nightly tester verify its usefulness.Devang Patel2009-07-071-1/+0
* verify that the fcmp version of this works just as well as theChris Lattner2009-07-071-0/+12
* Accidently dropped this while removing dead code in previous commit.Devang Patel2009-07-071-0/+1
* DWARF requires frame moves be specified at specific times. If you have aBill Wendling2009-07-072-71/+77
* LLVMContext-ifiy the implementation of the C API.Owen Anderson2009-07-071-59/+102
* Remove dead code.Devang Patel2009-07-072-32/+2
* LLVM Context-ification.Owen Anderson2009-07-071-22/+42