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
...
*
switch SDTBinaryArithWithFlags to be a multiple-result node as well.
Chris Lattner
2010-03-24
1
-4
/
+4
*
Switch SDTUnaryArithWithFlags to being modeled as a two-result
Chris Lattner
2010-03-24
1
-2
/
+4
*
add plumbing for handling multiple result nodes
Chris Lattner
2010-03-24
8
-27
/
+36
*
Fix coding style.
Dan Gohman
2010-03-24
1
-16
/
+17
*
Generalize findNearestCommonDominator to work on post-dominators,
Dan Gohman
2010-03-24
1
-6
/
+7
*
remove 64-bit or_is_add parallels.
Chris Lattner
2010-03-24
1
-6
/
+3
*
remove useless or_is_add parallel's.
Chris Lattner
2010-03-24
1
-12
/
+6
*
reduce nesting.
Chris Lattner
2010-03-24
1
-9
/
+8
*
implement SDTCisVTSmallerThanOp with EnforceSmallerThan
Chris Lattner
2010-03-24
1
-10
/
+3
*
try being more permissive for if-conversion on ARM V7. see what the nightly
Jim Grosbach
2010-03-24
1
-0
/
+9
*
bring sanity to EnforceVectorEltType
Chris Lattner
2010-03-24
2
-27
/
+31
*
Cleanup getImplicitType
Chris Lattner
2010-03-23
1
-9
/
+24
*
Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...
Jakob Stoklund Olesen
2010-03-23
7
-574
/
+0
*
MC: Sprinkle in some more interesting statistics.
Daniel Dunbar
2010-03-23
2
-1
/
+28
*
llvm-mc: Support -filetype=null, for timing purposes.
Daniel Dunbar
2010-03-23
1
-0
/
+5
*
llvm-mc: Fast path EvaluateAbsolute of constants.
Daniel Dunbar
2010-03-23
1
-0
/
+6
*
reject void in intrinsic type lists.
Chris Lattner
2010-03-23
1
-7
/
+12
*
[llvm_void_ty] is no longer needed for result types,
Chris Lattner
2010-03-23
6
-81
/
+81
*
Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...
Jakob Stoklund Olesen
2010-03-23
7
-0
/
+574
*
Renamed NVdImmFrm to N1RegModImmFrm.
Johnny Chen
2010-03-23
1
-2
/
+2
*
Remove if DISABLED not if not DISABLED...
Bill Wendling
2010-03-23
1
-1
/
+1
*
add some accessors to callsite/callinst/invokeinst to check
Chris Lattner
2010-03-23
5
-3
/
+52
*
Revert 99335. getTypeToExpandTo's iterative behavior is actually
Dan Gohman
2010-03-23
2
-3
/
+23
*
Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for
Bill Wendling
2010-03-23
2
-2
/
+8
*
Remove getTypeToExpandTo, since it isn't adding much value
Dan Gohman
2010-03-23
2
-23
/
+3
*
make sure to delete the llvm module before calling llvm_shutdown,
Chris Lattner
2010-03-23
1
-23
/
+25
*
Don't back past debug info intrinsics; SCEVExpander's strategy
Dan Gohman
2010-03-23
1
-12
/
+1
*
fix an infinite loop in Module::getEndianness, PR6684
Chris Lattner
2010-03-23
1
-1
/
+1
*
Fix typo in the comment for N3VX class.
Johnny Chen
2010-03-23
1
-1
/
+1
*
Add comment.
Johnny Chen
2010-03-23
1
-0
/
+1
*
Add New NEON Format NVdVmVCVTFrm.
Johnny Chen
2010-03-23
2
-9
/
+25
*
Skip debugging intrinsics when sinking unused invariants.
Bill Wendling
2010-03-23
1
-10
/
+24
*
Add New NEON Format NVdVmImmFrm.
Johnny Chen
2010-03-23
1
-11
/
+13
*
Ignore dbg_value's.
Evan Cheng
2010-03-23
1
-5
/
+7
*
Teach isSafeToClobberEFLAGS to ignore dbg_value's. We need a MachineBasicBloc...
Evan Cheng
2010-03-23
1
-3
/
+13
*
Code clean up.
Evan Cheng
2010-03-23
1
-6
/
+6
*
Fix VLDMQ and VSTMQ instructions to use the correct encoding and address modes.
Bob Wilson
2010-03-23
4
-30
/
+59
*
Test case for llvm-gcc r99305. Radar 7659636.
Stuart Hastings
2010-03-23
1
-0
/
+134
*
Fix bad indentation, 80-column violations, and trailing whitespace.
Bob Wilson
2010-03-23
1
-52
/
+60
*
Add New NEON Format NVdImmFrm.
Johnny Chen
2010-03-23
1
-7
/
+8
*
Add comment.
Evan Cheng
2010-03-23
1
-0
/
+3
*
Forgot this.
Evan Cheng
2010-03-23
1
-0
/
+3
*
Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...
Evan Cheng
2010-03-23
3
-26
/
+72
*
add assert in argpromotion, which cannot trigger
Gabor Greif
2010-03-23
2
-6
/
+7
*
word-o
Gabor Greif
2010-03-23
1
-1
/
+1
*
Rename some instructions to match the corresponding NEON opcode.
Bob Wilson
2010-03-23
2
-6
/
+6
*
Change VST1 instructions for loading Q register values to operate on pairs
Bob Wilson
2010-03-23
4
-46
/
+59
*
Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans...
Evan Cheng
2010-03-23
2
-2
/
+15
*
Change VLD1 instructions for loading Q register values to operate on pairs
Bob Wilson
2010-03-23
4
-45
/
+64
*
MC: Switch to using MCInst fragments to do relaxation.
Daniel Dunbar
2010-03-23
2
-78
/
+78
[prev]
[next]