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
*
Mark re-materializable instructions.
Evan Cheng
2007-03-21
3
-0
/
+6
*
Added MRegisterInfo hook to re-materialize an instruction.
Evan Cheng
2007-03-20
2
-0
/
+13
*
Two changes:
Chris Lattner
2007-03-20
2
-13
/
+39
*
fix a warning
Chris Lattner
2007-03-19
1
-1
/
+1
*
Support 'I' inline asm constraint.
Devang Patel
2007-03-17
1
-0
/
+11
*
And now support for MMX logical operations.
Bill Wendling
2007-03-16
2
-2
/
+54
*
Multiplication support for MMX.
Bill Wendling
2007-03-15
2
-1
/
+9
*
Under X86-64 large code model, do not emit 32-bit pc relative calls.
Evan Cheng
2007-03-14
1
-3
/
+5
*
Notes about codegen issues.
Evan Cheng
2007-03-14
1
-0
/
+47
*
Clean up.
Evan Cheng
2007-03-14
1
-3
/
+4
*
Oops.
Evan Cheng
2007-03-14
1
-1
/
+1
*
X86-64 JIT is in large code model. Need stubs for direct calls.
Evan Cheng
2007-03-14
1
-1
/
+1
*
x86-64 JIT stub codegen.
Evan Cheng
2007-03-14
1
-0
/
+11
*
Preliminary support for X86-64 JIT stub codegen.
Evan Cheng
2007-03-14
1
-3
/
+35
*
More flexible TargetLowering LSR hooks for testing whether an immediate is
Evan Cheng
2007-03-12
2
-16
/
+33
*
Stupid bug: SSE2 supports v2i64 add / sub.
Evan Cheng
2007-03-12
1
-0
/
+2
*
Adding more arithmetic operators to MMX. This is an almost exact copy of
Bill Wendling
2007-03-10
2
-0
/
+14
*
Added "padd*" support for MMX. Added MMX move stuff to X86InstrInfo so that
Bill Wendling
2007-03-08
4
-10
/
+73
*
Putting more constants which do not contain relocations into .literal{4|8|16}
Evan Cheng
2007-03-08
1
-5
/
+6
*
Put constant data to .const, .const_data, .literal{4|8|16} sections.
Evan Cheng
2007-03-08
2
-2
/
+25
*
Remove useless pattern fragments.
Bill Wendling
2007-03-07
1
-2
/
+0
*
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-03-07
1
-12
/
+2
*
Properly support v8i8 and v4i16 types. It now converts them to v2i32 for
Bill Wendling
2007-03-07
2
-6
/
+20
*
Fix DWARF debugging information on x86/Linux and (hopefully)
Anton Korobeynikov
2007-03-07
1
-0
/
+3
*
Add LOAD/STORE support for MMX.
Bill Wendling
2007-03-06
2
-21
/
+46
*
Use new SDIselParamAttr enumeration. This removes "magick" constants
Anton Korobeynikov
2007-03-06
1
-3
/
+8
*
Add the emms intrinsic for MMX support.
Bill Wendling
2007-03-05
1
-1
/
+4
*
add missing braces
Chris Lattner
2007-03-04
1
-25
/
+25
*
X86-64 VACOPY needs custom expansion. va_list is a struct { i32, i32, i8*, i8...
Evan Cheng
2007-03-02
2
-3
/
+34
*
Simplify things
Anton Korobeynikov
2007-03-02
1
-8
/
+2
*
argument lowering should copy from the vreg shadows of live-in arguments
Chris Lattner
2007-03-02
1
-7
/
+7
*
add a note
Chris Lattner
2007-03-02
1
-0
/
+22
*
Ensure that fastcall'ed function is correctly mangled & stack is
Anton Korobeynikov
2007-03-01
2
-13
/
+20
*
remove dead option
Chris Lattner
2007-02-28
1
-4
/
+0
*
bugfix: fastcall does not require the first two params to be marked 'inreg',
Chris Lattner
2007-02-28
1
-1
/
+1
*
use high-level functions in CCState
Chris Lattner
2007-02-28
1
-15
/
+6
*
make use of helper functions in CCState for analyzing formals and calls.
Chris Lattner
2007-02-28
1
-49
/
+15
*
switch LowerFastCCCallTo over to using the new fastcall description.
Chris Lattner
2007-02-28
1
-97
/
+40
*
switch LowerFastCCArguments over to using the autogenerated Fastcall descript...
Chris Lattner
2007-02-28
1
-174
/
+59
*
add new CC_X86_32_FastCall calling conv, which describes fastcall on win32.
Chris Lattner
2007-02-28
1
-10
/
+29
*
rearrange code
Chris Lattner
2007-02-28
1
-300
/
+292
*
remove fastcc (not fastcall) support
Chris Lattner
2007-02-28
2
-58
/
+26
*
switch LowerCCCArguments over to using autogenerated CC.
Chris Lattner
2007-02-28
1
-94
/
+62
*
simplify sret handling
Chris Lattner
2007-02-28
1
-13
/
+5
*
switch LowerCCCCallTo over to using an autogenerated callingconv
Chris Lattner
2007-02-28
2
-110
/
+71
*
rename stuff
Chris Lattner
2007-02-28
1
-24
/
+24
*
switch return value passing and the x86-64 calling convention information
Chris Lattner
2007-02-28
1
-137
/
+9
*
make subtarget references work.
Chris Lattner
2007-02-28
1
-3
/
+7
*
PEI now passes a RegScavenger ptr to eliminateFrameIndex.
Evan Cheng
2007-02-28
2
-2
/
+4
*
reenable generation of CC info
Chris Lattner
2007-02-27
1
-1
/
+1
[next]