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
*
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-14
4
-16
/
+10
*
Change preserve all claim to just preserve live variables and phielimination.
Alkis Evlogimenos
2003-12-14
2
-2
/
+4
*
Add a floating point killer pass. This pass runs before register
Alkis Evlogimenos
2003-12-13
4
-0
/
+120
*
Modified cast so that it converts the int to a long before casting to
John Criswell
2003-12-12
1
-1
/
+1
*
Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify
Chris Lattner
2003-12-12
2
-4
/
+13
*
Add an option to enable the SSA based peephole optimizer.
Chris Lattner
2003-12-01
2
-4
/
+13
*
Add a new SSA-based peephole optimizer which includes copy propagation and
Chris Lattner
2003-12-01
2
-4
/
+566
*
generalize the instruction types permitted a bit
Chris Lattner
2003-12-01
2
-70
/
+84
*
Finegrainify namespacification
Chris Lattner
2003-11-30
2
-8
/
+4
*
Support constant casting constant pointers to ints/uints, and/or
Brian Gaeke
2003-11-22
2
-8
/
+16
*
Constant shift expressions, meet InstSelectSimple. Yow!!
Brian Gaeke
2003-11-22
2
-100
/
+110
*
Stub for constant shift expr support.
Brian Gaeke
2003-11-22
2
-0
/
+46
*
Fix PR123
Chris Lattner
2003-11-18
2
-14
/
+14
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
19
-27
/
+102
*
Hopefully fix the objdir != srcdir issue
Chris Lattner
2003-11-07
1
-6
/
+12
*
Fix warnings building on sparc
Chris Lattner
2003-11-06
1
-2
/
+2
*
We know exactly what the value of $< is, so instead of using `basename $<` to
Misha Brukman
2003-11-05
1
-8
/
+7
*
Change all machine basic block modifier functions in MRegisterInfo to
Alkis Evlogimenos
2003-11-04
2
-41
/
+54
*
Fix problems in previous changes. This fixes several regressions last night.
Chris Lattner
2003-11-04
2
-10
/
+12
*
Significantly simplify constant emission by unifying the stuff which used to ...
Chris Lattner
2003-11-03
2
-294
/
+238
*
Incorporate printSingleConstantValue into its single caller
Chris Lattner
2003-11-03
2
-178
/
+132
*
* Reformat some code
Chris Lattner
2003-11-03
2
-84
/
+68
*
Delete unused EmitByteSwap method
Chris Lattner
2003-10-23
2
-98
/
+86
*
* Order includes according to style guide
Misha Brukman
2003-10-23
2
-210
/
+212
*
Converted tabs to spaces.
Misha Brukman
2003-10-22
1
-1
/
+1
*
Added LLVM copyright header.
John Criswell
2003-10-21
8
-0
/
+56
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
14
-0
/
+98
*
Minor leftover fixups from replaceMachineCodeForFunction () change.
Brian Gaeke
2003-10-20
1
-1
/
+1
*
Make replaceMachineCodeForFunction return void.
Brian Gaeke
2003-10-20
1
-2
/
+1
*
Emit x86 instructions for: A = B op C, where A and B are 16-bit registers,
Chris Lattner
2003-10-20
3
-0
/
+94
*
Further cleanups and simplifications
Chris Lattner
2003-10-20
2
-64
/
+34
*
Eliminate code for pointer size and endianness emulation.
Chris Lattner
2003-10-20
3
-314
/
+41
*
The Grammar Police was here.
Misha Brukman
2003-10-20
2
-2
/
+2
*
* Rename X86::IMULr16 -> X86::IMULrr16
Chris Lattner
2003-10-20
6
-19
/
+69
*
* Multiplications by 2^X are turned into shifts. This factors code out of the
Chris Lattner
2003-10-19
2
-190
/
+402
*
Add some new instructions. Wheee
Chris Lattner
2003-10-19
1
-1
/
+21
*
.string adds an implicit zero at the end. This is not what we wanted.
Chris Lattner
2003-10-19
2
-2
/
+2
*
Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llx
Chris Lattner
2003-10-19
2
-18
/
+42
*
Add support for the new varargs intrinsics
Chris Lattner
2003-10-18
2
-52
/
+72
*
You can't just blat the address into memory, you have to blat its
Brian Gaeke
2003-10-17
1
-4
/
+7
*
Implement replaceMachineCodeForFunction() for x86.
Brian Gaeke
2003-10-17
1
-0
/
+7
*
Add prototype for replaceMachineCodeForFunction().
Brian Gaeke
2003-10-17
1
-0
/
+2
*
Fix typo in comment.
Brian Gaeke
2003-10-16
1
-1
/
+1
*
Add support for 'weak' linkage.
Chris Lattner
2003-10-16
2
-2
/
+6
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
2
-2
/
+2
*
Output a contorted sequence of instructions to make sure that we don't access
Chris Lattner
2003-10-14
1
-8
/
+20
*
Disable the leaf function optimization, which is apparently not legal on
Chris Lattner
2003-10-14
1
-25
/
+2
*
Fix spelling.
Misha Brukman
2003-10-10
4
-4
/
+4
*
Add # of printed instructions statistic to both the SPARC and X86 LLC backends.
Brian Gaeke
2003-10-06
2
-0
/
+8
[next]