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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fail gracefully if we have a zero arg varargs function
Chris Lattner
2003-10-23
2
-0
/
+12
*
* Eliminate `using' directive
Misha Brukman
2003-10-23
2
-52
/
+26
*
* Fix order of #include files
Misha Brukman
2003-10-23
2
-21
/
+22
*
* Order #includes as per style guide
Misha Brukman
2003-10-23
3
-46
/
+45
*
* Use C++ style comments instead of C-style
Misha Brukman
2003-10-23
2
-30
/
+25
*
* Eliminate `using' directive
Misha Brukman
2003-10-23
1
-106
/
+88
*
Make code layout more consistent.
Misha Brukman
2003-10-23
3
-318
/
+259
*
Delete unused EmitByteSwap method
Chris Lattner
2003-10-23
2
-98
/
+86
*
Make code layout more consistent.
Misha Brukman
2003-10-23
1
-58
/
+54
*
* Order includes according to style guide
Misha Brukman
2003-10-23
2
-210
/
+212
*
Change the type of FnAllocState.
Brian Gaeke
2003-10-22
1
-1
/
+1
*
Don't worry about converting each function's reg. alloc. state into One Big
Brian Gaeke
2003-10-22
1
-20
/
+21
*
Add prototype for verifySavedState().
Brian Gaeke
2003-10-22
1
-0
/
+1
*
Doxygenify method comments.
Brian Gaeke
2003-10-22
1
-207
/
+154
*
Add comments to describe what these functions actually do.
Misha Brukman
2003-10-22
1
-0
/
+7
*
* Use <cmath> instead of <math.h>
Misha Brukman
2003-10-22
1
-12
/
+12
*
Removed completely duplicated function comment (an identical one appears later).
Misha Brukman
2003-10-22
1
-19
/
+0
*
No, really, order the #includes correctly.
Misha Brukman
2003-10-22
1
-1
/
+1
*
* Fix order of #includes to follow style guide
Misha Brukman
2003-10-22
1
-39
/
+27
*
Converted tabs to spaces.
Misha Brukman
2003-10-22
1
-1
/
+1
*
Hrm, unbreak stuph :(
Chris Lattner
2003-10-21
2
-1
/
+2
*
Fix preselection/lowerswitches bug
Chris Lattner
2003-10-21
1
-0
/
+3
*
Pull the PHI special case into it's own visit* method
Chris Lattner
2003-10-21
1
-9
/
+12
*
The lastOp operand is never used
Chris Lattner
2003-10-21
1
-20
/
+11
*
Added LLVM copyright notice.
John Criswell
2003-10-21
4
-0
/
+36
*
Added LLVM copyright header.
John Criswell
2003-10-21
28
-0
/
+192
*
Preselection is _not_ a basicblock pass, because it adds global variables to
Chris Lattner
2003-10-21
1
-101
/
+22
*
When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),
Vikram S. Adve
2003-10-21
1
-1
/
+2
*
Why does g++ not even generate a warning when you miss a break statement?
Vikram S. Adve
2003-10-21
1
-0
/
+1
*
Implement the new varargs instructions and intrinsics.
Vikram S. Adve
2003-10-21
1
-24
/
+22
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
9
-0
/
+72
*
Convert this code from using annotations to using a local map
Chris Lattner
2003-10-20
3
-45
/
+25
*
Goodbye, AddRegNumToValues
Brian Gaeke
2003-10-20
2
-10
/
+0
*
Remove using declaration
Chris Lattner
2003-10-20
1
-13
/
+11
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
3
-0
/
+21
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
52
-1
/
+364
*
Minor leftover fixups from replaceMachineCodeForFunction () change.
Brian Gaeke
2003-10-20
2
-2
/
+3
*
Make replaceMachineCodeForFunction() return void.
Brian Gaeke
2003-10-20
1
-1
/
+1
*
Make replaceMachineCodeForFunction return void.
Brian Gaeke
2003-10-20
2
-4
/
+2
*
Apparently the dependencies are wrong for this file, so it didn't rebuild it
Chris Lattner
2003-10-20
1
-1
/
+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
*
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
2
-3
/
+3
*
* 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
[prev]
[next]