index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-24
1
-1
/
+1
*
Added missing description for -disable-mmx option.
Mon P Wang
2008-11-24
1
-1
/
+1
*
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-23
1
-1
/
+1
*
Added -disable-mmx using a patch from Preston Gurd.
Mon P Wang
2008-11-23
1
-1
/
+5
*
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-22
2
-20
/
+4
*
Allow XMM2 and XMM3 to be used for non ABI compliant code.
Mon P Wang
2008-11-20
1
-3
/
+4
*
Eliminate a compile time warning.
Evan Cheng
2008-11-19
1
-4
/
+6
*
<rdar://problem/6351057>
Stuart Hastings
2008-11-19
1
-10
/
+12
*
Don't set neverHasSideEffects on x86's divide instructions, since
Dan Gohman
2008-11-18
2
-3
/
+1
*
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
2
-6
/
+6
*
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
Oscar Fuentes
2008-11-15
1
-0
/
+3
*
Remove unneeded stuff from GRAD register class.
Dale Johannesen
2008-11-14
1
-19
/
+1
*
Extend InlineAsm::C_Register to allow multiple specific registers
Dale Johannesen
2008-11-13
2
-5
/
+27
*
Move the code that inserts X87 FP_REG_KILL instructions from a
Dan Gohman
2008-11-12
5
-80
/
+148
*
Add a README entry.
Evan Cheng
2008-11-11
1
-0
/
+17
*
The 32-bit displacement field in an x86 address is signed. Arrange for it
Dan Gohman
2008-11-11
1
-10
/
+13
*
Fix indentation.
Dan Gohman
2008-11-10
1
-1
/
+1
*
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-10
3
-20
/
+20
*
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
2
-4
/
+20
*
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
2
-20
/
+4
*
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
1
-9
/
+9
*
Flush the raw_ostream after emitting the assembly for a function.
Dan Gohman
2008-11-07
2
-0
/
+4
*
Widening cleanup
Mon P Wang
2008-11-06
1
-4
/
+2
*
Add more vector move low and zero-extend patterns.
Evan Cheng
2008-11-05
1
-0
/
+9
*
Indentation.
Evan Cheng
2008-11-05
1
-1
/
+1
*
Eliminate the ISel priority queue, which used the topological order for a
Dan Gohman
2008-11-05
1
-53
/
+29
*
Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X
Evan Cheng
2008-11-05
3
-22
/
+23
*
The ANDMask node folds to a constant, and isn't the node that needs to
Dan Gohman
2008-11-03
1
-2
/
+2
*
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-11-03
2
-12
/
+9
*
x86_64 rip-relative and magic mode address
Mon P Wang
2008-10-31
1
-4
/
+8
*
Revert r58489. It isn't correct for all cases.
Bill Wendling
2008-10-31
1
-1
/
+2
*
Change x86 register allocation ordering to match that of gcc. Otherwise some ...
Evan Cheng
2008-10-31
1
-19
/
+19
*
Don't skip over all "terminator" instructions when determining where to put the
Bill Wendling
2008-10-31
1
-2
/
+1
*
Use MOVSSmr instead of EXTRACTPSmr in the case of extracting
Dan Gohman
2008-10-31
1
-2
/
+6
*
Add initial support for vector widening. Logic is set to widen for X86.
Mon P Wang
2008-10-30
2
-2
/
+50
*
Fix PEXTRQ encoding
Nate Begeman
2008-10-29
1
-1
/
+1
*
Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesized
Chris Lattner
2008-10-28
1
-4
/
+9
*
Have TableGen emit setSubgraphColor calls under control of a -gen-debug
David Greene
2008-10-27
1
-1
/
+1
*
For now, don't split live intervals around x87 stack register barriers. FpGET...
Evan Cheng
2008-10-27
3
-0
/
+17
*
Move the code that adds the DeadMachineInstructionElimPass from
Dan Gohman
2008-10-25
1
-0
/
+5
*
Support for allocation of TLS variables in the JIT. Allocation of a global
Nicolas Geoffray
2008-10-25
2
-1
/
+20
*
Generate code for TLS instructions.
Nicolas Geoffray
2008-10-25
3
-4
/
+27
*
move the note to the correct README
Torok Edwin
2008-10-24
1
-0
/
+97
*
Fix translateX86CC: if SetCCOpcode is SETULE and
Duncan Sands
2008-10-24
1
-13
/
+10
*
Fix constant-offset emission for x86-64 absolute addresses. This
Dan Gohman
2008-10-24
2
-11
/
+22
*
Remove allocation of unused stack slot.
Dale Johannesen
2008-10-22
1
-6
/
+0
*
Get this working with LegalizeTypes: (1) don't
Duncan Sands
2008-10-22
1
-5
/
+9
*
CMake: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-10-22
1
-1
/
+1
*
Adjust comments for pedantic satisfaction.
Dale Johannesen
2008-10-22
1
-9
/
+9
*
Add comments to explain uint64->f64 algorithm,
Dale Johannesen
2008-10-21
1
-0
/
+35
[next]