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
*
If a register operand comes from the variadic part of a node, don't
Chris Lattner
2008-03-11
1
-4
/
+6
*
Temporarily revert 48175.
Evan Cheng
2008-03-11
1
-7
/
+1
*
Fix thinko: alias always defines new symbol. Even is aliasee itself is undefi...
Anton Korobeynikov
2008-03-11
2
-11
/
+4
*
More APInt-ification.
Dan Gohman
2008-03-11
1
-7
/
+7
*
abort with an assert instead of a cerr to get line#
Chris Lattner
2008-03-10
1
-1
/
+1
*
Use utostr instead of a stringstream.
Dan Gohman
2008-03-10
1
-4
/
+2
*
- Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.
Scott Michel
2008-03-10
2
-10
/
+10
*
Correctly clone FlaggedNodes.
Dan Gohman
2008-03-10
1
-2
/
+1
*
Initialize ArgTypes directly instead of manually copying in the elements.
Dan Gohman
2008-03-10
1
-4
/
+1
*
APInt-ify this.
Dan Gohman
2008-03-10
1
-3
/
+4
*
Remove an unnecessary #include
Dan Gohman
2008-03-10
1
-1
/
+0
*
Don't emit FP_REG_KILL into a block that just returns. Nothing
Chris Lattner
2008-03-10
1
-6
/
+19
*
Implement more support for fp-to-i128 and i128-to-fp conversions.
Dan Gohman
2008-03-10
2
-80
/
+133
*
Disable prolog code that aligns the stack when a
Dale Johannesen
2008-03-10
1
-7
/
+17
*
Change the "enable/disable" mechanism so that we can enable PPC register
Bill Wendling
2008-03-10
3
-58
/
+77
*
Add sanity checks
Anton Korobeynikov
2008-03-10
1
-0
/
+10
*
Typo: 'function' => 'alias'
Anton Korobeynikov
2008-03-10
1
-3
/
+2
*
Syntactic sugar'ify stuff :)
Anton Korobeynikov
2008-03-10
1
-15
/
+15
*
Always run 'make check' :) Fix fallout from prev. commit: query for possible
Anton Korobeynikov
2008-03-10
1
-1
/
+1
*
Make error messages to have common style
Anton Korobeynikov
2008-03-10
1
-18
/
+12
*
Properly link globals with aliases
Anton Korobeynikov
2008-03-10
1
-20
/
+41
*
Remove the LinkGlobal weirderness in common linking phase.
Anton Korobeynikov
2008-03-10
1
-33
/
+44
*
Typo
Anton Korobeynikov
2008-03-10
1
-1
/
+1
*
If the register allocator ran out of registers, just abort for now.
Evan Cheng
2008-03-10
1
-1
/
+7
*
Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific dag nodes, just lower to
Chris Lattner
2008-03-10
4
-84
/
+42
*
Fix mul expansion to check the correct number of bits for
Dan Gohman
2008-03-10
1
-4
/
+3
*
Somewhat better solution.
Evan Cheng
2008-03-10
1
-3
/
+4
*
Default ISD::PREFETCH to expand.
Evan Cheng
2008-03-10
9
-9
/
+5
*
Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.
Evan Cheng
2008-03-10
10
-82
/
+56
*
fix 80 col violations.
Chris Lattner
2008-03-10
1
-8
/
+8
*
Restore optimization that merges blocks when inline function
Devang Patel
2008-03-10
1
-6
/
+24
*
Simplify
Devang Patel
2008-03-10
1
-18
/
+15
*
simplify
Devang Patel
2008-03-10
1
-2
/
+4
*
Stylistic modifications. No functionality changes.
Nicolas Geoffray
2008-03-10
1
-44
/
+39
*
Integer comparison tests for CellSPU.
Scott Michel
2008-03-10
4
-75
/
+182
*
Fix formatting.
Duncan Sands
2008-03-10
1
-2
/
+2
*
Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's
Scott Michel
2008-03-10
17
-55
/
+111
*
Add description of individual bits in CR. This fix PR1765.
Nicolas Geoffray
2008-03-10
5
-38
/
+152
*
Minor cleanup. No functionality change.
Bill Wendling
2008-03-10
1
-6
/
+8
*
- Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...
Evan Cheng
2008-03-10
2
-7
/
+56
*
Doh
Evan Cheng
2008-03-10
1
-1
/
+2
*
Move StrongPHIElimination after live interval analysis. This will make thing...
Owen Anderson
2008-03-10
1
-36
/
+27
*
Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....
Evan Cheng
2008-03-10
1
-0
/
+4
*
Allow insert_subreg into implicit, target-specific values.
Christopher Lamb
2008-03-10
10
-56
/
+82
*
Update the .cvs files to match today's asm syntax change.
Nick Lewycky
2008-03-10
3
-872
/
+868
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
7
-11
/
+11
*
Increase ISD::ParamFlags to 64 bits. Increase the ByValSize
Dale Johannesen
2008-03-10
5
-33
/
+52
*
Darwin PPC64 indirect call target goes in X12, not R12. This fixes these
Chris Lattner
2008-03-09
1
-2
/
+3
*
cell really does support cross-regclass moves, because R3 is in lots of diffe...
Chris Lattner
2008-03-09
1
-4
/
+9
*
make sure ar.pfs is in a register class, this fixes test/CodeGen/IA64/ret-0.ll
Chris Lattner
2008-03-09
1
-3
/
+5
[next]