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
*
ARM NEON VTBL/VTBX assembly parsing and encoding.
Jim Grosbach
2011-12-15
3
-30
/
+23
*
Enable proper constant island alignment by default.
Jakob Stoklund Olesen
2011-12-15
1
-1
/
+1
*
Add missing zmovl AVX patterns which were causing crashes.
Chad Rosier
2011-12-15
1
-0
/
+6
*
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...
Kostya Serebryany
2011-12-15
2
-5
/
+32
*
Silence warning.
Jim Grosbach
2011-12-15
1
-1
/
+1
*
ARM NEON two-register double spaced register list parsing support.
Jim Grosbach
2011-12-15
1
-14
/
+49
*
Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.
Chad Rosier
2011-12-15
1
-2
/
+4
*
Fix VSELECT operand order. Was previously backwards, causing bogus vector shi...
Lang Hames
2011-12-15
1
-3
/
+3
*
Update DebugLoc while merging nodes at -O0.
Devang Patel
2011-12-15
2
-6
/
+21
*
Virtual table holder field is either metadata or null.
Devang Patel
2011-12-15
1
-1
/
+1
*
Ensure that the nop that should follow a bl call in PPC64 ELF actually does
Hal Finkel
2011-12-15
2
-0
/
+14
*
Pass optLevel to XCoreDAGToDAGISel.
Richard Osborne
2011-12-15
3
-6
/
+8
*
Make constant folding for GEPs a bit more aggressive.
Eli Friedman
2011-12-15
1
-1
/
+1
*
Don't try to form FGETSIGN after legalization; it is possible in some cases, ...
Eli Friedman
2011-12-15
1
-1
/
+2
*
Use SmallVector/assign(), rather than std::vector/push_back().
Chad Rosier
2011-12-15
1
-10
/
+6
*
Add support for lowering fneg when AVX is enabled.
Chad Rosier
2011-12-15
1
-11
/
+11
*
Added InstCombine for "select cond, ~cond, x" type patterns
Pete Cooper
2011-12-15
1
-0
/
+7
*
Enable synthesis of FLOG2 and FEXP2 SelectionDAG nodes from libm calls. Thes...
Owen Anderson
2011-12-15
1
-0
/
+22
*
Make loop preheader insertion in LoopSimplify handle the case where the loop ...
Eli Friedman
2011-12-15
1
-16
/
+34
*
Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...
Bill Wendling
2011-12-15
1
-2
/
+1
*
Another improvement to the implementation of .incbin directive by avoiding a
Kevin Enderby
2011-12-15
1
-5
/
+2
*
The saved registers weren't being processed in the correct order. This lead to
Bill Wendling
2011-12-14
1
-11
/
+14
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
8
-63
/
+76
*
Consider CPE alignment in CreateNewWater().
Jakob Stoklund Olesen
2011-12-14
1
-104
/
+117
*
ARM NEON better assembly operand range checking for lane indices of VLD/VST.
Jim Grosbach
2011-12-14
2
-33
/
+93
*
ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.
Jim Grosbach
2011-12-14
2
-196
/
+420
*
Do not sink instruction, if it is not profitable.
Devang Patel
2011-12-14
1
-13
/
+76
*
Reapply r146481 with a fix to create the Builder value in the correct place and
Bill Wendling
2011-12-14
1
-6
/
+35
*
Improve the implementation of .incbin directive by replacing a loop by using
Kevin Enderby
2011-12-14
1
-4
/
+4
*
LSR: Fold redundant bitcasts on-the-fly.
Andrew Trick
2011-12-14
1
-3
/
+8
*
ARM NEON fix alignment encoding for VST2 w/ writeback.
Jim Grosbach
2011-12-14
1
-4
/
+4
*
Add the .incbin directive which takes the binary data from a file and emits
Kevin Enderby
2011-12-14
1
-0
/
+49
*
Nuke old code. Missed in last commit.
Jim Grosbach
2011-12-14
1
-14
/
+0
*
ARM NEON refactor VST2 w/ writeback instructions.
Jim Grosbach
2011-12-14
4
-54
/
+130
*
ARM NEON improve factoring a bit. No functional change.
Jim Grosbach
2011-12-14
1
-18
/
+12
*
Model ARM predicated write as read-mod-write. e.g.
Evan Cheng
2011-12-14
3
-16
/
+47
*
ARM NEON VST2 assembly parsing and encoding.
Jim Grosbach
2011-12-14
5
-76
/
+52
*
Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...
Stepan Dyatkovskiy
2011-12-14
1
-11
/
+82
*
It turns out that clang does use pointer-to-function types to
Dan Gohman
2011-12-14
1
-2
/
+6
*
Fix speling and 80-col.
Jakob Stoklund Olesen
2011-12-14
1
-4
/
+3
*
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-14
4
-6
/
+32
*
Fix copy/pasto that skipped the 'modify' step.
Jim Grosbach
2011-12-14
1
-4
/
+4
*
ARM/Thumb2 mov vs. mvn alias goes both ways.
Jim Grosbach
2011-12-14
2
-0
/
+4
*
VFP2 is required for FP loads. Noticed by inspection.
Chad Rosier
2011-12-14
1
-0
/
+2
*
Tidy up.
Chad Rosier
2011-12-14
1
-1
/
+2
*
ARM/Thumb2 'cmp rn, #imm' alias to cmn.
Jim Grosbach
2011-12-14
2
-1
/
+11
*
Fix 80-column violation and extraneous brackets.
Chad Rosier
2011-12-14
1
-8
/
+9
*
llvm/lib/CodeGen: Fix cmake build since r146542.
NAKAMURA Takumi
2011-12-14
1
-0
/
+1
*
Fix a stupid typo in MemDepPrinter.
Eli Friedman
2011-12-14
1
-1
/
+1
*
Add missing cases to SDNode::getOperationName(). Patch by Micah Villmow.
Eli Friedman
2011-12-14
1
-0
/
+5
[next]