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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement support for using modeling implicit-zero-extension on x86-64
Dan Gohman
2009-04-08
3
-9
/
+43
*
Temporarily revert r68552. This was causing a failure in the self-hosting LLVM
Bill Wendling
2009-04-07
17
-231
/
+193
*
Reduce code duplication on the TLS implementation.
Rafael Espindola
2009-04-07
17
-193
/
+231
*
PR2985 / <rdar://problem/6584986>
Jim Grosbach
2009-04-07
7
-194
/
+318
*
Handle 'a' modifier in ARM inline assembly.
Bob Wilson
2009-04-06
1
-0
/
+3
*
Map stack based frameindices for spills to zero based indices that can be acc...
Sanjiv Gupta
2009-04-06
5
-33
/
+62
*
Wrap some lines to fix indentation problems.
Bob Wilson
2009-04-03
1
-30
/
+36
*
Fix some comments.
Bob Wilson
2009-04-03
1
-5
/
+5
*
CMake: removed IA64AsmPrinter.cpp from lib/Target/IA64/CMakeLists.txt
Oscar Fuentes
2009-04-03
1
-1
/
+0
*
Separate MIPS asmprinter
Anton Korobeynikov
2009-04-03
5
-3
/
+33
*
Fix target library name
Anton Korobeynikov
2009-04-03
1
-1
/
+1
*
Fix comment
Anton Korobeynikov
2009-04-03
1
-1
/
+1
*
Move IA64 asmprinter to separate library
Anton Korobeynikov
2009-04-03
4
-1
/
+32
*
Added a x86 dag combine to increase the chances to use a
Mon P Wang
2009-04-03
1
-2
/
+30
*
Fixed build warnings.
Sanjiv Gupta
2009-04-02
1
-2
/
+0
*
To convert the StopPoint insn into an assembler directive by ISel, we need to...
Sanjiv Gupta
2009-04-02
4
-0
/
+31
*
Params are not being generated as static globals now. The caller passes them ...
Sanjiv Gupta
2009-04-02
5
-53
/
+133
*
silence warning in release-asserts build.
Chris Lattner
2009-04-01
1
-4
/
+2
*
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-04-01
1
-1
/
+1
*
Use LLVM type names instead of C type names in comments, to be
Dan Gohman
2009-04-01
1
-5
/
+5
*
Fix PR3862: Recognize some ARM-specific constraints for immediates in inline
Bob Wilson
2009-04-01
2
-0
/
+145
*
i128 shift libcalls are not available on x86.
Evan Cheng
2009-03-31
1
-0
/
+7
*
Reapply 68073, with fixes. EH Landing-pad basic blocks are not
Dan Gohman
2009-03-31
1
-1
/
+4
*
remove unused arguments.
Rafael Espindola
2009-03-31
1
-14
/
+12
*
Really temporarily revert r68073.
Bill Wendling
2009-03-31
1
-6
/
+1
*
Oy! When reverting r68073, I added in experimental code. Sorry...
Bill Wendling
2009-03-31
1
-1
/
+6
*
Revert r68073. It's causing a failure in the Apple-style builds.
Bill Wendling
2009-03-31
1
-6
/
+1
*
X86 address mode isel tweak. If the base of the address is also used by a Cop...
Evan Cheng
2009-03-31
1
-1
/
+25
*
Except in asm-verbose mode, avoid printing labels for blocks that are
Dan Gohman
2009-03-30
1
-1
/
+6
*
When optimzing a mul by immediate into two, the resulting mul's should get a ...
Evan Cheng
2009-03-30
5
-5
/
+12
*
Fix comment to match function name.
Bob Wilson
2009-03-30
1
-1
/
+1
*
Fix thinko: put stuff with both global and local relocations into data.rel{.r...
Anton Korobeynikov
2009-03-30
1
-3
/
+3
*
Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...
Anton Korobeynikov
2009-03-30
4
-25
/
+36
*
Add data.rel stuff
Anton Korobeynikov
2009-03-30
4
-14
/
+54
*
IA64 is as weird as Alpha wrt r/o relocs :)
Anton Korobeynikov
2009-03-29
2
-0
/
+8
*
Alpha always requires global relocations to be r/w regardless of PIC.
Anton Korobeynikov
2009-03-29
2
-1
/
+8
*
Honour relocation behaviour stuff for ro objects
Anton Korobeynikov
2009-03-29
1
-3
/
+22
*
add a note
Chris Lattner
2009-03-28
1
-0
/
+4
*
Use array_lengthof
Rafael Espindola
2009-03-28
1
-5
/
+5
*
Have only one definition of X86AddrNumOperands.
Rafael Espindola
2009-03-28
5
-9
/
+2
*
Make code a bit less brittle by no hardcoding the number
Rafael Espindola
2009-03-28
3
-8
/
+15
*
Optimize some 64-bit multiplication by constants into two lea's or one lea + ...
Evan Cheng
2009-03-28
1
-0
/
+71
*
remove trailing whitespace
Jim Grosbach
2009-03-27
1
-8
/
+8
*
Avoid hardcoding that X86 addresses have 4 operands.
Rafael Espindola
2009-03-27
1
-5
/
+8
*
Use less hard coded constants to make the code less brittle.
Rafael Espindola
2009-03-27
1
-6
/
+11
*
I am trying to add a segment to the X86 addresses matching to
Rafael Espindola
2009-03-27
1
-19
/
+28
*
-no-implicit-float means explicit fp operations are legal.
Evan Cheng
2009-03-26
1
-4
/
+4
*
tADDhirr is a thumb instruction. Do not allow this code to be reached in non-...
Evan Cheng
2009-03-26
1
-0
/
+2
*
Pull transform from target-dependent code into target-independent code.
Bill Wendling
2009-03-26
1
-39
/
+0
*
fix warning in -asserts mode.
Chris Lattner
2009-03-26
1
-4
/
+3
[next]