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
/
Transforms
/
Utils
/
Local.h
Age
Commit message (
Expand
)
Author
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-10-21
Reg2Mem cleanup and optimizations:
Anton Korobeynikov
2007-07-11
Adding ability to demote phi to stack.
Tanya Lattner
2007-01-30
move constant folding code out of Utils/Local into libanalysis
Chris Lattner
2007-01-30
Change constant folding APIs to take an optional TargetData, and change
Chris Lattner
2006-12-23
For PR950:
Reid Spencer
2006-05-27
Add an interface to constant fold and instruction given it's opcode, type
Chris Lattner
2005-10-27
Move some constant folding functions into LLVMAnalysis since they are used
John Criswell
2005-09-27
allow demotion to volatile values
Chris Lattner
2005-09-26
add a new function
Chris Lattner
2005-08-04
Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into
Nate Begeman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-04-13
Add new interfaces
Chris Lattner
2004-03-17
cleanup comment
Chris Lattner
2004-03-14
Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file.
Chris Lattner
2004-01-12
llvm::ConstantFoldInstruction
Chris Lattner
2003-12-19
Add new function
Chris Lattner
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-05-20
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2002-09-24
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-06
- Rename BreakCriticalEdge to the slightly more standard SplitCriticalEdge
Chris Lattner
2002-09-06
* Doxygenize API
Chris Lattner
2002-09-02
Remove duplicate #include
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-26
Simplify the interface to local dce and constprop
Chris Lattner
2002-05-21
Simplify interface to ConstantFoldTerminator
Chris Lattner
2002-05-07
Checkin headers for Utils library
Chris Lattner