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
...
*
Use the proper clobber check in handleLiveInRegister().
Jakob Stoklund Olesen
2012-02-14
1
-1
/
+1
*
Dump live intervals in numerical order.
Jakob Stoklund Olesen
2012-02-14
1
-4
/
+15
*
Don't create a new copy of reserved regs - we already have one handy.
Lang Hames
2012-02-14
1
-4
/
+2
*
Remove unnecessary assignment to temporary, ResultReg.
Chad Rosier
2012-02-14
1
-8
/
+4
*
Silence the new -Wempty-body warning. It appeared because the next statement
Dmitri Gribenko
2012-02-14
1
-1
/
+2
*
Using the new external-linkage warning recently added instead of disabling al...
Aaron Ballman
2012-02-14
1
-1
/
+1
*
Fixing warning due to the new "UTD return type in extern 'C'".
Aaron Ballman
2012-02-14
1
-2
/
+9
*
Add code to the target lowering object file module to handle module flags.
Bill Wendling
2012-02-14
4
-4
/
+77
*
Update MachineVerifier to check the new physreg live-in rules.
Lang Hames
2012-02-14
1
-0
/
+22
*
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
3
-10
/
+53
*
Fix PR12000. Some vector operations may use scalar operands with types
Nadav Rotem
2012-02-14
2
-1
/
+18
*
Turn push_back loops into append/insert.
Benjamin Kramer
2012-02-14
1
-4
/
+2
*
Change error tests to coincide with message changes.
Bill Wendling
2012-02-14
3
-3
/
+3
*
Capitalize messages so that they appear nicely with the linker's error messages.
Bill Wendling
2012-02-14
1
-9
/
+9
*
Move old movl vector_shuffle patterns. Not needed anymore since vector_shuffl...
Craig Topper
2012-02-14
2
-63
/
+7
*
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...
Lang Hames
2012-02-14
4
-5
/
+5
*
Use convenience function for consistency.
Lang Hames
2012-02-14
1
-2
/
+1
*
[tsan] fix compiler warnings
Kostya Serebryany
2012-02-14
1
-3
/
+3
*
Third time's the charm...?
Lang Hames
2012-02-14
1
-2
/
+2
*
Unswap swap operands, partially reducing confusion.
Lang Hames
2012-02-14
1
-2
/
+2
*
[asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...
Kostya Serebryany
2012-02-14
1
-4
/
+17
*
Add simplifyLoopLatch to LoopRotate pass.
Andrew Trick
2012-02-14
2
-0
/
+142
*
whitespace
Andrew Trick
2012-02-14
1
-30
/
+30
*
Don't reserve the R0 and R1 registers here. We don't use these registers, and
Bill Wendling
2012-02-13
2
-4
/
+15
*
Don't recalculate the size of the vector each time through the loop.
Bill Wendling
2012-02-13
1
-2
/
+2
*
Make operands for VSWP read-modify-write.
Lang Hames
2012-02-13
1
-4
/
+6
*
Add register mask support to ScheduleDAGRRList.
Jakob Stoklund Olesen
2012-02-13
1
-11
/
+49
*
Check against umin while converting fcmp into an icmp.
Devang Patel
2012-02-13
2
-0
/
+46
*
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-02-13
2
-0
/
+61
*
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
7
-0
/
+200
*
v2f16 is a floating point type. Add symbolic floating point type ranges to p...
Owen Anderson
2012-02-13
1
-2
/
+9
*
LiveIntervalAnalysis does not depend on MachineLoopInfo.
Andrew Trick
2012-02-13
1
-4
/
+2
*
add LLVM_VERSION_MAJOR and _MINOR defines
Dylan Noblesmith
2012-02-13
8
-4
/
+45
*
Check regmask interference for -join-physregs.
Jakob Stoklund Olesen
2012-02-13
1
-0
/
+8
*
Remove empty directories.
Benjamin Kramer
2012-02-13
0
-0
/
+0
*
Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...
Nadav Rotem
2012-02-13
2
-2
/
+22
*
Remove duplicate code in this header file which seemed to undergo a copy/past...
Ahmed Charles
2012-02-13
1
-96
/
+0
*
Still more vector_shuffle pattern removal.
Craig Topper
2012-02-13
2
-39
/
+9
*
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-13
5
-8
/
+9
*
Remove more vector_shuffle patterns for unpack. These should be target specif...
Craig Topper
2012-02-13
1
-108
/
+40
*
Recommit r150328. Previous test failures should be fixed by r150360.
Craig Topper
2012-02-13
2
-124
/
+37
*
Revert accidental commit of a pruned testcase from r150360.
Craig Topper
2012-02-13
1
-0
/
+58
*
Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...
Craig Topper
2012-02-13
2
-59
/
+4
*
Revert r150328, "Remove more vector_shuffle patterns."
NAKAMURA Takumi
2012-02-13
2
-11
/
+98
*
Fixed bug when custom lowering DEC64m on x86.
Pete Cooper
2012-02-13
2
-0
/
+25
*
This patch addresses the problem of poor code generation for the zext
Nadav Rotem
2012-02-12
3
-15
/
+43
*
StringSwitchify the rest of Triple.cpp.
Benjamin Kramer
2012-02-12
1
-62
/
+34
*
Switch a bunch of manual if-chains to use StringSwitch. Clean them up in
Chandler Carruth
2012-02-12
1
-170
/
+93
*
Remove more vector_shuffle patterns.
Craig Topper
2012-02-12
2
-98
/
+11
*
Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly
Eli Bendersky
2012-02-12
4
-1697
/
+3384
[prev]
[next]