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
/
Transforms
/
Utils
/
CodeExtractor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR2929 by making bugpoint/code extract propagate the nothrow
Chris Lattner
2008-12-18
1
-0
/
+4
*
Fix spelling.
Misha Brukman
2008-12-13
1
-1
/
+1
*
Use Instruction::eraseFromParent().
Dan Gohman
2008-06-21
1
-3
/
+3
*
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
Dan Gohman
2008-05-23
1
-2
/
+1
*
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-15
1
-1
/
+2
*
Revert r49614. As Dan pointed out, some of these aren't correct.
Owen Anderson
2008-04-14
1
-1
/
+1
*
Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2),
Owen Anderson
2008-04-13
1
-1
/
+1
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-31
/
+31
*
Make Transforms to be 4.3 warnings-clean
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-2
/
+2
*
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-18
1
-1
/
+0
*
Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...
Hartmut Kaiser
2007-10-17
1
-0
/
+1
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-12
/
+16
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+737