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
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Remove dead methods
Chris Lattner
2006-12-01
1
-22
/
+0
*
add a new ConstantIntegral::get method. Simplify the implementation of
Chris Lattner
2006-12-01
1
-0
/
+4
*
Define the HAVE_PTHREAD symbol.
Reid Spencer
2006-12-01
1
-3
/
+0
*
Change global descriptor names to provide name, full name and linkage name.
Jim Laskey
2006-11-30
1
-7
/
+8
*
- MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode.
Evan Cheng
2006-11-30
1
-6
/
+11
*
Get the delegation right for InstVisitor.
Reid Spencer
2006-11-29
2
-13
/
+25
*
Oops! didn't mean to put this in there yet.
Bill Wendling
2006-11-29
1
-5
/
+0
*
add a hook to allow targets to hack on inline asms to lower them to llvm
Chris Lattner
2006-11-29
1
-3
/
+9
*
Converted to using llvm streams instead of <iostream>s
Bill Wendling
2006-11-29
1
-3
/
+2
*
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-29
5
-7
/
+19
*
Support for llvm_ostreams.
Bill Wendling
2006-11-28
6
-16
/
+22
*
Support for llvm streams.
Bill Wendling
2006-11-28
2
-2
/
+8
*
Add a helper function
Chris Lattner
2006-11-28
1
-0
/
+7
*
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-11-28
14
-7
/
+114
*
Add per-target support for asm translation in the cbe
Andrew Lenharth
2006-11-28
1
-0
/
+7
*
Fix indentation.
Evan Cheng
2006-11-28
1
-2
/
+2
*
Added helper function to transition to using llvm streams.
Bill Wendling
2006-11-28
1
-2
/
+13
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
2
-37
/
+29
*
Protect against null streams.
Bill Wendling
2006-11-27
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-27
9
-99
/
+732
*
Add method that will take a function pointer so that it can handle things
Bill Wendling
2006-11-26
1
-0
/
+7
*
setOperand should not zap the operand list or add implicit operands to an
Chris Lattner
2006-11-20
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-20
4
-14
/
+337
*
MachineInstr includes this
Chris Lattner
2006-11-18
1
-1
/
+0
*
Implement operator<< for machine basic blocks to make it easier to dump them.
Chris Lattner
2006-11-18
2
-0
/
+2
*
Hopefully a good crack at making debugging work on intel -disable-fp-elim.
Jim Laskey
2006-11-17
1
-1
/
+17
*
Used llvm_ostream instead of std::ostream objects. This will reduce use
Bill Wendling
2006-11-17
4
-31
/
+13
*
Added wrappers for the std::cerr/std::cout objects. The wrappers will
Bill Wendling
2006-11-17
1
-0
/
+47
*
#ifndef NDEBUG the "if (Stream) ..." stuff.
Bill Wendling
2006-11-17
1
-0
/
+2
*
Add opcode to TargetInstrDescriptor.
Evan Cheng
2006-11-17
1
-1
/
+2
*
Adjusted the // comments so that doxygen picks them up.
Bill Wendling
2006-11-17
1
-7
/
+7
*
Added "DOUT" macro. This is used as a replacement for the std::cerr
Bill Wendling
2006-11-17
1
-0
/
+30
*
Allow target to specify alignment for function stub.
Evan Cheng
2006-11-16
1
-1
/
+1
*
Added "removeRange", which takes and removes an entire LiveRange.
Bill Wendling
2006-11-16
1
-0
/
+4
*
Added a new method "CreateNewLiveInterval" which, given a list of
Bill Wendling
2006-11-16
1
-0
/
+5
*
ChangeToRegister should clear IsImp bit.
Evan Cheng
2006-11-15
1
-4
/
+4
*
Do away with kill / dead maps. Move kill / dead info onto MI's.
Evan Cheng
2006-11-15
1
-95
/
+36
*
Add copyKillDeadInfo to copy kill / dead info; other minor updates.
Evan Cheng
2006-11-15
1
-8
/
+28
*
Add run(Function &F) support in FunctionPassManager_New
Devang Patel
2006-11-15
1
-0
/
+6
*
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-15
1
-30
/
+3
*
Add a method to get the bit width of a packed type.
Reid Spencer
2006-11-15
1
-0
/
+6
[prev]
[next]