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
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Fix incorrect computation of the runOnMachineFunction return value
Chris Lattner
2004-01-31
1
-30
/
+23
*
Remove unneeded #includes
Chris Lattner
2004-01-31
1
-12
/
+10
*
Merge safe parts from last night's buggy commit. These do not break
Alkis Evlogimenos
2004-01-31
2
-67
/
+78
*
Optimize liveAt() and overlaps(). We now use a binary search instead
Alkis Evlogimenos
2004-01-31
1
-20
/
+30
*
Revert last night's changes as they broke some tests. Will remerge parts of t...
Alkis Evlogimenos
2004-01-31
2
-115
/
+115
*
Several performance enhancements and cleanups from Chris.
Alkis Evlogimenos
2004-01-31
2
-115
/
+115
*
Finegrainify namespacification
Chris Lattner
2004-01-30
1
-4
/
+17
*
Give clients of MachineFunctionPrinter the ability to specify a banner and
Brian Gaeke
2004-01-30
1
-3
/
+14
*
Fix failing test cases with joined live intervals. It turns out that
Alkis Evlogimenos
2004-01-23
2
-3
/
+26
*
Add option to join live intervals. Two intervals are joined if there
Alkis Evlogimenos
2004-01-22
3
-48
/
+252
*
Remove unneeded check. An interval in active, by definition overlaps
Alkis Evlogimenos
2004-01-22
1
-4
/
+1
*
Improve debugging output. Remove unneeded virtReg->0 mapping when
Alkis Evlogimenos
2004-01-22
1
-20
/
+31
*
Revert previous change. The code was correct...
Alkis Evlogimenos
2004-01-22
1
-1
/
+1
*
Fix incorrect negatives in LiveIntervals::Interval::liveAt().
Alkis Evlogimenos
2004-01-22
1
-1
/
+1
*
Moved iterators around.
Tanya Lattner
2004-01-20
1
-2
/
+0
*
Moved iterators to common file.
Tanya Lattner
2004-01-20
1
-62
/
+0
*
Handle printing of intervals that are not assign to any physical
Alkis Evlogimenos
2004-01-16
1
-1
/
+1
*
Handle printing of intervals that are not assign to any physical
Alkis Evlogimenos
2004-01-16
1
-6
/
+7
*
Fold open interval ends handling into
Alkis Evlogimenos
2004-01-16
2
-11
/
+5
*
Add asserts to previous change.
Alkis Evlogimenos
2004-01-16
1
-2
/
+6
*
Use a list instead of a vector to store intervals. This will be needed
Alkis Evlogimenos
2004-01-16
2
-9
/
+9
*
Hrm, apparently I missed lowering this intrinsic. :(
Chris Lattner
2004-01-14
1
-0
/
+1
*
Properly update #intervals statistic.
Alkis Evlogimenos
2004-01-14
1
-0
/
+2
*
Fix bug in LiveIntervals::Interval::overlaps and
Alkis Evlogimenos
2004-01-14
1
-3
/
+3
*
Improve debugging output.
Alkis Evlogimenos
2004-01-14
1
-2
/
+3
*
Fix miscomputation of live intervals. The catch is that registers can
Alkis Evlogimenos
2004-01-13
1
-0
/
+17
*
Remove allocatable registers vector. It is already provided by
Alkis Evlogimenos
2004-01-13
2
-23
/
+2
*
Cleanup debugging output.
Alkis Evlogimenos
2004-01-13
1
-9
/
+6
*
Fix output of live intervals to show correctly its closed, open
Alkis Evlogimenos
2004-01-13
1
-1
/
+1
*
Remove unneeded check (with the recent change in live variables a use
Alkis Evlogimenos
2004-01-13
1
-4
/
+2
*
Indentation and whitespace cleanups.
Alkis Evlogimenos
2004-01-13
1
-9
/
+9
*
Fix bug introduced by previous commit: check if fixed intervals
Alkis Evlogimenos
2004-01-13
1
-0
/
+3
*
Correctly compute live variable information for physical registers
Alkis Evlogimenos
2004-01-13
3
-33
/
+30
*
Make LiveVariables::HandlePhysRegUse and
Alkis Evlogimenos
2004-01-11
1
-21
/
+11
*
Remove use of llvm/CodeGen/InstrSelection.h
Chris Lattner
2004-01-10
1
-2
/
+2
*
Finegrainify namespacification.
Chris Lattner
2004-01-09
1
-9
/
+4
*
Move InstrSelection into lib/Target/Sparc, as it's sparc specific
Chris Lattner
2004-01-09
5
-1038
/
+3
*
Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific
Chris Lattner
2004-01-09
15
-3354
/
+1
*
Add a separate list of fixed intervals. This improves the running time
Alkis Evlogimenos
2004-01-07
1
-64
/
+111
*
Minor cleanups.
Alkis Evlogimenos
2004-01-07
1
-29
/
+3
*
Remove declared but undefined method.
Alkis Evlogimenos
2004-01-07
1
-5
/
+0
*
Change implementation of LiveIntervals::overlap(). This results in a
Alkis Evlogimenos
2004-01-07
1
-10
/
+22
*
Remove simple coalescing.
Alkis Evlogimenos
2004-01-05
2
-26
/
+0
*
fix warning
Chris Lattner
2004-01-05
1
-1
/
+1
*
Add VMCore and code generator support for debugging intrinsics. By default
Chris Lattner
2004-01-05
1
-0
/
+8
*
Currently we cannot handle two-address instructions of the form:
Alkis Evlogimenos
2004-01-05
1
-0
/
+9
*
Update description.
Alkis Evlogimenos
2004-01-04
1
-5
/
+10
*
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
2
-9
/
+4
*
Reserve ECX and EDI instead of EBX and EDI. Since EBX is a callee
Alkis Evlogimenos
2003-12-28
1
-8
/
+8
*
Add coalescing to register allocator. A hint is added to each interval
Alkis Evlogimenos
2003-12-28
3
-2
/
+30
[next]