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
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ms-inline asm] Force the use of a base pointer if the MachineFunction includes
Chad Rosier
2013-02-19
1
-2
/
+4
*
Add obvious constantness.
Jakub Staszak
2013-02-19
1
-2
/
+2
*
Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks.
Benjamin Kramer
2013-02-19
1
-43
/
+47
*
Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to
Rafael Espindola
2013-02-19
1
-1
/
+1
*
Make pass name more precise and fix comment.
Eli Bendersky
2013-02-19
1
-6
/
+2
*
Fix capitalization in comment to match function name.
Craig Topper
2013-02-19
1
-1
/
+1
*
Use array_pod_sort instead of std::sort.
Jakub Staszak
2013-02-18
1
-2
/
+2
*
X86FrameLowering.cpp: Fixup. Sorry for the breakage.
NAKAMURA Takumi
2013-02-18
1
-1
/
+1
*
X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2013-02-18
1
-2
/
+1
*
Remove a useless assert.
Chad Rosier
2013-02-18
1
-1
/
+0
*
Fix a 32/64 bit incompatibility in the HiPE prologue generation.
Benjamin Kramer
2013-02-18
1
-1
/
+1
*
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-18
2
-5
/
+157
*
X86: Add a note.
Benjamin Kramer
2013-02-17
1
-0
/
+9
*
Return false instead of 0.
Jakub Staszak
2013-02-17
1
-1
/
+1
*
[msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.
NAKAMURA Takumi
2013-02-16
1
-2
/
+2
*
Minor cleanups. No functionality change.
Jakub Staszak
2013-02-16
1
-9
/
+8
*
Reinitialize the ivars in the subtarget so that they can be reset with the ne...
Bill Wendling
2013-02-16
2
-33
/
+41
*
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-16
1
-1
/
+1
*
Temporary revert of 175320.
Bill Wendling
2013-02-15
2
-42
/
+34
*
Reinitialize the ivars in the subtarget.
Bill Wendling
2013-02-15
2
-34
/
+42
*
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-15
2
-41
/
+67
*
[ms-inline asm] Adjust the EndLoc to account for the ']'.
Chad Rosier
2013-02-15
1
-1
/
+2
*
Give these callbacks hidden visibility. It is better to not export them more
Rafael Espindola
2013-02-15
1
-1
/
+2
*
Don't make assumptions about the mangling of static functions in extern "C"
Rafael Espindola
2013-02-15
1
-20
/
+10
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-1
/
+1
*
The operand listing is very much outdated.
Eli Bendersky
2013-02-14
1
-5
/
+2
*
Simplify code. Remove "else after return".
Jakub Staszak
2013-02-14
1
-5
/
+4
*
added basic support for Intel ADX instructions
Kay Tiong Khoo
2013-02-14
5
-0
/
+54
*
80-col
Nadav Rotem
2013-02-14
1
-1
/
+2
*
Fixed a bug in X86TargetLowering::LowerVectorIntExtend() (assertion failure).
Elena Demikhovsky
2013-02-14
1
-3
/
+17
*
Revert r175120 and r175121. Clang is producing the expected asm names again.
Rafael Espindola
2013-02-14
1
-0
/
+6
*
Don't assume the mangling of static functions.
Rafael Espindola
2013-02-14
1
-6
/
+0
*
Don't build tail calls to functions with three inreg arguments on x86-32 PIC.
Nick Lewycky
2013-02-13
1
-5
/
+11
*
[ms-inline-asm] Add support for memory references that have non-immediate
Chad Rosier
2013-02-13
1
-13
/
+18
*
X86: Disable generation of rep;movsl when %esi is used as a base pointer.
Benjamin Kramer
2013-02-13
1
-0
/
+8
*
Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...
Elena Demikhovsky
2013-02-13
1
-0
/
+10
*
Check i1 as well as i8 variables for 8 bit registers for x86 inline
Eric Christopher
2013-02-13
1
-1
/
+1
*
Added 0x0D to 2-byte opcode extension table for prefetch* variants
Kay Tiong Khoo
2013-02-12
1
-4
/
+2
*
*fixed disassembly of some i386 system insts with intel syntax
Kay Tiong Khoo
2013-02-11
1
-4
/
+4
*
This is a follow-up on r174446, now taking Atom processors into
Eli Bendersky
2013-02-06
1
-6
/
+6
*
Make sure the correct opcodes are used to SUB and ADD the stack
Eli Bendersky
2013-02-05
1
-13
/
+18
*
Move MRI liveouts to X86 return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-12
/
+12
*
Fix comments
Eli Bendersky
2013-02-05
1
-1
/
+1
*
X86: Open up some opportunities for constant folding by postponing shift lowe...
Benjamin Kramer
2013-02-04
1
-4
/
+2
*
X86: Simplify code. No functionality change.
Benjamin Kramer
2013-02-04
1
-19
/
+5
*
More MSan/ASan annotations.
Evgeniy Stepanov
2013-02-04
1
-0
/
+3
*
Two changes relevant to LEA and x32:
David Sehr
2013-02-01
3
-3
/
+17
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
2
-16
/
+12
*
Whitespace.
Eric Christopher
2013-01-31
1
-9
/
+9
*
Check and allow floating point registers to select the size of the
Eric Christopher
2013-01-31
1
-2
/
+2
[next]