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-10-26
Bill Wendling
Remove the unneeded initializers.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Derek Schuff
Stop APInt::shl from generating llvm.trap
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Hal Finkel
Move target-specific BBVectorize tests into a separate...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Nadav Rotem
Move the target-specific tests, which require specific...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Rafael Espindola
Change the internalize pass to internalize all symbols...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Benjamin Kramer
Lowercase the argument for TargetTransformInfo so it...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Chad Rosier
[ms-inline asm] Emit an error for unsupported SIZE...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Chad Rosier
[ms-inline asm] Add support for the TYPE operator.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Benjamin Kramer
LoopSimplify: Preserve DependenceAnalysis.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Benjamin Kramer
Fix SCEV cache invalidation in LCSSA and LoopSimplify.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Benjamin Kramer
Add a basic verifier for SCEV's backedge taken counts.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Nadav Rotem
Fix a crash in SimpliftDemandedBits of vectors of pointers.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Akira Hatanaka
Make sure I is not the end iterator when isInsideBundle...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Reed Kotler
git-svn-id: https://llvm.org/svn/llvm-project/llvm...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Chad Rosier
[ms-inline asm] Have the target AsmParser create the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Renato Golin
Better handling of OpcodeToISD using enum/switch.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Joerg Sonnenberger
Don't explicitly require RTTI and EH.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Adhemerval...
PowerPC: Fix for rldcl/rldicl/rldicr MC emission
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
David Tweed
Minor enhancement to build process notes for ARM platforms.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Joerg Sonnenberger
Adjust llvm-ar and llvm-ranlib to not depend on excepti...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Nicolas Geoffray
Remove GC roots that reference dead objects.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Nicolas Geoffray
Fix CPP backend for method attributes by creating a...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Bill Wendling
Alphabetize the enum list.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Reed Kotler
Implement carry for subtract/add for mips16
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Nick Lewycky
Hoist out some work done inside a loop doing a linear...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Hal Finkel
Use VTTI->getNumberOfParts in BBVectorize.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Hal Finkel
Add VectorTargetTransform::getNumberOfParts.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Nick Lewycky
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Reed Kotler
implement large (>16 bit) constant loading.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Rafael Espindola
Fix unexpected passes. These test do work with LTO...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Reed Kotler
fix test setgek.ll so that it will not give false ...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Rafael Espindola
libLTO has a bug in that it will keep every symbol...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Rafael Espindola
Port testcase to FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Hal Finkel
Disable generation of pointer vectors by BBVectorize.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Nadav Rotem
Revert 166726 because it may have broken a number of...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Hal Finkel
BBVectorize, when using VTTI, should not form types...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Kaelyn Uhrain
Fix anonymous namespace issue introduced by r166714:
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Nadav Rotem
Fix a crash in ValueTracking. Add support for vectors...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Chad Rosier
[ms-inline asm] Perform field lookups with the dot...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Nadav Rotem
Fix the cost-model test.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Reed Kotler
implement mips16 patterns for select nodes
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Hal Finkel
Add CPU model to BBVectorize cost-model tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Kaelyn Uhrain
Don't return false when the function's return type...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Nadav Rotem
Add the cpu model to the test.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Hal Finkel
Begin incorporating target information into BBVectorize.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Nadav Rotem
LoopVectorize: Teach the cost model to query scalar...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Chad Rosier
[ms-inline asm] Add support for creating AsmRewrites...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Joerg Sonnenberger
Remove exception handling usage from tblgen.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Jakob Stoklund...
Also optimize large switch statements.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Michael Liao
Add 'const' qualifier on member functions not changing...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Nadav Rotem
Minor cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Micah Villmow
Update the release notes to note the change from Target...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Michael Liao
Add test for ATOM ISA SSSE3
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Chad Rosier
[ms-inline asm] Add error handling to the ParseIntelDot...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
David Blaikie
Remove unused member & unnecessary semicolon.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Joerg Sonnenberger
In preparation for removing exception handling in table...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Benjamin Kramer
DependenceAnalysis: Push #includes down into the implem...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
NAKAMURA Takumi
llvm/utils/TableGen/CMakeLists.txt: Update correspondin...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Sebastian Pop
add TableGen support to create relationship maps betwee...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Adhemerval...
This patch fixes the MC object emission of 'nop' for...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Bill Schmidt
This patch addresses a PPC64 ELF issue with passing...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Adhemerval...
PowerPC: Initial support for PowerPC64 MCJIT
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Adhemerval...
Initial TOC support for PowerPC64 object creation
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Elena Demikhovsky
The test avx-intel-ocl.ll failed. I can't reproduce...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Michael Liao
Atom has SIMD instruction set extension up to SSSE3
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Michael Liao
Clean up where SlotSize should be used instead of point...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Chandler Carruth
Teach SROA how to split whole-alloca integer loads...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Nadav Rotem
Add support for additional reduction variables: AND...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Jakob Stoklund...
Stop running the machine code verifier unconditionally.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Nadav Rotem
revert accidental change
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Nadav Rotem
Implement a basic cost model for vector and scalar...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Chad Rosier
Tell llvm-mc we're using intel syntax, so we don't...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Kevin Enderby
Add a bit of documentation on the annotated disassembly...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Chad Rosier
[ms-inline asm] Add back-end test case for r166632...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Bob Wilson
Don't try to install c-index-test with BUILD_CLANG_ONLY...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Micah Villmow
Fix a compiler warning with an unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Chad Rosier
[ms-inline asm] Add support for parsing the '.' operato...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Chad Rosier
Tidy up. No functional change intended.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Joerg Sonnenberger
Don't use stack unwinding to provide the location infor...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Hal Finkel
Update GVN to support vectors of pointers.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Nadav Rotem
Make LegalizeKind public so that we can use it outside...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Nadav Rotem
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Nadav Rotem
Document the -force-vector-width flag.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Nadav Rotem
LoopVectorizer: Add a basic cost model which uses the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Evan Cheng
Fix a miscompilation caused by a typo. When turning...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Hal Finkel
getSmallConstantTripMultiple should never return zero.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Kaelyn Uhrain
Make ~Operator() protected so subclasses can inherit...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Pete Cooper
Improve DenseMap checks for power of 2 growth. Thanks...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Micah Villmow
Add some cleanup to the DataLayout changes requested...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Nadav Rotem
Opt does not need to initialize the Asm printer/parser
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Micah Villmow
Delete the empty directory that was accidently added...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Micah Villmow
Back out r166591, not sure why this made it through...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Nadav Rotem
Opt needs to initialize the different targets.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Nadav Rotem
Implement a basic VectorTargetTransformInfo interface...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Chad Rosier
[ms-inline asm] Create a register operand, rather than...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Micah Villmow
Delete a directory that wasn't supposed to be checked...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Micah Villmow
Add in support for getIntPtrType to get the pointer...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Elena Demikhovsky
Special calling conventions for Intel OpenCL built...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
NAKAMURA Takumi
[CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Duncan Sands
Add a testcase that would have noticed the typo fixed...
commit
|
commitdiff
|
tree
|
snapshot
next