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
*
For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while
Evan Cheng
2006-11-17
1
-29
/
+46
*
Hopefully a good crack at making debugging work on intel -disable-fp-elim.
Jim Laskey
2006-11-17
1
-1
/
+3
*
Removed even more std::cerr and #include <iostream> things.
Bill Wendling
2006-11-17
5
-31
/
+20
*
Correct instructions for moving data between GR64 and SSE registers; also cor...
Evan Cheng
2006-11-16
3
-6
/
+34
*
Fix a potential bug: MOVPDI2DI, etc. are not copy instructions.
Evan Cheng
2006-11-16
1
-3
/
+1
*
Align stubs on 4 byte boundary. This fixes 447.dealII.
Evan Cheng
2006-11-16
1
-2
/
+2
*
Properly transfer kill / dead info.
Evan Cheng
2006-11-15
2
-21
/
+41
*
Kill / dead info has been moved to MI's.
Evan Cheng
2006-11-15
1
-18
/
+11
*
Remove unneeded forward decls
Chris Lattner
2006-11-15
2
-2
/
+0
*
Revert. This wasn't meant to be checked in.
Evan Cheng
2006-11-14
1
-11
/
+18
*
it would be nice of ctlz were lowered to bsf etc.
Chris Lattner
2006-11-14
1
-0
/
+9
*
Matches MachineInstr changes.
Evan Cheng
2006-11-13
5
-56
/
+47
*
Add implicit use / def operands to created MI's.
Evan Cheng
2006-11-11
3
-10
/
+8
*
Add all implicit defs to FP_REG_KILL mi.
Evan Cheng
2006-11-11
1
-1
/
+6
*
Add a note.
Evan Cheng
2006-11-10
1
-0
/
+6
*
These are done.
Evan Cheng
2006-11-10
2
-69
/
+0
*
Don't dag combine floating point select to max and min intrinsics. Those
Evan Cheng
2006-11-10
3
-59
/
+21
*
Fix a bug in SelectScalarSSELoad. Since the load is wrapped in a
Evan Cheng
2006-11-10
1
-0
/
+1
*
Fix a potential bug.
Evan Cheng
2006-11-10
1
-1
/
+1
*
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-10
1
-1
/
+1
*
Use TargetInstrInfo::getNumOperands() instead of MachineInstr::getNumOperands...
Evan Cheng
2006-11-10
3
-34
/
+50
*
Fixing PR990: http://llvm.org/PR990.
Anton Korobeynikov
2006-11-10
1
-6
/
+6
*
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-11-09
2
-5
/
+9
*
Use movl+xchgl instead of pushl+popl.
Evan Cheng
2006-11-08
1
-3
/
+2
*
Match tblegen changes.
Evan Cheng
2006-11-08
1
-15
/
+16
*
Fixed a bug which causes x86 be to incorrectly match
Evan Cheng
2006-11-07
3
-5
/
+30
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
2
-2
/
+4
*
remove dead/redundant vars
Chris Lattner
2006-11-03
3
-6
/
+0
*
Dead code.
Evan Cheng
2006-11-03
1
-4
/
+0
*
silence warning
Chris Lattner
2006-11-03
1
-6
/
+0
*
For PR786:
Reid Spencer
2006-11-02
3
-9
/
+3
*
Fix ldmxcsr JIT encoding.
Evan Cheng
2006-11-01
1
-6
/
+4
*
Nuke dead code.
Evan Cheng
2006-10-31
1
-1
/
+0
*
allow the address of a global to be used with the "i" constraint when in
Chris Lattner
2006-10-31
2
-1
/
+36
*
implement the 'c' inline asm modifier character
Chris Lattner
2006-10-31
1
-0
/
+3
*
handle "st" as "st(0)"
Chris Lattner
2006-10-31
1
-3
/
+12
*
1. Clean up code due to changes in SwitchTo*Section(2)
Anton Korobeynikov
2006-10-31
6
-15
/
+43
*
Unbreaking static ctors patch.
Anton Korobeynikov
2006-10-31
1
-1
/
+1
*
Make this compile again.
Reid Spencer
2006-10-31
1
-1
/
+1
*
Apply Aton's LLVM patch for PR973: Linux ctors / dtors support.
Evan Cheng
2006-10-31
1
-4
/
+22
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
6
-9
/
+39
*
fix wonky indentation
Chris Lattner
2006-10-30
1
-6
/
+6
*
All targets expand BR_JT for now.
Evan Cheng
2006-10-30
1
-0
/
+1
*
add another target hook for branch folding.
Chris Lattner
2006-10-28
2
-0
/
+13
*
Doh. Must check if GV is constant first.
Evan Cheng
2006-10-28
1
-2
/
+2
*
don't distribute internal readme's
Chris Lattner
2006-10-28
1
-1
/
+1
*
Make sure all the readme files get distributed.
Reid Spencer
2006-10-28
1
-1
/
+1
*
Fixed a significant bug where unpcklpd is incorrectly used to extract element...
Evan Cheng
2006-10-27
3
-6
/
+25
*
Fix for PR968: expand vector sdiv, udiv, srem, urem.
Evan Cheng
2006-10-27
1
-9
/
+16
*
Put cstrings in .cstring section when compiling for Mac OS X.
Evan Cheng
2006-10-26
2
-1
/
+10
[next]