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
Age
Commit message (
Expand
)
Author
2004-04-23
Aggregating function arguments is now an option. Default is `no', as before.
Misha Brukman
2004-04-23
Remove the SCEV::expandCodeFor method, add a new SCEVVisitor class.
Chris Lattner
2004-04-23
Merged this file into the SparcV9 target.
Brian Gaeke
2004-04-23
Add emitWordAt() - a quick and dirty interface that the machine-dependent
Brian Gaeke
2004-04-22
Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
Misha Brukman
2004-04-22
Add a boolean flag to delete this function from module, leaving the rest behind.
Misha Brukman
2004-04-22
Add an ugly cast
Chris Lattner
2004-04-22
Add a method
Chris Lattner
2004-04-21
Declare iterator as public since it is defined as such (gcc-3.4 fix)
Alkis Evlogimenos
2004-04-20
Allow getting the module from a call graph
Chris Lattner
2004-04-20
Change it to take a callgraph, from which we can get a module
Chris Lattner
2004-04-20
Add the ability for SCC passes to initialize and finalize themselves
Chris Lattner
2004-04-19
Add accessor for a Loop Unswitching pass
Chris Lattner
2004-04-19
Eliminate a poorly conceived method
Chris Lattner
2004-04-19
* Improve file header comment
Chris Lattner
2004-04-18
Provide an interface that is more convenient for iterating over the blocks
Chris Lattner
2004-04-18
Add new method.
Chris Lattner
2004-04-18
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
Add a new method
Chris Lattner
2004-04-18
Allow clients to delete loops, add a new method
Chris Lattner
2004-04-18
Add prototype
Chris Lattner
2004-04-16
Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).
Brian Gaeke
2004-04-16
Include <string> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-16
Assert if Instruction is being deleted before being removed from BasicBlock.
Misha Brukman
2004-04-15
Don't use invalid HTML in doxygen comments.
Misha Brukman
2004-04-15
Add some helpful methods
Chris Lattner
2004-04-15
Publically export all of these classes from the ScalarEvolutions.cpp file
Chris Lattner
2004-04-14
Add a copy constructor for TargetData.
Brian Gaeke
2004-04-14
Temporarily hack in the intrinsics that John added. I expect him to finish u...
Chris Lattner
2004-04-13
Add new interfaces
Chris Lattner
2004-04-12
Add some methods that are useful for updating loop information.
Chris Lattner
2004-04-12
Change the call graph class to have TWO external nodes, making call graph
Chris Lattner
2004-04-11
Make comments above APIs reflect what they should do.
Chris Lattner
2004-04-11
New method to allow more efficient clients
Chris Lattner
2004-04-10
Note to self: SAVE FILES!
Chris Lattner
2004-04-10
Add an interface to update value numbering
Chris Lattner
2004-04-10
Clarify interface
Chris Lattner
2004-04-09
Add definition list to each live interval.
Alkis Evlogimenos
2004-04-08
Added the llvm.readport and llvm.writeport intrinsics.
John Criswell
2004-04-08
This file does not appear to be included anywhere.
Brian Gaeke
2004-04-07
This file is no longer used.
Brian Gaeke
2004-04-05
Be more restrictive with the index types we allow for sequential types
Chris Lattner
2004-04-04
Add ConstantExpr::get(Sign|Zero)Extend methods
Chris Lattner
2004-04-04
Support iteration over constant instructions
Chris Lattner
2004-04-03
Allow for use of arbitrary iterator types...
Chris Lattner
2004-04-02
Regenerated using autoheader-2.57.
Brian Gaeke
2004-04-02
Remove obsolete files
Chris Lattner
2004-04-02
cleanup some long-dead code
Chris Lattner
2004-04-02
Add a new analysis
Chris Lattner
2004-04-02
Make the verifier API more complete and useful
Chris Lattner
[next]