index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bug 122:
Reid Spencer
2004-07-17
1
-2
/
+1
*
Fix a comment.
Reid Spencer
2004-07-17
1
-3
/
+2
*
bug 122:
Reid Spencer
2004-07-17
1
-1
/
+0
*
bug 122:
Reid Spencer
2004-07-17
1
-0
/
+5
*
bug 122:
Reid Spencer
2004-07-17
1
-4
/
+18
*
****** ABOLISH ConstantPointerRef *****
Reid Spencer
2004-07-17
1
-38
/
+0
*
Extend constructor so that it can support GlobalValue's (with names).
Reid Spencer
2004-07-17
1
-9
/
+7
*
Constant value not needed after CPR's disappear.
Reid Spencer
2004-07-17
1
-2
/
+1
*
It looks like physref->virtreg joining is working fine. Enable it by default
Chris Lattner
2004-07-17
1
-10
/
+19
*
Make sure to emit the immediate byte for instructions like:
Chris Lattner
2004-07-17
1
-0
/
+2
*
Reserve the correct amt of space.
Chris Lattner
2004-07-17
1
-2
/
+2
*
Hrm, I think we need a "Reid is buggy" bug ;-)
Chris Lattner
2004-07-17
1
-2
/
+2
*
We don't really need to #include IPO.h into this file.
Misha Brukman
2004-07-17
1
-1
/
+0
*
Initial (outline only) draft of the System Library requirements, design
Reid Spencer
2004-07-17
1
-0
/
+201
*
Added a README to point users to the documentation on the design of this
Reid Spencer
2004-07-17
1
-0
/
+14
*
Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information
Chris Lattner
2004-07-17
1
-21
/
+29
*
Print modref information in a useful way.
Chris Lattner
2004-07-17
1
-4
/
+14
*
Cleanups: fold two loops into one
Chris Lattner
2004-07-17
1
-3
/
+9
*
link.h causes problems on some platforms and is not needed on solaris, where
Chris Lattner
2004-07-17
2
-18
/
+0
*
Remove dead file
Chris Lattner
2004-07-17
1
-23
/
+0
*
Add note about IA64 C++
Chris Lattner
2004-07-17
1
-0
/
+7
*
Fix warning on 64-bit machines
Brian Gaeke
2004-07-16
1
-1
/
+1
*
* Use LI(S) to copy constants into registers intead of ADDI(S) as the latter is
Misha Brukman
2004-07-16
2
-154
/
+308
*
* Store all non-volatile int registers R13-31 on the stack, restore on exit
Misha Brukman
2004-07-16
1
-9
/
+11
*
Fix code formatting
Misha Brukman
2004-07-16
1
-21
/
+20
*
Implement PowerPCInstrInfo::isMoveInstr(), patch by Nate Begeman
Misha Brukman
2004-07-16
1
-0
/
+29
*
Add prototype for TargetInstrInfo::isMoveInstr()
Misha Brukman
2004-07-16
1
-0
/
+8
*
* Enable allocation of registers r2-r10
Misha Brukman
2004-07-16
1
-4
/
+7
*
Add IMPLICIT_DEFS pseudo-instruction; patch by: Nate Begeman
Misha Brukman
2004-07-16
1
-0
/
+1
*
The generated instruction selector isn't (yet) functional
Misha Brukman
2004-07-16
1
-7
/
+1
*
* Output non-lazy linking stubs for external global variables
Misha Brukman
2004-07-16
3
-138
/
+87
*
Correctly build shared objects on MacOS X for debugging code generators
Misha Brukman
2004-07-16
2
-2
/
+10
*
Define double alignment as 8 bytes now that assert(DoubleAlignment == Pointer...
Misha Brukman
2004-07-16
1
-5
/
+3
*
* Add spaces between words and numbers in comments printed out for longs/floats
Misha Brukman
2004-07-16
3
-6
/
+24
*
Fix grammar.
Misha Brukman
2004-07-16
1
-2
/
+1
*
Add convinience constructor for function calls with two args.
Alkis Evlogimenos
2004-07-16
2
-1
/
+38
*
Add a class for pseudo-instructions. Use it.
Brian Gaeke
2004-07-16
2
-16
/
+14
*
Add what will eventually be the TSFlags. Big switch(opcode) statements are bad.
Brian Gaeke
2004-07-16
2
-0
/
+24
*
Add special handling for pseudo-instructions (print them as comments).
Brian Gaeke
2004-07-16
2
-0
/
+36
*
Add to-do list.
Brian Gaeke
2004-07-16
2
-0
/
+18
*
Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.
Brian Gaeke
2004-07-16
4
-40
/
+244
*
The powerpc is now gone. However it is now just known as the Skeleton target.
Chris Lattner
2004-07-16
5
-277
/
+0
*
Build skeleton target
Chris Lattner
2004-07-16
1
-2
/
+3
*
Build the skeleton target
Chris Lattner
2004-07-16
1
-1
/
+1
*
Initial checkin of the rest of the skeleton target
Chris Lattner
2004-07-16
12
-4
/
+440
*
Initial skeleton tablegen files
Chris Lattner
2004-07-16
3
-0
/
+165
*
Add skeleton makefile
Chris Lattner
2004-07-16
1
-0
/
+44
*
Initial readme
Chris Lattner
2004-07-16
1
-0
/
+19
*
Fix the regressions handling unnamed global variables
Chris Lattner
2004-07-16
1
-2
/
+5
*
For 64-bit platform support, we now use the clEnumValEnd macro to terminate
Chris Lattner
2004-07-16
1
-6
/
+8
[next]