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
/
X86InstrBuilder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
it's more elegant to put the "getConstantPool" and
Chris Lattner
2010-09-21
1
-2
/
+1
*
convert targets to the new MF.getMachineMemOperand interface.
Chris Lattner
2010-09-21
1
-3
/
+3
*
implement rdar://6653118 - fastisel should fold loads where possible.
Chris Lattner
2010-09-05
1
-3
/
+29
*
Change LEA to have 5 operands for its memory operand, just
Chris Lattner
2010-07-08
1
-26
/
+13
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-1
/
+1
*
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
Evan Cheng
2009-10-18
1
-4
/
+1
*
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-10-17
1
-1
/
+4
*
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
1
-1
/
+1
*
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-17
1
-1
/
+1
*
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
1
-5
/
+6
*
Fix the offset values for these memoperands. For frame objects, the
Dan Gohman
2009-09-21
1
-1
/
+1
*
fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...
Chris Lattner
2009-09-15
1
-1
/
+1
*
Do not put bunch of target-specific stuff into common namespace
Anton Korobeynikov
2009-07-16
1
-19
/
+20
*
Fix some fast-isel problems selecting global variable addressing in
Chris Lattner
2009-07-01
1
-2
/
+4
*
Fix PR4466 by making fastisel set operand flags correctly.
Chris Lattner
2009-06-27
1
-2
/
+2
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
1
-4
/
+4
*
Re-apply 68552.
Rafael Espindola
2009-04-08
1
-6
/
+27
*
Temporarily revert r68552. This was causing a failure in the self-hosting LLVM
Bill Wendling
2009-04-07
1
-24
/
+5
*
Reduce code duplication on the TLS implementation.
Rafael Espindola
2009-04-07
1
-5
/
+24
*
Extend X86's addFrameReference to add a MachineMemOperand for
Dan Gohman
2008-12-03
1
-1
/
+18
*
Fix X86FastISel's output for x86-32 PIC constant pool addresses.
Dan Gohman
2008-09-30
1
-5
/
+7
*
Fix constant pool loads, and remove broken versions of addConstantPoolReference.
Owen Anderson
2008-09-06
1
-3
/
+1
*
Fix the X86 addConstantPoolReference, which had the operands in the wrong order.
Owen Anderson
2008-09-06
1
-1
/
+2
*
- Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...
Evan Cheng
2008-07-03
1
-4
/
+8
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+125