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
*
Rework GlobalValue::removeDeadConstantUsers to always remove dead constant
Chris Lattner
2007-02-25
1
-4
/
+0
*
Fix clearUnusedBits to not depend on "undefined behavior" of >> operator
Reid Spencer
2007-02-25
1
-9
/
+40
*
Add a private constructor for efficiency.
Reid Spencer
2007-02-25
1
-0
/
+4
*
Improve documentation.
Reid Spencer
2007-02-24
1
-12
/
+16
*
Refactor the setName stuff, moving it down the inheritance hierarchy, to
Chris Lattner
2007-02-24
3
-115
/
+41
*
Loop passes are set up to accept pointer.
Devang Patel
2007-02-23
1
-1
/
+1
*
Temporay hook to enable register scavening for specific targets only.
Evan Cheng
2007-02-23
1
-0
/
+6
*
Use findRegisterUseOperand to find a kill of particular register.
Evan Cheng
2007-02-23
1
-2
/
+3
*
Initial check in of register scavenger. Its only current functionality is tra...
Evan Cheng
2007-02-23
1
-0
/
+75
*
Teach LoopPass to assign itself one Loop Pass Manager.
Devang Patel
2007-02-23
1
-0
/
+4
*
Add facility that allows LoopPass to re-insert a loop into
Devang Patel
2007-02-23
1
-1
/
+6
*
Add LPPassManager interface that LoopPass can use to skip
Devang Patel
2007-02-23
1
-1
/
+6
*
Copy and paste silliness.
Evan Cheng
2007-02-22
1
-2
/
+1
*
Add LoopQueue. This is used by loop pass manager to manage loop nest.
Devang Patel
2007-02-22
1
-1
/
+6
*
Remove unnecessary isKill properties if a live range has been lengthened due ...
Evan Cheng
2007-02-22
1
-0
/
+11
*
Typo.
Jim Laskey
2007-02-22
1
-1
/
+1
*
Remove isAccessable.
Jim Laskey
2007-02-22
1
-4
/
+0
*
Simplify lowering and selection of exception ops.
Jim Laskey
2007-02-22
1
-0
/
+38
*
Simplify lowering and selection of exception ops.
Jim Laskey
2007-02-22
1
-8
/
+0
*
Add Loop Pass Manager.
Devang Patel
2007-02-22
1
-0
/
+86
*
Support to provide exception and selector registers.
Jim Laskey
2007-02-21
1
-1
/
+9
*
Add support for changes in DwarfWriter.
Jim Laskey
2007-02-21
1
-0
/
+5
*
Add TAI field for exception table section.
Jim Laskey
2007-02-21
1
-0
/
+8
*
Allow for live in registers for eh landing pads.
Jim Laskey
2007-02-21
1
-1
/
+3
*
Add a flag to MBBs to indicate whether it is an eh landing pad.
Jim Laskey
2007-02-21
1
-1
/
+18
*
Add structures used for collecting eh information.
Jim Laskey
2007-02-21
1
-0
/
+78
*
Add new instructions for handling data passed into eh landing pad.
Jim Laskey
2007-02-21
1
-1
/
+9
*
Add new intrinsics for eh support.
Jim Laskey
2007-02-21
1
-1
/
+3
*
Simplify
Devang Patel
2007-02-21
1
-2
/
+1
*
Add a dump() method for debugging.
Reid Spencer
2007-02-21
1
-2
/
+7
*
Fix memory leak (PR 775).
Devang Patel
2007-02-21
1
-0
/
+2
*
Add an internal convenience method for division that urem and udiv use.
Reid Spencer
2007-02-20
1
-0
/
+5
*
eliminate some dead friends.
Chris Lattner
2007-02-20
1
-2
/
+0
*
cleanup ConstantInt to use a single DenseMap for uniquing instead of the
Chris Lattner
2007-02-20
1
-4
/
+1
*
Make ConstantInt::getTrue/getFalse be llvm_shutdown safe.
Chris Lattner
2007-02-20
1
-6
/
+8
*
add a way to register an arbitrary cleanup function.
Chris Lattner
2007-02-20
1
-0
/
+6
*
Clean up the internals of the ConstantInt machinery
Chris Lattner
2007-02-20
1
-6
/
+4
*
remove some dead passes and stuff specific to the reoptimizer.
Chris Lattner
2007-02-20
1
-18
/
+3
*
remove some passes
Chris Lattner
2007-02-20
1
-2
/
+0
*
Implement support for non-standard integer bit widths of any size. The
Reid Spencer
2007-02-19
1
-6
/
+6
*
Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.
Evan Cheng
2007-02-19
5
-9
/
+52
*
llvm-gcc issue fixed, revert reversal :)
Chris Lattner
2007-02-19
1
-14
/
+0
*
Temporarily reverting the patch. It's breaking llvm-gcc build.
Evan Cheng
2007-02-19
1
-0
/
+14
*
remove dead methods
Chris Lattner
2007-02-19
1
-14
/
+0
*
add alternate version of constant ctors that don't take a vector. For now
Chris Lattner
2007-02-19
1
-3
/
+19
*
For PR1207:
Reid Spencer
2007-02-19
5
-52
/
+9
*
Add some new constants.
Reid Spencer
2007-02-19
1
-1
/
+2
*
1. "unsigned" -> "uint32_t" to gaurantee its bit width on all platforms.
Reid Spencer
2007-02-18
1
-56
/
+47
*
Implement signed output for toString.
Reid Spencer
2007-02-18
1
-1
/
+1
*
temporarily revert Devang's most recent patch, which caused a large
Chris Lattner
2007-02-17
1
-5
/
+0
[next]