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
/
IfConversion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo. Patch by nlewycky.
Duncan Sands
2008-11-04
1
-1
/
+1
*
fix leakage of IfcvtTokens
Nuno Lopes
2008-11-04
1
-1
/
+5
*
Optimized FCMP_OEQ and FCMP_UNE for x86.
Dan Gohman
2008-10-21
1
-15
/
+19
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Fix SmallVector's size calculation so that a size of 0 is
Dan Gohman
2008-08-22
1
-1
/
+1
*
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-08-14
1
-19
/
+20
*
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
Dan Gohman
2008-07-07
1
-1
/
+3
*
Register if-converter pass for -debug-pass.
Evan Cheng
2008-06-04
1
-1
/
+4
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-1
/
+1
*
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
1
-3
/
+3
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-7
/
+7
*
simplify some code using new predicates
Chris Lattner
2008-01-07
1
-21
/
+19
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-10
/
+8
*
Remove attribution from file headers, per discussion on llvmdev.
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
/
+1226