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
...
*
Def here is an Instruction, so !isa<Instruction>(Def) is always false,
Dan Gohman
2012-04-13
1
-3
/
+2
*
Add forms of dominates and isReachableFromEntry that accept a Use
Dan Gohman
2012-04-12
2
-0
/
+84
*
Fix a few more places in the ARM disassembler so that branches get
Kevin Enderby
2012-04-12
2
-4
/
+30
*
Update CMake build.
Ted Kremenek
2012-04-12
2
-4
/
+5
*
Hexagon: fix CMake error.
Evandro Menezes
2012-04-12
1
-1
/
+1
*
Disable Hexagon test temporarily.
Sirish Pande
2012-04-12
10
-10
/
+20
*
HexagonPacketizer patch.
Sirish Pande
2012-04-12
20
-552
/
+7612
*
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-04-12
28
-81
/
+320
*
Generalize r153635 to deal with TokenFactor chains; also clean up the logic a...
Evan Cheng
2012-04-12
1
-41
/
+51
*
Hexagon: enable assembler output through the MC layer.
Evandro Menezes
2012-04-12
16
-376
/
+685
*
Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.
Anshuman Dasgupta
2012-04-12
2
-0
/
+10
*
Remove README entry obsoleted by register masks.
Benjamin Kramer
2012-04-12
1
-16
/
+0
*
Remove a remaining reference to the obsolete C backend in configure
Jean-Daniel Dupas
2012-04-12
2
-2
/
+2
*
Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...
Craig Topper
2012-04-12
4
-25
/
+25
*
ARM 'adr' fixups don't need the interworking addend tweaking.
Jim Grosbach
2012-04-12
1
-0
/
+3
*
Revert changes that were accidentally committed.
Akira Hatanaka
2012-04-11
1
-2
/
+1
*
Fix string that is being checked.
Akira Hatanaka
2012-04-11
1
-5
/
+6
*
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
3
-3
/
+26
*
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-11
4
-0
/
+117
*
Fixed a case of ARM disassembly getting an assert on a bad encoding
Kevin Enderby
2012-04-11
2
-0
/
+15
*
Fix bugs in lowering of FCOPYSIGN nodes.
Akira Hatanaka
2012-04-11
3
-95
/
+183
*
Remove incorrect comment.
Jim Grosbach
2012-04-11
1
-1
/
+1
*
Tidy up. Remove hard tab characters.
Jim Grosbach
2012-04-11
1
-28
/
+28
*
Tidy up. Whitespace.
Jim Grosbach
2012-04-11
2
-5
/
+5
*
Fix pasto.
Benjamin Kramer
2012-04-11
1
-1
/
+1
*
Typo.
Chad Rosier
2012-04-11
1
-1
/
+1
*
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
4
-28
/
+47
*
ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
3
-2
/
+7
*
TableGen'd regpressure: register unit set pruning.
Andrew Trick
2012-04-11
1
-18
/
+14
*
ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
3
-2
/
+7
*
Fix the build under Debian GNU/Hurd.
Sylvestre Ledru
2012-04-11
5
-5
/
+20
*
Cache the hash value of the operands in the MDNode.
Benjamin Kramer
2012-04-11
3
-0
/
+29
*
FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...
Benjamin Kramer
2012-04-11
3
-18
/
+18
*
Compute hashes directly with hash_combine instead of taking a detour through ...
Benjamin Kramer
2012-04-11
2
-11
/
+6
*
remove unused argument
Nadav Rotem
2012-04-11
1
-2
/
+2
*
Add a C binding to the Target and TargetMachine classes to allow for emitting
Duncan Sands
2012-04-11
3
-0
/
+340
*
Add two statistics to help track how we are computing the inline cost.
Chandler Carruth
2012-04-11
2
-0
/
+11
*
Reapply 154397. Original message:
Nadav Rotem
2012-04-11
1
-11
/
+18
*
Comment typo fix.
Duncan Sands
2012-04-11
1
-1
/
+1
*
Add more fused mul+add/sub patterns. rdar://10139676
Evan Cheng
2012-04-11
3
-20
/
+104
*
Reapply 154396 after fixing a test.
Nadav Rotem
2012-04-11
6
-42
/
+93
*
Clean up ARM fused multiply + add/sub support some more: rename some isel
Evan Cheng
2012-04-11
8
-61
/
+53
*
Fix an overly indented line. Remove an 'else' after an 'if' that returns.
Craig Topper
2012-04-11
1
-4
/
+3
*
Inline implVisitAluOverflow by introducing a nested switch to convert the int...
Craig Topper
2012-04-11
2
-20
/
+18
*
Tablegen'd regpressure: emit the weighted pressure limit.
Andrew Trick
2012-04-11
1
-1
/
+7
*
Table-generated register pressure fixes.
Andrew Trick
2012-04-11
1
-24
/
+47
*
Optimize code a bit by calling push_back only once in some loops. Reduces com...
Craig Topper
2012-04-11
1
-26
/
+24
*
Match (fneg (fma) to vfnma. rdar://10139676
Evan Cheng
2012-04-11
2
-6
/
+33
*
Add retw and lretw instructions. Also, fix Intel syntax parsing for all
Charles Davis
2012-04-11
5
-5
/
+41
*
Merge fma.ll into fusedMAC.ll
Evan Cheng
2012-04-11
2
-30
/
+28
[prev]
[next]