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
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
2010-10-09
Silence compiler warning.
Benjamin Kramer
2010-10-09
MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi!
Michael J. Spencer
2010-10-09
Don't test a removed function.
Benjamin Kramer
2010-10-09
syntax-highlighting: Fix module asm keyword.
Michael J. Spencer
2010-10-09
MC-COFF: Implement InitSections. Fixes PR8335.
Michael J. Spencer
2010-10-09
MC-COFF: Add COFFAsmParser. Completes PR8343.
Michael J. Spencer
2010-10-09
Fix Whitespace.
Michael J. Spencer
2010-10-09
MC-COFF: Assert on non-coff sections.
Michael J. Spencer
2010-10-09
Add Kate syntax highlighting files.
Michael J. Spencer
2010-10-09
Add VLD4 scheduling itineraries.
Evan Cheng
2010-10-09
MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for somethi...
Michael J. Spencer
2010-10-09
Finish vld3 and vld4.
Evan Cheng
2010-10-09
Complete vld2 instruction itineries.
Evan Cheng
2010-10-09
Multiply instructions are issued on pipeline 0. They do not need to reserve p...
Evan Cheng
2010-10-09
Correct some load / store instruction itinerary mistakes:
Evan Cheng
[next]