index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove isSetCCExpensive() etc. These are no longer used.
Evan Cheng
2007-01-05
1
-10
/
+8
*
1) Remove old AnalysisResolver.
Devang Patel
2007-01-05
2
-46
/
+15
*
Remove old pass manager.
Devang Patel
2007-01-05
3
-139
/
+4
*
Change the syntax for parameter attributes:
Reid Spencer
2007-01-05
1
-4
/
+5
*
remove the 'protected' workaround now that we don't care about gcc 2.95 anymore.
Chris Lattner
2007-01-04
1
-39
/
+0
*
Now that setcondinst has been eliminated, we can mark Value::SubclassID
Chris Lattner
2007-01-04
2
-12
/
+1
*
Add a new ConstantPacked::getAllOnesValue method
Chris Lattner
2007-01-04
1
-0
/
+5
*
Enable new pass manager, which was accidentally disabled.
Devang Patel
2007-01-04
1
-1
/
+2
*
The previous implementation of LLVM Streams wasn't removing symbols. This
Bill Wendling
2007-01-03
2
-7
/
+1
*
Fix naming inconsistency: calleesave -> calleesaved.
Evan Cheng
2007-01-02
2
-18
/
+18
*
Add virtual method spillCalleeSaveRegisters() and restoreCalleeSaveRegisters()
Evan Cheng
2007-01-02
1
-0
/
+21
*
Add some convenience functions for getting the source and destination
Reid Spencer
2007-01-02
1
-0
/
+5
*
Convert the intrinsic function definitions to use llvm_i32_ty instead of
Reid Spencer
2006-12-31
3
-116
/
+112
*
For PR950:
Reid Spencer
2006-12-31
4
-29
/
+26
*
For PR950:
Reid Spencer
2006-12-31
1
-5
/
+43
*
For PR950:
Reid Spencer
2006-12-31
1
-42
/
+11
*
Make a variable private now that the conditions requiring it to be
Reid Spencer
2006-12-29
1
-7
/
+0
*
Doxygenify a comment.
Reid Spencer
2006-12-29
1
-1
/
+2
*
Add some documentation to make Nick happy.
Reid Spencer
2006-12-23
1
-1
/
+2
*
For PR950:
Reid Spencer
2006-12-23
11
-158
/
+165
*
Enable new pass manager. 2nd attempt.
Devang Patel
2006-12-22
1
-1
/
+1
*
ModulePass and ImmutablePass. Force out of line virtual method.
Devang Patel
2006-12-22
1
-0
/
+6
*
Grandchildren are covered by protect.
Jim Laskey
2006-12-21
1
-3
/
+2
*
Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.
Jim Laskey
2006-12-21
1
-2
/
+3
*
Enable old pass manager. New pass manager causes CBE failures in llvm-test.
Devang Patel
2006-12-20
1
-1
/
+1
*
eliminate constructor from Statistic class. It is now impossible to get a
Chris Lattner
2006-12-19
1
-30
/
+17
*
Added operator methods to the Statistic class; some LLVM projects depend
John Criswell
2006-12-19
1
-1
/
+13
*
Enable new pass manager.
Devang Patel
2006-12-19
1
-1
/
+1
*
Refactor statistic a big and introduce a horrible-but-necessary macro
Chris Lattner
2006-12-19
1
-14
/
+22
*
s/BasicBlockPassManager/BBPassManager/g
Devang Patel
2006-12-19
1
-4
/
+4
*
Correct the description of ConstantInt::isValueValidForType.
Reid Spencer
2006-12-19
1
-3
/
+5
*
Make ConstantInt not care about sign any more. To ensure the AsmParser can
Reid Spencer
2006-12-19
1
-3
/
+6
*
Doxgenate comments.
Chris Lattner
2006-12-19
1
-74
/
+84
*
Removed llvm_ostream and used std::ostream instead.
Bill Wendling
2006-12-18
1
-1
/
+1
*
Remove the createInferredCast methods now that their last uses have been
Reid Spencer
2006-12-18
1
-55
/
+2
*
Remove the two-argument (inferred cast) form of ConstantExpr::getCast now
Reid Spencer
2006-12-18
1
-2
/
+0
*
Determine if the -enable-pic option was given.
Reid Spencer
2006-12-18
1
-0
/
+3
*
move ExtWeakSymbols to AsmPrinter
Rafael Espindola
2006-12-18
1
-0
/
+5
*
Accidental submission.
Bill Wendling
2006-12-17
1
-1
/
+0
*
Fix problems in the CBE and InstructionCombining which use the isMaxValue
Reid Spencer
2006-12-17
1
-2
/
+2
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
35
-128
/
+95
*
Apply B. Scott Michel's patch for PR1054, thanks!
Chris Lattner
2006-12-16
1
-16
/
+71
*
Typo.
Evan Cheng
2006-12-16
1
-1
/
+1
*
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
[next]