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
...
*
Don't override LowerArguments in the SPARC backend. In addition to
Eli Friedman
2009-07-19
2
-31
/
+38
*
Fix a regression from 76124. Thumb1 instructions default to S bit being true.
Evan Cheng
2009-07-19
2
-13
/
+19
*
Fix http://llvm.org/bugs/show_bug.cgi?id=4583
Jakob Stoklund Olesen
2009-07-19
2
-2
/
+17
*
Fix build
Daniel Dunbar
2009-07-19
1
-1
/
+1
*
Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...
Xerxes Ranby
2009-07-19
1
-0
/
+2
*
Fix ConstantRange::unionWith. Also make it work a little hard in some cases to
Nick Lewycky
2009-07-19
2
-45
/
+61
*
Remove redundant qualifiers.
Daniel Dunbar
2009-07-19
1
-2
/
+2
*
Fix some minor MSVC compiler warnings.
Daniel Dunbar
2009-07-19
3
-9
/
+5
*
MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompiling
Daniel Dunbar
2009-07-19
1
-0
/
+3
*
Unbreak build
Daniel Dunbar
2009-07-19
2
-1
/
+2
*
Switch Alpha over to the new call lowering style. New code mostly
Eli Friedman
2009-07-19
5
-159
/
+220
*
SystemZ *does* have a CodeGen/AsmPrinter split.
Daniel Dunbar
2009-07-19
1
-1
/
+1
*
Tweak cmake files for the four targets that don't split CodeGen out.
Daniel Dunbar
2009-07-19
4
-4
/
+4
*
Add dependencies from TargetInfo onto .td generation.
Daniel Dunbar
2009-07-19
12
-0
/
+12
*
Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...
Bruno Cardoso Lopes
2009-07-18
6
-29
/
+54
*
Add some missing includes.
Daniel Dunbar
2009-07-18
5
-1
/
+5
*
Canonicalize bitcasts between types like <1 x i64> and i64 to
Eli Friedman
2009-07-18
2
-0
/
+46
*
Put Target definitions inside Target specific header, and llvm namespace.
Daniel Dunbar
2009-07-18
55
-57
/
+79
*
fix some typos pointed out by Hidenobu Seki
Chris Lattner
2009-07-18
2
-2
/
+2
*
Add a Program::GetPid() method.
Mikhail Glushenkov
2009-07-18
1
-0
/
+3
*
Remove duplication in Program::Execute{And,No}Wait.
Mikhail Glushenkov
2009-07-18
4
-369
/
+195
*
Use a better name for the label relocations while emitting them for Jump Tables
Bruno Cardoso Lopes
2009-07-18
4
-5
/
+6
*
cmake builds don't need this hack for MSVC anymore.
Daniel Dunbar
2009-07-18
1
-20
/
+0
*
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-18
7
-18
/
+103
*
Back out 76300; apparently the preference is to canonicalize the other
Eli Friedman
2009-07-18
2
-28
/
+6
*
add a fixme
Chris Lattner
2009-07-18
1
-0
/
+5
*
Require a remote command to exit with the exit status of the test program or ...
Viktor Kutuzov
2009-07-18
2
-23
/
+68
*
Add carry producing / using versions of add / sub
Anton Korobeynikov
2009-07-18
1
-6
/
+63
*
Expand frem
Anton Korobeynikov
2009-07-18
1
-0
/
+2
*
Turn abort() into unreachable
Anton Korobeynikov
2009-07-18
1
-4
/
+6
*
Turn few asserts into errors / unreachable's
Anton Korobeynikov
2009-07-18
3
-12
/
+14
*
Handle vector returns
Anton Korobeynikov
2009-07-18
1
-3
/
+3
*
Provide expansion for ct* intrinsics
Anton Korobeynikov
2009-07-18
2
-0
/
+19
*
Expand sext_inreg for i1
Anton Korobeynikov
2009-07-18
1
-0
/
+2
*
Add combine: X sdiv (1 << Y) -> X udiv (1 << Y) when X doesn't have the
Eli Friedman
2009-07-18
2
-4
/
+24
*
Remove no-op check.
Eli Friedman
2009-07-18
1
-2
/
+1
*
Remove dead check.
Eli Friedman
2009-07-18
1
-3
/
+1
*
Canonicalize insert/extractelement from single-element vectors into
Eli Friedman
2009-07-18
2
-6
/
+28
*
Fix simplifylibcalls memset recognition to work on 64-bit platforms
Eli Friedman
2009-07-18
2
-2
/
+14
*
Switch lli back to using allocate-gvs-with-code behavior.
Daniel Dunbar
2009-07-18
1
-2
/
+5
*
Replace intersectWith with maximalIntersectWith. The latter guarantees that
Nick Lewycky
2009-07-18
5
-85
/
+29
*
Unbreak unittests build.
Daniel Dunbar
2009-07-18
2
-2
/
+2
*
Fix the inline cost calculation to take into account instructions
Eli Friedman
2009-07-18
1
-0
/
+7
*
Add line breaks to make the debug output a bit more readable.
Eli Friedman
2009-07-18
1
-4
/
+4
*
Catch more coalescing opportunities.
Evan Cheng
2009-07-18
3
-7
/
+10
*
Enable cross register class coalescing.
Evan Cheng
2009-07-18
10
-19
/
+198
*
Make GetElementPtr ConstantExprs default to having no pointer overflow.
Dan Gohman
2009-07-18
1
-1
/
+5
*
Revert 76177 for now. It's messing up ARM asm printing. Also this significant...
Evan Cheng
2009-07-18
3
-136
/
+12
*
Fix this accidentally inverted condition.
Dan Gohman
2009-07-18
1
-1
/
+1
*
Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...
Reid Kleckner
2009-07-18
22
-93
/
+249
[prev]
[next]