projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
X86: Don't fold spills into SSE operations if the stack is unaligned.
2013-10-06
Benjamin Kramer
X86: Don't fold spills into SSE operations if the stack...
commit
|
commitdiff
|
tree
2013-10-05
Benjamin Kramer
Emit a better error when running out of registers on...
commit
|
commitdiff
|
tree
2013-10-05
Benjamin Kramer
lli: Plug leaks in the remote target external implementation.
commit
|
commitdiff
|
tree
2013-10-04
Benjamin Kramer
lli: Check pipe creation for errors.
commit
|
commitdiff
|
tree
2013-10-03
Benjamin Kramer
raw_fd_ostream: Be more verbose about the reason when...
commit
|
commitdiff
|
tree
2013-10-03
Benjamin Kramer
CaptureTracking: Plug a loophole in the "too many uses...
commit
|
commitdiff
|
tree
2013-10-02
Benjamin Kramer
Add newline at eof.
commit
|
commitdiff
|
tree
2013-10-02
Benjamin Kramer
SLPVectorizer: Make store chain finding more aggressive...
commit
|
commitdiff
|
tree
2013-10-01
Benjamin Kramer
SCEVExpander: Fix a regression I introduced by to eagerly...
commit
|
commitdiff
|
tree
2013-09-30
Benjamin Kramer
BoundsChecking: Fix refacto.
commit
|
commitdiff
|
tree
2013-09-30
Benjamin Kramer
Convert manual insert point restores to the new RAII...
commit
|
commitdiff
|
tree
2013-09-30
Benjamin Kramer
InstCombine: Replace manual fast math flag copying...
commit
|
commitdiff
|
tree
2013-09-30
Benjamin Kramer
IRBuilder: Add RAII objects to reset insertion points...
commit
|
commitdiff
|
tree
2013-09-30
Benjamin Kramer
IRBuilder: Move fast math flags to IRBuilderBase.
commit
|
commitdiff
|
tree
2013-09-29
Benjamin Kramer
ObjectSizeOffsetEvaluator: Don't run into infinite...
commit
|
commitdiff
|
tree
2013-09-29
Benjamin Kramer
Remove an old workaround for a compiler that EOL'd...
commit
|
commitdiff
|
tree
2013-09-29
Benjamin Kramer
Plug a memory leak in a unit test. Stack allocation...
commit
|
commitdiff
|
tree
2013-09-29
Benjamin Kramer
Deallocate type units when destroying a DWARFContext.
commit
|
commitdiff
|
tree
2013-09-29
Benjamin Kramer
Allocate AtomicSDNode operands in SelectionDAG's allocator...
commit
|
commitdiff
|
tree
2013-09-28
Benjamin Kramer
Add a test that large offsets on GEPs on 32 bits targets...
commit
|
commitdiff
|
tree
2013-09-24
Benjamin Kramer
Verify that we don't optimize null return checks to...
commit
|
commitdiff
|
tree
2013-09-24
Benjamin Kramer
MemoryBuiltins: Remove posix_memalign from the list...
commit
|
commitdiff
|
tree
2013-09-24
Benjamin Kramer
MemoryBuiltins: Reinstate optimizing (uninitialized...
commit
|
commitdiff
|
tree
2013-09-24
Benjamin Kramer
MemoryBuiltins: Fix operator new bits.
commit
|
commitdiff
|
tree
2013-09-24
Benjamin Kramer
Teach MemoryBuiltins and InstructionSimplify that operator...
commit
|
commitdiff
|
tree
2013-09-24
Benjamin Kramer
Push analysis passes to InstSimplify when they're around...
commit
|
commitdiff
|
tree
2013-09-24
Benjamin Kramer
DAGCombiner: Unify rotate matching for extended and...
commit
|
commitdiff
|
tree
2013-09-23
Benjamin Kramer
Expand test case a bit.
commit
|
commitdiff
|
tree
2013-09-23
Benjamin Kramer
InstSimplify: Fold equality comparisons between non...
commit
|
commitdiff
|
tree
2013-09-22
Benjamin Kramer
Provide basic type safety for array_pod_sort comparators.
commit
|
commitdiff
|
tree
2013-09-22
Benjamin Kramer
Drop spurious handle in comment.
commit
|
commitdiff
|
tree
2013-09-21
Benjamin Kramer
SROA: Handle casts involving vectors of pointers and...
commit
|
commitdiff
|
tree
2013-09-20
Benjamin Kramer
InstCombine: Remove unused argument. No functionality...
commit
|
commitdiff
|
tree
2013-09-20
Benjamin Kramer
InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y...
commit
|
commitdiff
|
tree
2013-09-20
Benjamin Kramer
Move x86-dependent tests into the right directory.
commit
|
commitdiff
|
tree
2013-09-19
Benjamin Kramer
Unbreak C++03 build.
commit
|
commitdiff
|
tree
2013-09-19
Benjamin Kramer
InstCombine: Don't allow turning vector-of-pointer...
commit
|
commitdiff
|
tree
2013-09-19
Benjamin Kramer
DAGCombiner: Don't fold vector muls with constants...
commit
|
commitdiff
|
tree
2013-09-16
Benjamin Kramer
ARM: Deduplicate ConstantPoolValues.
commit
|
commitdiff
|
tree
2013-09-15
Benjamin Kramer
Replace some unnecessary vector copies with references.
commit
|
commitdiff
|
tree
2013-09-15
Benjamin Kramer
ELF: Add support for the exclude section bit for gas...
commit
|
commitdiff
|
tree
2013-09-14
Benjamin Kramer
Remove unused StringRef that no compiler warned about...
commit
|
commitdiff
|
tree
2013-09-13
Benjamin Kramer
Add warn_unused_result to empty() on various containers.
commit
|
commitdiff
|
tree
2013-09-11
Benjamin Kramer
Revert "Give internal classes hidden visibility."
commit
|
commitdiff
|
tree
2013-09-11
Benjamin Kramer
Give internal classes hidden visibility.
commit
|
commitdiff
|
tree
2013-09-11
Benjamin Kramer
llvm-tblgen: Mangle operand replacements into the strings...
commit
|
commitdiff
|
tree
2013-09-11
Benjamin Kramer
Don't expose symbols of lle_ functions.
commit
|
commitdiff
|
tree
2013-09-11
Benjamin Kramer
llvm-tblgen: Stabilize subreg index tables.
commit
|
commitdiff
|
tree
2013-09-11
Benjamin Kramer
Path: Add an in-place version of path::native.
commit
|
commitdiff
|
tree
2013-09-10
Benjamin Kramer
LoopVectorize: PHI nodes are always at the beginning...
commit
|
commitdiff
|
tree
2013-09-09
Benjamin Kramer
[stackprotector] Modernize code with IRBuilder
commit
|
commitdiff
|
tree
2013-08-31
Benjamin Kramer
Mark an unreachable code path with llvm_unreachable...
commit
|
commitdiff
|
tree
2013-08-31
Benjamin Kramer
Free PressureDiffs instead of leaking.
commit
|
commitdiff
|
tree
2013-08-31
Benjamin Kramer
SimplifyLibCalls: When emitting an overloaded fp function...
commit
|
commitdiff
|
tree
2013-08-30
Benjamin Kramer
InstCombine: Check for zero shift amounts before subtracting...
commit
|
commitdiff
|
tree
2013-08-30
Benjamin Kramer
X86: Add a description of the Intel Atom Silvermont...
commit
|
commitdiff
|
tree
2013-08-24
Benjamin Kramer
Add a function object to compare the first or second...
commit
|
commitdiff
|
tree
2013-08-24
Benjamin Kramer
Simplify code. No functionality change.
commit
|
commitdiff
|
tree
2013-08-24
Benjamin Kramer
DwarfDebug: Delete orphaned children.
commit
|
commitdiff
|
tree
2013-08-20
Benjamin Kramer
memcmp is not a valid way to compare structs with padding...
commit
|
commitdiff
|
tree
2013-08-16
Benjamin Kramer
Add difference_type to ImmutableMap/Set iterators so...
commit
|
commitdiff
|
tree
2013-08-16
Benjamin Kramer
R600: Allocate memoperand in the MachienFunction so...
commit
|
commitdiff
|
tree
2013-08-16
Benjamin Kramer
When initializing the PIC global base register on ARM...
commit
|
commitdiff
|
tree
2013-08-14
Benjamin Kramer
Sphinx refuses to render this code block. Try adding...
commit
|
commitdiff
|
tree
2013-08-13
Benjamin Kramer
GCC warns about removing const with a c-style cast.
commit
|
commitdiff
|
tree
2013-08-12
Benjamin Kramer
Remove global construction. const char* is sufficient...
commit
|
commitdiff
|
tree
2013-08-09
Benjamin Kramer
Add a overload to CostTable which allows it to infer...
commit
|
commitdiff
|
tree
2013-08-09
Benjamin Kramer
Make directory iterator sentinels free.
commit
|
commitdiff
|
tree
2013-08-09
Benjamin Kramer
Make helper static and fix formatting.
commit
|
commitdiff
|
tree
2013-08-09
Benjamin Kramer
Remove byte order mark from source file.
commit
|
commitdiff
|
tree
2013-08-08
Benjamin Kramer
Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings...
commit
|
commitdiff
|
tree
2013-08-07
Benjamin Kramer
JumpThreading: Turn a select instruction into branching...
commit
|
commitdiff
|
tree
2013-08-05
Benjamin Kramer
Don't leak passes if added outside of the area determined...
commit
|
commitdiff
|
tree
2013-08-04
Benjamin Kramer
X86: Turn fp selects into mask operations.
commit
|
commitdiff
|
tree
2013-08-04
Benjamin Kramer
AsmParser: Store MacroLikeBodies on the side so they...
commit
|
commitdiff
|
tree
2013-08-03
Benjamin Kramer
PPCAsmParser: Stop leaking names.
commit
|
commitdiff
|
tree
2013-08-03
Benjamin Kramer
Unbreak llvm-rtdyld build.
commit
|
commitdiff
|
tree
2013-08-03
Benjamin Kramer
MachObjectFile: Don't leak on error.
commit
|
commitdiff
|
tree
2013-08-03
Benjamin Kramer
llvm-rtdyld: Don't leak memory managers.
commit
|
commitdiff
|
tree
2013-08-03
Benjamin Kramer
ARMAsmParser: Plug a leak.
commit
|
commitdiff
|
tree
2013-08-03
Benjamin Kramer
Stop leaking register infos in the disassemblers.
commit
|
commitdiff
|
tree
2013-07-29
Benjamin Kramer
Some Intel Penryn CPUs come with SSE4 disabled. Detect...
commit
|
commitdiff
|
tree
2013-07-27
Benjamin Kramer
DwarfDebug: MD5 is always little endian, bswap on big...
commit
|
commitdiff
|
tree
2013-07-24
Benjamin Kramer
TRE: Move class into anonymous namespace.
commit
|
commitdiff
|
tree
2013-07-21
Benjamin Kramer
mem2reg: Minor STL usage cleanup. No functionality...
commit
|
commitdiff
|
tree
2013-07-20
Benjamin Kramer
SROA: Microoptimization: Remove dead entries first...
commit
|
commitdiff
|
tree
2013-07-16
Benjamin Kramer
Finally, force the target for this test. Should unbreak...
commit
|
commitdiff
|
tree
2013-07-16
Benjamin Kramer
Label names also differ between platforms. Use a relaxed...
commit
|
commitdiff
|
tree
2013-07-16
Benjamin Kramer
Fix test not to fail when the target doesn't use leading...
commit
|
commitdiff
|
tree
2013-07-13
Benjamin Kramer
Convert a couple of grep tests to FileCheck.
commit
|
commitdiff
|
tree
2013-07-13
Benjamin Kramer
Only verify the length in archive test, we can't make...
commit
|
commitdiff
|
tree
2013-07-12
Benjamin Kramer
R600: Reapply testcase from r186178, the big endian...
commit
|
commitdiff
|
tree
2013-07-12
Benjamin Kramer
R600: Remove unsafe type punning. No intended functionality...
commit
|
commitdiff
|
tree
2013-07-12
Benjamin Kramer
X86: Shrink certain forms of movsx.
commit
|
commitdiff
|
tree
2013-07-12
Benjamin Kramer
Mark MDNode::getOperand as readonly.
commit
|
commitdiff
|
tree
2013-07-11
Benjamin Kramer
llvm-ar: Clean up memory management with OwningPtr.
commit
|
commitdiff
|
tree
2013-07-11
Benjamin Kramer
Sync SmallBitVector with BitVector. Add unit tests...
commit
|
commitdiff
|
tree
2013-07-11
Benjamin Kramer
Don't use a potentially expensive shift if all we want...
commit
|
commitdiff
|
tree
2013-07-11
Benjamin Kramer
Use move semantics if possible to construct ConstantRanges.
commit
|
commitdiff
|
tree
2013-07-11
Benjamin Kramer
Reduce the number of indirections in the attributes...
commit
|
commitdiff
|
tree
next