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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of flags that are dead
Chris Lattner
2004-11-23
4
-52
/
+38
*
Fix encoding of rlwinm?
Chris Lattner
2004-11-23
1
-1
/
+1
*
Fix encodings
Chris Lattner
2004-11-23
1
-2
/
+2
*
Enumerate CR registers
Chris Lattner
2004-11-23
1
-8
/
+8
*
Initial implementation of exiting CompilationCallback
Chris Lattner
2004-11-23
1
-9
/
+24
*
This method is dead
Chris Lattner
2004-11-23
1
-7
/
+0
*
Remove this method.
Chris Lattner
2004-11-23
1
-5
/
+0
*
Squelch a bogus warning
Chris Lattner
2004-11-23
1
-1
/
+1
*
Squelch a bogus warning.
Chris Lattner
2004-11-23
1
-1
/
+1
*
Don't return value from void function. This is only temporary anyway while
Nate Begeman
2004-11-23
1
-1
/
+1
*
pseudocode for 64-bit lshr.
Brian Gaeke
2004-11-23
2
-2
/
+104
*
Fix a minor bug
Chris Lattner
2004-11-23
1
-1
/
+2
*
Be really paranoid about not breaking stuff yet
Chris Lattner
2004-11-23
1
-0
/
+1
*
Implement the first hunk of CompilationCallback. The pieces missing are the
Chris Lattner
2004-11-23
1
-10
/
+54
*
Add more known-failing tests.
Brian Gaeke
2004-11-23
2
-0
/
+12
*
Add the rest of the logical instructions.
Brian Gaeke
2004-11-23
2
-12
/
+48
*
Implement the stub needed to get into compilation callback.
Chris Lattner
2004-11-23
1
-5
/
+14
*
Simplify code a bit
Chris Lattner
2004-11-23
1
-1
/
+1
*
Initial implementation of the JIT interfaces. Relocation is done and stubs
Chris Lattner
2004-11-23
1
-0
/
+117
*
Emit relocations for the global variable using instructions. This gets us
Chris Lattner
2004-11-23
1
-48
/
+44
*
Implement all of the methods
Chris Lattner
2004-11-23
1
-0
/
+5
*
Initial checkin of the 32-bit PPC relocation types
Chris Lattner
2004-11-23
1
-0
/
+38
*
Move JITInfo from PPCTM to PPC32TM
Chris Lattner
2004-11-23
2
-6
/
+19
*
Do not provide the non-specialized PowerPCJITInfo object, it is pretty useless.
Chris Lattner
2004-11-23
1
-9
/
+1
*
LA is really addi. Be consistent with operand ordering to avoid confusing th...
Chris Lattner
2004-11-23
2
-5
/
+7
*
Changed the CreateCodeToLoadConst function to preserve SSA form. This basical...
Tanya Lattner
2004-11-23
1
-7
/
+24
*
Remove some dead code
Chris Lattner
2004-11-22
1
-76
/
+0
*
Comment out a couple of unused instructions.
Chris Lattner
2004-11-22
1
-2
/
+3
*
Do not push two return addresses on the stack when we call external functions...
Chris Lattner
2004-11-22
1
-10
/
+16
*
Rename Emitter.cpp -> JITEmitter.cpp
Chris Lattner
2004-11-22
1
-20
/
+20
*
Fix the FIXME, nuke the JIT specific forceCompilationOf method.
Chris Lattner
2004-11-22
2
-29
/
+0
*
Disable this.
Chris Lattner
2004-11-22
1
-2
/
+4
*
These methods are obsolete
Chris Lattner
2004-11-22
2
-29
/
+1
*
This chunk of code needs to be rewritten
Chris Lattner
2004-11-22
1
-28
/
+3
*
Remove some dead vars and some useless namespacification
Chris Lattner
2004-11-22
1
-10
/
+1
*
Implement a disgusting hack to work around broken machine code emission of
Chris Lattner
2004-11-22
1
-1
/
+12
*
Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ...
Tanya Lattner
2004-11-22
3
-9
/
+32
*
Remove JIT-specific code from the code emitter.
Chris Lattner
2004-11-22
2
-569
/
+35
*
New methods implemented
Chris Lattner
2004-11-22
1
-0
/
+18
*
Implement the Sparc JIT interfaces, including relocation support.
Chris Lattner
2004-11-22
1
-0
/
+354
*
Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c
Chris Lattner
2004-11-22
1
-0
/
+1
*
Do not count debugger intrinsics in size estimation.
Chris Lattner
2004-11-22
1
-2
/
+6
*
Ignore debugger intrinsics when doing inlining size computations.
Chris Lattner
2004-11-22
1
-1
/
+2
*
Do not consider debug intrinsics in the size computations for loop unrolling.
Chris Lattner
2004-11-22
1
-0
/
+3
*
Add stub method for long shift codegen.
Brian Gaeke
2004-11-22
2
-0
/
+42
*
Update to-do list.
Brian Gaeke
2004-11-22
2
-2
/
+0
*
Support targets that require stubs for external functions better
Chris Lattner
2004-11-22
1
-2
/
+18
*
Fix a comment to imply the correct semantics.
Reid Spencer
2004-11-22
1
-1
/
+1
*
Initial checkin of the V9 relocation types
Chris Lattner
2004-11-22
1
-0
/
+42
*
Implement setcc on longs.
Brian Gaeke
2004-11-21
2
-42
/
+72
[next]