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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify the MachineLICM pass by having it only traverse outer
Dan Gohman
2009-01-15
2
-122
/
+66
*
Fix Alpha test and support for private linkage.
Rafael Espindola
2009-01-15
2
-6
/
+7
*
Expand insert/extract of a <4 x i32> with a variable index.
Mon P Wang
2009-01-15
2
-2
/
+25
*
Add the private linkage.
Rafael Espindola
2009-01-15
72
-145
/
+401
*
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-15
3
-83
/
+66
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
28
-155
/
+144
*
add comment to explain my previous commit, as asked by Chris
Nuno Lopes
2009-01-15
1
-0
/
+2
*
avoid using iterators when they get invalidated potentially
Gabor Greif
2009-01-15
1
-4
/
+14
*
Use variable's context to identify respective DbgScope.
Devang Patel
2009-01-15
2
-11
/
+380
*
Add load-folding table entries for BT*ri8 instructions.
Dan Gohman
2009-01-15
1
-0
/
+3
*
Make getWidenVectorType const; this file was missed in the
Dan Gohman
2009-01-15
1
-1
/
+1
*
Make getWidenVectorType const.
Dan Gohman
2009-01-15
3
-3
/
+3
*
Eliminate a redundant check.
Evan Cheng
2009-01-15
1
-2
/
+1
*
- Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zex...
Evan Cheng
2009-01-15
2
-22
/
+62
*
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
*
Const-qualify getPreIndexedAddressParts and friends.
Dan Gohman
2009-01-15
5
-16
/
+17
*
Don't fold address calculations which use negative offsets into
Richard Osborne
2009-01-15
2
-2
/
+14
*
Update the operands used when building LDAWSP instructions to match the .td
Richard Osborne
2009-01-15
2
-2
/
+1
*
minor refactoring: use a more specific API
Gabor Greif
2009-01-15
1
-2
/
+3
*
- Convert remaining i64 custom lowering into custom instruction emission
Scott Michel
2009-01-15
9
-194
/
+373
*
Some small documentation fixes.
Mikhail Glushenkov
2009-01-15
2
-22
/
+24
*
Clarify the documentation a bit.
Mikhail Glushenkov
2009-01-15
2
-13
/
+23
*
Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad!
Chris Lattner
2009-01-14
2
-3
/
+30
*
xfail for now.
Devang Patel
2009-01-14
1
-0
/
+1
*
Add pseudo instructions to the XCore for (load|store|load address) of a
Richard Osborne
2009-01-14
4
-77
/
+84
*
fix crash in the case when some arg is null
Nuno Lopes
2009-01-14
1
-1
/
+1
*
minor simplification
Gabor Greif
2009-01-14
1
-2
/
+2
*
Fix the time regression I introduced in 464.h264ref with
Dale Johannesen
2009-01-14
3
-46
/
+228
*
Make -o a prefix option.
Mikhail Glushenkov
2009-01-14
1
-1
/
+1
*
Do not construct debug scope if RootScope *is* null.
Devang Patel
2009-01-14
1
-1
/
+1
*
Add member template MallocAllocator::Allocate(Num) (to match the same functio...
Ted Kremenek
2009-01-14
1
-0
/
+5
*
rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary
Chris Lattner
2009-01-14
2
-24
/
+61
*
Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...
Devang Patel
2009-01-13
4
-3428
/
+10
*
fix memleaks
Nuno Lopes
2009-01-13
1
-0
/
+2
*
BT appears to be available on all >= i386 chips.
Dan Gohman
2009-01-13
1
-1
/
+0
*
Don't use a BT instruction if the AND has multiple uses.
Dan Gohman
2009-01-13
1
-1
/
+3
*
Disable the register+memory forms of the bt instructions for now. Thanks
Dan Gohman
2009-01-13
3
-13
/
+26
*
Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...
Devang Patel
2009-01-13
3
-2
/
+9
*
Undo previous checkin.
Devang Patel
2009-01-13
3
-12
/
+2
*
Fix testsuite regressions from recursive inlining.
Dale Johannesen
2009-01-13
2
-3
/
+296
*
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
4
-8
/
+19
*
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
3
-2
/
+12
*
Add bt instructions that take immediate operands.
Dan Gohman
2009-01-13
2
-2
/
+32
*
Fix a few more JIT encoding issues in the BT instructions.
Dan Gohman
2009-01-13
1
-2
/
+2
*
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
4
-4
/
+14
*
Make instcombine ensure that all allocas are explicitly aligned at at
Dan Gohman
2009-01-13
3
-8
/
+15
*
Checking in conditionals, function call, arrays and libcalls implementation.
Sanjiv Gupta
2009-01-13
12
-275
/
+1149
*
Avoid referring to edge D after the Succs or Preds arrays have
Dan Gohman
2009-01-13
1
-3
/
+3
[next]