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
...
*
If a constant or a function has linkonce_odr linkage and unnamed_addr, mark it
Rafael Espindola
2012-06-25
3
-0
/
+31
*
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-06-25
3
-15
/
+5
*
Add SSE2 predicate to CVTPS2PD instructions. Doesn't matter much because ther...
Craig Topper
2012-06-25
1
-0
/
+3
*
Remove codegen only instruction in favor of one that has the same definition....
Craig Topper
2012-06-25
2
-13
/
+10
*
Just remove generic support for C++11 alignas -- GCC is already
Chandler Carruth
2012-06-25
1
-1
/
+1
*
Teach PHIElimination to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-25
1
-19
/
+34
*
Handle <undef> operands in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-06-25
1
-12
/
+31
*
%RCX is not a function live-out in eh.return functions.
Jakob Stoklund Olesen
2012-06-24
2
-2
/
+252
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
24
-0
/
+47
*
Allow controlling vectorization of boolean values separately from other integ...
Hal Finkel
2012-06-24
3
-4
/
+20
*
Remove dyn_cast + dereference pattern by replacing it with a cast and changing
Nick Lewycky
2012-06-24
2
-3
/
+21
*
Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...
Craig Topper
2012-06-24
2
-24
/
+9
*
Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...
Craig Topper
2012-06-24
2
-22
/
+13
*
Fix build failures from r159106.
Craig Topper
2012-06-24
2
-4
/
+2
*
Remove intrinsic specific instructions for CVTPD2PS and replace with just pat...
Craig Topper
2012-06-24
1
-19
/
+13
*
Remove intrinsic specific instructions for CVTPD2DQ. Replace with patterns.
Craig Topper
2012-06-24
2
-25
/
+12
*
Tab to spaces. No functionality change.
Nick Lewycky
2012-06-24
1
-1
/
+1
*
llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().
NAKAMURA Takumi
2012-06-24
1
-1
/
+1
*
LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *...
NAKAMURA Takumi
2012-06-24
1
-1
/
+2
*
llvm/Support/IntegersSubset.h: Add a copy constructor on IntegersSubset to ap...
NAKAMURA Takumi
2012-06-24
1
-0
/
+4
*
llvm/Support/IntegersSubset.h: Fix whitespace.
NAKAMURA Takumi
2012-06-24
1
-92
/
+92
*
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.Permissions for now.
NAKAMURA Takumi
2012-06-24
1
-1
/
+2
*
VMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to Function.cpp on msvc10. Ot...
NAKAMURA Takumi
2012-06-24
1
-0
/
+9
*
Remove a dangling reference to a deleted instruction. Fixes PR13185!
Nick Lewycky
2012-06-24
2
-0
/
+12
*
Remove code i'd been testing with but didn't mean to commit. Oops
Pete Cooper
2012-06-24
1
-2
/
+0
*
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-06-24
4
-0
/
+46
*
Remove intrinsic specific instructions for (V)CVTDQ2PS. Use a Pat instead ins...
Craig Topper
2012-06-23
2
-34
/
+16
*
Allow BBVectorize to fuse compare instructions.
Hal Finkel
2012-06-23
3
-0
/
+37
*
Make CVTDQ2PS instruction use SSE2 predicate instead of SSE1. No functional c...
Craig Topper
2012-06-23
2
-9
/
+11
*
Move CVTPD2DQ to use SSE2 predicate instead of SSE3. Move DQ2PD and PD2DQ to ...
Craig Topper
2012-06-23
2
-87
/
+84
*
Add a microoptimization note.
Benjamin Kramer
2012-06-23
1
-0
/
+6
*
Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...
Marshall Clow
2012-06-23
4
-0
/
+200
*
Clean-up after r159077.
Hans Wennborg
2012-06-23
2
-63
/
+6
*
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
24
-47
/
+706
*
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-23
4
-27
/
+64
*
Use correct memory types for (V)CVTDQ2PD instructions.
Craig Topper
2012-06-23
1
-3
/
+3
*
Silence an unused variable warning on release builds.
Craig Topper
2012-06-23
1
-2
/
+2
*
Compress flags in X86 op folding to reduce space in static tables.
Craig Topper
2012-06-23
1
-16
/
+16
*
Make helper method static since it doesn't use anything in the class.
Craig Topper
2012-06-23
1
-3
/
+3
*
Remove intrinsic specific instructions for 128-bit (V)CVTDQ2PD. Replace with ...
Craig Topper
2012-06-23
2
-26
/
+9
*
Teach LiveVariables to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-23
1
-3
/
+5
*
Handle aliases to tls variables in all architectures, not just x86.
Rafael Espindola
2012-06-23
3
-8
/
+21
*
(sub X, imm) gets canonicalized to (add X, -imm)
Evan Cheng
2012-06-23
4
-7
/
+33
*
BoundsChecking: attach debug info to traps to make my life a bit more sane
Nuno Lopes
2012-06-23
1
-9
/
+10
*
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-22
4
-10
/
+21
*
TableGen: AsmMatcher support for better operand diagnostics.
Jim Grosbach
2012-06-22
2
-16
/
+74
*
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
9
-14
/
+107
*
FileCheckize tests.
Chad Rosier
2012-06-22
2
-2
/
+10
*
Rename fp-op fusion option (yet again) for compatibility with GCC option.
Lang Hames
2012-06-22
5
-7
/
+7
[prev]
[next]