index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...
Jakob Stoklund Olesen
2012-06-12
2
-132
/
+133
*
FileCheck docs: remove leftover HTML markup.
Dmitri Gribenko
2012-06-12
1
-9
/
+9
*
For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
Argyrios Kyrtzidis
2012-06-12
3
-14
/
+18
*
misched: When querying RegisterPressureTracker, always save current and max p...
Andrew Trick
2012-06-11
2
-7
/
+16
*
misched: regpressure getMaxPressureDelta, revert accidental checkin.
Andrew Trick
2012-06-11
1
-8
/
+2
*
Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().
Hal Finkel
2012-06-11
2
-133
/
+132
*
Fix test that depends on register allocation.
Jakob Stoklund Olesen
2012-06-11
1
-5
/
+4
*
Enable MFOCRF generation on the PPC A2 core.
Hal Finkel
2012-06-11
1
-2
/
+2
*
Rename the PPC target feature gpul to mfocrf.
Hal Finkel
2012-06-11
5
-13
/
+13
*
Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection.
Hal Finkel
2012-06-11
1
-0
/
+1
*
Fix test case to work on ARM.
Jakob Stoklund Olesen
2012-06-11
1
-2
/
+3
*
Emit the two-operand form of the PPC mfcr instruction as mfocrf.
Hal Finkel
2012-06-11
1
-1
/
+1
*
Add local CPU detection for Linux PPC.
Hal Finkel
2012-06-11
1
-1
/
+95
*
Add POWER6 and POWER7 CPU types to the PPC backend.
Hal Finkel
2012-06-11
3
-0
/
+14
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
34
-1082
/
+912
*
Fix a problem with the reverse bundle iterators.
Jakob Stoklund Olesen
2012-06-11
1
-52
/
+16
*
Object file output from llc isn't experimental anymore.
Benjamin Kramer
2012-06-11
1
-1
/
+1
*
Re-enable the CMN instruction.
Bill Wendling
2012-06-11
6
-69
/
+166
*
InstCombine: factor code better.
Benjamin Kramer
2012-06-11
1
-14
/
+7
*
InstCombine: Turn (zext A) == (B & (1<<X)-1) into A == (trunc B), narrowing t...
Benjamin Kramer
2012-06-10
2
-1
/
+45
*
Enable ILP scheduling for all nodes by default on PPC.
Hal Finkel
2012-06-10
4
-8
/
+10
*
Add AutoUpgrade support for the SSE4 ptest intrinsics.
Nadav Rotem
2012-06-10
3
-6
/
+103
*
Use critical anti-dep. breaking on all PPC targets, but also add other regist...
Hal Finkel
2012-06-10
1
-4
/
+11
*
Add intrinsics for immediate form of XOP vprot instructions. Use i128mem inst...
Craig Topper
2012-06-10
2
-35
/
+55
*
Improve ext/trunc patterns on PPC64.
Hal Finkel
2012-06-09
2
-11
/
+5
*
Use XOP vpcom intrinsics in patterns instead of a target specific SDNode type...
Craig Topper
2012-06-09
4
-60
/
+13
*
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
4
-431
/
+149
*
Hashing: Remove outdated comment. Support for reserved hash values was remove...
Benjamin Kramer
2012-06-09
1
-4
/
+0
*
Disabling a spurious deprecation warning about using PathV1 from within the P...
Aaron Ballman
2012-06-09
1
-0
/
+10
*
Fixing a typo in the comments.
Aaron Ballman
2012-06-09
1
-1
/
+1
*
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-09
2
-5
/
+6
*
Silence a gcc-4.6 warning: GCC fails to understand that secondReg and cmpOp2 are
Duncan Sands
2012-06-09
1
-1
/
+1
*
Enable tail merging on PPC.
Hal Finkel
2012-06-09
2
-12
/
+6
*
Register pressure: added getPressureAfterInstr.
Andrew Trick
2012-06-09
2
-33
/
+104
*
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
2012-06-09
4
-0
/
+297
*
Test commit
Jack Carter
2012-06-09
1
-0
/
+1
*
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
6
-89
/
+32
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-09
9
-38
/
+38
*
Removing strange "using" declarations form TargetInstrInfo.
Andrew Trick
2012-06-08
1
-4
/
+0
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
9
-78
/
+126
*
Don't run RAFast in the optimizing regalloc pipeline.
Jakob Stoklund Olesen
2012-06-08
23
-24
/
+24
*
canonicalize:
Nuno Lopes
2012-06-08
2
-4
/
+29
*
Start implementing pre-ra if-converter: using speculation and selects to elim...
Evan Cheng
2012-06-08
1
-6
/
+15
*
TargetInstrInfo hooks implemented in codegen should be declared pure virtual.
Andrew Trick
2012-06-08
2
-19
/
+39
*
Reapply commit 158073 with a fix (the testcase was already committed). The
Duncan Sands
2012-06-08
1
-123
/
+120
*
Remove the TODO statement in the PPC README re: CTR loops
Hal Finkel
2012-06-08
1
-1
/
+0
*
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
4
-13
/
+11
*
Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable.
Hal Finkel
2012-06-08
1
-2
/
+10
*
Enable optimization for integer ABS on X86 if Subtarget has CMOV.
Manman Ren
2012-06-08
1
-3
/
+5
*
Test case for r158160
Manman Ren
2012-06-08
1
-0
/
+42
[prev]
[next]