index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix links.
Ted Kremenek
2008-04-25
1
-3
/
+3
*
Update tests.
Evan Cheng
2008-04-25
2
-3
/
+3
*
Extract the lower 64-bit if a MMX value is passed in a XMM register.
Evan Cheng
2008-04-25
1
-3
/
+9
*
Fix illegal MMX_MOVDQ2Qrr pattern. vector_extract result must be a scalar value.
Evan Cheng
2008-04-25
1
-2
/
+15
*
Special handling for MMX values being passed in either GPR64 or lower 64-bits...
Evan Cheng
2008-04-25
3
-2
/
+57
*
Fix bug in BugReporter where we didn't handle emitting diagnostics for
Ted Kremenek
2008-04-25
1
-10
/
+28
*
Added some notes about the LLVM "checker". This isn't a public link yet; sti...
Ted Kremenek
2008-04-25
1
-0
/
+242
*
Remove the code from CodeGenPrepare that moved getresult instructions
Dan Gohman
2008-04-25
3
-92
/
+174
*
Fix MMX_MOVQ2DQrr pattern. It's illegal to do a bitconvert from a smaller typ...
Evan Cheng
2008-04-25
2
-6
/
+8
*
new testcase
Chris Lattner
2008-04-25
1
-0
/
+25
*
Pull the code to perform an INSERT_VECTOR_ELT in memory out into its own
Nate Begeman
2008-04-25
1
-43
/
+68
*
Update test
Anton Korobeynikov
2008-04-25
1
-1
/
+1
*
Feedback from chris
Nate Begeman
2008-04-25
1
-2
/
+2
*
add a note
Chris Lattner
2008-04-25
1
-0
/
+23
*
80 col violation.
Evan Cheng
2008-04-25
1
-1
/
+1
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
28
-338
/
+61
*
remove the 'unused static' diagnostic from codegen. This should be
Chris Lattner
2008-04-25
3
-21
/
+0
*
initial support for recognizing __transparent_union__ attributes
Nuno Lopes
2008-04-25
5
-1
/
+43
*
Not checking for intrinsics which do not have a chain operand.
Evan Cheng
2008-04-25
1
-2
/
+3
*
- Switch from std::set to SmallPtrSet.
Evan Cheng
2008-04-25
1
-5
/
+13
*
MMX argument passing fixes:
Evan Cheng
2008-04-25
3
-22
/
+77
*
Teach the PruningFunctionCloner how to look through loads with
Nate Begeman
2008-04-25
1
-4
/
+12
*
Loosen up an assertion to allow intrinsics. I really have no
Chris Lattner
2008-04-25
2
-1
/
+19
*
Don't infininitely thread branches when a threaded edge
Chris Lattner
2008-04-25
2
-0
/
+164
*
PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArray
Gordon Henriksen
2008-04-25
1
-1
/
+1
*
PR2202: LLVMCreateInterpreter creates a JIT
Gordon Henriksen
2008-04-25
1
-1
/
+1
*
Handle dereferences of function pointers (which return a handle to the functi...
Ted Kremenek
2008-04-25
1
-0
/
+3
*
Don't abort on GetRVal when the LVal is a StringLiteralVal.
Ted Kremenek
2008-04-25
1
-0
/
+4
*
Don't emit empty strings for path diagnostics when taking the default branch ...
Ted Kremenek
2008-04-25
1
-0
/
+7
*
Do a better job at computing dead symbols.
Ted Kremenek
2008-04-25
6
-25
/
+34
*
Fix bug in x86 memcpy / memset lowering. If there are trailing bytes not hand...
Evan Cheng
2008-04-25
2
-11
/
+20
*
Add preliminary support for flagging leaks around when they happen (doesn't w...
Ted Kremenek
2008-04-24
1
-2
/
+70
*
Implement != for DenseSet iterators.
Ted Kremenek
2008-04-24
1
-0
/
+2
*
Added iterator support for DenseSet.
Ted Kremenek
2008-04-24
1
-4
/
+38
*
Better handling for directory names in HTML diagnostics. Work in progress.
Ted Kremenek
2008-04-24
1
-1
/
+7
*
More boilerplate for handling specialized-transfer function logic for dead sy...
Ted Kremenek
2008-04-24
3
-36
/
+47
*
New test.
Evan Cheng
2008-04-24
1
-0
/
+89
*
Patch to diagnose inconsistancies between properties declared in current and
Fariborz Jahanian
2008-04-24
3
-2
/
+79
*
Adjust inline cost computation to be less aggressive.
Evan Cheng
2008-04-24
1
-2
/
+2
*
Added initial boilerplate in GRExprEngine to allow checker-specific transfer
Ted Kremenek
2008-04-24
4
-12
/
+57
*
Added uninitialized-values (path-sensitive) test case as a regression test
Ted Kremenek
2008-04-24
1
-0
/
+18
*
Added test case for functionality fix in rdar://problem/5886141 (handle varia...
Ted Kremenek
2008-04-24
1
-1
/
+12
*
Add EXTRA_OPTIONS on the llvmgxx command line.
Devang Patel
2008-04-24
1
-1
/
+1
*
Add EXTRA_OPTIONS on the llvmgcc command line.
Devang Patel
2008-04-24
1
-1
/
+1
*
CF reference count checker: handle variadic functions that allocate CF objects.
Ted Kremenek
2008-04-24
1
-56
/
+54
*
Have ValidateOutputConstraint return false instead of firing an assertion
Ted Kremenek
2008-04-24
1
-2
/
+2
*
overlook Output directory
Gabor Greif
2008-04-24
0
-0
/
+0
*
- Check if a register is livein before removing it. It may have already been ...
Evan Cheng
2008-04-24
3
-30
/
+39
*
% -> @
Chris Lattner
2008-04-24
1
-2
/
+2
*
Doc updates/edits, contributed by Terence Parr!
Chris Lattner
2008-04-24
2
-19
/
+19
[next]