index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
add a helper to call llvm_shutdown()
Chris Lattner
2006-12-06
1
-0
/
+8
*
Bail on the getInferredCast idea. Remove the function and convert
Reid Spencer
2006-12-05
1
-9
/
+1
*
Add cast creation functions for Pointer Casts, either BitCast or PtrToInt
Reid Spencer
2006-12-04
2
-1
/
+23
*
Separate the get and getTy functions for ICmp and FCmp into getCompare
Reid Spencer
2006-12-04
1
-7
/
+12
*
Unclutter this by using new cast creation functions.
Reid Spencer
2006-12-04
1
-8
/
+2
*
Implement new cast creation functions for both instructions and constant
Reid Spencer
2006-12-04
2
-0
/
+66
*
For PR950: Provide an isCompare method for detection of ICmp and FCmp constan...
Reid Spencer
2006-12-04
1
-2
/
+6
*
Change inferred casts to explicit casts.
Reid Spencer
2006-12-04
1
-2
/
+8
*
Take a baby step towards getting rid of inferred casts. Provide methods on
Reid Spencer
2006-12-04
2
-4
/
+32
*
Remove dead code.
Reid Spencer
2006-12-03
1
-61
/
+0
*
Implement creation of ICmp and FCmp constant expressions.
Reid Spencer
2006-12-03
1
-2
/
+7
*
Switch analysis groups to be unregistered when llvm_shutdown is called.
Chris Lattner
2006-12-01
1
-2
/
+0
*
Start moving pass registration over to using the ManagedStatic mechanism.
Chris Lattner
2006-12-01
2
-9
/
+0
*
pass cfgonly up the ctor instead of calling an explicit method.
Chris Lattner
2006-12-01
1
-22
/
+6
*
move 'cfgonly' pass tracking into PassInfo, instead of handling it with
Chris Lattner
2006-12-01
1
-3
/
+11
*
remove 'target constructor' support.
Chris Lattner
2006-12-01
2
-17
/
+6
*
Typo
Evan Cheng
2006-12-01
1
-1
/
+1
*
- Add getOperandConstraint() to TargetInstrDescriptor.
Evan Cheng
2006-12-01
1
-17
/
+28
*
Add weak reference directive.
Evan Cheng
2006-12-01
1
-0
/
+7
[next]