index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-06-28
Don't output an empty string.
Bill Wendling
2012-06-28
The Mips specific inline asm operand modifier 'z' has the
Jack Carter
2012-06-28
make LVI::getEdgeValue() always intersect the constraints of the edge with th...
Nuno Lopes
2012-06-28
fix a off-by-one bug in intersectWith(), and add a bunch of tests
Nuno Lopes
2012-06-28
Use the interface through DIDescriptor to get the tag/version for a debug info
Bill Wendling
2012-06-28
Fix cmake failure from moving files around.
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
Whitespace.
Chad Rosier
2012-06-27
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
Revert r159136 due to PR13124.
Matt Beaumont-Gay
2012-06-27
Some reassociate optimizations create new instructions, which they insert just
Duncan Sands
2012-06-27
Teach assembler to handle capitalised operation values for DSB instructions
Richard Barton
2012-06-27
Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...
Richard Barton
2012-06-27
Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.
Akira Hatanaka
2012-06-27
Fix bug in computation of stack size in MipsFrameLowering.cpp.
Akira Hatanaka
2012-06-26
Reduce indentation in function. Rearrange some methods. No functionality change.
Bill Wendling
2012-06-26
Revamp how debugging information is emitted for debug info objects.
Bill Wendling
2012-06-26
Add a missing check to avoid dereference null. No sensible test case possible...
Evan Cheng
2012-06-26
Remove a instcombine transform that (no longer?) makes sense:
Evan Cheng
2012-06-26
Implement getHostCPUName for ARM/linux. This will be used to implement -march...
Benjamin Kramer
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
Fix ThreadLocalImpl::getInstance for --disable-threads.
Argyrios Kyrtzidis
2012-06-26
Allow targets to inject passes before the virtual register rewriter.
Jakob Stoklund Olesen
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
Replacing zero-sized alloca's with a null pointer is too aggressive, instead
Duncan Sands
2012-06-26
Removed unused variable
Elena Demikhovsky
2012-06-26
Rename to match other X86_64* names.
Bill Wendling
2012-06-26
Shuffle optimization for AVX/AVX2.
Elena Demikhovsky
2012-06-26
Update a bunch of stale comments that dated from when this folled the
Chandler Carruth
2012-06-26
Remove some duplicate instructions that exist only to given different mnemoni...
Craig Topper
2012-06-26
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-26
Remove unnecessary FIXME
Andrew Trick
2012-06-26
Make sure type is not extended or untyped before create a constant of the typ...
Evan Cheng
2012-06-25
Make some ugly hacks for inline asm operands which name a specific register a...
Eli Friedman
2012-06-25
revert my previous commit (r159173), since as Eli pointed out, it's perfectly...
Nuno Lopes
2012-06-25
do not set realloc() as NotAlias, since it can return the same pointer. This ...
Nuno Lopes
2012-06-25
ARM: update peephole optimization.
Manman Ren
2012-06-25
Fix the objc_autoreleasedReturnValue optimization code to locate
Dan Gohman
2012-06-25
Enforce stricter liveness rules for PHIs.
Jakob Stoklund Olesen
2012-06-25
Run ProcessImplicitDefs on SSA form where it can be much simpler.
Jakob Stoklund Olesen
2012-06-25
improve optimization of invoke instructions:
Nuno Lopes
2012-06-25
check for the NoAlias attribute through CallSite
Nuno Lopes
2012-06-25
PR13013: ELF Type identification fails for MSB type ELF files.
Meador Inge
2012-06-25
If a constant or a function has linkonce_odr linkage and unnamed_addr, mark it
Rafael Espindola
2012-06-25
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-06-25
Add SSE2 predicate to CVTPS2PD instructions. Doesn't matter much because ther...
Craig Topper
2012-06-25
Remove codegen only instruction in favor of one that has the same definition....
Craig Topper
2012-06-25
Teach PHIElimination to handle <undef> operands.
Jakob Stoklund Olesen
[prev]
[next]