Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
186d8a3d67ccd2b2401c5d7d4e2cc15c4d1fdeae
186d8a3
InstCombine: Don't shrink allocas when combining with a bitcast.
by Jim Grosbach
· 13 years ago
508d11b
[mips] Add a line which checks function name. Rename file.
by Akira Hatanaka
· 13 years ago
c537f79
Fix PR15355
by Michael Liao
· 13 years ago
603e874
Use dyn_cast instead of isa && cast. No functionality change.
by Jakub Staszak
· 13 years ago
62c1023
Remove duplicated forward declaration.
by Jakub Staszak
· 13 years ago
5ffd24c
[mips] Remove android calling convention.
by Akira Hatanaka
· 13 years ago
1e3e869
[mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 gets
by Akira Hatanaka
· 13 years ago
7433b2e
[mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctly
by Akira Hatanaka
· 13 years ago
cb2eafd
[mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floating
by Akira Hatanaka
· 13 years ago
5fdee6d
[mips] Correct handling of fp128 (long double) formals and read long double
by Akira Hatanaka
· 13 years ago
f846067
Fix a few typos in comments.
by Jakub Staszak
· 13 years ago
fe0c244
Add some constantness.
by Jakub Staszak
· 13 years ago
aa4e2ae
std::distance() == 0 means that iterators are equal. No functionality change.
by Jakub Staszak
· 13 years ago
cf70590
Add more functions to the TLI.
by Meador Inge
· 13 years ago
0d44328
reverting patch 176508.
by Jyotsna Verma
· 13 years ago
c34f171
Hexagon: Add support for lowering block address.
by Jyotsna Verma
· 13 years ago
62b0a9b
R600: Do not predicate vector op
by Vincent Lejeune
· 13 years ago
18daead
Hexagon: Expand addc, adde, subc and sube.
by Jyotsna Verma
· 13 years ago
6936ebd
Use the right number of slashes in comment string
by Arnold Schwaighofer
· 13 years ago
1ab3263
Fixes a test by replacing .align by .p2align and setting triples explicitly.
by Eli Bendersky
· 13 years ago
285f6f1
Update cmake build.
by Benjamin Kramer
· 13 years ago
9feabc2
Hexagon: Use MO operand flags to mark constant extended instructions.
by Jyotsna Verma
· 13 years ago
ee0ef13
Hexagon: Add encoding bits to the TFR64 instructions.
by Jyotsna Verma
· 13 years ago
62f38ca
R600: initial scheduler code
by Vincent Lejeune
· 13 years ago
1c9bdf1
Clarify comment for function getObjectSize
by Arnold Schwaighofer
· 13 years ago
81ee0f7
Add a test that .align directives on capable processors use long NOPs.
by David Sehr
· 13 years ago
d4c3e56
R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel.
by Vincent Lejeune
· 13 years ago
cae6801
R600: Turn BUILD_VECTOR into Reg_Sequence
by Vincent Lejeune
· 13 years ago
64ca84d
R600: CONST_ADDRESS node is not marked as mayLoad anymore
by Vincent Lejeune
· 13 years ago
f49cf1c
R600: Use MUL_IEEE for trig/fdiv intrinsic
by Vincent Lejeune
· 13 years ago
3f7f8e8
R600: Add support for indirect addressing of non default const buffer
by Vincent Lejeune
· 13 years ago
5c4e836
Print a warning message if compiler-rt can't be built because of old CMake version to make this requirement more visible to users
by Alexey Samsonov
· 13 years ago
a0a790b
llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown-unknown to appease win32.
by NAKAMURA Takumi
· 13 years ago
466508b
llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown to appease win32 hosts.
by NAKAMURA Takumi
· 13 years ago
69d37fa
Remove unused #includes.
by Bill Wendling
· 13 years ago
6c4265a
The current X86 NOP padding uses one long NOP followed by the remainder in
by David Sehr
· 13 years ago
880e8c0
Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping
by Lang Hames
· 13 years ago
1ae08e0
[mips] Print move instructions.
by Akira Hatanaka
· 13 years ago
0b9675d
Mips specific inline assembler constraint 'R'
by Jack Carter
· 13 years ago
75d0ad4
Reapply r176381, writing the CHECKs in a more forgiving manner to account for
by Eli Bendersky
· 13 years ago
9a2cfff
Bypass Slow Divides
by Preston Gurd
· 13 years ago
ff4faab
R600: Clean up datalayout strings so they better match hardware capabilities
by Tom Stellard
· 13 years ago
b3ea880
Mips ISD typo
by Jia Liu
· 13 years ago
7bf504c
ARM: Creating a vector from a lane of another.
by Jim Grosbach
· 13 years ago
65da9f1
Clean up code format a bit.
by Jim Grosbach
· 13 years ago
7ccf463
Tidy up. Trailing whitespace.
by Jim Grosbach
· 13 years ago
21c0aa7
ARM NEON: Fix v2f32 float intrinsics
by Arnold Schwaighofer
· 13 years ago
b443a0a
recommit r172363 & r171325 (reverted in r172756)
by Nuno Lopes
· 13 years ago
2bc689c
add getUnderlyingObjectSize()
by Nuno Lopes
· 13 years ago
5f0d9db
X86 cost model: Adjust cost for custom lowered vector multiplies
by Arnold Schwaighofer
· 13 years ago
1c01af8
Added FIXME for future Hexagon cleanup.
by Andrew Trick
· 13 years ago
5290baa
PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.
by Nadav Rotem
· 13 years ago
328d1b6
Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.
by Peter Collingbourne
· 13 years ago
e2abe05
CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.
by Jordan Rose
· 13 years ago
aa1fa29
Revert "Rewrite a test to count emitted instructions without using -stats"
by Michael Gottesman
· 13 years ago
b804a1b
Remove duplicate line and move another closer to its actual use
by Eli Bendersky
· 13 years ago
c812110
MIsched machine model: tablegen subtarget emitter improvement.
by Andrew Trick
· 13 years ago
3b05d9f
In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check.
by Argyrios Kyrtzidis
· 13 years ago
21a7e31
Fix my email address in CREDITS.TXT.
by Stefanus Du Toit
· 13 years ago
ee767fe
[mips] Fix inefficient code generation.
by Akira Hatanaka
· 13 years ago
c2171eb
Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp
by Jean-Luc Duprat
· 13 years ago
aac7922
Rewrite a test to count emitted instructions without using -stats
by Eli Bendersky
· 13 years ago
079a0ff
Fix indentation.
by Akira Hatanaka
· 13 years ago
c3c3810
Set properties for f128 type.
by Akira Hatanaka
· 13 years ago
df861b3
Rewrite a test to check actual output rather than intermediate implementation
by Eli Bendersky
· 13 years ago
4385988
No need to force-create clang-tools-extra lit.site.cfg
by Edwin Vane
· 13 years ago
2843222
Add regression tests (WORKSFORME)
by Michael Liao
· 13 years ago
7590022
Generate an error message instead of asserting or segfaulting when we can't
by Chad Rosier
· 13 years ago
5d79bb8
LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.
by Benjamin Kramer
· 13 years ago
4c8e74f
Cache the result of Function::getIntrinsicID() in a DenseMap attached to the LLVMContext.
by Michael Ilseman
· 13 years ago
a6b20ce
Fix PR10475
by Michael Liao
· 13 years ago
b8f307b
Add support for using non-pic code for arm and thumb1 when emitting the sjlj
by Chad Rosier
· 13 years ago
5f58358
R600/SI: fix sampler tests after fixing wait insertions
by Christian Konig
· 13 years ago
ef94c6c
Hexagon: Add constant extender support framework.
by Jyotsna Verma
· 13 years ago
ae1dbb3
test commit to use consistent comment notation.
by Peng Cheng
· 13 years ago
081f455
GCInfoDeleter code cleanup after r175528
by Yiannis Tsiouris
· 13 years ago
6650112
R600/SI: handle all registers in copyPhysReg v2
by Christian Konig
· 13 years ago
0916ac2
R600/SI: remove S_MOV immediate patterns
by Christian Konig
· 13 years ago
f4632b5
R600/SI: remove GPR*AlignEncode
by Christian Konig
· 13 years ago
777962f
R600/SI: fix warning about overloaded virtual
by Christian Konig
· 13 years ago
9ff8dc8
R600/SI: fix inserting waits for unordered defines
by Christian Konig
· 13 years ago
4d9b7c2
GCC thinks that this variable might be used uninitialized (it isn't).
by Duncan Sands
· 13 years ago
14809fd
Docs for llvm-symbolizer command-line tool
by Alexey Samsonov
· 13 years ago
72a001d
Minor coding style fix
by Michael Liao
· 13 years ago
aa49f35
[mips] Remove unused option. Fix 80-column violations.
by Akira Hatanaka
· 13 years ago
1f0aca8
[mips] Add the capability to search delay slot filling instructions in
by Akira Hatanaka
· 13 years ago
888e8fe
[mips] Do not add SecondLastInst to list BranchInstrs if there is only one
by Akira Hatanaka
· 13 years ago
d0a4b60
[mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd.
by Akira Hatanaka
· 13 years ago
b8bc8cc
[mips] Add options to disable searching backward and in successor blocks.
by Akira Hatanaka
· 13 years ago
e760675
[mips] Add capability to search in the forward direction for instructions that
by Akira Hatanaka
· 13 years ago
1f7330b
[mips] Define helper function searchRange
by Akira Hatanaka
· 13 years ago
49d5872
[mips] Rename function findDelayInstr to searchBackward.
by Akira Hatanaka
· 13 years ago
838038d
Scheduler diagnostics. Print the register name.
by Andrew Trick
· 13 years ago
ebff1d9
Fix incorrect ScheduleDAG comment and formalize Weak edges.
by Andrew Trick
· 13 years ago
bf32b7f
Instructions schedulers should report correct height/depth.
by Andrew Trick
· 13 years ago
a56f411
[mips] Define class MemDefsUses.
by Akira Hatanaka
· 13 years ago
39d994c
Connect LLVM CMake build scripts to LLDB's CMake scripts:
by Daniel Malea
· 13 years ago
6437d38
A small refactoring + adding comments.
by Eli Bendersky
· 13 years ago
40c81fe
Don't add the 'Value' string if there isn't one.
by Bill Wendling
· 13 years ago
c5a4c25
Fix a bug in instcombine for fmul in fast math mode.
by Quentin Colombet
· 13 years ago
Next »