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
*
Fix the check for an empty basic block to check for an empty SUnits
Dan Gohman
2009-01-16
1
-2
/
+2
*
new nodes should be added to the worklist, not old nodes.
Chris Lattner
2009-01-16
1
-1
/
+2
*
Fix comments.
Devang Patel
2009-01-16
1
-5
/
+5
*
CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...
Evan Cheng
2009-01-16
2
-56
/
+63
*
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-16
1
-51
/
+50
*
Align source code.
Devang Patel
2009-01-16
1
-4
/
+4
*
Fix a "comparison between signed and unsigned integer expressions"
Dan Gohman
2009-01-16
1
-1
/
+1
*
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
4
-0
/
+4
*
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
4
-323
/
+323
*
Validate debug info values only if DwarfDebug is initialized.
Devang Patel
2009-01-16
1
-1
/
+1
*
Any debug info symbol is only valid if atleast one compile unit is seen.
Devang Patel
2009-01-16
1
-0
/
+4
*
Initial hazard recognizer support in post-pass scheduling. This includes
Dan Gohman
2009-01-16
2
-9
/
+120
*
Do not stumble over forward declared struct member.
Devang Patel
2009-01-16
1
-0
/
+5
*
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
3
-10
/
+55
*
Added missing support to widen an operand from a bit convert.
Mon P Wang
2009-01-15
2
-0
/
+32
*
Generalize the HazardRecognizer interface so that it can be used
Dan Gohman
2009-01-15
3
-23
/
+14
*
Simplify the MachineLICM pass by having it only traverse outer
Dan Gohman
2009-01-15
1
-122
/
+60
*
Add the private linkage.
Rafael Espindola
2009-01-15
5
-6
/
+13
*
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-15
1
-82
/
+65
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
12
-108
/
+103
*
Use variable's context to identify respective DbgScope.
Devang Patel
2009-01-15
1
-11
/
+25
*
Make getWidenVectorType const; this file was missed in the
Dan Gohman
2009-01-15
1
-1
/
+1
*
More consts on TargetLowering references.
Dan Gohman
2009-01-15
4
-10
/
+9
*
Use const with TargetLowering references in a few more places.
Dan Gohman
2009-01-15
2
-5
/
+7
*
minor refactoring: use a more specific API
Gabor Greif
2009-01-15
1
-2
/
+3
*
Do not construct debug scope if RootScope *is* null.
Devang Patel
2009-01-14
1
-1
/
+1
*
Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...
Devang Patel
2009-01-13
3
-2453
/
+10
*
Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...
Devang Patel
2009-01-13
2
-0
/
+2
*
Undo previous checkin.
Devang Patel
2009-01-13
2
-9
/
+2
*
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
2
-4
/
+11
*
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
2
-2
/
+9
*
Use assertions to check for conditions that should never happen.
Dan Gohman
2009-01-13
1
-12
/
+6
*
The list-td and list-tdrr schedulers don't yet support physreg
Dan Gohman
2009-01-13
2
-2
/
+10
*
Avoid referring to edge D after the Succs or Preds arrays have
Dan Gohman
2009-01-13
1
-3
/
+3
*
When replacing uses and the same node is reached
Duncan Sands
2009-01-13
1
-16
/
+9
*
Fix some typos. Also, the WidenedVectors map
Duncan Sands
2009-01-13
2
-9
/
+20
*
Correct a comment - this is not a sign extension.
Duncan Sands
2009-01-13
1
-1
/
+1
*
Un-tabify.
Evan Cheng
2009-01-13
1
-1
/
+1
*
FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a ...
Evan Cheng
2009-01-13
1
-0
/
+13
*
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-13
6
-56
/
+69
*
Start using DebugInfo API to emit debug info.
Devang Patel
2009-01-13
1
-11
/
+10
*
Emit debug info, only if at least one compile unit is seen.
Devang Patel
2009-01-12
1
-2
/
+8
*
If multiple compile units are seen then emit them independently. In other wor...
Devang Patel
2009-01-12
1
-65
/
+74
*
Avoid cast<>, use light weith wrapper directly.
Devang Patel
2009-01-12
1
-3
/
+3
*
Use SrcLineInfo from DwarfWriter. The MachineModuleInfo copy will disappear s...
Devang Patel
2009-01-12
1
-12
/
+9
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
10
-32
/
+33
*
Add DwarfWriter interface to mainipulate source location info.
Devang Patel
2009-01-12
1
-45
/
+91
*
Clear debug info at the end of function processing.
Devang Patel
2009-01-12
1
-1
/
+12
*
There is no need to maintain separate labelid list in the dwarf writer. It is...
Devang Patel
2009-01-12
1
-36
/
+5
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
5
-65
/
+87
[next]