summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix links.Ted Kremenek2008-04-251-3/+3
* Update tests.Evan Cheng2008-04-252-3/+3
* Extract the lower 64-bit if a MMX value is passed in a XMM register.Evan Cheng2008-04-251-3/+9
* Fix illegal MMX_MOVDQ2Qrr pattern. vector_extract result must be a scalar value.Evan Cheng2008-04-251-2/+15
* Special handling for MMX values being passed in either GPR64 or lower 64-bits...Evan Cheng2008-04-253-2/+57
* Fix bug in BugReporter where we didn't handle emitting diagnostics forTed Kremenek2008-04-251-10/+28
* Added some notes about the LLVM "checker". This isn't a public link yet; sti...Ted Kremenek2008-04-251-0/+242
* Remove the code from CodeGenPrepare that moved getresult instructionsDan Gohman2008-04-253-92/+174
* Fix MMX_MOVQ2DQrr pattern. It's illegal to do a bitconvert from a smaller typ...Evan Cheng2008-04-252-6/+8
* new testcaseChris Lattner2008-04-251-0/+25
* Pull the code to perform an INSERT_VECTOR_ELT in memory out into its own Nate Begeman2008-04-251-43/+68
* Update testAnton Korobeynikov2008-04-251-1/+1
* Feedback from chrisNate Begeman2008-04-251-2/+2
* add a noteChris Lattner2008-04-251-0/+23
* 80 col violation.Evan Cheng2008-04-251-1/+1
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-2528-338/+61
* remove the 'unused static' diagnostic from codegen. This should be Chris Lattner2008-04-253-21/+0
* initial support for recognizing __transparent_union__ attributesNuno Lopes2008-04-255-1/+43
* Not checking for intrinsics which do not have a chain operand.Evan Cheng2008-04-251-2/+3
* - Switch from std::set to SmallPtrSet.Evan Cheng2008-04-251-5/+13
* MMX argument passing fixes:Evan Cheng2008-04-253-22/+77
* Teach the PruningFunctionCloner how to look through loads with Nate Begeman2008-04-251-4/+12
* Loosen up an assertion to allow intrinsics. I really have noChris Lattner2008-04-252-1/+19
* Don't infininitely thread branches when a threaded edgeChris Lattner2008-04-252-0/+164
* PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArrayGordon Henriksen2008-04-251-1/+1
* PR2202: LLVMCreateInterpreter creates a JITGordon Henriksen2008-04-251-1/+1
* Handle dereferences of function pointers (which return a handle to the functi...Ted Kremenek2008-04-251-0/+3
* Don't abort on GetRVal when the LVal is a StringLiteralVal.Ted Kremenek2008-04-251-0/+4
* Don't emit empty strings for path diagnostics when taking the default branch ...Ted Kremenek2008-04-251-0/+7
* Do a better job at computing dead symbols.Ted Kremenek2008-04-256-25/+34
* Fix bug in x86 memcpy / memset lowering. If there are trailing bytes not hand...Evan Cheng2008-04-252-11/+20
* Add preliminary support for flagging leaks around when they happen (doesn't w...Ted Kremenek2008-04-241-2/+70
* Implement != for DenseSet iterators.Ted Kremenek2008-04-241-0/+2
* Added iterator support for DenseSet.Ted Kremenek2008-04-241-4/+38
* Better handling for directory names in HTML diagnostics. Work in progress.Ted Kremenek2008-04-241-1/+7
* More boilerplate for handling specialized-transfer function logic for dead sy...Ted Kremenek2008-04-243-36/+47
* New test.Evan Cheng2008-04-241-0/+89
* Patch to diagnose inconsistancies between properties declared in current andFariborz Jahanian2008-04-243-2/+79
* Adjust inline cost computation to be less aggressive.Evan Cheng2008-04-241-2/+2
* Added initial boilerplate in GRExprEngine to allow checker-specific transferTed Kremenek2008-04-244-12/+57
* Added uninitialized-values (path-sensitive) test case as a regression testTed Kremenek2008-04-241-0/+18
* Added test case for functionality fix in rdar://problem/5886141 (handle varia...Ted Kremenek2008-04-241-1/+12
* Add EXTRA_OPTIONS on the llvmgxx command line.Devang Patel2008-04-241-1/+1
* Add EXTRA_OPTIONS on the llvmgcc command line.Devang Patel2008-04-241-1/+1
* CF reference count checker: handle variadic functions that allocate CF objects.Ted Kremenek2008-04-241-56/+54
* Have ValidateOutputConstraint return false instead of firing an assertionTed Kremenek2008-04-241-2/+2
* overlook Output directoryGabor Greif2008-04-240-0/+0
* - Check if a register is livein before removing it. It may have already been ...Evan Cheng2008-04-243-30/+39
* % -> @Chris Lattner2008-04-241-2/+2
* Doc updates/edits, contributed by Terence Parr!Chris Lattner2008-04-242-19/+19
OpenPOWER on IntegriCloud