index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Update install-clang target.
Daniel Dunbar
2010-06-30
1
-1
/
+1
*
Handle array and vector typed parameters in sjljehprepare like we do
Jim Grosbach
2010-06-30
1
-4
/
+4
*
Remove all debug info related named mdnodes.
Devang Patel
2010-06-30
2
-10
/
+34
*
grammar tweak in comment.
Jim Grosbach
2010-06-30
1
-1
/
+1
*
In ScalarEvolution::forgetValue, eliminate any SCEVUnknown
Dan Gohman
2010-06-30
1
-0
/
+20
*
Move MOVD/MODQ code around, creating sections for each of them
Bruno Cardoso Lopes
2010-06-30
1
-52
/
+62
*
Some fool committed without testing (or even building) first.
Jakob Stoklund Olesen
2010-06-30
1
-2
/
+2
*
Add AVX SSE2 mask creation and conditional store instructions
Bruno Cardoso Lopes
2010-06-30
3
-10
/
+52
*
Remember to track spill slot uses in VirtRegMap when inserting loads and stores.
Jakob Stoklund Olesen
2010-06-30
2
-0
/
+4
*
Fix a bug introduced in r107211 where instructions with memory operands are d...
Bruno Cardoso Lopes
2010-06-30
1
-91
/
+78
*
Revert the part of r107257 which introduced new logic for using
Dan Gohman
2010-06-30
2
-85
/
+15
*
Rename NextPowerOfTwo to RoundUpToPowerOfTwo.
Duncan Sands
2010-06-30
1
-10
/
+10
*
Remove an unused variable. The call to getRoot has side-effects, so
Duncan Sands
2010-06-30
1
-1
/
+0
*
Add AVX SSE2 packed integer extract/insert instructions
Bruno Cardoso Lopes
2010-06-30
3
-17
/
+66
*
Clarify that the NextPowerOfTwo template is idempotent.
Duncan Sands
2010-06-30
1
-1
/
+1
*
Rather than giving SmallPtrSetImpl a member field SmallArray which is magically
Duncan Sands
2010-06-30
2
-15
/
+20
*
use ArgOperand API
Gabor Greif
2010-06-30
1
-10
/
+10
*
use ArgOperand API
Gabor Greif
2010-06-30
1
-1
/
+1
*
use ArgOperand API
Gabor Greif
2010-06-30
1
-6
/
+6
*
use ArgOperand API
Gabor Greif
2010-06-30
1
-10
/
+12
*
use ArgOperand API
Gabor Greif
2010-06-30
1
-2
/
+2
*
use CallSite::arg_end instead of CallInst::op_end
Gabor Greif
2010-06-30
1
-1
/
+1
*
use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand
Gabor Greif
2010-06-30
1
-3
/
+3
*
use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand
Gabor Greif
2010-06-30
1
-1
/
+2
*
use getNumArgOperands instead of getNumOperands
Gabor Greif
2010-06-30
1
-2
/
+2
*
use getArgOperand instead of getOperand
Gabor Greif
2010-06-30
1
-4
/
+4
*
use getArgOperand instead of getOperand
Gabor Greif
2010-06-30
1
-2
/
+2
*
use getArgOperand instead of getOperand
Gabor Greif
2010-06-30
1
-8
/
+8
*
Add a testcase for scev-aa's new capability.
Dan Gohman
2010-06-30
1
-3
/
+24
*
Improve ScalarEvolution's nsw and nuw preservation.
Dan Gohman
2010-06-30
1
-31
/
+105
*
When computing a new ConservativeResult, intersect it with
Dan Gohman
2010-06-30
1
-1
/
+2
*
Rework scev-aa's basic computation so that it doesn't depend
Dan Gohman
2010-06-30
1
-7
/
+31
*
Simplify.
Dan Gohman
2010-06-30
1
-2
/
+1
*
Add AVX SSE2 integer unpack instructions
Bruno Cardoso Lopes
2010-06-30
3
-10
/
+185
*
Add AVX SSE2 packed integer shuffle instructions
Bruno Cardoso Lopes
2010-06-30
3
-0
/
+62
*
Remove trailing whitespace, no functionality changes.
John Mosby
2010-06-30
1
-19
/
+18
*
Small refactoring of SSE2 packed integer shuffle instructions
Bruno Cardoso Lopes
2010-06-30
1
-45
/
+26
*
Add AVX SSE2 pack with saturation integer instructions
Bruno Cardoso Lopes
2010-06-30
3
-0
/
+57
*
Add AVX SSE2 integer packed compare instructions
Bruno Cardoso Lopes
2010-06-30
3
-0
/
+113
*
- Add AVX form of all SSE2 logical instructions
Bruno Cardoso Lopes
2010-06-30
4
-22
/
+379
*
Do not construct DIE for already processed MDNode.
Devang Patel
2010-06-30
1
-1
/
+2
*
Use skipInstruction() as a simpler way of iterating over instructions using S...
Jakob Stoklund Olesen
2010-06-30
1
-10
/
+2
*
Use clEnumValN macro to work around keyword clash
Jakob Stoklund Olesen
2010-06-30
1
-1
/
+1
*
Add variables into a scope before constructing scope DIE otherwise variables ...
Devang Patel
2010-06-30
2
-2
/
+54
*
Begin implementation of an inline spiller.
Jakob Stoklund Olesen
2010-06-29
4
-2
/
+159
*
Add *several* AVX integer packed binop instructions
Bruno Cardoso Lopes
2010-06-29
3
-35
/
+541
*
Fix ScalarEvolution's tripcount computation for chains of loops
Dan Gohman
2010-06-29
2
-43
/
+125
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
26
-98
/
+39
*
Print InlinedAt location.
Devang Patel
2010-06-29
1
-7
/
+21
*
Add another bswap idiom that isn't matched.
Eric Christopher
2010-06-29
1
-0
/
+8
[next]