aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FunctionExtractorPass has been superceded by GVExtractorPassAndrew Lenharth2008-03-212-155/+0
* Make it possible to get an empty struct usingDuncan Sands2008-03-212-4/+6
* Introduce a new node for holding call argumentDuncan Sands2008-03-2113-168/+250
* Fix the build for gcc-4.2.Duncan Sands2008-03-211-1/+2
* remove Evan's "ugly hack" that sorta attempted to get Chris Lattner2008-03-215-174/+2
* Add support for calls that return two FP values inChris Lattner2008-03-214-5/+91
* disable a bogus assertion.Chris Lattner2008-03-212-2/+12
* Enable support for returning two long-double values in ST(0)/ST(1).Chris Lattner2008-03-213-7/+15
* Teach masked value is zero about add and sub, and use MVIZ toChris Lattner2008-03-212-34/+94
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-214-44/+27
* ignore the Output/ directoryGabor Greif2008-03-210-0/+0
* this directory is accidentally addedGabor Greif2008-03-210-0/+0
* These passes preserve CFG.Devang Patel2008-03-204-5/+5
* Incorporate feedback.Devang Patel2008-03-201-24/+24
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-205-0/+46
* enable -analyze for andersensAndrew Lenharth2008-03-201-19/+39
* Take the old function's name.Zhou Sheng2008-03-201-0/+1
* ubyte and sbyte? what are those?Nick Lewycky2008-03-201-2/+2
* add a note.Chris Lattner2008-03-201-0/+8
* Check even more carefully before applying this DAGCombine transform.Christopher Lamb2008-03-201-13/+19
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-2020-25/+25
* Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...Evan Cheng2008-03-203-3/+19
* detabify llvm, patch by Mike Stump!Chris Lattner2008-03-207-79/+79
* Keep track of analysis information inherited from Module pass manager.Devang Patel2008-03-202-0/+62
* Add more patterns to match in the integer comparison test harnesses.Scott Michel2008-03-206-16/+34
* 80 col violation.Evan Cheng2008-03-201-1/+2
* Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng2008-03-194-12/+57
* Add comment.Devang Patel2008-03-191-0/+4
* style and spellingAndrew Lenharth2008-03-191-2/+2
* #if 1 .. #endif markers do not add any value.Devang Patel2008-03-191-2/+0
* Remove dead options.Evan Cheng2008-03-192-20/+4
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-1935-75/+92
* Add support for multiple return values for the PPC target byDan Gohman2008-03-193-146/+40
* llvm-ld deserves disable-verify too. opt shouldn't have all the fun options.Andrew Lenharth2008-03-191-1/+5
* Don't loose incoming argument registers. Fix documentation style.Arnold Schwaighofer2008-03-193-9/+9
* Fix comment.Duncan Sands2008-03-191-1/+1
* Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes...Christopher Lamb2008-03-194-47/+27
* Upgrade tests.Tanya Lattner2008-03-1948-2357/+2209
* Upgrade tests.Tanya Lattner2008-03-1926-723/+610
* add some convenience methods for creating GEP instructions and Chris Lattner2008-03-193-0/+24
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1923-273/+288
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1923-480/+421
* C bindings for Module-, Function-, and BasicBlock::iterator.Gordon Henriksen2008-03-192-0/+149
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-1925-434/+333
* Fixed a coalescer bug caused by a typo.Evan Cheng2008-03-192-1/+52
* C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen2008-03-196-57/+158
* Fix live variables issues:Evan Cheng2008-03-194-6/+63
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-1921-111/+39
* On Darwin, GCC issues a ".globl" for something that has a "visibility protected"Bill Wendling2008-03-181-0/+1
* Fix a x86-64 isel lowering bug that's been around forever. A x86-64 varargs f...Evan Cheng2008-03-182-6/+21