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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove trailing whitespace
Jim Grosbach
2009-04-17
1
-50
/
+50
*
Recommit r69335 and r69336. These were not causing problems.
Bill Wendling
2009-04-17
1
-3
/
+5
*
Move the AddLiveIn function definition closer to its uses.
Bob Wilson
2009-04-17
1
-11
/
+11
*
Rearrange code to reduce indentation.
Bob Wilson
2009-04-17
1
-41
/
+38
*
Clean up formatting, remove trailing whitespace, fix comment typos and
Bob Wilson
2009-04-17
3
-44
/
+31
*
Use CallConvLower.h and TableGen descriptions of the calling conventions
Bob Wilson
2009-04-17
6
-305
/
+561
*
Use a safer iterator interface and get rid of std C++ library misuse.
David Greene
2009-04-17
1
-3
/
+2
*
For general dynamic TLS access we must use
Rafael Espindola
2009-04-17
3
-36
/
+32
*
Revert r69335 and r69336. They were causing build failures.
Bill Wendling
2009-04-17
1
-5
/
+3
*
Don't create ConstantInts with pointer type. This fixes a
Dan Gohman
2009-04-17
1
-1
/
+1
*
Teach spiller to unfold instructions which modref spill slot when a scratch
Evan Cheng
2009-04-17
2
-11
/
+227
*
MOV8rr_NOREX is a "Move" instruction. This doesn't currently
Dan Gohman
2009-04-17
1
-0
/
+1
*
Don't use MOV8rr_NOREX on x86-32. It doesn't actually hurt anything at
Dan Gohman
2009-04-17
1
-3
/
+4
*
Fix some failures in targets on available_externally functions,
Chris Lattner
2009-04-17
3
-0
/
+17
*
Use TargetData::getTypeSizeInBits instead of getPrimitiveSizeInBits()
Dan Gohman
2009-04-16
1
-5
/
+5
*
make sure to unlock keymgr if the JIT is created and destroyed, all
Chris Lattner
2009-04-16
1
-5
/
+3
*
Fix for PR3944: make mem2reg O(N) instead of O(N^2) in the number of
Eli Friedman
2009-04-16
1
-19
/
+11
*
Handle a pointer type correctly in SCEVExpander::visitAddRecExpr.
Dan Gohman
2009-04-16
1
-0
/
+2
*
In the list-burr's pseudo two-addr dependency heuristics, don't
Dan Gohman
2009-04-16
1
-0
/
+10
*
Handle SUBREG_TO_REG instructions with the same heuristics
Dan Gohman
2009-04-16
1
-5
/
+7
*
Fix a bug with inttoptr/ptrtoint casts where the pointer has a different
Dan Gohman
2009-04-16
2
-5
/
+12
*
Do not treat beginning of inlined scope as beginning of normal function scope...
Devang Patel
2009-04-16
2
-2
/
+20
*
Minor code simplifications. Don't attempt LSR on theoretical
Dan Gohman
2009-04-16
1
-12
/
+6
*
LSR is no longer a GEP optimizer. It is now an IV expression
Dan Gohman
2009-04-16
1
-2
/
+1
*
Fix SCEVExpander::visitSMaxExpr and SCEVExpander::visitUMaxExpr to
Dan Gohman
2009-04-16
1
-0
/
+8
*
Teach SCEVExpander::InsertCastOfTo to avoid creating inttoptr-of-ptrtoint
Dan Gohman
2009-04-16
1
-0
/
+8
*
Use ConstantExpr::getIntToPtr instead of SCEVExpander::InsertCastOfTo,
Dan Gohman
2009-04-16
1
-3
/
+2
*
Use a SCEV expression cast instead of immediately inserting a
Dan Gohman
2009-04-16
1
-8
/
+8
*
Record line number at the beginning of a func.start.
Devang Patel
2009-04-16
2
-2
/
+2
*
fix PR3995. A scale must be 1, 2, 4 or 8.
Rafael Espindola
2009-04-16
1
-1
/
+1
*
Expand GEPs in ScalarEvolution expressions. SCEV expressions can now
Dan Gohman
2009-04-16
4
-443
/
+433
*
In -fast mode do what FastISel does.
Devang Patel
2009-04-16
2
-30
/
+71
*
If FastISel is run and it has known DebugLoc then use it.
Devang Patel
2009-04-16
2
-3
/
+7
*
If location where the function was inlined is not know then do not emit debug...
Devang Patel
2009-04-16
1
-5
/
+11
*
Eliminate zext over (iv | const) or (signed iv),
Dale Johannesen
2009-04-15
1
-22
/
+77
*
s/RootDbgScope/FunctionDbgScope/g
Devang Patel
2009-04-15
1
-13
/
+13
*
Eliminate zext over (iv & const) or ((iv+const)&const)
Dale Johannesen
2009-04-15
1
-31
/
+89
*
teach EscapeString and UnescapeString to handle ".
Chris Lattner
2009-04-15
1
-0
/
+3
*
Add DISubprogram is not null check.
Devang Patel
2009-04-15
1
-2
/
+4
*
Generalize one of the SelectionDAG::ReplaceAllUsesWith overloads
Dan Gohman
2009-04-15
2
-9
/
+10
*
Fix 80-column violations.
Dan Gohman
2009-04-15
2
-3
/
+4
*
Add a folding table entry for MOV8rr_NOREX.
Dan Gohman
2009-04-15
1
-0
/
+1
*
Check isInlinedSubroutine() before creating DW_TAG_inlined_subroutine.
Devang Patel
2009-04-15
1
-1
/
+2
*
Fix MachineInstr::getNumExplicitOperands to count
Dan Gohman
2009-04-15
1
-2
/
+2
*
Limit the number of times we're willing to chase pointers. Removes an O(n^2)
Nick Lewycky
2009-04-15
1
-1
/
+3
*
Fix X86MachineFunctionInfo's doxygen comment.
Dan Gohman
2009-04-15
1
-2
/
+3
*
Move MachineRegisterInfo::setRegClass out of line.
Dan Gohman
2009-04-15
1
-0
/
+20
*
Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line.
Dan Gohman
2009-04-15
1
-0
/
+17
*
Give RemoveRegOperandFromRegInfo a comment and move the
Dan Gohman
2009-04-15
1
-0
/
+15
*
Enhance induction variable code to remove the
Dale Johannesen
2009-04-15
1
-40
/
+121
[next]