aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When we restore signal handlers, restore them back to what theyChris Lattner2009-03-231-8/+30
* factorize signal registration, part of PR3848.Chris Lattner2009-03-231-10/+23
* Fix a grammaro in a comment that Bill noticed.Dan Gohman2009-03-231-1/+1
* tt'ify.Chris Lattner2009-03-231-2/+2
* VC++ 6.0 is not future work :)Chris Lattner2009-03-231-64/+5
* Add comments explaining why there's only one register forDan Gohman2009-03-231-1/+6
* Missed this as part of r67451.Evan Cheng2009-03-231-20/+22
* Fix PR3860 by correcting a predicate.Chris Lattner2009-03-221-8/+10
* Add some explanations of how apint loads and storesDuncan Sands2009-03-221-2/+15
* Really should pass -dylib to the linker...Bill Wendling2009-03-221-1/+1
* A dylib should be built as a dylib and not a bundle.Bill Wendling2009-03-221-2/+2
* add method to access a template argument.Chris Lattner2009-03-221-0/+4
* Factorize out a concept - no functionality change.Duncan Sands2009-03-214-8/+15
* Re-commit r67334 and r67349 with fix.Evan Cheng2009-03-214-9/+17
* add a fastpath to ConstantExpr::getBitCast to handle the case when an obviouslyChris Lattner2009-03-211-0/+5
* add some inline methods for infix operators on sparse vectors,Chris Lattner2009-03-212-13/+41
* Removed AFGR32 register classBruno Cardoso Lopes2009-03-215-176/+110
* Fix a few more indentation problems and an 80-column violation.Bob Wilson2009-03-201-8/+8
* No functional changes. Fix indentation and whitespace only.Bob Wilson2009-03-201-101/+91
* Fix instcombine to not introduce undefined shifts when merging twoChris Lattner2009-03-202-2/+23
* Don't load values out of global constants with weakDuncan Sands2009-03-205-6/+58
* Simplify this code; use a while instead of an if and a do-while.Dan Gohman2009-03-201-9/+6
* For inline asm output operand that matches an input. Encode the input operand...Evan Cheng2009-03-207-29/+62
* Fixed comment for libcalls.Sanjiv Gupta2009-03-201-20/+23
* Fixed build warnings for unused variables.Sanjiv Gupta2009-03-201-3/+0
* Reformatting. Inserted code comments. Cleaned interfaces.Sanjiv Gupta2009-03-202-112/+68
* Fixed the comment. No functionality change.Sanjiv Gupta2009-03-201-4/+4
* Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky2009-03-205-37/+29
* Apply the patch requested in PR3846.Chris Lattner2009-03-201-1/+1
* Added option to enable generating less precise mad (multiply addition)Mon P Wang2009-03-202-1/+21
* The last use in a block that doesn't have successorsDan Gohman2009-03-201-0/+5
* Fix typo's.Evan Cheng2009-03-202-3/+3
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-199-17/+24
* Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.Evan Cheng2009-03-196-24/+42
* More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng2009-03-195-29/+37
* Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman2009-03-192-0/+0
* SADDO and UADDO are commutative.Dan Gohman2009-03-191-0/+2
* Clear the cached cost when removing a function inDale Johannesen2009-03-194-11/+26
* Add a liveness analysis pass for LLVM IR values. This computesDan Gohman2009-03-194-0/+287
* Fix comment typo.Dale Johannesen2009-03-191-1/+1
* This pass keeps a map of Instructions to Rank numbers,Dale Johannesen2009-03-191-8/+14
* Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...Ted Kremenek2009-03-191-1/+2
* Fix PEI to not walk off the start of a block when an updated instructionChris Lattner2009-03-191-2/+6
* Fix comment typo.Duncan Sands2009-03-191-1/+1
* Fix a couple glaring whitespace issues. This file isn't internally consistentNick Lewycky2009-03-191-2/+2
* Remove strange extra semicolons.Nick Lewycky2009-03-194-4/+4
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-195-19/+37
* Added support for Mips O32 Calling ConventionBruno Cardoso Lopes2009-03-192-33/+133
* tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographicTed Kremenek2009-03-181-7/+19
* 'tblgen -gen-clang-diags-options' now outputs the OptionTable:Ted Kremenek2009-03-181-5/+19