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
*
CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread instead
Daniel Dunbar
2010-08-19
1
-0
/
+34
*
Previous revert failed to remove this file.
Owen Anderson
2010-08-19
1
-0
/
+0
*
Update comment to remove special case for vector extending loads. An
Bob Wilson
2010-08-19
1
-5
/
+2
*
Update debug logs.
Evan Cheng
2010-08-19
1
-4
/
+4
*
Properly update MachineDominators when splitting critical edge.
Evan Cheng
2010-08-19
1
-2
/
+25
*
Revert r111568 to unbreak clang self-host.
Owen Anderson
2010-08-19
2
-66
/
+0
*
When a set of bitmask operations, typically from a bitfield initialization, o...
Owen Anderson
2010-08-19
2
-0
/
+66
*
llvmc: Update examples.
Mikhail Glushenkov
2010-08-19
27
-187
/
+116
*
Trailing whitespace.
Mikhail Glushenkov
2010-08-19
1
-3
/
+3
*
Disable LVI while I evaluate a failure.
Owen Anderson
2010-08-19
1
-1
/
+1
*
Tentatively enabled LVI by default. I'll be monitoring for any failures.
Owen Anderson
2010-08-19
1
-1
/
+1
*
Correct header.
Bill Wendling
2010-08-19
1
-1
/
+1
*
Silence 'unused' warning.
Bill Wendling
2010-08-19
1
-1
/
+3
*
It's possible to sink a def if its local uses are PHI's.
Evan Cheng
2010-08-19
2
-5
/
+44
*
Fix the msvc 2010 build.
Michael J. Spencer
2010-08-19
1
-2
/
+19
*
Do not assert when reading an exponent out of range.
Dale Johannesen
2010-08-19
1
-0
/
+1
*
Add Thumb1 support for virtual frame indices.
Jim Grosbach
2010-08-19
3
-132
/
+160
*
Remove disabled assertion.
Evan Cheng
2010-08-19
1
-2
/
+0
*
Teach machine-sink to break critical edges when appropriate. Work in progress.
Evan Cheng
2010-08-19
1
-8
/
+99
*
buildbot/valgrind: Update RegisterPass false positive suppression for API
Daniel Dunbar
2010-08-19
1
-2
/
+1
*
buildbot/valgrind: Suppress warnings about leaks in /bin/grep.
Daniel Dunbar
2010-08-19
1
-0
/
+6
*
Re-re-revert this patch. It seems to be causing performance
Eric Christopher
2010-08-19
1
-1
/
+1
*
tests: Haste makes waste.
Daniel Dunbar
2010-08-19
1
-2
/
+2
*
tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports().
Daniel Dunbar
2010-08-19
1
-4
/
+4
*
Silence warning.
Eric Christopher
2010-08-19
1
-1
/
+1
*
MCELF: Count the section orders properly. Patch by Roman Divacky.
Benjamin Kramer
2010-08-19
1
-7
/
+7
*
Fixed and reactivated a partial specialization test
Kenneth Uildriks
2010-08-19
1
-9
/
+13
*
Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on
Eli Friedman
2010-08-19
1
-1
/
+1
*
Update local stack block allocation to let PEI do the allocs if no additional
Jim Grosbach
2010-08-19
3
-3
/
+28
*
Revert r111199; it breaks -debug-pass=Structure output.
Dan Gohman
2010-08-19
6
-26
/
+15
*
Reapply the virtual register patch from 109102. The places where we were
Eric Christopher
2010-08-19
1
-1
/
+1
*
fix PR7465, mishandling of lcall and ljmp: intersegment long
Chris Lattner
2010-08-19
5
-12
/
+33
*
Process the step before the start, because it's usually the simpler
Dan Gohman
2010-08-19
1
-3
/
+3
*
minor progress towards fixing PR7465
Chris Lattner
2010-08-19
1
-2
/
+2
*
Add an AddOptionalDefs method and use it.
Eric Christopher
2010-08-19
1
-21
/
+64
*
lit/GoogleTest: Add .exe to the suffix when looking for tests.
Daniel Dunbar
2010-08-19
1
-0
/
+7
*
Add include missing for VC build.
Sean Hunt
2010-08-19
1
-0
/
+1
*
Testcase for llvm-gcc checkin 111482.
Dale Johannesen
2010-08-19
1
-0
/
+15
*
Add the "isCompare" attribute to the defm instead of each individual instr.
Bill Wendling
2010-08-19
1
-3
/
+1
*
Remove three spurious semicolons
Sean Hunt
2010-08-19
1
-3
/
+3
*
Don't call Predicate_* in Mips.
Jakob Stoklund Olesen
2010-08-18
2
-9
/
+4
*
Remove extra header.
Eric Christopher
2010-08-18
1
-1
/
+0
*
Finish full attribute class emission for clang.
Sean Hunt
2010-08-18
4
-14
/
+645
*
Add a newline to debug output
Jim Grosbach
2010-08-18
1
-1
/
+2
*
refix PR1143 by making basicaa analyze zexts of indices aggresively,
Chris Lattner
2010-08-18
2
-18
/
+37
*
If any def of a machine-sink candidate has local uses, it's obviously not saf...
Evan Cheng
2010-08-18
1
-5
/
+18
*
GetLinearExpression is only called when TD is non-null, pass as
Chris Lattner
2010-08-18
1
-4
/
+4
*
rework GEP decomposition to make a new VariableGEPIndex struct instead of
Chris Lattner
2010-08-18
1
-19
/
+39
*
Enable ARM base register reuse to local stack slot allocation. Whenever a new
Jim Grosbach
2010-08-18
2
-10
/
+102
*
Add a testcase to verify that commands don't crash when they hit
Dan Gohman
2010-08-18
1
-0
/
+9
[next]