index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
When tail-merging multiple blocks, make sure to correctly update the live-in ...
Eli Friedman
2011-07-06
2
-10
/
+23
*
Remove dead code.
Devang Patel
2011-07-06
1
-2
/
+0
*
Typo.
Devang Patel
2011-07-06
1
-1
/
+1
*
Grammar and 80-col.
Eric Christopher
2011-07-06
1
-7
/
+7
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
2
-1
/
+2
*
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-06
2
-0
/
+14
*
Remove the ObjC ARC passes from the default optimization list, and add
Dan Gohman
2011-07-05
1
-4
/
+0
*
Break infinite loop when the Hopfield network oscillates.
Jakob Stoklund Olesen
2011-07-05
1
-8
/
+6
*
Fix PR10277.
Jakob Stoklund Olesen
2011-07-05
2
-0
/
+7
*
Tweak comment and debug output.
Jakob Stoklund Olesen
2011-07-05
1
-2
/
+3
*
Move early tail duplication earlier.
Rafael Espindola
2011-07-04
1
-6
/
+6
*
Move most of the pre BB code to TailDuplicateAndUpdate. Change the
Rafael Espindola
2011-07-04
1
-112
/
+125
*
Reduce indentation and fix the count of how many PHIs we have inserted.
Rafael Espindola
2011-07-04
1
-75
/
+80
*
Fix PR10244.
Jakob Stoklund Olesen
2011-07-04
1
-4
/
+4
*
Fix an easy fixme.
Rafael Espindola
2011-07-03
1
-6
/
+10
*
Use getVNInfoAt.
Rafael Espindola
2011-07-02
1
-2
/
+1
*
Better diagnostics when inline asm fails to allocate.
Jakob Stoklund Olesen
2011-07-02
2
-22
/
+18
*
Check the VN of the src register at the two copies, not just the
Rafael Espindola
2011-07-02
1
-1
/
+6
*
Include a source location when complaining about bad inline assembly.
Jakob Stoklund Olesen
2011-07-02
1
-0
/
+24
*
Use a new strategy for preventing eviction loops in RAGreedy.
Jakob Stoklund Olesen
2011-07-02
1
-57
/
+74
*
Take a stab at fixing the llvm-x86_64-linux-checks failure.
Cameron Zwarich
2011-07-01
1
-0
/
+2
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
5
-20
/
+21
*
Disable commit 134216 ("Add 134199 back, but disable the optimization when th...
Duncan Sands
2011-07-01
1
-0
/
+1
*
Avoid DenseMap lookup.
Rafael Espindola
2011-07-01
1
-6
/
+8
*
Fix off by one error. I misunderstood the comment about killedAt.
Rafael Espindola
2011-07-01
1
-1
/
+1
*
Check the liveinterval, not the kill flag.
Rafael Espindola
2011-07-01
1
-7
/
+10
*
Don't inflate register classes used by inline asm.
Jakob Stoklund Olesen
2011-07-01
1
-0
/
+3
*
Add 134199 back, but disable the optimization when the second copy is a kill.
Rafael Espindola
2011-07-01
1
-10
/
+100
*
Revert my previous patch while I debug llvm-gcc bootstrap.
Rafael Espindola
2011-06-30
1
-95
/
+10
*
Don't give up on coalescing A and B when we find
Rafael Espindola
2011-06-30
1
-10
/
+95
*
Create a isFullCopy predicate.
Rafael Espindola
2011-06-30
1
-5
/
+1
*
Remove dead code.
Rafael Espindola
2011-06-30
1
-88
/
+0
*
Reapply r134047 now that the world is ready for it.
Jakob Stoklund Olesen
2011-06-30
3
-138
/
+291
*
Remove getRegClassForInlineAsmConstraint and all dependencies.
Eric Christopher
2011-06-30
2
-108
/
+0
*
Revert r133953 for now.
Devang Patel
2011-06-29
2
-24
/
+0
*
make compose and isMoveInstr static functions.
Rafael Espindola
2011-06-29
2
-16
/
+10
*
Revert a part of r126557 which could create unschedulable DAGs.
Benjamin Kramer
2011-06-29
1
-32
/
+0
*
Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost
Jakob Stoklund Olesen
2011-06-29
3
-291
/
+138
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
5
-3
/
+5
*
Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.
Jakob Stoklund Olesen
2011-06-29
3
-138
/
+291
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
1
-4
/
+6
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
27
-257
/
+258
*
Print registers by name instead of by number.
Jakob Stoklund Olesen
2011-06-28
1
-6
/
+7
*
Fix CMake build by removing this now dead file.
Chandler Carruth
2011-06-28
1
-1
/
+0
*
Fix a bad iterator dereference that Evan uncovered.
Jakob Stoklund Olesen
2011-06-28
1
-2
/
+4
*
Remove RegClass2VRegMap from MachineRegisterInfo.
Evan Cheng
2011-06-27
1
-14
/
+0
*
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
2011-06-27
3
-1440
/
+0
*
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-06-27
2
-0
/
+24
*
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
10
-19
/
+20
*
The index stored in the RegDefIter is one after the current index. When gett...
Owen Anderson
2011-06-27
1
-1
/
+1
[next]