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
Age
Commit message (
Expand
)
Author
2010-10-11
Support AA chaining.
Dan Gohman
2010-10-11
Fix the pass manager's search order for immutable passes, and make it
Dan Gohman
2010-10-11
MC machine encoding for simple aritmetic instructions that use a shifted
Jim Grosbach
2010-10-11
Second set of ARM/MC/ELF changes.
Jason W Kim
2010-10-11
Clang's #include handling apparently doesn't work for libstdc++'s
Dan Gohman
2010-10-11
Unit Tests: Missed this error. MSVC and clang didn't complain.
Michael J. Spencer
2010-10-11
Proper VST scheduling itineraries.
Evan Cheng
2010-10-11
Use a sane mechanism for that assert.
Eric Christopher
2010-10-11
System: Add SwapByteOrder and update Support/MathExtras.h to use it.
Michael J. Spencer
2010-10-11
Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2010-10-11
The assert() should reference to machine instr operand number, too.
Jim Grosbach
2010-10-11
Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
Michael J. Spencer
2010-10-11
We're not going to handle dynamic allocas anywhere else.
Eric Christopher
2010-10-11
Change explicit search Apple specific code to only reference __eprintf on x86.
Daniel Dunbar
2010-10-11
Make sure to use the machine instruction operand number. It doesn't always
Jim Grosbach
2010-10-11
Reduce dpendencies for SupportTests.
Michael J. Spencer
2010-10-11
System: Add SwapByteOrder and update Support/MathExtras.h to use it.
Michael J. Spencer
2010-10-11
Make sure that the call stack adjustments have default operands. Also
Eric Christopher
2010-10-11
PR8297
Andrew Trick
2010-10-11
PowerPC varargs functions store live-in registers on the stack. Make sure we use
Jakob Stoklund Olesen
2010-10-11
Found a bug turning this on by default. Disable again for now.
Eric Christopher
2010-10-11
Remove now non-existent option.
Eric Christopher
2010-10-11
Fix help text.
Eric Christopher
2010-10-11
Change flag from Enable to Disable since we're enabled by default.
Eric Christopher
2010-10-11
Add KillTheDoctor.
Michael J. Spencer
2010-10-11
trailing whitespace cleanup
Jim Grosbach
2010-10-11
Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperand
Andrew Trick
2010-10-11
More binary encoding stuff, taking advantage of the new "by name" operand
Jim Grosbach
2010-10-11
Turn on arm fast isel by default.
Eric Christopher
2010-10-11
When figuring out which operands match which encoding fields in an instruction,
Jim Grosbach
2010-10-11
Properly handle reloading and spilling around partial redefines in
Jakob Stoklund Olesen
2010-10-11
remove dead prototype, PR8351
Chris Lattner
2010-10-11
MSVC hangs on compilation of ARMDisassembler.cpp. PR6866 applied to ARM target.
Francois Pichet
2010-10-11
Copy and pasteo.
Eric Christopher
2010-10-11
Whitespace cleanup in ARM fast isel.
Eric Christopher
2010-10-11
Add srem libcall support to ARM fast isel.
Eric Christopher
2010-10-11
Add i8 sdiv support for ARM fast isel.
Eric Christopher
2010-10-11
Implement select handling for ARM fast-isel.
Eric Christopher
2010-10-11
tweak comment.
Chris Lattner
2010-10-11
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-10-11
X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.
Michael J. Spencer
2010-10-10
X86: MinGW should always use libgcc on Windows.
Michael J. Spencer
2010-10-10
X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin).
Michael J. Spencer
2010-10-10
Fix Whitespace.
Michael J. Spencer
2010-10-10
force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.
Chris Lattner
2010-10-10
fix the default va_arg expansion (in the realignment case) to not implicitly
Chris Lattner
2010-10-10
fix the expansion of va_arg instruction on PPC to know the arg
Chris Lattner
2010-10-10
clarify that zero sized vectors are illegal, PR8340
Chris Lattner
2010-10-09
Now using a variant of the existing inlining heuristics to decide whether to ...
Kenneth Uildriks
2010-10-09
Fix dead link.
Nick Lewycky
[next]