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
2011-03-07
Fix tagging name.
Bill Wendling
2011-03-07
Try fixing mingw build.
Argyrios Kyrtzidis
2011-03-07
Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths.
Eric Christopher
2011-03-07
Tweak this test. We can analyze what happens and show that we still do the
Nick Lewycky
2011-03-07
Add more analysis of the sign bit of an srem instruction. If the LHS is negative
Nick Lewycky
2011-03-07
Do a compiler check that we use one of the types from PointerUnion[N], instea...
Argyrios Kyrtzidis
2011-03-07
Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.
NAKAMURA Takumi
2011-03-06
Don't internalize available_externally functions. We already did the right
Rafael Espindola
2011-03-06
remove another jeff link
Chris Lattner
2011-03-06
Typo.
Eric Christopher
2011-03-06
ConstantInt has some getters which return ConstantInt's or ConstantVector's of
Nick Lewycky
2011-03-06
lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.
NAKAMURA Takumi
2011-03-06
Disable a couple of experimental heuristics to get the best results from the ...
Andrew Trick
2011-03-05
Avoid zero-sized allocations when copying a fresh DenseMap.
Benjamin Kramer
2011-03-05
Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...
Jakob Stoklund Olesen
2011-03-05
ARM assembler stuff is crazy: for .setfp positive values of offset correspond...
Anton Korobeynikov
2011-03-05
In Thumb1 mode the constant might be materialized via the load from constpool...
Anton Korobeynikov
2011-03-05
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2011-03-05
Add unwind information emission for thumb stuff
Anton Korobeynikov
2011-03-05
Handle MI flags inside Thumb2SizeReduction pass.
Anton Korobeynikov
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
Provide hooks to set MI flags in MachineInstrBuilder
Anton Korobeynikov
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
Shorten AsmPrinterFlags filed to accomodate for future Flags field
Anton Korobeynikov
2011-03-05
Work around a coalescer bug.
Jakob Stoklund Olesen
2011-03-05
Remove unused conditional negate operations.
Bob Wilson
2011-03-05
InstCombine: We know the number of items initially added to the worklist map,...
Benjamin Kramer
2011-03-05
Lazily allocate DenseMaps.
Benjamin Kramer
2011-03-05
ptx: add basic intrinsic support
Che-Liang Chiou
2011-03-05
Be explicit with abs(). Visual Studio workaround.
Andrew Trick
2011-03-05
utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then ...
NAKAMURA Takumi
2011-03-05
Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...
NAKAMURA Takumi
2011-03-05
On Windows hosts, Python scripts in test/Scripts did not accept binary files ...
NAKAMURA Takumi
2011-03-05
Fix for -sched-high-latency-cycles in sched=list-ilp mode.
Andrew Trick
2011-03-05
Missing "virtual" keyword. Jakob's review.
Andrew Trick
2011-03-05
Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reduces
Cameron Zwarich
2011-03-05
Missing comment.
Andrew Trick
2011-03-05
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-05
remove jeff's name (by his request)
Chris Lattner
2011-03-05
whitespace
Andrew Trick
2011-03-05
Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw whenever
Nick Lewycky
2011-03-05
Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison into
Nick Lewycky
2011-03-05
Rework the global split cost calculation.
Jakob Stoklund Olesen
2011-03-05
test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and...
NAKAMURA Takumi
2011-03-05
test commit
Jin-Gu Kang
2011-03-05
Compute the constraints for global live range splitting from an interference ...
Jakob Stoklund Olesen
2011-03-05
Teach the register scavenger to take subregs into account when finding a free...
Jim Grosbach
2011-03-04
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-03-04
Fix the case where the number of jobs is less than the
David Greene
[prev]
[next]