index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
ConstantsScanner.h
Age
Commit message (
Expand
)
Author
2009-08-27
eliminate all 80-col violations that I have introduced in my recent checkins ...
Gabor Greif
2009-08-27
the buildbots revealed one more breakage. fix. (why didn't I see this?)
Gabor Greif
2009-08-27
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-05-29
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2002-10-28
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-09-07
NEw file
Chris Lattner