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
/
Instrumentation
Age
Commit message (
Expand
)
Author
2003-05-22
Remove using declarations
Chris Lattner
2003-04-23
Remove unnecesary &*'s
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-04-13
Make help message more clear
Chris Lattner
2003-02-14
Changes to runtime framework
Anand Shukla
2003-02-10
Revert Anand's patch which broke the build
Chris Lattner
2003-02-09
*** empty log message ***
Anand Shukla
2003-01-14
Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...
Chris Lattner
2003-01-14
Fix typeo
Chris Lattner
2003-01-14
Remove unused header and function
Chris Lattner
2003-01-14
Clean up #includes
Chris Lattner
2003-01-13
Make sure to handle %'s in strings correctly so that the names of BB's and fu...
Chris Lattner
2002-11-09
Fix warning
Chris Lattner
2002-11-03
code to lightly instrument at branches
Anand Shukla
2002-10-21
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-17
* Apparently string::find doesn't work right on our sun boxes. Work around t...
Chris Lattner
2002-10-13
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
Chris Lattner
2002-10-12
Changed to external global var
Anand Shukla
2002-10-01
Changes to work with Statistics rework
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
Build subdirs in parallel
Chris Lattner
2002-09-20
Added checking threshold
Anand Shukla
2002-09-18
split retracing into a separate file
Anand Shukla
2002-09-18
Removed unnecessary #includes.
Misha Brukman
2002-09-17
There is a #define in some header that conflicts with INFINITY, rename it.
Chris Lattner
2002-09-16
Incorporated changes in alloca and getElementPointer instruction
Anand Shukla
2002-09-16
Incorporated changes in alloca instruction
Anand Shukla
2002-09-14
Fix bug I introduced
Chris Lattner
2002-09-11
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-10
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-10
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-08-22
*** empty log message ***
Chris Lattner
2002-08-21
Do not generate loads/stores with indexing
Chris Lattner
2002-08-21
Remove extraneous #includes
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-23
* Cleanup the pass a bit more, making it more object oriented.
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-22
Hide extra argument
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-21
comeented out debug printing
Anand Shukla
2002-07-18
minor corrections
Anand Shukla
2002-07-17
Anand forgot to check in the makefile corresponding to his previous change
Chris Lattner
2002-07-16
Moved over EmitFunctions to this library
Anand Shukla
2002-07-16
removed this directory
Anand Shukla
2002-07-16
Moved EmitFunctions.cpp up to instrumentation directory
Anand Shukla
2002-07-16
* Cleanup pass
Chris Lattner
[next]