index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Precompute lists of explicit sub-registers and indices.
Jakob Stoklund Olesen
2012-05-10
2
-19
/
+38
*
Rewrite ScalarEvolution::hasOperand to use an explicit worklist instead
Dan Gohman
2012-05-10
1
-35
/
+50
*
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-05-10
3
-5
/
+26
*
formatting change: strip debug info from test
Joel Jones
2012-05-10
1
-293
/
+83
*
ARM: peephole optimization to remove cmp instruction
Manman Ren
2012-05-10
3
-27
/
+161
*
Fix a problem with incomplete equality testing of PHINodes in
Joel Jones
2012-05-10
2
-1
/
+427
*
Fix merge-typo and cleanup
Nadav Rotem
2012-05-10
1
-5
/
+3
*
AVX2: Add an additional broadcast idiom.
Nadav Rotem
2012-05-10
2
-2
/
+17
*
Generate AVX/AVX2 shuffles even when there is a memory op somewhere else in t...
Nadav Rotem
2012-05-10
2
-4
/
+17
*
Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.
Andrew Trick
2012-05-10
1
-4
/
+9
*
ExecutionEngine: Check for NULL ErrorStr before using it.
Jim Grosbach
2012-05-10
1
-2
/
+3
*
Fix warning text.
Jakob Stoklund Olesen
2012-05-09
1
-1
/
+1
*
Fix the objc_storeStrong recognizer to stop before walking off the
Dan Gohman
2012-05-09
2
-1
/
+38
*
Compute a backwards SubReg -> SubRegIndex map for each register.
Jakob Stoklund Olesen
2012-05-09
2
-0
/
+23
*
Rename getSubRegs() to computeSubRegs().
Jakob Stoklund Olesen
2012-05-09
2
-10
/
+11
*
objectsize:
Nuno Lopes
2012-05-09
2
-66
/
+97
*
Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.
Chad Rosier
2012-05-09
1
-0
/
+65
*
Added a regress test for the bug #9964 before close it.
Danil Malyshev
2012-05-09
1
-0
/
+9
*
Mark .opd @progbits, thus avoiding a warning from asm.
Roman Divacky
2012-05-09
1
-1
/
+1
*
Set the default iOS version to 3.0.
Chad Rosier
2012-05-09
1
-2
/
+4
*
Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.
Bob Wilson
2012-05-09
1
-1
/
+1
*
Don't return true on a function with a void return type.
Chad Rosier
2012-05-09
1
-1
/
+1
*
Add Triple::getiOSVersion.
Chad Rosier
2012-05-09
2
-0
/
+26
*
Introduce llvm-c function LLVMPrintModuleToFile.
Hans Wennborg
2012-05-09
2
-0
/
+28
*
change the objectsize intrinsic signature: add a 3rd parameter to denote the ...
Nuno Lopes
2012-05-09
13
-45
/
+90
*
Make it possible to switch off solution folders. VS Express does not support
Manuel Klimek
2012-05-09
1
-1
/
+4
*
Fixed a typo
Filipe Cabecinhas
2012-05-09
1
-1
/
+1
*
Supply a C interface to the "LinkModules" method.
Bill Wendling
2012-05-09
2
-0
/
+57
*
Remove unused variable to get rid of warning.
Craig Topper
2012-05-09
1
-1
/
+1
*
Add another peephole pattern for conditional moves.
Akira Hatanaka
2012-05-09
2
-0
/
+30
*
Use ptr_rc_tailcall instead of GR32_TC.
Jakob Stoklund Olesen
2012-05-09
3
-6
/
+7
*
Make register FP allocatable if the compiled function does not have dynamic
Akira Hatanaka
2012-05-09
2
-2
/
+47
*
Expand 64-bit shifts if target ABI is O32.
Akira Hatanaka
2012-05-09
3
-3
/
+112
*
Remove unused variable to silence compiler warning.
Richard Trieu
2012-05-09
1
-1
/
+0
*
Do not install llvm-config-host for cross-builds of clang. rdar://11317847
Bob Wilson
2012-05-09
2
-5
/
+8
*
Miscellaneous accumulated cleanups.
Dan Gohman
2012-05-08
1
-104
/
+78
*
Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.
Kevin Enderby
2012-05-08
5
-76
/
+84
*
add to 3.1 release notes
Seth Cantrell
2012-05-08
1
-0
/
+1
*
Fix objc_storeStrong pattern matching to catch a potential use of the
Dan Gohman
2012-05-08
2
-9
/
+105
*
Use a shared function for a common operation.
Jakob Stoklund Olesen
2012-05-08
1
-26
/
+5
*
Fix thinko in conditional.
Eric Christopher
2012-05-08
1
-1
/
+1
*
DAGCombiner should not change the type of an extract_vector index.
Jim Grosbach
2012-05-08
1
-3
/
+4
*
Remove empty directories.
Daniel Dunbar
2012-05-08
0
-0
/
+0
*
Remove excess semi-colons to quiet warnings.
Eric Christopher
2012-05-08
3
-12
/
+12
*
[Support] Fix sys::GetRandomNumber() to always use a high quality seed.
Daniel Dunbar
2012-05-08
1
-5
/
+15
*
Update load/store instruction patterns in Hexagon V4.
Sirish Pande
2012-05-08
1
-492
/
+492
*
Formatting fixes.
Akira Hatanaka
2012-05-08
1
-4
/
+4
*
Define mips16 instruction formats.
Akira Hatanaka
2012-05-08
2
-0
/
+636
*
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-05-08
3
-4
/
+96
*
Update comment.
Eric Christopher
2012-05-08
1
-2
/
+2
[next]