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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug in X86 folding / unfolding table. Int_CMPSDrm and Int_CMPSSrm memory
Evan Cheng
2011-02-24
1
-2
/
+2
*
Add XCore intrinsic for clre instruction.
Richard Osborne
2011-02-23
1
-1
/
+3
*
Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enable
Richard Osborne
2011-02-23
1
-1
/
+7
*
Add XCore intrinsic for the setv instruction.
Richard Osborne
2011-02-23
1
-1
/
+6
*
Fix format for setc instruction.
Richard Osborne
2011-02-23
1
-1
/
+1
*
Add XCore intrinsic for settw instruction.
Richard Osborne
2011-02-23
1
-1
/
+5
*
Change VFPNeonA8 definition to make the code easier to read.
Evan Cheng
2011-02-23
2
-8
/
+3
*
More fcopysign correctness and performance fix.
Evan Cheng
2011-02-23
1
-33
/
+63
*
[AVX] General VUNPCKL codegen support.
David Greene
2011-02-22
2
-0
/
+20
*
Use the same (%dx) hack for in[bwl] as for out[bwl].
Joerg Sonnenberger
2011-02-22
1
-0
/
+13
*
VFP single precision arith instructions can go down to NEON pipeline, but on ...
Evan Cheng
2011-02-22
6
-109
/
+114
*
Stack alignment is 16 bytes on FreeBSD/i386 too.
Roman Divacky
2011-02-22
2
-3
/
+5
*
Guard against de-referencing MBB.end().
Evan Cheng
2011-02-22
1
-1
/
+4
*
available_externally (hidden or not) GVs are always accessed via stubs. rdar:...
Evan Cheng
2011-02-22
1
-1
/
+3
*
Only use blx for external function calls on thumb, these could be fixed
Eric Christopher
2011-02-22
1
-12
/
+26
*
Recognize loopz and loopnz as aliases for loope and loopne.
Joerg Sonnenberger
2011-02-22
1
-0
/
+3
*
Implement xgetbv and xsetbv.
Rafael Espindola
2011-02-22
4
-0
/
+19
*
Skipping over debugvalue instructions to determine whether the split spot is ...
Evan Cheng
2011-02-21
1
-0
/
+3
*
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
6
-25
/
+25
*
Fixed a bug in the X86 disassembler where a member of the
Sean Callanan
2011-02-21
2
-5
/
+5
*
Add XCore intrinsics for various instructions on ports.
Richard Osborne
2011-02-21
1
-2
/
+24
*
The stack should be 16 byte aligned on 32 bit solaris. Patch by Yuri.
Duncan Sands
2011-02-21
2
-3
/
+4
*
a serious "compare CSE" issue that is nontrivial to get right,
Chris Lattner
2011-02-21
1
-0
/
+69
*
Target/X86/X86FastISel: [PR6275] Fix Win32's dllimport function with fastisel.
NAKAMURA Takumi
2011-02-21
1
-2
/
+6
*
Generate correct Sparc32 ABI compliant code for functions that return a struct.
Venkatraman Govindaraju
2011-02-21
4
-8
/
+84
*
add a missed loop deletion case.
Chris Lattner
2011-02-21
1
-0
/
+14
*
add an idiom that loop idiom could theoretically catch.
Chris Lattner
2011-02-21
1
-0
/
+10
*
A lo/hi mul has higher latency than an imul r,ri, e.g. 5 cycles compared to 3
Cameron Zwarich
2011-02-21
1
-35
/
+0
*
The signed version of our "magic number" computation for the integer approxim...
Cameron Zwarich
2011-02-21
1
-6
/
+4
*
If both operands are loads from stores in memory we can't use movlpd/movlps
Eric Christopher
2011-02-20
1
-0
/
+4
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
16
-10
/
+41
*
Minor x86 README updates.
Eli Friedman
2011-02-19
1
-20
/
+14
*
implement PR9264: disambiguating 'bt mem, imm' as a btl.
Chris Lattner
2011-02-19
1
-0
/
+3
*
Fix typos.
Eric Christopher
2011-02-19
1
-2
/
+2
*
Avoid dangling else warnings.
Joerg Sonnenberger
2011-02-19
1
-1
/
+2
*
add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...
Chris Lattner
2011-02-18
1
-0
/
+6
*
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-02-18
1
-0
/
+50
*
introduce a new TargetLibraryInfo pass, which transformations can use to
Chris Lattner
2011-02-18
3
-0
/
+51
*
Fix style and a typo
Bruno Cardoso Lopes
2011-02-18
1
-4
/
+4
*
Add assembly parsing support for "msr" and also fix its encoding. Also add
Bruno Cardoso Lopes
2011-02-18
7
-47
/
+169
*
add a poor division by constant case.
Chris Lattner
2011-02-18
1
-0
/
+37
*
Recognize monitor/mwait with explicit register arguments
Joerg Sonnenberger
2011-02-18
1
-0
/
+8
*
Recognize leavel and leaveq aliases for leave.
Joerg Sonnenberger
2011-02-17
1
-0
/
+3
*
[AVX] Recorganize X86ShuffleDecode into its own library
David Greene
2011-02-17
7
-33
/
+116
*
The labyrinthine X86 backend no longer appears to require
Dan Gohman
2011-02-17
1
-37
/
+0
*
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-17
5
-8
/
+2
*
Fix whitespace.
NAKAMURA Takumi
2011-02-17
2
-9
/
+9
*
This has been implemented.
Duncan Sands
2011-02-17
1
-10
/
+0
*
add some notes on compares + binops. Remove redundant entries.
Chris Lattner
2011-02-17
1
-20
/
+47
*
Add a few missed xforms from GCC PR14753
Chris Lattner
2011-02-16
1
-0
/
+29
[next]