index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
The best unbreakage yet, addressing Bill's concerns.
Jeff Cohen
2006-12-16
3
-6
/
+30
*
An even better unbreakage...
Jeff Cohen
2006-12-15
3
-18
/
+4
*
Complete unbreak of VC++ (Chris identified the simple fix).
Jeff Cohen
2006-12-15
2
-0
/
+2
*
Silly assertion. Forgot variable_ops instructions can have arbitrary number of
Evan Cheng
2006-12-15
1
-2
/
+4
*
File missing from last check in.
Jim Laskey
2006-12-14
1
-4
/
+4
*
1. Tidy up jump table info.
Jim Laskey
2006-12-14
1
-3
/
+6
*
fit in 80 cols
Chris Lattner
2006-12-13
1
-4
/
+3
*
Using PDL as a prefix for PassDebugLevel enums is not a good idea.
Devang Patel
2006-12-13
1
-5
/
+0
*
Add getTypeToExpandTo() which recursively walks TransformToType to determine
Evan Cheng
2006-12-13
1
-0
/
+20
*
Move enum PassDebugLevel from PassManagerT.h to Pass.h.
Devang Patel
2006-12-13
1
-0
/
+5
*
Remove DSA.
John Criswell
2006-12-13
6
-2079
/
+0
*
Remove DSA header files.
John Criswell
2006-12-13
1
-2
/
+0
*
Remove DSA.
John Criswell
2006-12-13
1
-11
/
+0
*
Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode
Reid Spencer
2006-12-13
1
-4
/
+17
*
Update comments.
Evan Cheng
2006-12-13
1
-3
/
+4
*
Update comments.
Evan Cheng
2006-12-13
1
-3
/
+3
*
Add #ifdef switch toggle between old and new pass manager. However,
Devang Patel
2006-12-13
3
-13
/
+53
*
FunctionPassManager does not support runOnModule().
Devang Patel
2006-12-13
1
-5
/
+0
*
Move getAnalysis() and getAnalysisID() definitions from Pass.h to
Devang Patel
2006-12-13
2
-33
/
+43
*
Implement PassManager_New destructors.
Devang Patel
2006-12-13
1
-1
/
+2
*
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-12
1
-12
/
+12
*
Remove unneeded include.
Jim Laskey
2006-12-12
1
-2
/
+0
*
Rollback changes to take a different tack.
Jim Laskey
2006-12-12
2
-6
/
+0
*
Honor the command line specification for machine type.
Jim Laskey
2006-12-12
2
-0
/
+8
*
Implement getIntegerCast and getFPCast for ConstantExpr. These are similar
Reid Spencer
2006-12-12
1
-0
/
+13
*
Implement createIntegerCast and createFPCast factory methods for handling
Reid Spencer
2006-12-12
1
-0
/
+34
*
Properly mangles symbol table names
Nate Begeman
2006-12-11
1
-21
/
+36
*
Add a default relocation type, and allow clients to set the ConstantVal
Nate Begeman
2006-12-11
1
-0
/
+14
*
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-10
2
-20
/
+31
*
Added option -soft-float to generate SW fp library calls instead of fp instru...
Evan Cheng
2006-12-09
1
-0
/
+6
*
Add AnalysisResolver_New.
Devang Patel
2006-12-08
1
-1
/
+6
*
Add AnalysisResolver_New. It is a replacement for existing
Devang Patel
2006-12-08
1
-0
/
+44
*
Change the implementation of statistic to not need destructors at all.
Chris Lattner
2006-12-08
1
-17
/
+24
*
Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P)
Devang Patel
2006-12-08
1
-1
/
+1
*
Move findTiedToSrcOperand to TargetInstrDescriptor.
Evan Cheng
2006-12-08
1
-5
/
+4
*
Packed Structures
Andrew Lenharth
2006-12-08
3
-3
/
+11
*
Use MI's TargetInstrDescriptor.
Evan Cheng
2006-12-08
1
-1
/
+2
*
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
1
-1
/
+1
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
1
-1
/
+1
*
Provide a getOpcode() method on CmpInst to ensure the opcode is returned
Reid Spencer
2006-12-07
1
-0
/
+5
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
27
-94
/
+110
*
Ignoring the upper 32 bits of a 64 bit constant is not a good thing.
Jim Laskey
2006-12-06
1
-4
/
+4
*
For PR950:
Reid Spencer
2006-12-06
1
-16
/
+8
*
Fix some 80 col violations.
Reid Spencer
2006-12-06
1
-2
/
+2
*
merge the Statistic and StatisticBase classes, eliminating virtual methods
Chris Lattner
2006-12-06
1
-37
/
+6
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-20
/
+19
*
Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand().
Evan Cheng
2006-12-06
1
-17
/
+5
*
Remove the dead CachedWriter class.
Chris Lattner
2006-12-06
1
-74
/
+0
*
Remove the 'printname' argument to WriteAsOperand. It is always true, and
Chris Lattner
2006-12-06
1
-1
/
+1
*
remove unused api
Chris Lattner
2006-12-06
1
-3
/
+0
[next]