index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
TraceValues.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
this pass is unused
Chris Lattner
2007-01-07
1
-436
/
+0
*
relax some types
Chris Lattner
2007-01-07
1
-13
/
+13
*
For PR950:
Reid Spencer
2006-12-31
1
-7
/
+7
*
Replace CastInst::createInferredCast calls with more accurate cast
Reid Spencer
2006-12-13
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-11-27
1
-5
/
+4
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-2
/
+2
*
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-23
1
-5
/
+6
*
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-23
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-36
/
+36
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
Add a dependency to the trace library so that it gets pulled in
Alkis Evlogimenos
2005-01-25
1
-1
/
+3
*
Correct type of accessor functions.
Brian Gaeke
2004-09-30
1
-4
/
+4
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-3
/
+1
*
bug 122:
Reid Spencer
2004-07-18
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-6
/
+3
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Eliminate using declarations
Chris Lattner
2003-10-27
1
-25
/
+26
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
1
-1
/
+1
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-1
/
+1
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
1
-2
/
+2
*
Use the new interface, simplifies code
Chris Lattner
2003-08-31
1
-13
/
+8
*
Trace loads and stores as they happen (stores were being
Vikram S. Adve
2003-07-11
1
-10
/
+17
*
Use a constant expr GEP instead of an actual instruction
Chris Lattner
2003-06-05
1
-4
/
+2
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
1
-3
/
+3
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-1
/
+2
*
Make help message more clear
Chris Lattner
2003-04-13
1
-2
/
+4
*
Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...
Chris Lattner
2003-01-14
1
-1
/
+1
*
Make sure to handle %'s in strings correctly so that the names of BB's and fu...
Chris Lattner
2003-01-13
1
-10
/
+9
*
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-21
1
-1
/
+1
*
* Apparently string::find doesn't work right on our sun boxes. Work around t...
Chris Lattner
2002-10-17
1
-4
/
+9
*
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
Chris Lattner
2002-10-13
1
-1
/
+1
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
1
-1
/
+1
*
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-10
1
-83
/
+44
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-08-22
1
-2
/
+2
*
Remove extraneous #includes
Chris Lattner
2002-08-21
1
-1
/
+0
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-2
/
+2
*
* Cleanup the pass a bit more, making it more object oriented.
Chris Lattner
2002-07-23
1
-65
/
+48
*
Hide extra argument
Chris Lattner
2002-07-22
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-7
/
+7
*
Fix iteration and InsertPos bugs introduced when Chris changed over to ilist.
Vikram S. Adve
2002-07-08
1
-21
/
+35
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-58
/
+48
*
* Change commandline options a bit to be nicer
Chris Lattner
2002-05-20
1
-42
/
+47
*
Hash pointer values to a sequence number to get identical results from
Vikram S. Adve
2002-05-19
1
-39
/
+197
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+4
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-3
/
+3
[next]