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 lowering to work correctly
Chris Lattner
2004-06-11
1
-3
/
+12
*
I misled Alkis: LLVM should have isnan, not isunordered.
Chris Lattner
2004-06-11
1
-4
/
+6
*
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-11
1
-0
/
+6
*
Fix the prolog epilog code inserter to match the documentation and support
Chris Lattner
2004-06-10
1
-9
/
+33
*
Remove an unused variable.
Chris Lattner
2004-06-05
1
-7
/
+10
*
Oops, this was not to go in
Chris Lattner
2004-06-02
1
-1
/
+1
*
Adjust to the new TargetMachine interface
Chris Lattner
2004-06-02
2
-16
/
+16
*
Adjust to new TargetMachine interface
Chris Lattner
2004-06-02
11
-19
/
+18
*
Inline findOptimalStorageSize into it's caller, both of which are sparc specific
Chris Lattner
2004-06-02
1
-12
/
+18
*
Finegrainify namespacification
Chris Lattner
2004-06-02
2
-6
/
+3
*
Fix a trivial but blatant bug
Chris Lattner
2004-06-02
1
-4
/
+4
*
Pull Interval class out of LiveIntervals.
Alkis Evlogimenos
2004-05-30
3
-80
/
+67
*
When spilling an register, introduce a new temporary for each of its
Alkis Evlogimenos
2004-05-30
3
-57
/
+84
*
Fix typo in head-of-file comment.
Brian Gaeke
2004-05-30
1
-1
/
+1
*
Add method to assign stack slot to virtual register without creating a
Alkis Evlogimenos
2004-05-29
2
-0
/
+9
*
Add grow() member that grows the maps when the number of virtual
Alkis Evlogimenos
2004-05-29
1
-2
/
+6
*
Remove defs vector from live intervals.
Alkis Evlogimenos
2004-05-29
2
-20
/
+0
*
updates to ModuloSched
Tanya Lattner
2004-05-28
2
-10
/
+91
*
Adding scheduling class.
Tanya Lattner
2004-05-26
2
-0
/
+246
*
Updating my cvs versions. THis is still in progress and much will be changed.
Tanya Lattner
2004-05-26
4
-157
/
+299
*
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...
Tanya Lattner
2004-05-24
2
-5
/
+11
*
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
Tanya Lattner
2004-05-24
2
-14
/
+34
*
Eliminate an explicit use of the LLVM basic block, using getParent instead,
Chris Lattner
2004-05-24
1
-1
/
+1
*
Changed clone to be const.
Tanya Lattner
2004-05-24
1
-1
/
+7
*
Fixed up my changes to add support for cloning Machine Instructions.
Tanya Lattner
2004-05-23
1
-2
/
+3
*
Adding support to clone MachineInstr
Tanya Lattner
2004-05-23
1
-0
/
+19
*
Fix a really nasty bug from my changes on Monday to PHIElim. These changes
Chris Lattner
2004-05-12
1
-11
/
+19
*
Start NextMBBNumber out at zero.
Brian Gaeke
2004-05-12
1
-1
/
+1
*
Add non-const MachineBasicBlock::getParent() accessor method.
Brian Gaeke
2004-05-12
1
-0
/
+19
*
Switch this from using an std::map to using a DenseMap. This speeds up
Chris Lattner
2004-05-10
1
-6
/
+5
*
Use a new VRegPHIUseCount to compute uses of PHI values by other phi values
Chris Lattner
2004-05-10
1
-14
/
+21
*
Now that we use an ilist of machine instructions, iterators are more robust
Chris Lattner
2004-05-10
1
-5
/
+8
*
Patch to fix PR337. Make sure to mark all aliased physical registers as used
Chris Lattner
2004-05-10
1
-3
/
+8
*
Implement the AddPrototypes method
Chris Lattner
2004-05-09
1
-1
/
+43
*
Updating my versions of ModuloScheduling in cvs. Still not complete.
Tanya Lattner
2004-05-08
4
-303
/
+860
*
Add required header
Alkis Evlogimenos
2004-05-08
1
-0
/
+1
*
Remove unneeded header
Alkis Evlogimenos
2004-05-08
1
-1
/
+0
*
numeric_limits::infinity() apparently does not work on all systems. As a
Chris Lattner
2004-05-06
2
-7
/
+5
*
Operate on the Machine CFG instead of on the LLVM CFG
Chris Lattner
2004-05-01
2
-17
/
+12
*
Stop LiveVariables from using BasicBlocks as part of the mapping, instead
Chris Lattner
2004-05-01
1
-29
/
+20
*
Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of
Brian Gaeke
2004-04-23
1
-1
/
+1
*
Implement emitWordAt() for the debug emitter and the file printer emitter. (I
Brian Gaeke
2004-04-23
1
-0
/
+7
*
Fix bug introduced in previous commit.
Alkis Evlogimenos
2004-04-12
1
-1
/
+1
*
Correctly compute spill weights
Alkis Evlogimenos
2004-04-12
1
-18
/
+19
*
Print def lists a bit more compactly
Alkis Evlogimenos
2004-04-12
1
-1
/
+1
*
Add definition list to each live interval.
Alkis Evlogimenos
2004-04-09
2
-46
/
+61
*
MBB::remove should not modify the iterator passed in
Chris Lattner
2004-03-31
1
-1
/
+2
*
MachineBasicBlock::remove should not modify the iterator passed in
Chris Lattner
2004-03-31
1
-2
/
+1
*
Correctly update LiveVariables when an instruction changes
Alkis Evlogimenos
2004-03-30
1
-3
/
+3
*
Change how the beginnings and ends of MachineFunctions are printed. Get
Brian Gaeke
2004-03-29
1
-3
/
+3
[next]