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
/
lib
/
Transforms
/
Utils
Age
Commit message (
Expand
)
Author
2003-05-22
Remove using declarations
Chris Lattner
2003-05-20
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2003-05-15
Fix long standing bug
Chris Lattner
2003-05-15
Fix Bug: Linker/2003-05-15-TypeProblem.ll
Chris Lattner
2003-05-14
Fix major problem with appending linkage changes
Chris Lattner
2003-05-13
Implement linkage of appending global variables!
Chris Lattner
2003-05-12
Fix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.ll
Chris Lattner
2003-05-01
Fix Bug: LowerSwitch/2003-05-01-PHIProblem.ll
Chris Lattner
2003-04-25
Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll
Chris Lattner
2003-04-24
Fix iterator invalidation problem
Chris Lattner
2003-04-24
Make sure that the cloned module retains the type symbol table entries!
Chris Lattner
2003-04-24
Make sure to preserve endiannes and pointer size when cloning modules!
Chris Lattner
2003-04-23
Fix Bug: Linker/2003-04-23-LinkOnceLost.ll
Chris Lattner
2003-04-23
Remove unnecesary &*'s
Chris Lattner
2003-04-23
New pass to lower switch instructions to branch instructions
Chris Lattner
2003-04-23
Minor cleanups
Chris Lattner
2003-04-22
Add warning when linking modules with disagreeing target properties
Chris Lattner
2003-04-22
Preserve the new moduleID field
Chris Lattner
2003-04-21
Fix bug: 2003-01-30-LinkerRename.ll
Chris Lattner
2003-04-21
Fix linking a function with qualifiers to a external function declaration:
Chris Lattner
2003-04-21
Fix bug where use still existed in dead code
Chris Lattner
2003-04-18
Fix bug: Mem2reg/2003-04-18-DeadBlockProblem.ll
Chris Lattner
2003-04-18
Refactor CloneFunction to expose the new CloneBasicBlock function
Chris Lattner
2003-04-18
New const_cast instead of c style cast
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-04-10
* Fix bug: Mem2Reg/2003-04-10-DFNotFound.ll
Chris Lattner
2003-03-31
* We now preserve the no-critical-edge pass (because we cannot insert critica...
Chris Lattner
2003-03-07
Fix bug: SimplifyCFG/2003-03-07-DominateProblem.ll
Chris Lattner
2003-03-05
Implement CFGSimplify/PhiBlockMerge*.ll
Chris Lattner
2003-03-05
Implement testcase CFGSimplify/EqualPHIEdgeBlockMerge.ll
Chris Lattner
2003-03-03
Change the mem2reg interface to accept a TargetData argument
Chris Lattner
2003-02-28
Fix bug I introduced yesterday :(
Chris Lattner
2003-02-28
Fix bug: LICM/2003-02-27-PreheaderExitNodeUpdate.ll
Chris Lattner
2003-02-27
Fix bug: 2003-02-27-PreheaderExitNodeUpdate.ll by updating exit node info
Chris Lattner
2003-02-27
Add a new assertion to check that stuff is happening right
Chris Lattner
2003-02-27
* Don't forget to update Loop information!
Chris Lattner
2003-02-27
* Significant changes to the preheader insertion pass:
Chris Lattner
2003-02-24
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2003-02-22
Split mem2reg promotion into two parts: a function which does the work, and
Chris Lattner
2003-02-22
Clean up std namespace references
Chris Lattner
2003-01-30
* Fix linking of opaque types and their non-opaque versions
Chris Lattner
2003-01-30
Eliminate using decls
Chris Lattner
2003-01-13
Add debugging helper
Chris Lattner
2002-12-10
This file implements the function DemoteRegToStack(), which takes a
Vikram S. Adve
2002-12-07
Fix bug that was bugging bugpoint
Chris Lattner
2002-12-03
Fix big bug introduced with symbol table changes
Chris Lattner
2002-11-20
Initial checkin of Module cloning support stuff
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
Fix minor bugs
Chris Lattner
2002-11-19
Remove unneccesary #include
Chris Lattner
[next]