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-02-14
Jakob Stoklund...
Use the proper clobber check in handleLiveInRegister().
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Jakob Stoklund...
Dump live intervals in numerical order.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Lang Hames
Don't create a new copy of reserved regs - we already...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Chad Rosier
Remove unnecessary assignment to temporary, ResultReg.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Dmitri Gribenko
Silence the new -Wempty-body warning. It appeared...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Aaron Ballman
Using the new external-linkage warning recently added...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Aaron Ballman
Fixing warning due to the new "UTD return type in exter...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Bill Wendling
Add code to the target lowering object file module...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Lang Hames
Update MachineVerifier to check the new physreg live...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Lang Hames
Tighten physical register invariants: Allocatable physi...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Nadav Rotem
Fix PR12000. Some vector operations may use scalar...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Benjamin Kramer
Turn push_back loops into append/insert.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Bill Wendling
Change error tests to coincide with message changes.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Bill Wendling
Capitalize messages so that they appear nicely with...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Craig Topper
Move old movl vector_shuffle patterns. Not needed anymo...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Lang Hames
Rename getExceptionAddressRegister() to getExceptionPoi...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Lang Hames
Use convenience function for consistency.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Kostya Serebryany
[tsan] fix compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Lang Hames
Third time's the charm...?
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Lang Hames
Unswap swap operands, partially reducing confusion.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Kostya Serebryany
[asan] fix asan-vs-gvn.ll test (it did not actually...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Andrew Trick
Add simplifyLoopLatch to LoopRotate pass.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Bill Wendling
Don't reserve the R0 and R1 registers here. We don...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Bill Wendling
Don't recalculate the size of the vector each time...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Lang Hames
Make operands for VSWP read-modify-write.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Jakob Stoklund...
Add register mask support to ScheduleDAGRRList.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Devang Patel
Check against umin while converting fcmp into an icmp.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Dan Gohman
Just like in regular escape analysis, loads and stores...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Kostya Serebryany
ThreadSanitizer, a race detector. First LLVM commit.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Owen Anderson
v2f16 is a floating point type. Add symbolic floating...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Andrew Trick
LiveIntervalAnalysis does not depend on MachineLoopInfo.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Dylan Noblesmith
add LLVM_VERSION_MAJOR and _MINOR defines
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Jakob Stoklund...
Check regmask interference for -join-physregs.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Benjamin Kramer
Remove empty directories.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Nadav Rotem
Fix a bug in DAGCombine for the optimization of BUILD_V...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Ahmed Charles
Remove duplicate code in this header file which seemed...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Craig Topper
Still more vector_shuffle pattern removal.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Ahmed Charles
Fix various issues (or do cleanups) found by enabling...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Craig Topper
Remove more vector_shuffle patterns for unpack. These...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Craig Topper
Recommit r150328. Previous test failures should be...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Craig Topper
Revert accidental commit of a pruned testcase from...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Craig Topper
Update CanXFormVExtractWithShuffleIntoLoad to ensure...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
NAKAMURA Takumi
Revert r150328, "Remove more vector_shuffle patterns."
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Pete Cooper
Fixed bug when custom lowering DEC64m on x86.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Nadav Rotem
This patch addresses the problem of poor code generatio...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Benjamin Kramer
StringSwitchify the rest of Triple.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Chandler Carruth
Switch a bunch of manual if-chains to use StringSwitch...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Craig Topper
Remove more vector_shuffle patterns.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Eli Bendersky
Expose the ELFObjectFile class directly in the Object...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Nick Lewycky
Handle InvokeInst in EvaluateBlock. Don't try to suppor...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Nick Lewycky
false is totally null!
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Nick Lewycky
Remove redundant getAnalysis<> calls in GlobalOpt....
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Nick Lewycky
Pass TargetData and TargetLibraryInfo through to the...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Craig Topper
Remove more vector_shuffle patterns.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Nick Lewycky
Fix function name in comment to match actual name....
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Nick Lewycky
Don't traverse the PHI nodes twice. No functionality...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Craig Topper
Remove more vector_shuffle patterns.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Anton Korobeynikov
Add support for implicit TLS model used with MS VC...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Benjamin Kramer
Don't mix declarations and code.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Benjamin Kramer
Make the EDis tables const.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Benjamin Kramer
Reuse the enum names from X86Desc in the X86Disassembler.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Bill Wendling
Document the new module flags.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Bill Wendling
[WIP] Initial code for module flags.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Craig Topper
Remove some patterns for matching vector_shuffle instru...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Andrew Trick
Add TargetPassConfig hooks for scheduling/bundling.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Andrew Trick
comment
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Craig Topper
Fix shuffle lowering code to stop creating temporary...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Jakob Stoklund...
Allow Post-RA LICM to hoist reserved register reads.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Jakob Stoklund...
Handle register masks in local live range splitting.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Jakob Stoklund...
Don't read PreRegAlloc before it is initialized.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jim Grosbach
Revert r150222, as the clang driver now handles this...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jakob Stoklund...
Clean up comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jakob Stoklund...
Add a static MachineOperand::clobbersPhysReg().
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jakob Stoklund...
Add register mask support to InterferenceCache.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jakob Stoklund...
Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Pete Cooper
Added description of invariant.load metadata to LangRef...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jason W Kim
Make valgrind happy.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Hal Finkel
Update BBVectorize to use aliasesUnknownInst.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Hal Finkel
Have AliasSet::aliasesUnknownInst use pointer TBAA...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Hal Finkel
Make aliasesPointer and aliasesUnknownInst public membe...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Duncan Sands
Fix PR11948: the result type of an icmp may be a vector...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Duncan Sands
Revert commit 149912 (lattner) and add a testcase that...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Benjamin Kramer
Put instruction names into an indexed string table...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Andrew Trick
comment grammar
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jia Liu
update --enable-targets list
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Andrew Trick
unnecessary include
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Andrew Trick
PTX no longer needs to provide its own backend.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Andrew Trick
RegAlloc superpass: includes phi elimination, coalescin...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Lang Hames
Remove unused 'isAlias' parameter.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jim Grosbach
ARM on darwin, v6 implies the presence of VFP for the...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jakob Stoklund...
Constrain the regmask search space for local live ranges.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jakob Stoklund...
Cache basic block boundaries for faster RegMaskSlots...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jakob Stoklund...
Optimize LiveIntervals::intervalIsInOneMBB().
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Benjamin Kramer
Cache iterators. Some of these are expensive to create.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
David Blaikie
Change default error_code ctor to a 'named ctor' so...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Jakob Stoklund...
Add register mask support to RAGreedy.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Devang Patel
Now subprogram descriptors are not collected by llvm...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Benjamin Kramer
Tweak comment readability and grammar.
commit
|
commitdiff
|
tree
|
snapshot
next