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
*
Fix comments.
Matthijs Kooijman
2008-11-24
1
-2
/
+2
*
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-24
14
-1582
/
+10
*
Added missing description for -disable-mmx option.
Mon P Wang
2008-11-24
1
-1
/
+1
*
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-23
6
-6
/
+6
*
Added -disable-mmx using a patch from Preston Gurd.
Mon P Wang
2008-11-23
1
-1
/
+5
*
CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it
Scott Michel
2008-11-22
5
-102
/
+294
*
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-22
5
-33
/
+11
*
CellSPU:
Scott Michel
2008-11-21
4
-51
/
+123
*
CellSPU:
Scott Michel
2008-11-20
2
-6
/
+5
*
Allow XMM2 and XMM3 to be used for non ABI compliant code.
Mon P Wang
2008-11-20
1
-3
/
+4
*
CellSPU: Custom lower truncating stores of i8 to i1 (should not have been
Scott Michel
2008-11-20
2
-3
/
+4
*
CellSPU: Adjust spacing/tabulation
Scott Michel
2008-11-20
1
-8
/
+8
*
Fix a thinko. MO is getOperand(i-1) so we don't have to adjust e.
Evan Cheng
2008-11-20
1
-3
/
+1
*
Eliminate a compile time warning.
Evan Cheng
2008-11-19
1
-4
/
+6
*
Eliminate a compile time warning.
Evan Cheng
2008-11-19
1
-4
/
+6
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
2
-2
/
+2
*
CMake: Removed source file from lib/Target/PIC16/CMakeLists.txt.
Oscar Fuentes
2008-11-19
1
-1
/
+0
*
CellSPU: Do not custom lower i1 stores, rely on type legalization to do the
Scott Michel
2008-11-19
1
-34
/
+11
*
<rdar://problem/6351057>
Stuart Hastings
2008-11-19
1
-10
/
+12
*
Temporary check-in for Duncan to demonstrate CellSPU store problem.
Scott Michel
2008-11-19
1
-8
/
+41
*
Forgot to add this in the previous commit.
Sanjiv Gupta
2008-11-19
1
-0
/
+62
*
Fixed build warnings.
Sanjiv Gupta
2008-11-19
2
-4
/
+6
*
Added a more function PIC16 backend. However to get this working a patch in
Sanjiv Gupta
2008-11-19
23
-2307
/
+1579
*
Don't set neverHasSideEffects on x86's divide instructions, since
Dan Gohman
2008-11-18
2
-3
/
+1
*
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
18
-40
/
+63
*
Move some former testcases (low-probability codegen
Dale Johannesen
2008-11-17
1
-0
/
+45
*
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
Oscar Fuentes
2008-11-15
13
-0
/
+91
*
Fix fuitos encoding.
Evan Cheng
2008-11-15
1
-8
/
+4
*
Fix MOVrx, MOVsrl_flag, and MOVsra_flag encodings.
Evan Cheng
2008-11-14
2
-4
/
+52
*
Remove unneeded stuff from GRAD register class.
Dale Johannesen
2008-11-14
1
-19
/
+1
*
[XCore] Remove whitespace in the description used when
Richard Osborne
2008-11-14
1
-1
/
+1
*
[XCore] Fix expansion of 64 bit add/sub. Don't custom expand
Richard Osborne
2008-11-14
2
-23
/
+13
*
Add XCore intrinsics for getid (returns thread id) and bitrev (reverses
Richard Osborne
2008-11-14
2
-5
/
+4
*
Handle the rest of pseudo instructions.
Evan Cheng
2008-11-13
3
-54
/
+71
*
Lazy compilation callback save / restore VFP registers.
Evan Cheng
2008-11-13
1
-0
/
+9
*
Extend InlineAsm::C_Register to allow multiple specific registers
Dale Johannesen
2008-11-13
2
-5
/
+27
*
Don't forget to emit stubs for function GV's emitted in CONSTPOOL_ENTRY's.
Evan Cheng
2008-11-13
1
-3
/
+10
*
fsub{d|s} encoding bugs.
Evan Cheng
2008-11-13
1
-2
/
+6
*
Missed a break statement.
Evan Cheng
2008-11-13
1
-0
/
+1
*
Fix pre- and post-indexed load / store encoding bugs.
Evan Cheng
2008-11-13
4
-70
/
+98
*
Move the code that inserts X87 FP_REG_KILL instructions from a
Dan Gohman
2008-11-12
5
-80
/
+148
*
Remove the incorrect assertion. We don't have enough information before reloc...
Evan Cheng
2008-11-12
1
-2
/
+1
*
Address mode immediate offset has already been divided by 4.
Evan Cheng
2008-11-12
1
-2
/
+1
*
Fix a VFP binary arithmetic instruction encoding bug.
Evan Cheng
2008-11-12
1
-1
/
+1
*
Fix address mode 3 immediate offset mode encoding.
Evan Cheng
2008-11-12
2
-5
/
+7
*
Consolidate formats; fix FCMPED etc. encodings.
Evan Cheng
2008-11-12
5
-168
/
+120
*
Fix VFP conversion instruction encodings.
Evan Cheng
2008-11-12
4
-86
/
+123
*
Fix encoding of single-precision VFP registers.
Evan Cheng
2008-11-12
4
-40
/
+174
*
VFP fld / fst immediate field is multiplied by 4.
Evan Cheng
2008-11-12
3
-19
/
+37
*
This shouldn't be necessary
Andrew Lenharth
2008-11-11
1
-1
/
+2
[next]