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
*
LSR: Fix another corner case in expansion of postinc users.
Andrew Trick
2011-12-20
1
-0
/
+14
*
Mark ARM eh_sjlj_dispatchsetup as clobbering all registers. Radar 10567930.
Bob Wilson
2011-12-20
2
-2
/
+60
*
fix typo
Chris Lattner
2011-12-20
1
-1
/
+1
*
Add a line to ReleaseNotes for half float.
Dan Gohman
2011-12-20
1
-0
/
+1
*
ARM assembly shifts by zero should be plain 'mov' instructions.
Jim Grosbach
2011-12-20
2
-0
/
+34
*
Now that PR11464 is fixed, reapply the patch to fix PR11464,
Chris Lattner
2011-12-20
2
-0
/
+35
*
fix PR11464 by preventing the linker from mapping two different struct types ...
Chris Lattner
2011-12-20
2
-12
/
+46
*
add a method to improve compatibility with SmallVector.
Chris Lattner
2011-12-20
1
-0
/
+6
*
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-20
8
-81
/
+118
*
ARM NEON assembly aliases for VMOV<-->VMVN for i32 immediates.
Jim Grosbach
2011-12-19
2
-0
/
+45
*
Move tests to FileCheck.
Evan Cheng
2011-12-19
2
-3
/
+10
*
ARM assembly parsing and encoding support for LDRD(label).
Jim Grosbach
2011-12-19
6
-4
/
+78
*
Add a if-conversion optimization that allows 'true' side of a diamond to be
Evan Cheng
2011-12-19
2
-5
/
+107
*
Add "using" to silence warnings.
Eli Friedman
2011-12-19
1
-0
/
+2
*
Add a test case for r146900.
Akira Hatanaka
2011-12-19
1
-0
/
+38
*
Add patterns for matching immediates whose lower 16-bit is cleared. These
Akira Hatanaka
2011-12-19
4
-6
/
+21
*
Attempt to fix PR11607 by shuffling around which class defines which methods.
Eli Friedman
2011-12-19
2
-7
/
+12
*
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-19
10
-132
/
+117
*
ARM NEON two-operand aliases for VPADD.
Jim Grosbach
2011-12-19
2
-0
/
+20
*
Remove definitions of double word shift plus 32 instructions. Assembler or
Akira Hatanaka
2011-12-19
3
-27
/
+15
*
ARM VFP pre-UAL mnemonic aliases for fmul[sd].
Jim Grosbach
2011-12-19
2
-1
/
+4
*
Remove unused predicate.
Akira Hatanaka
2011-12-19
1
-3
/
+0
*
Remove the restriction on the first operand of the add node in SelectAddr.
Akira Hatanaka
2011-12-19
2
-4
/
+2
*
ARM VFP pre-UAL mnemonic aliases for fcpy[sd] and fdiv[sd].
Jim Grosbach
2011-12-19
2
-1
/
+5
*
ARM NEON implied destination aliases for VMAX/VMIN.
Jim Grosbach
2011-12-19
3
-110
/
+304
*
ARM NEON relax parse time diagnostics for alignment specifiers.
Jim Grosbach
2011-12-19
4
-17
/
+19
*
Tidy up.
Jim Grosbach
2011-12-19
1
-7
/
+7
*
Remove a register class that can just as well be synthesized.
Jakob Stoklund Olesen
2011-12-19
2
-9
/
+4
*
Handle sub-register operands in recomputeRegClass().
Jakob Stoklund Olesen
2011-12-19
1
-4
/
+6
*
Emit a getMatchingSuperRegClass() implementation for every target.
Jakob Stoklund Olesen
2011-12-19
8
-231
/
+90
*
Synthesize register classes for TRI::getMatchingSuperRegClass().
Jakob Stoklund Olesen
2011-12-19
2
-0
/
+75
*
Allow for benchmarking more than 4GB of memory
Manuel Klimek
2011-12-19
1
-3
/
+3
*
Adds a flag to allow specifying the memory limitations of the JSON benchmark.
Manuel Klimek
2011-12-19
1
-7
/
+14
*
- Use getExitingBlock instead of getExitingBlocks.
Jakub Staszak
2011-12-18
1
-13
/
+11
*
Another variadics tweak.
Benjamin Kramer
2011-12-18
1
-4
/
+3
*
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-18
6
-22
/
+70
*
Use the fancy new VariadicFunction template instead of a plain variadic funct...
Benjamin Kramer
2011-12-18
1
-34
/
+33
*
capitalize project name, reference bugzilla
Dylan Noblesmith
2011-12-18
3
-6
/
+6
*
Hexagon: Remove unused variables.
Benjamin Kramer
2011-12-18
2
-13
/
+0
*
Revert 146728 as it's causing failures on some of the external bots as well as
Chad Rosier
2011-12-17
2
-34
/
+0
*
Revert r146822 at Pete Cooper's request as it broke clang self hosting.
Kevin Enderby
2011-12-17
2
-194
/
+0
*
Remove an unused X86ISD node type.
Craig Topper
2011-12-17
3
-3
/
+0
*
X86: Factor the bswap asm matching to be slightly less horrible to read.
Benjamin Kramer
2011-12-17
1
-74
/
+63
*
As Doug pointed out (and I really should know), it is perfectly easy to
Chandler Carruth
2011-12-17
2
-20
/
+8
*
SimplifyCFG now predicts some conditional branches to true or false depending...
Pete Cooper
2011-12-17
2
-0
/
+194
*
Deleting the json-bench-test until I understand why it is flaky.
Manuel Klimek
2011-12-17
1
-5
/
+0
*
Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.
Evan Cheng
2011-12-17
2
-4
/
+35
*
Refactor code used in InstCombine::FoldAndOfICmps to new file.
Pete Cooper
2011-12-17
4
-72
/
+175
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
12
-4
/
+77
*
Make sure that the lower bits on the VSELECT condition are properly set.
Lang Hames
2011-12-17
2
-27
/
+40
[next]