Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
d2047c60013a1a48cc3cef88003633463285b9ee
d2047c6
[mips] Set flag neverHasSideEffects flag on some of the floating point instructions.
by Akira Hatanaka
· 13 years ago
b12a771
SchedDFS: Refactor and tweak the subtree selection criteria.
by Andrew Trick
· 13 years ago
6d28299
SchedDFS: Constify interface.
by Andrew Trick
· 13 years ago
dd4fc44
Avoid creating duplicate CFG edges in the IfConversion pass.
by Jakob Stoklund Olesen
· 13 years ago
b3755e7
Moving Cost Tables up to share with other targets
by Renato Golin
· 13 years ago
7c24e61
Added comment to ObjCARC elaborating what is meant by the term 'Provenance' in 'Provenance Analysis'.
by Michael Gottesman
· 13 years ago
78e1057
Start cleanup of PPC register definitions using foreach loops.
by Hal Finkel
· 13 years ago
ed7fcf4
[bugpoint] make tool selection messages unique
by Saleem Abdulrasool
· 13 years ago
78d3097
[bugpoint] set Message after tool configuration
by Saleem Abdulrasool
· 13 years ago
d5a80c7
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
by Benjamin Kramer
· 13 years ago
e574246
ConstantFolding: Add a missing folding that leads to a miscompile.
by Benjamin Kramer
· 13 years ago
41d35a3
unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setstack(3) only on Linux.
by NAKAMURA Takumi
· 13 years ago
91e22b0
unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to allocate stack explicitly for glibc.
by NAKAMURA Takumi
· 13 years ago
5bac013
lli/RecordingMemoryManager: Free allocated sections in the destructor to satisfy --vg-leak!
by NAKAMURA Takumi
· 13 years ago
eacef32
Revert r173342 temporarily. It appears to cause a very late miscompile
by Chandler Carruth
· 13 years ago
1f25541
Plug TTI into the speculation logic, giving it a real cost interface
by Chandler Carruth
· 13 years ago
47d8f6d
Address a large chunk of this FIXME by accumulating the cost for
by Chandler Carruth
· 13 years ago
681add7
Switch the constant expression speculation cost evaluation away from
by Chandler Carruth
· 13 years ago
2c107a8
Rephrase the speculating scan of the conditional BB to be phrased in
by Chandler Carruth
· 13 years ago
29f975f
[asan] fix 32-bit builds
by Kostya Serebryany
· 13 years ago
0afa331
Simplify the PHI node operand rewriting.
by Chandler Carruth
· 13 years ago
63f0846
[asan] adaptive redzones for globals (the larger the global the larger is the redzone)
by Kostya Serebryany
· 13 years ago
6cf7a91
Give the basic block variables here names based on the if-then-end
by Chandler Carruth
· 13 years ago
9e62095
Lift a cheap early exit test above loops and other complex early exit
by Chandler Carruth
· 13 years ago
c61bc7a
Spiff up the comment on this method, making the example a bit more
by Chandler Carruth
· 13 years ago
b3105b9
MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-uninitialized]
by NAKAMURA Takumi
· 13 years ago
00cdf60
MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]
by NAKAMURA Takumi
· 13 years ago
d5a336c
MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]
by NAKAMURA Takumi
· 13 years ago
b57c292
Remove trailing whitespace.
by Craig Topper
· 13 years ago
0ac7e6f
Add asserts to SmallVector so that calls to front() and back() only succeed
by Richard Trieu
· 13 years ago
8453b3f
The next phase of Mips16 hard float implementation.
by Reed Kotler
· 13 years ago
db41706
MachineScheduler: enable biasCriticalPath for all DAGs.
by Andrew Trick
· 13 years ago
66658dd
MIsched: Added biasCriticalPath.
by Andrew Trick
· 13 years ago
e35bada
[ELF] Add R_X86_64_IRELATIVE.
by Michael J. Spencer
· 13 years ago
bb08593
Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.
by Bill Wendling
· 13 years ago
8b1f2f3
Cleanup the AttributeSetNodes that we create.
by Bill Wendling
· 13 years ago
3467e30
Create a new class: AttributeSetNode.
by Bill Wendling
· 13 years ago
a8ab5fc
Push down the conversion of the alignment from the bit mask to a real number into the attribute implementation class.
by Bill Wendling
· 13 years ago
2915a69
Remove dead methods.
by Bill Wendling
· 13 years ago
98202c0
Fix small typo
by Eli Bendersky
· 13 years ago
254a83e
R600: Add a llvm.R600.store.swizzle intrinsics
by Tom Stellard
· 13 years ago
2a3e0d7
R600: Simplify stream outputs intrinsic
by Tom Stellard
· 13 years ago
1094b41
ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not the index type.
by Benjamin Kramer
· 13 years ago
b4d201ec
ConstantFolding: Evaluate GEP indices in the index type.
by Benjamin Kramer
· 13 years ago
9e6a5a3
Add instruction encodings / disassembly support for l6r instructions.
by Richard Osborne
· 13 years ago
b09350d
Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.
by Chad Rosier
· 13 years ago
5ed3ac1
Remove unused methods and ivars.
by Bill Wendling
· 13 years ago
028dba3
Revert "InstCombine: Clean up weird code that talks about a modulus that's long gone."
by Benjamin Kramer
· 13 years ago
9381dd1
InstCombine: Clean up weird code that talks about a modulus that's long gone.
by Benjamin Kramer
· 13 years ago
e807d1e
Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxMCAsmInfo
by Eli Bendersky
· 13 years ago
e752fee
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and explicitly set this in every target that needs to change it from the default.
by Eli Bendersky
· 13 years ago
e735945
NVPTX: Stop leaking memory by using a managed constant instead of a new Argument.
by Benjamin Kramer
· 13 years ago
03f7e72
Make sure metarenamer won't rename special stuff (intrinsics and explicitly renamed stuff).
by Anton Korobeynikov
· 13 years ago
48a615f
[asan] use ADD instead of OR when applying shadow offset of PowerPC. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55975 for details
by Kostya Serebryany
· 13 years ago
7046561
Initialize the components of this class. Otherwise GCC thinks that Array may be
by Duncan Sands
· 13 years ago
023d97d
llvm/unittests: Use OwningPtr to fix --vg-leak.
by NAKAMURA Takumi
· 13 years ago
d422e9f
IRTests/WaymarkTest.cpp: Fix in --vg-leak.
by NAKAMURA Takumi
· 13 years ago
e82a5fa
IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not linked.
by NAKAMURA Takumi
· 13 years ago
f25b003
IRTests/IRBuilderTest.cpp: Let GV added to the module.
by NAKAMURA Takumi
· 13 years ago
6bf3e46
IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immediately if it is not linked.
by NAKAMURA Takumi
· 13 years ago
bde0f0f
Untabify.
by NAKAMURA Takumi
· 13 years ago
3fe36d0
Whitespace.
by NAKAMURA Takumi
· 13 years ago
1a5812d
DominatorTreeTest.cpp: Add the file header.
by NAKAMURA Takumi
· 13 years ago
e4957fb
Add the heuristic to differentiate SSPStrong from SSPRequired.
by Bill Wendling
· 13 years ago
114baee
Add the IR attribute 'sspstrong'.
by Bill Wendling
· 13 years ago
28d6572
Remove the last of uses that use the Attribute object as a collection of attributes.
by Bill Wendling
· 13 years ago
d3afa9b
docs: Update title of external tutorial.
by Sean Silva
· 13 years ago
9f7818d
R600: rework handling of the constants
by Tom Stellard
· 13 years ago
c7e1888
R600: Add a CONST_ADDRESS node to model constant buf read
by Tom Stellard
· 13 years ago
80537b9
R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen def
by Tom Stellard
· 13 years ago
f148c66
by Nadav Rotem
· 13 years ago
8246df6
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
by Bill Wendling
· 13 years ago
4d79724
[Support][ErrorOr] Don't use nullptr :(
by Michael J. Spencer
· 13 years ago
70d2ca0
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
by Bill Wendling
· 13 years ago
bdd4e13
[Support][ErrorOr] Add optimized specialization of ErrorOr<void>.
by Michael J. Spencer
· 13 years ago
0ec35ac
Add instruction encodings / disassembly support for u10 / lu10 instructions.
by Richard Osborne
· 13 years ago
7ad70bf
[Support][ErrorOr] Make old gcc happy.
by Michael J. Spencer
· 13 years ago
e65d462
Fixed typo.
by Michael Gottesman
· 13 years ago
862d51f
[ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement into the method ConnectTDBUTraversals.
by Michael Gottesman
· 13 years ago
13d08bf
Fix an issue of pseudo atomic instruction DAG schedule
by Michael Liao
· 13 years ago
221514e
Add a warning when there is a macro defintion that has named parameters but
by Kevin Enderby
· 13 years ago
a88322c
[mips] Implement MipsRegisterInfo::getRegPressureLimit.
by Akira Hatanaka
· 13 years ago
defaca0
More encapsulation work.
by Bill Wendling
· 13 years ago
5de048e
Have the integrated assembler give an error if $1 is used as an identifier in
by Kevin Enderby
· 13 years ago
bf6a77b
[mips] Clean up code in MipsTargetLowering::LowerCall. No functional change
by Akira Hatanaka
· 13 years ago
aaf483f
Add forgotten test case for the x32 commit
by Eli Bendersky
· 13 years ago
341c5fb
X86: Make sure we account for the FMA4 register immediate value, otherwise rip-rel relocations will be off by one byte.
by Benjamin Kramer
· 13 years ago
9dd2a3b
Initial patch for x32 ABI support.
by Eli Bendersky
· 13 years ago
91df03b
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
by Dmitri Gribenko
· 13 years ago
c4c7ea3
llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,cpp} files. No functionality change.
by Alexey Samsonov
· 13 years ago
be0008a
[msan] Export the value of msan-keep-going flag for the runtime.
by Evgeniy Stepanov
· 13 years ago
4247b13
[msan] Do not insert check on volatile store.
by Evgeniy Stepanov
· 13 years ago
318b2cc
Fix truncation of relocation types in Support/ELF.h
by Tim Northover
· 13 years ago
13086a6
Begin fleshing out an interface in TTI for modelling the costs of
by Chandler Carruth
· 13 years ago
421db34
ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. [-Wsign-compare]
by NAKAMURA Takumi
· 13 years ago
f65dc6e
Fix missed out llvm-stress after APFloat change.
by Tim Northover
· 13 years ago
0a29cb0
Make APFloat constructor require explicit semantics.
by Tim Northover
· 13 years ago
dc89ed7
SparseMultiSet.h: Add suggested parentheses.
by NAKAMURA Takumi
· 13 years ago
19f2445
ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on stage2. [-Wsign-compare]
by NAKAMURA Takumi
· 13 years ago
fc8d1dd
This test is only supposed to test that the objc-arc alias analysis
by Michael Gottesman
· 13 years ago
Next »