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
/
Analysis
/
IntervalIterator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-20
/
+20
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-25
/
+25
*
Remove unneeded typedef, patch by Morten Ofstad
Chris Lattner
2004-10-14
1
-2
/
+0
*
Add std:: prefix for compilers without correct koenig lookup implemented.
Chris Lattner
2004-10-12
1
-2
/
+2
*
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-03
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Use graph traits to perform generic interval construction
Chris Lattner
2003-10-01
1
-7
/
+8
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+0
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-1
/
+1
*
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-28
1
-4
/
+0
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-10
/
+10
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-8
/
+9
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-0
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-3
/
+3
*
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-10-01
1
-10
/
+9
*
getBasicBlocks() is not needed anymore for reading Method data
Chris Lattner
2001-06-27
1
-1
/
+1
*
Big changes. Interval*.h is now more or less finalized. IntervalPartition
Chris Lattner
2001-06-25
1
-33
/
+62
*
New files due to the Intervals.h splitup
Chris Lattner
2001-06-24
1
-0
/
+223