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
/
CloneTrace.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-5
/
+0
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
1
-1
/
+1
*
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2008-03-09
1
-0
/
+5
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix indent
Anton Korobeynikov
2007-11-09
1
-12
/
+11
*
Forget to commit users part of value mapper interface
Anton Korobeynikov
2007-11-09
1
-1
/
+1
*
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
Chris Lattner
2007-02-03
1
-2
/
+2
*
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-23
1
-10
/
+10
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-8
/
+8
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-10
/
+11
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
Add CloneTraceInto(), which is based on (and has mostly the same
Brian Gaeke
2004-05-19
1
-0
/
+33
*
Give CloneBasicBlock an optional function argument to specify which function
Chris Lattner
2004-02-04
1
-9
/
+7
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-7
/
+3
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fixed comment width, changed arg to be const, fixed indentation, removed unne...
Tanya Lattner
2003-05-31
1
-8
/
+6
*
Added the CloneTrace function which clones traces. It takes a vector of basic...
Tanya Lattner
2003-05-30
1
-0
/
+83