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
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
12
-33
/
+81
*
Remove some Clang-specific ownership roles.
Richard Smith
2012-11-27
1
-1
/
+1
*
Fast-math flags documentation added to LangRef
Michael Ilseman
2012-11-27
1
-11
/
+123
*
llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression correspo...
NAKAMURA Takumi
2012-11-27
1
-1
/
+1
*
Fast-math test for SimplifyInstruction: fold multiply by 0
Michael Ilseman
2012-11-27
1
-0
/
+55
*
Fast-math optimization: fold multiply by zero
Michael Ilseman
2012-11-27
2
-0
/
+48
*
Fast-math test case for bitcode and textual reading/writing
Michael Ilseman
2012-11-27
1
-0
/
+142
*
Fast-math flags for the bitcode
Michael Ilseman
2012-11-27
3
-0
/
+37
*
Fast-math flags for LLVM IR parsing and printing
Michael Ilseman
2012-11-27
5
-4
/
+54
*
Make comment names match function names.
Eric Christopher
2012-11-27
1
-3
/
+3
*
Add in sections for the fission case (no change so incorrect) and
Eric Christopher
2012-11-27
1
-1
/
+32
*
Fast-math interfaces for Instructions
Michael Ilseman
2012-11-27
2
-0
/
+135
*
Fast-math flags added to FPMathOperator.
Michael Ilseman
2012-11-27
1
-0
/
+116
*
Move Clang code owners list from llvm/ to cfe/.
Richard Smith
2012-11-27
1
-14
/
+0
*
Reorder section output ordering.
Eric Christopher
2012-11-27
1
-25
/
+27
*
Whitespace cleanup.
Eric Christopher
2012-11-27
1
-27
/
+27
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
12
-81
/
+33
*
Add an assertion to ensure freezeReservedRegs() is only ever called once.
Chad Rosier
2012-11-26
1
-0
/
+2
*
Make this test less sensitive.
Eli Bendersky
2012-11-26
1
-4
/
+4
*
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-26
2
-3
/
+0
*
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-26
1
-1
/
+0
*
Get rid of the getPointeeAlignment helper function from
Eli Friedman
2012-11-26
2
-22
/
+14
*
Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.
Chad Rosier
2012-11-26
5
-75
/
+19
*
Don't use iterator after being erased.
Jakub Staszak
2012-11-26
1
-1
/
+1
*
Correct copy-pasto where we're talking about function attributes and not para...
Bill Wendling
2012-11-26
1
-1
/
+1
*
Fix comments in HexagonOperands.td.
Jyotsna Verma
2012-11-26
1
-29
/
+27
*
rdar://12329730 (defect 2)
Shuxin Yang
2012-11-26
2
-0
/
+36
*
Remove unneeded #includes.
Jakub Staszak
2012-11-26
1
-4
/
+0
*
Fix a comment bug in toascii simplifier
Meador Inge
2012-11-26
1
-1
/
+1
*
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
6
-148
/
+224
*
Move the code that uses SCEVs prior to creating the new loops.
Nadav Rotem
2012-11-26
1
-32
/
+35
*
Normalize splat 256bit vectors with 8 elements.
Jakub Staszak
2012-11-26
2
-8
/
+8
*
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
4
-160
/
+113
*
Remove stray trailing backslash
Matt Beaumont-Gay
2012-11-26
1
-1
/
+1
*
tsan: fix lint warnings
Dmitry Vyukov
2012-11-26
1
-2
/
+2
*
Rewrite test to not use a FileCheck variable and redefine it on the same line.
Eli Bendersky
2012-11-26
1
-5
/
+5
*
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-26
4
-486
/
+443
*
[tsan] add fail order to compare_exchange
Dmitry Vyukov
2012-11-26
2
-28
/
+52
*
Fix a PassManager pointer use-after-free bug.
Zhou Sheng
2012-11-26
1
-0
/
+12
*
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
4
-47
/
+75
*
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
3
-20
/
+49
*
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
4
-42
/
+67
*
Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
Joe Abbey
2012-11-26
1
-3
/
+8
*
Fix gcc's -Wunused-but-set-variable warnings.
Rafael Espindola
2012-11-26
1
-5
/
+0
*
Fix bogus comment; no functional change.
Meador Inge
2012-11-26
1
-1
/
+2
*
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-26
4
-36
/
+63
*
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
4
-86
/
+180
*
Move the max vector width to a constant parameter. No functionality change.
Nadav Rotem
2012-11-25
1
-5
/
+7
*
Fix the document style.
Nadav Rotem
2012-11-25
1
-3
/
+3
*
Refactor the ptr runtime check generation code. No functionality change.
Nadav Rotem
2012-11-25
1
-50
/
+66
[next]