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
*
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-07-02
2
-16
/
+0
*
Fix a bunch of other places that used operator[] to test whether
Dan Gohman
2009-07-02
1
-2
/
+3
*
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
2
-2
/
+2
*
Fix some fast-isel problems selecting global variable addressing in
Chris Lattner
2009-07-01
2
-6
/
+18
*
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-07-01
6
-20
/
+12
*
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-30
4
-15
/
+12
*
Add 256-bit memory operand support.
David Greene
2009-06-30
3
-0
/
+16
*
Fix PR4485.
Rafael Espindola
2009-06-30
1
-3
/
+6
*
Fix PR4484.
Rafael Espindola
2009-06-30
1
-3
/
+5
*
Add a bit IsUndef to MachineOperand. This indicates the def / use register op...
Evan Cheng
2009-06-30
1
-1
/
+2
*
remove a bogus note.
Chris Lattner
2009-06-30
1
-20
/
+0
*
add a note
Chris Lattner
2009-06-30
1
-0
/
+20
*
Add a 256-bit register class and YMM registers.
David Greene
2009-06-29
2
-0
/
+32
*
FIX PR 4459.
Rafael Espindola
2009-06-29
1
-1
/
+1
*
Add a target-specific DAG combine on X86 to fold the common pattern of
Owen Anderson
2009-06-29
1
-0
/
+54
*
Add processor descriptions for Istanbul and Shanghai.
David Greene
2009-06-29
1
-0
/
+4
*
Fix a subtarget feature bug.
David Greene
2009-06-29
1
-1
/
+1
*
Add more vector ValueTypes for AVX and other extended vector instruction
David Greene
2009-06-29
1
-11
/
+123
*
remove a bunch of fixmes (old checking code) and commonize all the
Chris Lattner
2009-06-27
1
-87
/
+29
*
pull @GOT, @GOTOFF, @GOTPCREL handling into isel from the asmprinter.
Chris Lattner
2009-06-27
2
-40
/
+23
*
simplify some code and eliminate the symbolicAddressesAreRIPRel() predicate.
Chris Lattner
2009-06-27
3
-19
/
+4
*
fix clang/test/CodeGenObjC/try.m, a basereg doesn't mean no global anymore.
Chris Lattner
2009-06-27
1
-5
/
+3
*
fix a bunch of failures in the X86-64 JIT by tolerating RIP as
Chris Lattner
2009-06-27
1
-3
/
+5
*
factor some logic out into a helper function, allow remat of loads from constant
Chris Lattner
2009-06-27
1
-4
/
+25
*
Reimplement rip-relative addressing in the X86-64 backend. The new
Chris Lattner
2009-06-27
9
-165
/
+249
*
Fix PR4466 by making fastisel set operand flags correctly.
Chris Lattner
2009-06-27
2
-7
/
+14
*
Add feature flags for AVX and FMA and fix some SSE4A feature flag
David Greene
2009-06-26
4
-3
/
+38
*
Add x86 support for 'n' inline asm modifier. This will be handled target inde...
Evan Cheng
2009-06-26
1
-0
/
+11
*
simplify printing of MO_ExternalSymbol in a non-pcrel context.
Chris Lattner
2009-06-26
1
-23
/
+11
*
add %rip to the GR64 register class. Lets avoid allocating it to anything th...
Chris Lattner
2009-06-26
2
-3
/
+6
*
Move all the TLS processing logic into isel, don't do it in asmprinter at all.
Chris Lattner
2009-06-26
3
-59
/
+123
*
make sure to propagate operand flags in SelectTLSADDRAddr properly.
Chris Lattner
2009-06-26
1
-1
/
+2
*
minor cleanup/framework changes.
Chris Lattner
2009-06-26
1
-3
/
+11
*
move magic for PIC constantpool references from asmprinter to isel.
Chris Lattner
2009-06-26
2
-23
/
+44
*
use jump table operand flags in asm printer instead of "magic predicates"
Chris Lattner
2009-06-26
1
-6
/
+18
*
fix a pasto.
Chris Lattner
2009-06-26
1
-1
/
+1
*
propagate target operand flags through addressing mode selection.
Chris Lattner
2009-06-26
1
-6
/
+12
*
Let's ignore MDStrings also!
Devang Patel
2009-06-26
1
-1
/
+1
*
start adding logic in isel to determine asm printer semantics, step N of M.
Chris Lattner
2009-06-26
2
-8
/
+29
*
simplify shouldPrintPLT
Chris Lattner
2009-06-25
1
-4
/
+8
*
Use target-specific machine operand flags to eliminate a gross hack
Chris Lattner
2009-06-25
3
-39
/
+29
*
just eliminate the code entirely!
Chris Lattner
2009-06-25
1
-2
/
+1
*
Add missing dependencies to the CMake build system.
Douglas Gregor
2009-06-25
1
-0
/
+1
*
fix comments to be correct.
Chris Lattner
2009-06-25
1
-2
/
+2
*
No need to code gen MDNodes
Devang Patel
2009-06-25
1
-0
/
+3
*
move some functions, add a FIXME, use PrintPICBaseSymbol to print the
Chris Lattner
2009-06-24
1
-17
/
+25
*
reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string ...
Chris Lattner
2009-06-24
2
-20
/
+31
*
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
2
-5
/
+1
*
sink dwarf finalization out of each target into AsmPrinter::doFinalization
Chris Lattner
2009-06-24
1
-5
/
+0
*
eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates
Chris Lattner
2009-06-24
1
-44
/
+24
[next]