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 MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-12-06
5
-49
/
+49
*
Simple branch relaxation for Thumb2 Bcc instructions.
Jim Grosbach
2011-12-05
1
-3
/
+24
*
Tidy up.
Jim Grosbach
2011-12-05
1
-1
/
+1
*
Silence tsan false-positives (tsan can't track things which are only safe due to
Nick Lewycky
2011-12-05
2
-0
/
+5
*
Update comment.
Chad Rosier
2011-12-05
1
-1
/
+1
*
Make the MemCpyOptimizer a bit more aggressive. I can't think of a scenerio
Chad Rosier
2011-12-05
2
-2
/
+18
*
Tweak ADDrr fix. Bad check for explicit .w
Jim Grosbach
2011-12-05
2
-3
/
+3
*
Update tests for r145860. Add a few new ones.
Jim Grosbach
2011-12-05
2
-1
/
+5
*
Thumb2 prefer ADD register encoding T2 to T3 when possible.
Jim Grosbach
2011-12-05
1
-0
/
+20
*
Move 'returns_twice' definition into alphabetical place.
Bill Wendling
2011-12-05
1
-6
/
+6
*
Add definitions of 64-bit extract and insert instrucions and make
Akira Hatanaka
2011-12-05
3
-12
/
+72
*
Split ExtIns into two base classes and have instructions EXT and INS derive from
Akira Hatanaka
2011-12-05
1
-17
/
+21
*
Thumb2 prefer encoding T3 to T4 for ADD/SUB immediate instructions.
Jim Grosbach
2011-12-05
2
-0
/
+22
*
Have LowerJumpTable support Mips64. Modify 2010-07-20-Switch.ll to test N64 and
Akira Hatanaka
2011-12-05
2
-25
/
+29
*
ARM assembly parsing for the rest of the VMUL data type aliases.
Jim Grosbach
2011-12-05
3
-10
/
+139
*
Fix previous commit. Oops.
Jim Grosbach
2011-12-05
1
-3
/
+3
*
Tidy up. No functional change.
Jim Grosbach
2011-12-05
1
-9
/
+6
*
ARM assmebler parsing for two-operand VMUL instructions.
Jim Grosbach
2011-12-05
2
-0
/
+11
*
Change the Dominators recalculate() function to only rely on GraphTraits
Anna Zaks
2011-12-05
5
-8
/
+20
*
Add test case - this input used to crash because of duplicate generation of S...
Hal Finkel
2011-12-05
1
-0
/
+191
*
enable PPC register scavenging by default (update tests and remove some FIXMEs)
Hal Finkel
2011-12-05
9
-37
/
+33
*
don't include CR bit subregs in callee-saved list
Hal Finkel
2011-12-05
1
-16
/
+0
*
remove wasted space for extra bit copies of CR2 subregs
Hal Finkel
2011-12-05
1
-2
/
+2
*
add register pressure for CR regs
Hal Finkel
2011-12-05
1
-0
/
+2
*
Add a little heuristic to Value::isUsedInBasicBlock to speed it up for small ...
Benjamin Kramer
2011-12-05
2
-8
/
+14
*
test/CodeGen/X86/pointer-vector.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2011-12-05
1
-1
/
+1
*
Remove some leftover remnants that once tried to create 64-bit MMX PALIGNR in...
Craig Topper
2011-12-05
1
-2
/
+2
*
Clean up and optimizations to the X86 shuffle lowering code. No functional ch...
Craig Topper
2011-12-05
1
-52
/
+36
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
26
-71
/
+631
*
Fix table of contents.
Jakub Staszak
2011-12-04
1
-4
/
+4
*
Add 'llvm.expect' intrinsic description.
Jakub Staszak
2011-12-04
1
-0
/
+26
*
Add inline subprogram names to the name lookup table since they may
Eric Christopher
2011-12-04
1
-0
/
+4
*
Fix 80-column issues.
Bob Wilson
2011-12-04
1
-4
/
+8
*
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
8
-18
/
+52
*
Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing addSuccessor() since
Venkatraman Govindaraju
2011-12-03
2
-1
/
+26
*
Simplify code. No functionality change.
Benjamin Kramer
2011-12-03
1
-2
/
+1
*
Clear the new cache.
Benjamin Kramer
2011-12-03
1
-0
/
+1
*
Add a "seen blocks" cache to LVI to avoid a linear scan over the whole cache ...
Benjamin Kramer
2011-12-03
1
-1
/
+13
*
Check for stack space more intelligently.
Sanjoy Das
2011-12-03
2
-13
/
+43
*
Fix a bug in the x86-32 code generated for segmented stacks.
Sanjoy Das
2011-12-03
2
-14
/
+2
*
Creating multiple JITs on X86 in multiple threads causes multiple writes (of
Nick Lewycky
2011-12-03
1
-0
/
+2
*
[arm-fast-isel] Unaligned stores of floats require special care.
Chad Rosier
2011-12-03
2
-3
/
+40
*
Fixed deadstoreelimination bug where negative indices were incorrectly causin...
Pete Cooper
2011-12-03
2
-1
/
+18
*
Add support for constant folding the pow intrinsic.
Chad Rosier
2011-12-03
2
-3
/
+15
*
ARM NEON VEXT aliases for data type suffices.
Jim Grosbach
2011-12-02
4
-11
/
+58
*
ARM VEXT tighten up operand classes a bit.
Jim Grosbach
2011-12-02
1
-2
/
+2
*
ARM VST1 single lane assembly parsing.
Jim Grosbach
2011-12-02
2
-4
/
+179
*
Test cases for 64-bit multiplication and division.
Akira Hatanaka
2011-12-02
1
-0
/
+41
*
Fix test cases to use FileCheck.
Akira Hatanaka
2011-12-02
9
-81
/
+79
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
62
-602
/
+728
[next]