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
*
* Removed unused classes (rd field is always mentioned last); fixed comments.
Misha Brukman
2003-06-03
1
-38
/
+34
*
* Removed unused classes: the rd field is always mentioned as the last reg.
Misha Brukman
2003-06-03
1
-57
/
+19
*
The rd field goes after the immediate field in format 2.1 instructions.
Misha Brukman
2003-06-03
1
-2
/
+1
*
Moved FInfo.cpp to lib/Target/Sparc as it is Sparc-specific.
Misha Brukman
2003-06-02
1
-73
/
+0
*
Minor cleanups.
Chris Lattner
2003-06-02
1
-6
/
+4
*
Remove usage of noncopyable classes to clean up doxygen output.
Chris Lattner
2003-06-02
4
-44
/
+50
*
Add #include
Chris Lattner
2003-06-02
2
-0
/
+2
*
Added MOVR (move int reg on register condition), aka comparison with zero.
Misha Brukman
2003-06-02
3
-8
/
+48
*
SparcInstr.def: added 'r' and 'i' versions of MOV(F)cc instructions
Misha Brukman
2003-06-02
4
-85
/
+193
*
Removed a useless ofstream.
Misha Brukman
2003-06-02
1
-8
/
+2
*
* Added casts to/from floating-point to integers.
Misha Brukman
2003-06-02
1
-90
/
+187
*
compiled with the new SchedGraphCommon
Guochun Shi
2003-06-02
6
-54
/
+76
*
* Make assertion message useful
Chris Lattner
2003-06-02
1
-6
/
+5
*
Fix bug: Linker/2003-06-02-TypeResolveProblem.ll
Chris Lattner
2003-06-02
1
-0
/
+4
*
Be more robust in the face of undefined behavior.
Chris Lattner
2003-06-02
1
-5
/
+30
*
Clean up after merging in SparcEmitter.cpp; branches and return work again.
Misha Brukman
2003-06-02
1
-11
/
+40
*
Minor cleanups
Chris Lattner
2003-06-02
1
-6
/
+3
*
Eliminated a compiler warning due to casting to a different-sized datatype.
Misha Brukman
2003-06-02
1
-1
/
+1
*
Merged in tools/lli/JIT/SparcEmitter.cpp, coupled with the JITResolver taken
Misha Brukman
2003-06-02
2
-19
/
+275
*
Remove spurious assert()
Misha Brukman
2003-06-02
1
-1
/
+0
*
Renamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp as it conflicts with the
Misha Brukman
2003-06-02
2
-559
/
+1
*
* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
Misha Brukman
2003-06-02
5
-262
/
+24
*
Fix bug: CBackend/2003-06-01-NullPointerType.ll
Chris Lattner
2003-06-02
2
-8
/
+10
*
Deal with %lo/%lm/%hm/%hh flags in getMachineOpValue().
Brian Gaeke
2003-06-02
1
-10
/
+21
*
The flag modifications weren't picking up the old values of the
Brian Gaeke
2003-06-02
1
-5
/
+10
*
Remove obsolete code
Chris Lattner
2003-06-02
1
-51
/
+0
*
Move target specific code to target files. The new MachineCodeEmitter
Chris Lattner
2003-06-01
6
-196
/
+80
*
Move X86 specific code out of the JIT into the X86 backend
Chris Lattner
2003-06-01
2
-26
/
+430
*
Changes to be compatible with MachineCodeEmitter.h
Chris Lattner
2003-06-01
1
-65
/
+51
*
Fix induction variable name clash in for loops, in finishFunction().
Brian Gaeke
2003-06-01
1
-3
/
+8
*
Make the .inc file depend on $(TBLGEN), so that changes to TableGen followed
Brian Gaeke
2003-06-01
1
-1
/
+1
*
Don't print out unique identifier for opaque types
Chris Lattner
2003-06-01
1
-1
/
+1
*
* Implement cast (long|ulong) to bool
Chris Lattner
2003-06-01
2
-8
/
+44
*
Add RR forms of test instruction
Chris Lattner
2003-06-01
1
-0
/
+4
*
Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT...
Chris Lattner
2003-06-01
2
-2
/
+14
*
Implement xform: (X != 0) -> (bool)X
Chris Lattner
2003-06-01
1
-0
/
+3
*
Add map info for arguments to call (copies)
Anand Shukla
2003-06-01
1
-1
/
+11
*
Added the #(internal functions) to output
Anand Shukla
2003-06-01
1
-0
/
+8
*
Add support for shl and shr for 64 bit integer types
Chris Lattner
2003-06-01
2
-2
/
+102
*
Add definitions for TEST instructions
Chris Lattner
2003-06-01
1
-0
/
+7
*
Add new cmovne32 instruction
Chris Lattner
2003-06-01
1
-0
/
+1
*
Fix bug: CBackend/2003-05-31-MissingStructName.ll
Chris Lattner
2003-05-31
1
-0
/
+1
*
Fix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll
Chris Lattner
2003-05-31
1
-0
/
+17
*
Fix bug: FuncResolve/2003-05-31-InternalDecl.ll
Chris Lattner
2003-05-31
1
-2
/
+6
*
Simplify funcresolve a bit more
Chris Lattner
2003-05-31
1
-7
/
+7
*
Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll
Chris Lattner
2003-05-31
1
-11
/
+3
*
Fixed comment width, changed arg to be const, fixed indentation, removed unne...
Tanya Lattner
2003-05-31
1
-8
/
+6
*
Renamed a variable.
Vikram S. Adve
2003-05-31
1
-8
/
+10
*
Minor changes.
Vikram S. Adve
2003-05-31
2
-0
/
+10
*
Added MachineCodeForInstruction object as an argument to
Vikram S. Adve
2003-05-31
4
-12
/
+26
[next]