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
*
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
*
Preserve more memory operands in ARMExpandPseudo.
Jakob Stoklund Olesen
2011-12-17
1
-0
/
+4
*
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-17
18
-57
/
+124
*
When recursing for the original size of a type, stop if we are at a
Eric Christopher
2011-12-16
2
-1
/
+179
*
Resolve part of a fixme and add a new one.
Eric Christopher
2011-12-16
1
-2
/
+5
*
Add a fixme here.
Eric Christopher
2011-12-16
1
-0
/
+1
*
Fix spacing.
Eric Christopher
2011-12-16
1
-3
/
+3
*
Update documentation.
Eric Christopher
2011-12-16
1
-0
/
+1
*
Extraneous whitespace and 80-col.
Eric Christopher
2011-12-16
1
-3
/
+2
*
Fix off-by-one error in bucket sort.
Jakob Stoklund Olesen
2011-12-16
2
-1
/
+27
*
APInt: update asserts for base-36
Dylan Noblesmith
2011-12-16
2
-4
/
+8
*
Don't adjust for alignment padding in OffsetIsInRange.
Jakob Stoklund Olesen
2011-12-16
1
-16
/
+1
*
Hexagon: Fix a nasty order-of-initialization bug.
Benjamin Kramer
2011-12-16
12
-22
/
+12
*
In DICompositeType, referenced to derived type is either metadata or null.
Devang Patel
2011-12-16
1
-5
/
+5
*
Clarify and fix subprogram description.
Devang Patel
2011-12-16
1
-1
/
+1
*
Note ARM constant island alignment in the release notes.
Jakob Stoklund Olesen
2011-12-16
2
-2
/
+3
*
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
12
-2
/
+996
*
Put the '*' in the right place in the unit test. Forgot to fix up this
Chandler Carruth
2011-12-16
1
-7
/
+7
*
Make GCC happy by using makeAraryRef instead of the implicit conversion.
Chandler Carruth
2011-12-16
1
-4
/
+4
[next]