index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the paths to libffi's header and library even when no custom
Oscar Fuentes
2011-01-27
1
-6
/
+10
*
[AVX] Clean up the code to configure target lowering for AVX. Specify
David Greene
2011-01-27
1
-73
/
+47
*
Remove a temporary workaround for a lencod miscompile. Depends on the fix in ...
Andrew Trick
2011-01-27
1
-2
/
+0
*
VirtRegRewriter fix: update kill flags, which are used by the scavenger.
Andrew Trick
2011-01-27
1
-64
/
+88
*
Clang: separate the access-control diagnostics from other diagnostics that do...
Douglas Gregor
2011-01-27
1
-1
/
+7
*
Unbreak the build.
Benjamin Kramer
2011-01-27
1
-1
/
+1
*
Expound upon this comparison!
Nick Lewycky
2011-01-27
1
-0
/
+2
*
Use dyn_cast instead of isa+cast.
Nick Lewycky
2011-01-27
1
-2
/
+1
*
Don't show -pedantic, -W and -Wall on the output of
Oscar Fuentes
2011-01-27
2
-1
/
+15
*
Speculatively revert r124380.
Devang Patel
2011-01-27
2
-4
/
+1
*
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-27
2
-1
/
+4
*
Add support for specifying register name in cfi-register/offset/def
Roman Divacky
2011-01-27
2
-4
/
+24
*
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-27
4
-6
/
+21
*
Fix indentation.
Jay Foad
2011-01-27
1
-9
/
+9
*
Add DenseSet::resize for API parity with DenseMap::resize.
Nick Lewycky
2011-01-27
1
-0
/
+3
*
Fix surprising missed optimization in mergefunc where we forgot to consider
Nick Lewycky
2011-01-27
2
-3
/
+88
*
Don't infinitely recurse! Patch by Marius Wachtler!
Chris Lattner
2011-01-27
1
-1
/
+1
*
Avoid modifying the OneClassForEachPhysReg map while iterating over it.
Bob Wilson
2011-01-27
1
-2
/
+6
*
Add a testcase for my last checkin.
Eric Christopher
2011-01-27
1
-0
/
+21
*
Use the incoming VT not the VT of where we're trying to store to determine
Eric Christopher
2011-01-27
1
-2
/
+2
*
lib/Target/X86/X86ISelDAGToDAG.cpp: __main should be WINCALL64 on Win64.
NAKAMURA Takumi
2011-01-27
1
-1
/
+1
*
Try harder to not have unused variables.
Matt Beaumont-Gay
2011-01-27
1
-0
/
+2
*
Opt-mode -Wunused-variable cleanup
Matt Beaumont-Gay
2011-01-27
1
-4
/
+2
*
Reapply 124301
Devang Patel
2011-01-27
1
-1
/
+5
*
Initialize variable to get rid of clang warning.
Bill Wendling
2011-01-26
1
-1
/
+1
*
Simplify User::operator delete().
Jay Foad
2011-01-26
2
-10
/
+4
*
Add a MnemonicIsValid method to the asm matcher.
Bob Wilson
2011-01-26
1
-0
/
+11
*
Revert 124301.
Devang Patel
2011-01-26
1
-5
/
+1
*
Fix spelling of CouldMatchAmbiguouslyWith method name.
Bob Wilson
2011-01-26
1
-4
/
+4
*
Whitespace and 80-column fixes.
Bob Wilson
2011-01-26
1
-119
/
+109
*
Revert r124302
Devang Patel
2011-01-26
1
-3
/
+0
*
Add support for printing out floating point values from the ARM assembly
Bill Wendling
2011-01-26
1
-2
/
+27
*
Improve the AsmMatcher's ability to handle suboperands.
Bob Wilson
2011-01-26
3
-172
/
+247
*
Temporarily revert 124275 to see if it brings the dragonegg buildbot back.
Eric Christopher
2011-01-26
2
-88
/
+85
*
- Do not try to print nameless variable's info.
Devang Patel
2011-01-26
1
-22
/
+28
*
[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a
David Greene
2011-01-26
6
-1
/
+105
*
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-26
1
-0
/
+3
*
Process valid SDDbgValues even if the node does not have any order assigned.
Devang Patel
2011-01-26
1
-1
/
+5
*
Refactor.
Devang Patel
2011-01-26
1
-19
/
+30
*
[AVX] Support EXTRACT_SUBVECTOR on x86. This provides a default
David Greene
2011-01-26
5
-9
/
+47
*
Add encoding testcases for ARM vcvtr variations
Bruno Cardoso Lopes
2011-01-26
1
-0
/
+9
*
fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructions
Bruno Cardoso Lopes
2011-01-26
4
-0
/
+37
*
Fix PR9039, a use-after-free in reassociate. The issue was that the
Duncan Sands
2011-01-26
2
-4
/
+46
*
AttrListPtr has an overloaded operator== which does this for us, we should use
Nick Lewycky
2011-01-26
2
-12
/
+7
*
Teach mergefunc that intptr_t is the same width as a pointer. We still can't
Nick Lewycky
2011-01-26
1
-1
/
+7
*
There are no vectors of pointer or arrays, so we don't need to check vector
Nick Lewycky
2011-01-26
1
-7
/
+1
*
APInt has a method for determining whether a number is a power of 2
Duncan Sands
2011-01-26
1
-1
/
+1
*
Fix memory corruption. If one of the SCEV creation functions calls another but
Nick Lewycky
2011-01-26
1
-0
/
+2
*
Separate out the constant bonus from the size reduction metrics. Rework
Eric Christopher
2011-01-26
2
-85
/
+88
*
Add needed braces.
Bill Wendling
2011-01-26
1
-1
/
+2
[next]