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
2012-06-11
Fix test case to work on ARM.
Jakob Stoklund Olesen
2012-06-11
Emit the two-operand form of the PPC mfcr instruction as mfocrf.
Hal Finkel
2012-06-11
Add local CPU detection for Linux PPC.
Hal Finkel
2012-06-11
Add POWER6 and POWER7 CPU types to the PPC backend.
Hal Finkel
2012-06-11
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
Fix a problem with the reverse bundle iterators.
Jakob Stoklund Olesen
2012-06-11
Object file output from llc isn't experimental anymore.
Benjamin Kramer
2012-06-11
Re-enable the CMN instruction.
Bill Wendling
2012-06-11
InstCombine: factor code better.
Benjamin Kramer
2012-06-10
InstCombine: Turn (zext A) == (B & (1<<X)-1) into A == (trunc B), narrowing t...
Benjamin Kramer
2012-06-10
Enable ILP scheduling for all nodes by default on PPC.
Hal Finkel
2012-06-10
Add AutoUpgrade support for the SSE4 ptest intrinsics.
Nadav Rotem
2012-06-10
Use critical anti-dep. breaking on all PPC targets, but also add other regist...
Hal Finkel
2012-06-10
Add intrinsics for immediate form of XOP vprot instructions. Use i128mem inst...
Craig Topper
2012-06-09
Improve ext/trunc patterns on PPC64.
Hal Finkel
2012-06-09
Use XOP vpcom intrinsics in patterns instead of a target specific SDNode type...
Craig Topper
2012-06-09
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
Hashing: Remove outdated comment. Support for reserved hash values was remove...
Benjamin Kramer
2012-06-09
Disabling a spurious deprecation warning about using PathV1 from within the P...
Aaron Ballman
2012-06-09
Fixing a typo in the comments.
Aaron Ballman
2012-06-09
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-09
Silence a gcc-4.6 warning: GCC fails to understand that secondReg and cmpOp2 are
Duncan Sands
2012-06-09
Enable tail merging on PPC.
Hal Finkel
2012-06-09
Register pressure: added getPressureAfterInstr.
Andrew Trick
2012-06-09
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
2012-06-09
Test commit
Jack Carter
2012-06-09
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-08
Removing strange "using" declarations form TargetInstrInfo.
Andrew Trick
2012-06-08
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
Don't run RAFast in the optimizing regalloc pipeline.
Jakob Stoklund Olesen
2012-06-08
canonicalize:
Nuno Lopes
2012-06-08
Start implementing pre-ra if-converter: using speculation and selects to elim...
Evan Cheng
2012-06-08
TargetInstrInfo hooks implemented in codegen should be declared pure virtual.
Andrew Trick
2012-06-08
Reapply commit 158073 with a fix (the testcase was already committed). The
Duncan Sands
2012-06-08
Remove the TODO statement in the PPC README re: CTR loops
Hal Finkel
2012-06-08
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable.
Hal Finkel
2012-06-08
Enable optimization for integer ABS on X86 if Subtarget has CMOV.
Manman Ren
2012-06-08
Test case for r158160
Manman Ren
2012-06-08
Sched itinerary fix: Avoid static initializers.
Andrew Trick
2012-06-08
Fix a crash in APInt::lshr when shiftAmt > BitWidth.
Chad Rosier
2012-06-08
Fix Target->Codegen dependence.
Andrew Trick
2012-06-08
BoundsChecking: add support for ConstantPointerNull. fixes a bunch of instrum...
Nuno Lopes
2012-06-08
test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911.
NAKAMURA Takumi
2012-06-08
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
Fix a bug in the new PPC CTR-Loops pass.
Hal Finkel
2012-06-08
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
Revert commit 158073 while waiting for a fix. The issue is that reassociate
Duncan Sands
2012-06-08
cmake: Pass the -m32 flag to modules if LLVM_BUILD_32_BITS is enabled
Tobias Grosser
[next]