index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the SROA visitors for partitioning an alloca and building
Chandler Carruth
2012-09-16
1
-24
/
+29
*
Change unsigned to uint32_t to match base class declaration and other targets.
Craig Topper
2012-09-16
2
-2
/
+2
*
Fix bad comment. No functional change.
Craig Topper
2012-09-16
1
-1
/
+1
*
The PMOVZXWD family of functions had patterns extends narrow vector types to ...
Nadav Rotem
2012-09-16
1
-0
/
+24
*
Add alternative coalescing algorithm under a flag.
Jakob Stoklund Olesen
2012-09-16
1
-0
/
+478
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
14
-38
/
+41
*
Remove unused private fields to silence -Wunused-private-field.
Craig Topper
2012-09-15
1
-9
/
+6
*
Don't depend on kill flags in removeCopyByCommutingDef().
Jakob Stoklund Olesen
2012-09-15
1
-1
/
+1
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+2
*
Disable new sroa now that all buildbots have tested it.
Benjamin Kramer
2012-09-15
1
-1
/
+1
*
X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.
Benjamin Kramer
2012-09-15
1
-0
/
+2
*
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
2
-14
/
+167
*
Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and
Akira Hatanaka
2012-09-15
6
-146
/
+52
*
Handled unaligned load/stores properly in Mips16
Akira Hatanaka
2012-09-15
1
-2
/
+7
*
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-15
1
-111
/
+42
*
Remove comment.
Bill Wendling
2012-09-14
1
-1
/
+1
*
PGO: preserve branch-weight metadata when simplifying a switch with a single
Manman Ren
2012-09-14
2
-2
/
+33
*
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
2
-8
/
+4
*
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
3
-0
/
+39
*
Define MC data tables for the new scheduling machine model.
Andrew Trick
2012-09-14
1
-5
/
+5
*
Review feedback from Duncan Sands. Alphabetize includes and simplify
Alex Rosenberg
2012-09-14
1
-3
/
+3
*
Try to fix the bots by detecting inconsistant branch-weight metadata.
Manman Ren
2012-09-14
1
-4
/
+10
*
Implement getNumLDMAddresses and expose through ARMBaseInstrInfo.
Andrew Trick
2012-09-14
2
-0
/
+34
*
Cortex-A9 instruction-level scheduling machine model.
Andrew Trick
2012-09-14
1
-3
/
+594
*
PGO: preserve branch-weight metadata when merging two switches where
Manman Ren
2012-09-14
1
-5
/
+12
*
misched: add a hook for custom DAG postprocessing.
Andrew Trick
2012-09-14
1
-0
/
+9
*
DAG post-process for Hexagon MI scheduler
Sergei Larin
2012-09-14
2
-0
/
+34
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
11
-33
/
+33
*
SROA: Silence unused variable warnings in Release builds.
Benjamin Kramer
2012-09-14
1
-1
/
+8
*
Remove redundant private field.
Benjamin Kramer
2012-09-14
2
-3
/
+2
*
Rework the computation of a sub-structure natural type. There were
Chandler Carruth
2012-09-14
1
-10
/
+20
*
Rely on the recursive check for pointer types rather than adding an
Chandler Carruth
2012-09-14
1
-3
/
+0
*
Be a bit more aggressive in bailing out of this routine. Spotted by
Chandler Carruth
2012-09-14
1
-1
/
+1
*
Add some comments clarifying that the GEP analysis for vector GEPs is
Chandler Carruth
2012-09-14
1
-1
/
+4
*
Move an instance variable to a local variable based on review by Duncan.
Chandler Carruth
2012-09-14
1
-9
/
+16
*
Add a comment about debug intrinsics that I *really* don't want to
Chandler Carruth
2012-09-14
1
-0
/
+2
*
Add two asserts that Duncan thought would help ensure things don't rot
Chandler Carruth
2012-09-14
1
-0
/
+2
*
Actually keep the flag default-off for now. =/ That's what I get for
Chandler Carruth
2012-09-14
1
-1
/
+1
*
Remove some dead, commented out code Duncan spotted in review.
Chandler Carruth
2012-09-14
1
-4
/
+0
*
Wrap the dumping and printing routines in NDEBUG and LLVM_ENABLE_DUMP macros.
Chandler Carruth
2012-09-14
1
-0
/
+6
*
Lots of comment fixes and cleanups from Duncan's review.
Chandler Carruth
2012-09-14
1
-10
/
+12
*
SROA.cpp: Unbreak gcc, sorry!
NAKAMURA Takumi
2012-09-14
1
-2
/
+2
*
SROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come front of "const".
NAKAMURA Takumi
2012-09-14
1
-2
/
+2
*
Speculative change to try to fix older GCC versions that can't handle
Chandler Carruth
2012-09-14
1
-2
/
+2
*
Introduce a new SROA implementation.
Chandler Carruth
2012-09-14
4
-2
/
+2642
*
Remove silly dead store. Patch by Ettl Martin.
Duncan Sands
2012-09-14
1
-2
/
+1
*
mips16 fixes.
Akira Hatanaka
2012-09-14
2
-2
/
+16
*
Fix both the test for zero and what we do if we have a zero for
Eric Christopher
2012-09-13
1
-1
/
+4
*
Reformat, remove a couple unused variables and move some variables
Eric Christopher
2012-09-13
1
-8
/
+8
*
Assembler: Darwin variables defined via .set are no-dead-strip.
Jim Grosbach
2012-09-13
2
-4
/
+9
[next]