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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...
Hal Finkel
2012-06-12
2
-135
/
+134
*
Satisfy C++ aliasing rules, per suggestion by Chandler.
Argyrios Kyrtzidis
2012-06-12
2
-2
/
+2
*
Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...
Jakob Stoklund Olesen
2012-06-12
2
-132
/
+133
*
For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
Argyrios Kyrtzidis
2012-06-12
2
-13
/
+11
*
misched: When querying RegisterPressureTracker, always save current and max p...
Andrew Trick
2012-06-11
1
-2
/
+8
*
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
*
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
*
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
1
-1
/
+4
*
Re-enable the CMN instruction.
Bill Wendling
2012-06-11
5
-69
/
+144
*
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
1
-1
/
+23
*
Enable ILP scheduling for all nodes by default on PPC.
Hal Finkel
2012-06-10
1
-4
/
+6
*
Add AutoUpgrade support for the SSE4 ptest intrinsics.
Nadav Rotem
2012-06-10
1
-6
/
+59
*
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
1
-27
/
+37
*
Improve ext/trunc patterns on PPC64.
Hal Finkel
2012-06-09
1
-11
/
+4
*
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
2
-175
/
+67
*
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
1
-7
/
+1
*
Register pressure: added getPressureAfterInstr.
Andrew Trick
2012-06-09
1
-33
/
+80
*
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
2012-06-09
3
-0
/
+296
*
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
3
-11
/
+11
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
7
-78
/
+121
*
canonicalize:
Nuno Lopes
2012-06-08
1
-4
/
+5
*
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
1
-13
/
+13
*
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
2
-11
/
+9
*
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
*
Fix a crash in APInt::lshr when shiftAmt > BitWidth.
Chad Rosier
2012-06-08
1
-1
/
+1
*
Fix Target->Codegen dependence.
Andrew Trick
2012-06-08
2
-195
/
+205
*
BoundsChecking: add support for ConstantPointerNull. fixes a bunch of instrum...
Nuno Lopes
2012-06-08
1
-6
/
+7
*
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
2
-4
/
+17
*
Fix a bug in the new PPC CTR-Loops pass.
Hal Finkel
2012-06-08
1
-0
/
+1
*
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
9
-18
/
+812
*
Revert commit 158073 while waiting for a fix. The issue is that reassociate
Duncan Sands
2012-06-08
1
-111
/
+123
[next]