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
/
CodeGen
/
Collector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn StripPointerCast() into a method
Anton Korobeynikov
2008-05-07
1
-2
/
+2
*
Make StripPointerCast a common function (should we mak it method of Value ins...
Anton Korobeynikov
2008-05-06
1
-3
/
+3
*
Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...
Evan Cheng
2008-01-31
1
-1
/
+1
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-1
/
+1
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-1
/
+1
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Use getIntrinsicID instead of looking up intrinsic prototypes. Also
Gordon Henriksen
2007-12-22
1
-28
/
+29
*
CollectorMetadata and Collector are rejiggered to get along with
Gordon Henriksen
2007-12-11
1
-80
/
+125
*
Collector is the base class for garbage collection code generators.
Gordon Henriksen
2007-09-29
1
-0
/
+353