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
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
31
-40
/
+37
*
Move trip count discovery outside of the generic LoopUnroll helper. This
Andrew Trick
2011-07-23
2
-14
/
+9
*
whitespace
Andrew Trick
2011-07-23
2
-15
/
+15
*
createXXXMCCodeGenInfo should be static.
Evan Cheng
2011-07-23
12
-23
/
+23
*
Sink ARM mc routines into MCTargetDesc.
Evan Cheng
2011-07-23
13
-68
/
+78
*
ARM SSAT instruction 5-bit immediate handling.
Jim Grosbach
2011-07-22
8
-23
/
+37
*
Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.
Dan Gohman
2011-07-22
1
-23
/
+35
*
ARM assembly parsing and encoding updates.
Jim Grosbach
2011-07-22
1
-1
/
+1
*
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
17
-300
/
+239
*
Emit the __compact_unwind section first. If there are any frames which weren't
Bill Wendling
2011-07-22
1
-14
/
+27
*
Fix PR10422 by adding the necessary AVX UCOMISD memory versions to
Bruno Cardoso Lopes
2011-07-22
1
-2
/
+8
*
ARM assembly parsing and encoding of SMLAL instruction.
Jim Grosbach
2011-07-22
1
-1
/
+1
*
ARM encoding and assembly parsing of SMLAD{X} instructions.
Jim Grosbach
2011-07-22
1
-6
/
+8
*
Add v8f32->v8i32 bitcast. Fixes PR10440
Bruno Cardoso Lopes
2011-07-22
1
-0
/
+1
*
Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64
Rafael Espindola
2011-07-22
1
-9
/
+5
*
Fix x86's XALUO lowering to return its replacement values instead
Dan Gohman
2011-07-22
1
-4
/
+2
*
Fix test failures caused by my so_reg refactoring.
Owen Anderson
2011-07-22
1
-2
/
+2
*
ARM assembly parsing and encoding for SMC instruction.
Jim Grosbach
2011-07-22
2
-3
/
+3
*
Clean up a few more comments.
Jim Grosbach
2011-07-22
1
-5
/
+5
*
Tidy up.
Jim Grosbach
2011-07-22
1
-2
/
+1
*
Thumb assembly support for SETEND instruction.
Jim Grosbach
2011-07-22
2
-16
/
+11
*
Tidy up.
Jim Grosbach
2011-07-22
1
-1
/
+1
*
ARM assembly parsing and encoding for SETEND instruction.
Jim Grosbach
2011-07-22
2
-6
/
+52
*
Tidy up.
Jim Grosbach
2011-07-22
1
-6
/
+2
*
Fix more MSVC warnings caused by a cases I missed when converting
Jay Foad
2011-07-22
2
-2
/
+2
*
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-22
7
-25
/
+18
*
Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.
Chandler Carruth
2011-07-22
3
-1
/
+1
*
Fix an MSVC warning, caused by a case I missed when converting
Jay Foad
2011-07-22
1
-1
/
+1
*
Move the registered target printing in version strings completely out of
Chandler Carruth
2011-07-22
1
-7
/
+2
*
Move the logic for printing the registered targets into a static
Chandler Carruth
2011-07-22
2
-26
/
+35
*
Add an extension point to the CommandLine library where clients can
Chandler Carruth
2011-07-22
1
-3
/
+22
*
lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.
NAKAMURA Takumi
2011-07-22
1
-0
/
+2
*
Allow getBlockFreq to return 0.
Jakub Staszak
2011-07-22
2
-8
/
+8
*
GCC complains about the angle of this line.
Benjamin Kramer
2011-07-22
1
-1
/
+1
*
Revert patch which broke some IfConversion tests.
Jakub Staszak
2011-07-22
1
-10
/
+29
*
Fix typo in #include which revealed in the case-sensitive filesystem.
Jakub Staszak
2011-07-22
1
-1
/
+1
*
Remove the 128-bit special handling from SCALAR_TO_VECTOR. This isn't
Bruno Cardoso Lopes
2011-07-22
1
-18
/
+0
*
-Inspected a AVX code block added by someone in early Feb. This was never used
Bruno Cardoso Lopes
2011-07-22
2
-76
/
+25
*
Add a DAGCombine for transforming 128->256 casts into a simple
Bruno Cardoso Lopes
2011-07-22
1
-7
/
+61
*
Introduce a new function to lower 256-bit vectors which are not
Bruno Cardoso Lopes
2011-07-22
1
-0
/
+14
*
Rename function to be more specific and be more strict about its usage
Bruno Cardoso Lopes
2011-07-22
1
-6
/
+9
*
Use MachineBranchProbabilityInfo instead of MachineLoopInfo in IfConversion.
Jakub Staszak
2011-07-21
1
-29
/
+10
*
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...
Owen Anderson
2011-07-21
11
-98
/
+258
*
Fix MergeInVectorType to check for vector types with the same alloc
Dan Gohman
2011-07-21
1
-0
/
+6
*
ARM Asm parser range checking for [0,31] immediates.
Jim Grosbach
2011-07-21
2
-0
/
+14
*
Add missing getAnalysisUsage in MachineBlockFrequency.
Jakub Staszak
2011-07-21
1
-0
/
+1
*
ARM assembly parsing support for RSC instruction.
Jim Grosbach
2011-07-21
1
-0
/
+13
*
ARM assembly parsing support for RSB instruction.
Jim Grosbach
2011-07-21
1
-0
/
+14
*
Tidy up.
Jim Grosbach
2011-07-21
1
-2
/
+0
*
Update generated CPP code with the new API on CallInst::Create and ConstantEx...
Nicolas Geoffray
2011-07-21
1
-5
/
+2
[next]