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
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
16
-37
/
+39
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
17
-42
/
+44
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
7
-32
/
+25
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
12
-28
/
+30
*
Remove a couple unused fields. Not detected by Wunused-private-field because ...
Craig Topper
2012-09-17
1
-1
/
+0
*
Fix typo
Michael Liao
2012-09-17
1
-1
/
+1
*
Add include of Compiler.h to fix build bot failures.
Craig Topper
2012-09-16
1
-0
/
+1
*
Add includes of Compiler.h to fix build bot failures.
Craig Topper
2012-09-16
2
-0
/
+2
*
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-09-16
1
-38
/
+36
*
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-09-16
18
-48
/
+59
*
Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.
Craig Topper
2012-09-16
1
-0
/
+16
*
Refactor the SROA visitors for partitioning an alloca and building
Chandler Carruth
2012-09-16
1
-24
/
+29
*
Add 'virtual' keywoards to output file for overridden functions.
Craig Topper
2012-09-16
1
-5
/
+6
*
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
*
Add 'virtual' keywoards to output file for overridden functions.
Craig Topper
2012-09-16
1
-7
/
+7
*
Fix the testcase to work on all platforms.
Nadav Rotem
2012-09-16
1
-1
/
+1
*
Add explicit virtual keywords for methods that override base class.
Craig Topper
2012-09-16
1
-24
/
+25
*
The PMOVZXWD family of functions had patterns extends narrow vector types to ...
Nadav Rotem
2012-09-16
2
-0
/
+46
*
Guard fields by NDEBUG until they get used in the release build.
Andrew Trick
2012-09-16
1
-2
/
+2
*
Tidy up formatting of some elses on a separate line from preceding bracing. N...
Craig Topper
2012-09-16
1
-5
/
+5
*
Add alternative coalescing algorithm under a flag.
Jakob Stoklund Olesen
2012-09-16
1
-0
/
+478
*
Fix problem when using LiveRangeQuery with block entries.
Jakob Stoklund Olesen
2012-09-16
1
-1
/
+3
*
Tidy up trailing whitespace.
Craig Topper
2012-09-16
1
-32
/
+32
*
Remove unneeded header.
Craig Topper
2012-09-16
1
-1
/
+0
*
Fix Doxygen issues: wrap code examples in \code and use \p to refer to
Dmitri Gribenko
2012-09-15
3
-5
/
+8
*
Fix includes of llvm files that used angle brackets.
Craig Topper
2012-09-15
4
-16
/
+16
*
Fix a couple include directives that used angle brackets for llvm files.
Craig Topper
2012-09-15
2
-2
/
+2
*
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
*
Make LiveRangeQuery work for PHIDefs as well.
Jakob Stoklund Olesen
2012-09-15
1
-0
/
+6
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+2
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
2
-6
/
+6
*
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
2
-0
/
+15
*
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
4
-15
/
+182
*
Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and
Akira Hatanaka
2012-09-15
6
-146
/
+52
*
Revert r163878 as it breaks on targets with alternate register names. Such ta...
Craig Topper
2012-09-15
2
-6
/
+4
*
Handled unaligned load/stores properly in Mips16
Akira Hatanaka
2012-09-15
2
-2
/
+22
*
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-15
2
-112
/
+64
*
TableGen subtarget parser. Handle new machine model.
Andrew Trick
2012-09-15
2
-0
/
+219
*
TableGen subtarget parser. Handle new machine model.
Andrew Trick
2012-09-15
2
-0
/
+512
*
TableGen subtarget parser. Handle new machine model.
Andrew Trick
2012-09-15
3
-137
/
+816
*
cmake: Fix file path.
Daniel Dunbar
2012-09-14
1
-1
/
+1
*
formatted_raw_ostream: Fix a serious bug in tell().
Daniel Dunbar
2012-09-14
3
-4
/
+39
*
Some small reorganization to get read for Attributes overhaul.
Bill Wendling
2012-09-14
1
-49
/
+50
*
Remove comment.
Bill Wendling
2012-09-14
1
-1
/
+1
*
Fix up erroneous alignas usage while making this portable to GCC 4.7
David Blaikie
2012-09-14
2
-94
/
+61
*
PGO: preserve branch-weight metadata when simplifying a switch with a single
Manman Ren
2012-09-14
3
-3
/
+82
[next]