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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
The compact unwinding offsets are divided by 8 on 64-bit machines.
Bill Wendling
2011-07-26
1
-2
/
+4
*
Add 256-bit isel for movsldup/movshdup
Bruno Cardoso Lopes
2011-07-26
1
-21
/
+28
*
More movsldup/movshdup cleanup. Rewrite the mask matching function and add
Bruno Cardoso Lopes
2011-07-26
2
-37
/
+44
*
More cleanup, subtarget info isn't used here.
Bruno Cardoso Lopes
2011-07-26
1
-8
/
+5
*
Add 128-bit AVX versions of movshdup/mosldup
Bruno Cardoso Lopes
2011-07-26
1
-0
/
+11
*
Cleanup movsldup/movshdup matching.
Bruno Cardoso Lopes
2011-07-26
2
-62
/
+27
*
Revert to RA_Assign when a virtreg separates into components.
Jakob Stoklund Olesen
2011-07-26
1
-1
/
+3
*
Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...
Evan Cheng
2011-07-26
5
-36
/
+36
*
Remove a file from CMakeLists.txt that Evan removed in r136027.
Chandler Carruth
2011-07-26
1
-1
/
+0
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
26
-74
/
+73
*
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-26
39
-13
/
+39
*
TargetAsmBackend has been renamed to MCAsmBackend.
Evan Cheng
2011-07-25
1
-1
/
+1
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
29
-109
/
+97
*
Initial implementation of 'fence' instruction, the new C++0x-style replacemen...
Eli Friedman
2011-07-25
12
-1
/
+186
*
Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!
Nick Lewycky
2011-07-25
1
-1
/
+110
*
ARM assembly parsing and encoding for SSAT16 instruction.
Jim Grosbach
2011-07-25
5
-6
/
+32
*
Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128
Bruno Cardoso Lopes
2011-07-25
4
-13
/
+58
*
Add remaining 256-bit vector bitcasts. This also fixes PR10451
Bruno Cardoso Lopes
2011-07-25
1
-4
/
+18
*
- Handle special scalar_to_vector case: splats. Using a native 128-bit
Bruno Cardoso Lopes
2011-07-25
4
-1
/
+65
*
Reintroduce r135730, this is indeed the right approach, there is no
Bruno Cardoso Lopes
2011-07-25
1
-0
/
+18
*
Add a note about efficient codegen for binary log.
Benjamin Kramer
2011-07-25
1
-0
/
+48
*
BranchProbability::print returns void now.
Jakub Staszak
2011-07-25
1
-2
/
+1
*
Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10...
Eli Friedman
2011-07-25
1
-1
/
+1
*
Add BlockFrequency class.
Jakub Staszak
2011-07-25
2
-0
/
+121
*
ARM assembly parsing and encoding for SSAT instruction.
Jim Grosbach
2011-07-25
6
-63
/
+122
*
Add clarifying comments for the new arguments to UnrollLoop.
Andrew Trick
2011-07-25
1
-0
/
+12
*
Refactoring fail.
Evan Cheng
2011-07-25
5
-49
/
+47
*
Move CBackend and CppBackend MC initialization to TargetInfo.
Evan Cheng
2011-07-25
4
-4
/
+4
*
Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i...
Eli Friedman
2011-07-25
1
-15
/
+5
*
Fix more MC layering violations.
Evan Cheng
2011-07-25
1
-2
/
+9
*
More MC layering violations.
Evan Cheng
2011-07-25
4
-62
/
+59
*
Add a missing enumerator to this switch. Currently its in the
Chandler Carruth
2011-07-25
1
-0
/
+1
*
Add LLVMAddTargetLibraryInfo to the C API.
Rafael Espindola
2011-07-25
1
-0
/
+6
*
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
14
-67
/
+81
*
Add missing space (this line is no longer pushing the 80-column limit).
Nick Lewycky
2011-07-25
1
-1
/
+1
*
Simply ARM so_reg MIOperandInfo definitions.
Jim Grosbach
2011-07-25
1
-4
/
+4
*
Add LLVMAddLowerExpectIntrinsicPass to the C API.
Rafael Espindola
2011-07-25
1
-0
/
+4
*
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
5
-54
/
+20
*
ARM asm operand renaming. Make things a bit more explicit.
Jim Grosbach
2011-07-25
2
-32
/
+32
*
More simple cleanup of ARM asm operand definitions.
Jim Grosbach
2011-07-25
2
-28
/
+13
*
Code clean up.
Evan Cheng
2011-07-25
5
-23
/
+1
*
Refactor MBlaze target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
15
-190
/
+216
*
Update the comment. This feature is available only on Darwin at the moment. T...
Bill Wendling
2011-07-25
1
-1
/
+2
*
Make assembly parser method names more consistent.
Jim Grosbach
2011-07-25
3
-28
/
+28
*
Unbreak the build.
Oscar Fuentes
2011-07-25
1
-0
/
+1
*
Tidy up formatting.
Jim Grosbach
2011-07-25
1
-50
/
+18
*
Tidy up a bit.
Jim Grosbach
2011-07-25
1
-8
/
+2
*
Missed a file.
Evan Cheng
2011-07-25
1
-0
/
+70
*
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
14
-97
/
+57
*
More refactoring.
Evan Cheng
2011-07-25
9
-53
/
+53
[next]