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
*
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
*
Instead of hacking in custom support for Invoke/Unwind, use the LowerInvoke pass
Chris Lattner
2003-10-05
3
-62
/
+14
*
Moved enum and command-line option in separate file. Also added function that...
Alkis Evlogimenos
2003-10-02
1
-29
/
+2
*
Change llc command line for register allocators
Alkis Evlogimenos
2003-10-02
1
-6
/
+25
*
Revert previous change. For some reason this went into the main branch
Alkis Evlogimenos
2003-10-01
1
-19
/
+2
*
Added command line option for linear scan allocator
Alkis Evlogimenos
2003-10-01
1
-2
/
+19
*
Be a little more specific about what is begin generated. Only print
Chris Lattner
2003-09-10
1
-12
/
+12
*
Only emit inter-field-padding if the amount of padding is != 0
Chris Lattner
2003-09-10
2
-2
/
+4
*
Updated to find source files using VPATH. This makes writing build rules
John Criswell
2003-09-09
1
-0
/
+6
*
* Simplify printConstantValueOnly by moving the tail padding stuff directly
Chris Lattner
2003-09-09
2
-130
/
+180
*
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-09-08
2
-2
/
+0
*
Add support for the unwind instruction
Chris Lattner
2003-09-08
2
-0
/
+10
*
Checkin of autoconf-style object root.
John Criswell
2003-09-06
1
-6
/
+6
*
OptInfo is no longer required
Chris Lattner
2003-09-01
1
-1
/
+0
[next]