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
*
Refactor code. No functionality change.
Evan Cheng
2009-01-20
2
-34
/
+89
*
Shift types need to match.
Bill Wendling
2009-01-20
1
-8
/
+9
*
Fix a dagcombine to not generate loads of non-round integer types,
Dan Gohman
2009-01-20
1
-1
/
+1
*
Do not use DenseMap because the iterator is invalidated while constructing ty...
Devang Patel
2009-01-20
1
-2
/
+2
*
Make linear scan's trivial coalescer slightly more aggressive.
Evan Cheng
2009-01-20
1
-6
/
+6
*
Verify debug info.
Devang Patel
2009-01-19
3
-10
/
+27
*
Remove SDNode's virtual destructor. This makes it impossible for
Dan Gohman
2009-01-19
1
-53
/
+14
*
Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when
Dan Gohman
2009-01-19
2
-16
/
+39
*
Few targets like PIC16 wants libcall generation for illegal type i16.
Sanjiv Gupta
2009-01-18
2
-4
/
+16
*
Simplify extract element based on comments from Duncan Sands.
Mon P Wang
2009-01-18
1
-7
/
+3
*
Remove tabs.
Devang Patel
2009-01-17
1
-19
/
+19
*
Refactor code
Devang Patel
2009-01-17
1
-118
/
+73
*
Assign argument type to appropriate DIE.
Devang Patel
2009-01-17
1
-2
/
+2
*
Remove dead code.
Devang Patel
2009-01-17
1
-14
/
+2
*
Disable composite type debug info for now.
Devang Patel
2009-01-17
1
-0
/
+3
*
Simplify extract element of a scalar to vector.
Mon P Wang
2009-01-17
1
-5
/
+13
*
Instead of adding dependence edges between terminator instructions
Dan Gohman
2009-01-16
6
-25
/
+65
*
If an anti-dependence uses a non-allocatable register, set AntiDepReg
Dan Gohman
2009-01-16
1
-1
/
+3
*
Use the getNode() accessor instead of accessing the Node
Dan Gohman
2009-01-16
1
-1
/
+1
*
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
[next]