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
/
MachineBasicBlock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added addition atomic instrinsics and, or, xor, min, and max.
Mon P Wang
2008-05-05
1
-0
/
+13
*
- Check if a register is livein before removing it. It may have already been ...
Evan Cheng
2008-04-24
1
-0
/
+5
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-0
/
+1
*
Rename PrintableName to Name.
Bill Wendling
2008-02-26
1
-1
/
+1
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-1
/
+1
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-7
/
+7
*
remove #includage
Chris Lattner
2008-01-07
1
-1
/
+1
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-3
/
+3
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-4
/
+3
*
Implement automatically updated def/use lists for all MachineInstr register
Chris Lattner
2008-01-01
1
-4
/
+55
*
properly encapsulate the parent field of MBB and MI with get/set accessors.
Chris Lattner
2007-12-31
1
-19
/
+21
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-3
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
1
-1
/
+1
*
Silence warning while compiling with gcc 4.2
Anton Korobeynikov
2007-09-02
1
-1
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+287