projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-06-26
Stepan Dyatkovskiy
IntegersSubsetMapping: removed exclude operation, it...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-26
Bill Wendling
Sphyinxify the Bugpoint document.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-26
Elena Demikhovsky
Removed unused variable
commit
|
commitdiff
|
tree
|
snapshot
2012-06-26
Bill Wendling
Rename to match other X86_64* names.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-26
Elena Demikhovsky
Shuffle optimization for AVX/AVX2.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-26
Chandler Carruth
Update a bunch of stale comments that dated from when...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-26
Craig Topper
Remove some duplicate instructions that exist only...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-26
Andrew Trick
Enable the new LoopInfo algorithm by default.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-26
Andrew Trick
Remove unnecessary FIXME
commit
|
commitdiff
|
tree
|
snapshot
2012-06-26
Evan Cheng
Make sure type is not extended or untyped before create...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-26
Eric Christopher
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Eli Friedman
Make some ugly hacks for inline asm operands which...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Nuno Lopes
revert my previous commit (r159173), since as Eli point...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Nuno Lopes
do not set realloc() as NotAlias, since it can return...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Manman Ren
ARM: update peephole optimization.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Owen Anderson
Define DAGOperand, an empty base class for RegisterClas...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Dan Gohman
Fix the objc_autoreleasedReturnValue optimization code...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Jakob Stoklund...
Enforce stricter liveness rules for PHIs.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Jakob Stoklund...
Run ProcessImplicitDefs on SSA form where it can be...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Nuno Lopes
improve optimization of invoke instructions:
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Nuno Lopes
check for the NoAlias attribute through CallSite
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Nuno Lopes
add CallSite/CallInst/InvokeInst::hasFnAttr()
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Meador Inge
PR13013: ELF Type identification fails for MSB type...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Rafael Espindola
If a constant or a function has linkonce_odr linkage...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Eli Bendersky
The name (and comment describing) of llvm::GetFirstDebu...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Craig Topper
Add SSE2 predicate to CVTPS2PD instructions. Doesn...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Craig Topper
Remove codegen only instruction in favor of one that...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Chandler Carruth
Just remove generic support for C++11 alignas -- GCC...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Jakob Stoklund...
Teach PHIElimination to handle <undef> operands.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Jakob Stoklund...
Handle <undef> operands in TwoAddressInstructionPass.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Jakob Stoklund...
%RCX is not a function live-out in eh.return functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
NAKAMURA Takumi
llvm/lib: [CMake] Add explicit dependency to intrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Hal Finkel
Allow controlling vectorization of boolean values separ...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Nick Lewycky
Remove dyn_cast + dereference pattern by replacing...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Craig Topper
Remove intrinsic specific instructions for (V)CVTPS2DQ...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Craig Topper
Remove intrinsic specific instructions for (V)CVTPS2DQ...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Craig Topper
Fix build failures from r159106.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Craig Topper
Remove intrinsic specific instructions for CVTPD2PS...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Craig Topper
Remove intrinsic specific instructions for CVTPD2DQ...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Nick Lewycky
Tab to spaces. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
NAKAMURA Takumi
llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerr...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
NAKAMURA Takumi
LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
NAKAMURA Takumi
llvm/Support/IntegersSubset.h: Add a copy constructor...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
NAKAMURA Takumi
llvm/Support/IntegersSubset.h: Fix whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
NAKAMURA Takumi
unittests/Support/Path.cpp: [Win32] Suppress FileSystem...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
NAKAMURA Takumi
unittests/Support/Path.cpp: [Win32] Suppress FileSystem...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
NAKAMURA Takumi
VMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Nick Lewycky
Remove a dangling reference to a deleted instruction...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Pete Cooper
Remove code i'd been testing with but didn't mean to...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Pete Cooper
DAG legalisation can now handle illegal fma vector...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Craig Topper
Remove intrinsic specific instructions for (V)CVTDQ2PS...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Hal Finkel
Allow BBVectorize to fuse compare instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Craig Topper
Make CVTDQ2PS instruction use SSE2 predicate instead...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Craig Topper
Move CVTPD2DQ to use SSE2 predicate instead of SSE3...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Benjamin Kramer
Add a microoptimization note.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Marshall Clow
Add relocation types for Hexagon processor; patch by...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Hans Wennborg
Clean-up after r159077.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Hans Wennborg
Extend the IL for selecting TLS models (PR9788)
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Stepan Dyatkovskiy
Optimized usage of new SwitchInst case values (Integers...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Craig Topper
Use correct memory types for (V)CVTDQ2PD instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Craig Topper
Silence an unused variable warning on release builds.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Craig Topper
Compress flags in X86 op folding to reduce space in...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Craig Topper
Make helper method static since it doesn't use anything...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Craig Topper
Remove intrinsic specific instructions for 128-bit...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Jakob Stoklund...
Teach LiveVariables to handle <undef> operands.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Rafael Espindola
Handle aliases to tls variables in all architectures...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Evan Cheng
(sub X, imm) gets canonicalized to (add X, -imm)
commit
|
commitdiff
|
tree
|
snapshot
2012-06-23
Nuno Lopes
BoundsChecking: attach debug info to traps to make...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jim Grosbach
ARM: Add a better diagnostic for some out of range...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jim Grosbach
TableGen: AsmMatcher support for better operand diagnos...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Hal Finkel
Add support for the PPC isel instruction.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Chad Rosier
FileCheckize tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Lang Hames
Rename fp-op fusion option (yet again) for compatibilit...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Remove ProcessImplicitDefs.h which was unused.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Also verify the def index for early clobbers.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Chad Rosier
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Delete a boring statistic.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Store live intervals in an IndexedMap.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Evan Cheng
Forgot this patch in r159023.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Hal Finkel
Revert r158679 - use case is unclear (and it increases...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Evan Cheng
EmitZerofill should take a 64-bit size or else it's...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Fix a crash in --debug code.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Don't depend on live ranges being present.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Simplify handleMove() a bit.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Stop computing physreg live ranges.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Marshall Clow
Reverting makefile change wile I figure out what the...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Remove some redundant LIS->hasInterval() checks.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Marshall Clow
Added building yaml2obj to the configure+make build...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Use MRI::isConstantPhysReg() to check remat feasibility.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Kaelyn Uhrain
Remove a variable that is unused when assertions aren...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Use regunit liveness to guide LiveDebugVariables.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Remove LiveIntervals::trackingRegUnits().
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Jakob Stoklund...
Revert remaining part of r93200: "Disable folding sext...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Dmitri Gribenko
Change comment into proper Doxygen member comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Nuno Lopes
simplify code from previous commits (Thanks Duncan)
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Stepan Dyatkovskiy
Fixed r158979.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
NAKAMURA Takumi
test/CodeGen/Generic/asm-large-immediate.ll: Mark it...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Rafael Espindola
Remove another duplicated variable. We only need one...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Rafael Espindola
Fix a FIXME: DwarfRequiresRelocationForSectionOffset...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Duncan Sands
Revert commit 158979 (dyatkovskiy) since it is causing...
commit
|
commitdiff
|
tree
|
snapshot
next