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
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
9
-16
/
+40
*
No need to use a Set when a vector would do.
Nadav Rotem
2013-06-27
1
-3
/
+3
*
SLP: When searching for vectorization opportunities scan the blocks in post-o...
Nadav Rotem
2013-06-26
1
-2
/
+4
*
SLP: Dont erase instructions during vectorization because it prevents the out...
Nadav Rotem
2013-06-26
1
-2
/
+0
*
In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloa...
Michael Gottesman
2013-06-26
2
-5
/
+5
*
[APFloat] Convert all references to fcNormal to references to isFiniteNonZero().
Michael Gottesman
2013-06-26
1
-30
/
+30
*
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
Eric Christopher
2013-06-26
3
-6
/
+6
*
Fix a crash bug in dumping options with groups
Reid Kleckner
2013-06-26
1
-4
/
+6
*
Clarify and doxygen-ify comments
Stephen Lin
2013-06-26
2
-16
/
+20
*
[Mips Disassembler] Have the DecodeCCRRegisterClass function use the getReg
Chad Rosier
2013-06-26
1
-1
/
+4
*
ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...
Stephen Lin
2013-06-26
3
-4
/
+23
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-26
3
-6
/
+6
*
Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegs
Stephen Lin
2013-06-26
1
-7
/
+5
*
Rename PathV2 to just Path now that it is the only one.
Rafael Espindola
2013-06-26
4
-11
/
+11
*
[mips] Do not emit ".option pic0" if target is mips64.
Akira Hatanaka
2013-06-26
1
-1
/
+1
*
[mips] Improve code generation for constant multiplication using shifts, adds...
Akira Hatanaka
2013-06-26
1
-0
/
+54
*
Use enums instead of raw octal values.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Erase all of the instructions that we RAUWed
Nadav Rotem
2013-06-26
1
-0
/
+9
*
Add a subtarget feature 'v8' to the ARM backend.
Joey Gouly
2013-06-26
8
-4
/
+25
*
Do not add cse-ed instructions into the visited map because we dont want to c...
Nadav Rotem
2013-06-26
1
-5
/
+9
*
ARM: fix more cases where predication may or may not be allowed
Tim Northover
2013-06-26
4
-36
/
+35
*
ARM: allow predicated barriers in Thumb mode
Tim Northover
2013-06-26
2
-18
/
+16
*
Remove the 'generic' CPU from the ARM eabi attributes printer.
Joey Gouly
2013-06-26
1
-9
/
+2
*
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
Rafael Espindola
2013-06-26
4
-1164
/
+0
*
[PowerPC] Accept 17-bit signed immediates for addis
Ulrich Weigand
2013-06-26
3
-4
/
+26
*
[PowerPC] Support symbolic u16imm operands
Ulrich Weigand
2013-06-26
5
-9
/
+14
*
ARM: operands should be explicit when disassembled
Amaury de la Vieuville
2013-06-26
1
-8
/
+3
*
[Sparc]: Add memory operands for the frame references in the storeRegToStackSlot
Venkatraman Govindaraju
2013-06-26
1
-8
/
+30
*
Fixed a comment.
Elena Demikhovsky
2013-06-26
1
-2
/
+2
*
Optimized integer vector multiplication operation by replacing it with shift/...
Elena Demikhovsky
2013-06-26
2
-22
/
+63
*
[asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...
Kostya Serebryany
2013-06-26
1
-1
/
+2
*
[asan] add option -asan-keep-uninstrumented-functions
Kostya Serebryany
2013-06-26
1
-4
/
+47
*
Remove calls to Path in #ifdefs that don't seem to be used in any of the bots...
Rafael Espindola
2013-06-26
1
-3
/
+3
*
Fix the build when __APPLE__ is defined.
Rafael Espindola
2013-06-26
1
-1
/
+5
*
Remove sys::GetMainExecutable.
Rafael Espindola
2013-06-26
2
-116
/
+0
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
2
-0
/
+113
*
Remove PathWithStatus.
Rafael Espindola
2013-06-26
2
-49
/
+0
*
dbgs() << Instruction doesn't print a newline on the end any more. Update these
Nick Lewycky
2013-06-26
1
-5
/
+5
*
s/C++0x/C++11/
Adrian Prantl
2013-06-25
1
-1
/
+1
*
SLPVectorizer: support slp-vectorization of PHINodes between basic blocks
Nadav Rotem
2013-06-25
1
-1
/
+96
*
Print block frequencies in decimal form.
Jakob Stoklund Olesen
2013-06-25
1
-1
/
+10
*
R600: Use new getNamedOperandIdx function generated by TableGen
Tom Stellard
2013-06-25
10
-228
/
+160
*
X86 cost model: Vectorizing integer division is a bad idea
Arnold Schwaighofer
2013-06-25
1
-0
/
+25
*
Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.
Bob Wilson
2013-06-25
1
-15
/
+16
*
Remove unused code. No functionality change.
Manman Ren
2013-06-25
1
-4
/
+0
*
The GCDA 402 format won't have a second checksum either.
Bill Wendling
2013-06-25
1
-1
/
+1
*
[PowerPC] Support @got modifier
Ulrich Weigand
2013-06-25
2
-0
/
+27
*
Move GetEXESuffix to the one place it is used.
Rafael Espindola
2013-06-25
2
-8
/
+0
*
Remove sys::PathSeparator.
Rafael Espindola
2013-06-25
2
-4
/
+0
*
R600: Consolidate expansion of v2i32/v4i32 ops for EG/SI
Aaron Watry
2013-06-25
3
-49
/
+22
[next]