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
*
Use TII->findCommutedOpIndices to find the commute operands (rather than gues...
Evan Cheng
2009-07-20
1
-4
/
+8
*
Change the casting of linkage types into a map. This makes this much more robust
Bill Wendling
2009-07-20
1
-3
/
+88
*
Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as
Kevin Enderby
2009-07-20
1
-12
/
+0
*
Add MCAsmLexer interface.
Daniel Dunbar
2009-07-20
3
-8
/
+51
*
Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...
Evan Cheng
2009-07-20
2
-34
/
+55
*
Rename Mangler linkage enums to something less gross.
Bill Wendling
2009-07-20
3
-19
/
+15
*
Refactor metadata parsing routines into separate functions.
Devang Patel
2009-07-20
2
-27
/
+46
*
Add MCAsmParser interface.
Daniel Dunbar
2009-07-20
3
-0
/
+28
*
remove TargetAsmInfo::ExpandInlineAsm
Chris Lattner
2009-07-20
2
-104
/
+2
*
use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo.
Chris Lattner
2009-07-20
1
-14
/
+10
*
Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
Chris Lattner
2009-07-20
2
-0
/
+97
*
Update this comment.
Dan Gohman
2009-07-20
1
-7
/
+5
*
Revert the addition of hasNoPointerOverflow to GEPOperator.
Dan Gohman
2009-07-20
6
-117
/
+9
*
rename TargetAsmInfo::getASDirective -> getDataASDirective
Chris Lattner
2009-07-20
2
-16
/
+12
*
Hide the DOUT static variable behind a function interface.
David Greene
2009-07-20
1
-0
/
+8
*
Use t2LDRri12 for frame index loads.
David Goodwin
2009-07-20
1
-3
/
+11
*
For PC relative relocations where symbols are defined in the same section they
Bruno Cardoso Lopes
2009-07-20
4
-41
/
+103
*
Fix PR4567. Thumb1 target was using the wrong instruction to handle sp = sub ...
Evan Cheng
2009-07-20
2
-3
/
+15
*
implement a new magic global "llvm.compiler.used" which is like llvm.used, but
Chris Lattner
2009-07-20
5
-25
/
+23
*
use stripPointerCasts to simplify some code.
Chris Lattner
2009-07-20
1
-6
/
+4
*
Model fpscr to prevent fcmped / fcmpezs etc from being deleted.
Evan Cheng
2009-07-20
2
-2
/
+8
*
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-20
24
-82
/
+145
*
CMake support for SystemZ.
Daniel Dunbar
2009-07-20
2
-0
/
+29
*
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
1
-2
/
+6
*
Fix ConstantRange::unionWith. Also make it work a little hard in some cases to
Nick Lewycky
2009-07-19
1
-45
/
+50
*
Fix some minor MSVC compiler warnings.
Daniel Dunbar
2009-07-19
3
-9
/
+5
*
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
5
-29
/
+46
*
Add some missing includes.
Daniel Dunbar
2009-07-18
4
-0
/
+4
*
Canonicalize bitcasts between types like <1 x i64> and i64 to
Eli Friedman
2009-07-18
1
-0
/
+24
*
Put Target definitions inside Target specific header, and llvm namespace.
Daniel Dunbar
2009-07-18
55
-57
/
+79
*
Remove duplication in Program::Execute{And,No}Wait.
Mikhail Glushenkov
2009-07-18
3
-276
/
+91
*
Use a better name for the label relocations while emitting them for Jump Tables
Bruno Cardoso Lopes
2009-07-18
3
-4
/
+5
*
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-18
6
-17
/
+95
*
Back out 76300; apparently the preference is to canonicalize the other
Eli Friedman
2009-07-18
1
-16
/
+6
*
add a fixme
Chris Lattner
2009-07-18
1
-0
/
+5
*
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
1
-4
/
+15
[next]