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
*
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
*
Fix FMDRR encoding.
Evan Cheng
2008-11-11
4
-26
/
+51
*
Handle floating point constpool_entry's.
Evan Cheng
2008-11-11
1
-4
/
+25
*
Encode VFP load / store instructions.
Evan Cheng
2008-11-11
4
-104
/
+220
*
Encode VFP conversion instructions.
Evan Cheng
2008-11-11
4
-35
/
+126
*
Add a README entry.
Evan Cheng
2008-11-11
1
-0
/
+17
*
CMake: corrected split of Alpha and Sparc AsmPrinters.
Oscar Fuentes
2008-11-11
2
-4
/
+2
*
Separate sparc asmprinter. This should unbreak the native build
Anton Korobeynikov
2008-11-11
4
-1
/
+27
*
Separate alpha asmprinter. This should unbreak native build.
Anton Korobeynikov
2008-11-11
4
-1
/
+27
*
The 32-bit displacement field in an x86 address is signed. Arrange for it
Dan Gohman
2008-11-11
1
-10
/
+13
*
fix another libgcc blocker
Andrew Lenharth
2008-11-11
1
-0
/
+1
*
Unbreak the buildbot and back out (inadvertant) casting edits in CellSPU
Scott Michel
2008-11-11
1
-7
/
+7
*
Encode VFP arithmetic instructions.
Evan Cheng
2008-11-11
4
-108
/
+226
*
CellSPU: Fix bug 3606, as well as some ongoing work.
Scott Michel
2008-11-10
3
-12
/
+58
*
Correct PIC function stub codegen.
Evan Cheng
2008-11-10
2
-7
/
+52
*
Fix indentation.
Dan Gohman
2008-11-10
1
-1
/
+1
*
Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to
Mon P Wang
2008-11-10
1
-0
/
+54
*
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-10
6
-27
/
+27
*
Typo fix
Anton Korobeynikov
2008-11-09
1
-1
/
+1
*
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
asl
2008-11-08
4
-9
/
+31
*
CMake: corrected library target name for dependency: LLVMCellSPU ->
ofv
2008-11-08
1
-1
/
+1
*
CMake: Reflected changes on the CellSPU target build. May require a
ofv
2008-11-08
2
-2
/
+13
*
Fixed a pasto.
ofv
2008-11-08
1
-1
/
+2
*
CellSPU: Bring SPU's assembly printer more in-line with current LLVM code
pingbak
2008-11-08
5
-647
/
+627
*
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
4
-31
/
+9
*
The Index field of an AttributeWithIndex is of type unsigned, not uint16_t.
Nicolas Geoffray
2008-11-08
1
-2
/
+2
*
StoreInst does not produce any result thus it's useless to create new
Anton Korobeynikov
2008-11-08
1
-1
/
+1
[next]