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
*
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
2
-2
/
+10
*
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
2
-1
/
+24
*
prove diagnostic -> group mapping information.
Chris Lattner
2009-04-16
1
-1
/
+13
*
Expand GEPs in ScalarEvolution expressions. SCEV expressions can now
Dan Gohman
2009-04-16
10
-455
/
+452
*
encode subgroups into the clang .inc file. -Wall now works!
Chris Lattner
2009-04-16
1
-11
/
+30
*
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
3
-3
/
+10
*
If location where the function was inlined is not know then do not emit debug...
Devang Patel
2009-04-16
1
-5
/
+11
*
start producing subgroup info.
Chris Lattner
2009-04-16
1
-8
/
+31
*
Another testcase for IV shortening.
Dale Johannesen
2009-04-16
1
-0
/
+161
*
Eliminate zext over (iv | const) or (signed iv),
Dale Johannesen
2009-04-15
1
-22
/
+77
*
make sure that empty diag groups get known by clang.
Chris Lattner
2009-04-15
1
-2
/
+8
*
implement support for writing out diagnostic group tables.
Chris Lattner
2009-04-15
1
-137
/
+51
*
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
*
use UppercaseString instead of EmitAllCaps
Chris Lattner
2009-04-15
1
-16
/
+7
*
use escape string.
Chris Lattner
2009-04-15
1
-13
/
+6
*
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
4
-18
/
+13
*
rename -gen-clang-diags-options -> -gen-clang-diag-groups
Chris Lattner
2009-04-15
3
-8
/
+8
*
move clang-specific makefile goop to clang makefile.
Chris Lattner
2009-04-15
1
-13
/
+0
*
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
*
don't infer diag class from parenting relations, make it an explicit field
Chris Lattner
2009-04-15
1
-15
/
+1
*
include the default mapping in the clang diagnostic .inc files.
Chris Lattner
2009-04-15
1
-7
/
+2
*
minor cleanups
Chris Lattner
2009-04-15
1
-17
/
+11
*
Limit the number of times we're willing to chase pointers. Removes an O(n^2)
Nick Lewycky
2009-04-15
1
-1
/
+3
*
Allow jumping to the end of a bitstream while reading
Douglas Gregor
2009-04-15
1
-1
/
+1
*
Check for alignment.
Bill Wendling
2009-04-15
1
-1
/
+2
*
More obsessive reformatting. Fixed some validation errors.
Bill Wendling
2009-04-15
1
-1009
/
+1045
*
Don't use "protected:" in classes that aren't intended to be
Dan Gohman
2009-04-15
1
-21
/
+0
*
Fix doxygen comment syntax.
Dan Gohman
2009-04-15
1
-1
/
+1
*
Fix X86MachineFunctionInfo's doxygen comment.
Dan Gohman
2009-04-15
1
-2
/
+3
*
Move MachineRegisterInfo::setRegClass out of line.
Dan Gohman
2009-04-15
2
-16
/
+21
*
Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line.
Dan Gohman
2009-04-15
2
-14
/
+19
*
Give RemoveRegOperandFromRegInfo a comment and move the
Dan Gohman
2009-04-15
2
-12
/
+18
[next]