Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
e2b9912a7877d0c73e0c5863ae2ea668edca1de4
e2b9912
Fix spelling.
by Arnold Schwaighofer
· 12 years ago
45ef457
LoopVectorize: Don't store a reversed value in the vectorized value map
by Arnold Schwaighofer
· 12 years ago
fb76ffd
[APFloat] Added unittest for APFloat.divide that checks special cases, result categories, and result statuses.
by Michael Gottesman
· 12 years ago
2253a2f
Added support for the Builtin attribute.
by Michael Gottesman
· 12 years ago
9367c79
No need to use a Set when a vector would do.
by Nadav Rotem
· 12 years ago
bb77593
Removed two logging printf statements from the APFloat tests... = /.
by Michael Gottesman
· 12 years ago
2eda897
[APFloat] Added unittest for APFloat.multiply that checks special cases, result categories, and result status.
by Michael Gottesman
· 12 years ago
d7d88d9
[APFloat] Added unittest for APFloat.subtract that checks special cases, result categories, and result status.
by Michael Gottesman
· 12 years ago
70d6958
SLP: When searching for vectorization opportunities scan the blocks in post-order because we grow chains upwards.
by Nadav Rotem
· 12 years ago
1e1c694
SLP: Dont erase instructions during vectorization because it prevents the outerloops from iterating over the instructions.
by Nadav Rotem
· 12 years ago
c3cfe53
In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloat.isDenormal => APFloat.isNormal.
by Michael Gottesman
· 12 years ago
41489dd
[APFloat] Convert all references to fcNormal to references to isFiniteNonZero().
by Michael Gottesman
· 12 years ago
8479989
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
by Eric Christopher
· 12 years ago
b0a9ffa
Fix a crash bug in dumping options with groups
by Reid Kleckner
· 12 years ago
165a7a9
Clarify and doxygen-ify comments
by Stephen Lin
· 12 years ago
096c0a0
[Mips Disassembler] Have the DecodeCCRRegisterClass function use the getReg
by Chad Rosier
· 12 years ago
6b97ebe
ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is not used for incompatible calling conventions.
by Stephen Lin
· 12 years ago
02e7502
Debug Info: clean up usage of Verify.
by Manman Ren
· 12 years ago
8b9962d
Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegs
by Stephen Lin
· 12 years ago
7a231f5
Rename PathV2 to just Path now that it is the only one.
by Rafael Espindola
· 12 years ago
842cfc9
[mips] Do not emit ".option pic0" if target is mips64.
by Akira Hatanaka
· 12 years ago
9a308df
[mips] Improve code generation for constant multiplication using shifts, adds and
by Akira Hatanaka
· 12 years ago
a8f9364
[APFloat] Removed debugging cruft that snuck in.
by Michael Gottesman
· 12 years ago
b5a8a90
The SLP Vectorizer works across basic blocks. Update the docs.
by Nadav Rotem
· 12 years ago
97c2a0a
Use enums instead of raw octal values.
by Rafael Espindola
· 12 years ago
e26fa2d
Erase all of the instructions that we RAUWed
by Nadav Rotem
· 12 years ago
849eedc
Add a subtarget feature 'v8' to the ARM backend.
by Joey Gouly
· 12 years ago
29acf7e
Do not add cse-ed instructions into the visited map because we dont want to consider them as a candidate for replacement of instructions to be visited.
by Nadav Rotem
· 12 years ago
c19bd32
ARM: fix more cases where predication may or may not be allowed
by Tim Northover
· 12 years ago
c1a91dd
ARM: allow predicated barriers in Thumb mode
by Tim Northover
· 12 years ago
fce567a
Remove the 'generic' CPU from the ARM eabi attributes printer.
by Joey Gouly
· 12 years ago
460e75a
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
by Rafael Espindola
· 12 years ago
4ae6d40
Add a convenience functions that don't return if the directory existed.
by Rafael Espindola
· 12 years ago
df0f525
Remove unused includes.
by Rafael Espindola
· 12 years ago
8950dd1
by Ulrich Weigand
· 12 years ago
0b85942
by Ulrich Weigand
· 12 years ago
6e0857e
ARM: operands should be explicit when disassembled
by Amaury de la Vieuville
· 12 years ago
eb4a55c
[Sparc]: Add memory operands for the frame references in the storeRegToStackSlot
by Venkatraman Govindaraju
· 12 years ago
d802670
Fixed a comment.
by Elena Demikhovsky
· 12 years ago
7e980a6
Suppress llvm/test/Other/can-execute.txt on msys bash.
by NAKAMURA Takumi
· 12 years ago
87070fe
Optimized integer vector multiplication operation by replacing it with shift/xor/sub when it is possible. Fixed a bug in SDIV, where the const operand is not a splat constant vector.
by Elena Demikhovsky
· 12 years ago
d442921
[asan] workaround for PR16277: don't instrument AllocaInstr with alignment more than the redzone size
by Kostya Serebryany
· 12 years ago
2098571
[asan] add option -asan-keep-uninstrumented-functions
by Kostya Serebryany
· 12 years ago
0259c0c
Provide bootstrap support to build only llvm+clang when using cmake.
by Andy Gibbs
· 12 years ago
84bb3a2
Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.
by Andy Gibbs
· 12 years ago
255aa3c
Remove calls to Path in #ifdefs that don't seem to be used in any of the bots :-(
by Rafael Espindola
· 12 years ago
903701d
Add a simpler version of remove_all.
by Rafael Espindola
· 12 years ago
b6df0bc
Fix the build when __APPLE__ is defined.
by Rafael Espindola
· 12 years ago
bdfe439
Remove sys::GetMainExecutable.
by Rafael Espindola
· 12 years ago
50188c1
Port GetMainExecutable over to PathV2.
by Rafael Espindola
· 12 years ago
2c63b27
Remove PathWithStatus.
by Rafael Espindola
· 12 years ago
34b96d1
dbgs() << Instruction doesn't print a newline on the end any more. Update these
by Nick Lewycky
· 12 years ago
a7e4d19
s/C++0x/C++11/
by Adrian Prantl
· 12 years ago
b0f8341
Merge isReachable into isBackedge.
by Jakob Stoklund Olesen
· 12 years ago
805e8a0
SLPVectorizer: support slp-vectorization of PHINodes between basic blocks
by Nadav Rotem
· 12 years ago
b1c0cc2
Print block frequencies in decimal form.
by Jakob Stoklund Olesen
· 12 years ago
5e48a0e
R600: Use new getNamedOperandIdx function generated by TableGen
by Tom Stellard
· 12 years ago
898b9f0
TableGen: Generate a function for getting operand indices based on their defined names
by Tom Stellard
· 12 years ago
34eb240
X86 cost model: Vectorizing integer division is a bad idea
by Arnold Schwaighofer
· 12 years ago
a1fe294
Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.
by Bob Wilson
· 12 years ago
2560e24
Remove unused code. No functionality change.
by Manman Ren
· 12 years ago
a37d96a
The GCDA 402 format won't have a second checksum either.
by Bill Wendling
· 12 years ago
5de735a
by Ulrich Weigand
· 12 years ago
46fa7cf
Move GetEXESuffix to the one place it is used.
by Rafael Espindola
· 12 years ago
deeb572
Remove sys::PathSeparator.
by Rafael Espindola
· 12 years ago
f97c7fe
R600: Consolidate expansion of v2i32/v4i32 ops for EG/SI
by Aaron Watry
· 12 years ago
69d3a40
R600: Add v2i32 test for vselect
by Aaron Watry
· 12 years ago
1842ec4
R600/SI: Expand xor v2i32/v4i32
by Aaron Watry
· 12 years ago
50c1c91
R600: Add v2i32 test for setcc on evergreen
by Aaron Watry
· 12 years ago
41f3db5
R600/SI: Expand urem of v2i32/v4i32 for SI
by Aaron Watry
· 12 years ago
e80978f
R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
by Aaron Watry
· 12 years ago
c1fcf01
R600/SI: Expand ashr of v2i32/v4i32 for SI
by Aaron Watry
· 12 years ago
61de9f8
R600/SI: Expand srl of v2i32/v4i32 for SI
by Aaron Watry
· 12 years ago
60e6dac
R600/SI: Expand shl of v2i32/v4i32 for SI
by Aaron Watry
· 12 years ago
b8ce777
R600/SI: Expand or of v2i32/v4i32 for SI
by Aaron Watry
· 12 years ago
02ed261
R600/SI: Expand mul of v2i32/v4i32 for SI
by Aaron Watry
· 12 years ago
e3599ca
R600/SI: Expand and of v2i32/v4i32 for SI
by Aaron Watry
· 12 years ago
75b5162
BlockFrequency: Bump up the entry frequency a bit.
by Benjamin Kramer
· 12 years ago
1bc147c
by Ulrich Weigand
· 12 years ago
816c06f
by Ulrich Weigand
· 12 years ago
9c52f81
by Ulrich Weigand
· 12 years ago
5df8c1b
[NVPTX] Default pointer type doesn't make sense for getParamSymbol()
by Justin Holewinski
· 12 years ago
58bf5ea
Fix a typo in the code that collected the costs recursively.
by Nadav Rotem
· 12 years ago
dd5af27
keep only the StringRef version of getFileOrSTDIN.
by Rafael Espindola
· 12 years ago
fa34f42
Don't assume ResultPath is null terminated.
by Rafael Espindola
· 12 years ago
b2b5dc6
Revert "Temporarily enable MI-Sched on X86."
by Andrew Trick
· 12 years ago
73e44d8
R600/SI: Report unaligned memory accesses as legal for > 32-bit types
by Tom Stellard
· 12 years ago
d67d029
R600: Add support for i32 loads from the constant address space on Cayman
by Tom Stellard
· 12 years ago
fa57da1
R600/SI: Add support for v4i32 and v4f32 kernel args
by Tom Stellard
· 12 years ago
1cb1107
R600: Fix typo in R600Schedule.td
by Tom Stellard
· 12 years ago
746f7ca
PPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocumentation]
by NAKAMURA Takumi
· 12 years ago
1baa381
Add an autoconf option for turning on -gsplit-dwarf by default
by Eric Christopher
· 12 years ago
593fcb5
Create a replacement for sys::Path::PathSeparator.
by Rafael Espindola
· 12 years ago
8ba825e
Cleanup in unique_file when we only want the name.
by Rafael Espindola
· 12 years ago
a619be8
As far as I know no linker needs or wants the -g flag.
by Eric Christopher
· 12 years ago
ea64122
Remove all non-linker oriented compile options from the linker
by Eric Christopher
· 12 years ago
fdfc81f
80-column and tab character fixes.
by Eric Christopher
· 12 years ago
afbe0e2
Formatting.
by Eric Christopher
· 12 years ago
e06db0c
typo.
by Adrian Prantl
· 12 years ago
f61dbc1
Use const references instead of pointers to references that are
by Eric Christopher
· 12 years ago
Next »