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
/
include
/
llvm
/
CodeGen
/
MachineBasicBlock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify the MachineLICM pass by having it only traverse outer
Dan Gohman
2009-01-15
1
-0
/
+6
*
Const-ify several TargetInstrInfo methods.
Dan Gohman
2008-10-16
1
-0
/
+2
*
Add a new MachineBasicBlock utility function, isLayoutSuccessor, that
Dan Gohman
2008-10-02
1
-0
/
+7
*
Update VS projects.
Cédric Venet
2008-09-20
1
-2
/
+3
*
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2008-07-28
1
-12
/
+20
*
Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks.
Dan Gohman
2008-07-17
1
-1
/
+1
*
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
Dan Gohman
2008-07-07
1
-43
/
+26
*
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-05-29
1
-1
/
+1
*
Added addition atomic instrinsics and, or, xor, min, and max.
Mon P Wang
2008-05-05
1
-0
/
+5
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-3
/
+7
*
- Check if a register is livein before removing it. It may have already been ...
Evan Cheng
2008-04-24
1
-0
/
+4
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-1
/
+14
*
properly encapsulate the parent field of MBB and MI with get/set accessors.
Chris Lattner
2007-12-31
1
-13
/
+13
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+371