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
...
*
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
*
Add doInitialization and doFinalization support in FunctionManager_New.
Devang Patel
2006-11-15
1
-1
/
+8
*
A shim over other AA impls to catch incorrect uses
Andrew Lenharth
2006-11-14
2
-0
/
+7
*
Discard code that supported old bytecode formats. This makes the Bytecode
Reid Spencer
2006-11-14
2
-63
/
+22
*
Matches MachineInstr changes.
Evan Cheng
2006-11-13
1
-14
/
+15
*
- Let MachineInstr ctors add implicit def and use operands. Other operands
Evan Cheng
2006-11-13
1
-10
/
+65
*
Revert premature patch.
Reid Spencer
2006-11-11
1
-49
/
+15
*
Document new constant expr operators, rename bitconvert as bitcast.
Reid Spencer
2006-11-11
1
-15
/
+49
*
Minor style fixes from review.
Reid Spencer
2006-11-11
1
-1
/
+3
*
For PR998:
Reid Spencer
2006-11-11
1
-2
/
+3
*
Add methods to add implicit def use operands to a MI.
Evan Cheng
2006-11-11
2
-0
/
+9
*
Move CommonPassManagerImpl from PassManager.h to PassManager.cpp
Devang Patel
2006-11-11
1
-41
/
+2
*
Keep track if analysis made available by the pass.
Devang Patel
2006-11-11
1
-1
/
+8
*
Keep track of analysis required by the passes. Force use of new pass
Devang Patel
2006-11-11
1
-2
/
+2
*
s/PassManagerAnalysisHelper/CommonPassManagerImpl
Devang Patel
2006-11-10
1
-6
/
+4
*
Shut up the warning.
Jim Laskey
2006-11-10
1
-1
/
+1
*
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-10
2
-6
/
+20
*
allow clients to indicate that they never want lazy compilation.
Chris Lattner
2006-11-09
1
-0
/
+10
*
Add a mechanism to specify whether a target supports a particular indexed loa...
Evan Cheng
2006-11-09
1
-0
/
+63
*
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
3
-16
/
+17
*
math.h creates ambiguity
Jim Laskey
2006-11-09
1
-0
/
+4
*
math.h for C's sake.
Jim Laskey
2006-11-09
1
-1
/
+1
*
getPostIndexedAddressParts change: passes in load/store instead of its loaded...
Evan Cheng
2006-11-09
1
-1
/
+1
*
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-11-09
1
-13
/
+7
*
Make sure <cmath> comes first
Jim Laskey
2006-11-08
1
-0
/
+2
*
Add backup support for HUGH_VALF.
Jim Laskey
2006-11-08
1
-0
/
+4
[prev]
[next]