Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
e8a957d2a91d02af0b9c3808b31067d236b22196
e8a957d
python: Fix check for disasm creation failure
by Anders Waldenborg
· 12 years ago
60e4d7f
python: Properly initialize before trying to create disasm
by Anders Waldenborg
· 12 years ago
d192b52
Update CREDITS
by Alp Toker
· 12 years ago
281e8eb
Testcase for PR17964
by Bill Wendling
· 12 years ago
fe128c6
Revert "Micro-optimization"
by Bill Wendling
· 12 years ago
d5ae5b0
DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal constants.
by Benjamin Kramer
· 12 years ago
e5a694a
DebugLoc defines LineCol as 32 bit in comment but unsigned in code.
by Yaron Keren
· 12 years ago
e7a1e3e
[block-freq] Add BlockFrequency::scale that returns a remainder from the division and make the private scale in BlockFrequency more performant.
by Michael Gottesman
· 12 years ago
8417e85
[PM] Completely remove support for explicit 'require' methods on the
by Chandler Carruth
· 12 years ago
ca1b779
Use more getZExtOrTruncs
by Matt Arsenault
· 12 years ago
91053d5
Use getZExtOrTrunc instead of repeating the same logic.
by Matt Arsenault
· 12 years ago
3905642
Add the cold attribute to error-reporting call sites
by Hal Finkel
· 12 years ago
bb756ca
Added a size field to the stack map record to handle subregister spills.
by Andrew Trick
· 12 years ago
b7dabcc
Fix ndebug-build unused variable in loop rerolling
by Hal Finkel
· 12 years ago
94437c9
Use right address space pointer size
by Matt Arsenault
· 12 years ago
bebe48d
Add a loop rerolling pass
by Hal Finkel
· 12 years ago
0ccb37a
The WebKit_JS CC preserves the same registers as the C CC.
by Juergen Ributzka
· 12 years ago
64fa501
Apply the InstCombine fptrunc sqrt optimization to llvm.sqrt
by Hal Finkel
· 12 years ago
e6e8112
Fix assert on unaligned access to global with different address space size.
by Matt Arsenault
· 12 years ago
4fe5b64
Fix codegen for null different sized pointer.
by Matt Arsenault
· 12 years ago
2905440
ScalarEvolution: Warn if the result of setFlags/clearFlags is unused.
by Benjamin Kramer
· 12 years ago
b69143c
Annotate APInt methods where it's not clear whether they are in place with warn_unused_result.
by Benjamin Kramer
· 12 years ago
4110797
R600: Make dot_4 instructions predicable
by Vincent Lejeune
· 12 years ago
0fb32eb
Use array_pod_sort instead of std::sort
by Duncan P. N. Exon Smith
· 12 years ago
e9cdbf6
InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.
by Benjamin Kramer
· 12 years ago
bd9f36f
Fix filename in header comment
by Duncan P. N. Exon Smith
· 12 years ago
7936226
gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since r194865.
by NAKAMURA Takumi
· 12 years ago
3d429d8
Debug Info Verifier: remove un-used argument in verifyDebugInfo.
by Manman Ren
· 12 years ago
35de994
X86: Encode the 'h' cpu subtype in the MachO header for x86.
by Jim Grosbach
· 12 years ago
07df65c
Mention address space related changes in release notes.
by Matt Arsenault
· 12 years ago
74c996c
Use correct size for address space in BasicAA.
by Matt Arsenault
· 12 years ago
1dc2723
DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::createAndAddDIE.
by David Blaikie
· 12 years ago
21c9708
DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() call
by David Blaikie
· 12 years ago
e553fea
Small improvement to InstrinsicEmitter::EmitAttributes. This change removes the “pushing” and “clearing” of the SmallVector and instead uses const arrays to pass the attributeKinds to AttributeSet::get .
by Owen Anderson
· 12 years ago
87fd14d
For dwarf4 use the correct form for referencing debug_loc locations,
by Eric Christopher
· 12 years ago
7b86771
DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DICompileUnit instead of a raw MDNode*.
by David Blaikie
· 12 years ago
942431f
DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNode* for the CU metadata node
by David Blaikie
· 12 years ago
aedaa72
DwarfCompileUnit: Simplify getLanguage() calls to use existing member function
by David Blaikie
· 12 years ago
a53bf06
Implemented aarch64 Neon scalar vmulx_lane intrinsics
by Ana Pazos
· 12 years ago
6bc810a
Replace the dangling context hotfix with an assertion.
by Adrian Prantl
· 12 years ago
445fd04
Remove unused arguments.
by Lang Hames
· 12 years ago
8c66df2
During folding for patchpoint/stackmap instructions, defer creation of new MIs
by Lang Hames
· 12 years ago
14f41e7
DwarfDebug: Push DISubprogram through updateSubprogramScopeDIE
by David Blaikie
· 12 years ago
4634338
LoopVectorizer: Use abi alignment for accesses with no alignment
by Arnold Schwaighofer
· 12 years ago
cbc85a2
DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIE
by David Blaikie
· 12 years ago
7426308
Fix previous commit (r194865)
by Juergen Ributzka
· 12 years ago
86a3348
DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUs
by David Blaikie
· 12 years ago
ef1b87a
Fix typos.
by Matt Arsenault
· 12 years ago
5a364c5
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
17d4ac8
Fix confusing machine verifier error.
by Matt Arsenault
· 12 years ago
59bbf5a
Fix a problem in MCJIT identifying the module containing a global variable.
by Andrew Kaylor
· 12 years ago
c3ec7e2
Make method static
by Matt Arsenault
· 12 years ago
4303b09
[PM] Fix an iterator problem spotted by the MSVC debug iterators and
by Chandler Carruth
· 12 years ago
d515e98
[PM] Run clang-format on a few lines that I missed in my first pass,
by Chandler Carruth
· 12 years ago
5758c3c
[AArch64] Fix the scalar NEON ACLE functions so that they return float/double
by Chad Rosier
· 12 years ago
8a631b2
Path: Recognize COFF import library file magic.
by Rui Ueyama
· 12 years ago
0cbdb81
Reimplement r194843 in a slightly less broken way.
by Adrian Prantl
· 12 years ago
c160efc
ArgumentPromotion: correctly transfer TBAA tags and alignments.
by Manman Ren
· 12 years ago
3a22601
Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.
by Rui Ueyama
· 12 years ago
7d5f2bd
Restore the behaviour from before r194728.
by Adrian Prantl
· 12 years ago
cc70523
Avoid illegal integer promotion in fastisel
by Bob Wilson
· 12 years ago
5cddda6
R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs()
by Tom Stellard
· 12 years ago
1ab6084
Resolve JIT runtime linking problems on Android.
by Andrew Kaylor
· 12 years ago
48079e0
Don't try to initialize memory for a global if the allocation failed in ExecutionEngine.
by Andrew Kaylor
· 12 years ago
2ba641b
Update contact information.
by Chad Rosier
· 12 years ago
8363c52
[mips][msa] Merge basic_operations_little.ll into basic_operations.ll.
by Daniel Sanders
· 12 years ago
28e12e9
Add AVX512 unmasked FMA intrinsics and support.
by Cameron McInally
· 12 years ago
2408335
[NVPTX] Fix type in usage doc
by Justin Holewinski
· 12 years ago
cb85ded
[mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of using a long-winded equivalent.
by Daniel Sanders
· 12 years ago
4215561
Hopefully fix uninitialized memory read in AArch64AsmParser found by MSan bootstrap bot
by Alexey Samsonov
· 12 years ago
2245285
[NVPTX] Update the usage document
by Justin Holewinski
· 12 years ago
ea28aaf
Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
by Daniel Sanders
· 12 years ago
4d748eb
[NVPTX] Fix handling of indirect calls
by Justin Holewinski
· 12 years ago
0dd0d1a
Correct spelling.
by Yaron Keren
· 12 years ago
ca795b6
[mips][msa] Build all the tests in little and big endian modes and correct an incorrect test.
by Daniel Sanders
· 12 years ago
efbdf7f
Move all of the GoogleTest files back to the same locations they occupy
by Chandler Carruth
· 12 years ago
8f15c68
[asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit of code size
by Kostya Serebryany
· 12 years ago
d881c1b
llvm-cov: Clean up memory leaks.
by Benjamin Kramer
· 12 years ago
ec3ce8a
Redirect unused test case output to /dev/null
by Alexey Samsonov
· 12 years ago
4da02d4
Give unit test its own LLVMContext so MDNodes aren't leaked even if we never call llvm_shutdown.
by Benjamin Kramer
· 12 years ago
868e74b
Adding some info about stability of ARM boards
by Renato Golin
· 12 years ago
42cb3ab
Use instr mapping for microMIPS in llvm-mc.
by Zoran Jovanovic
· 12 years ago
4b89914
Reapply "[asan] Poor man's coverage that works with ASan"
by Bob Wilson
· 12 years ago
728eb5f
Platform proof a test case.
by Andrew Trick
· 12 years ago
6dd44d3
Add instcombine visitor for addrspacecast
by Matt Arsenault
· 12 years ago
01ad8c3
Fix grammar in addrspacecast description
by Matt Arsenault
· 12 years ago
509a492
Add target hook to prevent folding some bitcasted loads.
by Matt Arsenault
· 12 years ago
a0846f4
[OCaml] Add REQUIRES: native, object-emission to the Target test
by Peter Zotov
· 12 years ago
2475da8
Revert "[asan] Poor man's coverage that works with ASan"
by Bob Wilson
· 12 years ago
b53c129
[OCaml] Use native target in testsuite instead of hardcoding X86
by Peter Zotov
· 12 years ago
b6703ff
[OCaml] Add Target and TargetMachine bindings to Llvm_target
by Peter Zotov
· 12 years ago
04deb49
[OCaml] Refactor Llvm_target interface
by Peter Zotov
· 12 years ago
68f4dae
[OCaml] Fix building of stub libraries
by Peter Zotov
· 12 years ago
e016a16
[llvm-c] Make LLVMGetTargetFromName actually work
by Peter Zotov
· 12 years ago
fa74752
[llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine
by Peter Zotov
· 12 years ago
5ea0c20
[llvm-c] Simplify signature of LLVMGetTargetFromName
by Peter Zotov
· 12 years ago
1703a71
Make all the conditional Mips 16 branches get initially set for the
by Reed Kotler
· 12 years ago
7b64181
Use a reference rather than a pointer as we don't expect a NULL DbgVariable.
by Eric Christopher
· 12 years ago
59d3ae6
Add addrspacecast instruction.
by Matt Arsenault
· 12 years ago
2b7fef0
Include raw_ostream.h.
by Rui Ueyama
· 12 years ago
Next »