index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2008-11-12
Correct some thinkos in the expansion of ADD/SUB
Duncan Sands
2008-11-12
Change binary dump format.
Evan Cheng
2008-11-12
Address mode immediate offset has already been divided by 4.
Evan Cheng
2008-11-12
Fix a VFP binary arithmetic instruction encoding bug.
Evan Cheng
2008-11-12
Fix address mode 3 immediate offset mode encoding.
Evan Cheng
2008-11-12
Consolidate formats; fix FCMPED etc. encodings.
Evan Cheng
2008-11-12
Fix VFP conversion instruction encodings.
Evan Cheng
2008-11-12
Fix encoding of single-precision VFP registers.
Evan Cheng
2008-11-12
Fix the testb optimization so x86 also bootstraps.
Dale Johannesen
2008-11-12
VFP fld / fst immediate field is multiplied by 4.
Evan Cheng
2008-11-12
CMake: Remove removed source file.
Oscar Fuentes
2008-11-11
Remove
Devang Patel
2008-11-11
Undo previous check-in.
Devang Patel
2008-11-11
This shouldn't be necessary
Andrew Lenharth
2008-11-11
Fix FMDRR encoding.
Evan Cheng
2008-11-11
Handle floating point constpool_entry's.
Evan Cheng
2008-11-11
Don't walk into predecessors in which the vreg is not live when doing shrinkw...
Owen Anderson
2008-11-11
Encode VFP load / store instructions.
Evan Cheng
2008-11-11
In ScheduleDAGRRList::CopyAndMoveSuccessors, create the SUnit for the load
Dan Gohman
2008-11-11
Avoid relying on the SelectionDAG for initializing the MachineFunction and
Dan Gohman
2008-11-11
CMake: Updated list of source files for lib/Transforms/Utils.
Oscar Fuentes
2008-11-11
Encode VFP conversion instructions.
Evan Cheng
2008-11-11
Add utility pass to remove dbg info.
Devang Patel
2008-11-11
Silence unused variable warning.
Devang Patel
2008-11-11
Use actual function name in comments.
Devang Patel
2008-11-11
Change the scheduler accessor methods to accept an explicit TargetMachine
Dan Gohman
2008-11-11
Add a README entry.
Evan Cheng
2008-11-11
CMake: corrected split of Alpha and Sparc AsmPrinters.
Oscar Fuentes
2008-11-11
Separate sparc asmprinter. This should unbreak the native build
Anton Korobeynikov
2008-11-11
Separate alpha asmprinter. This should unbreak native build.
Anton Korobeynikov
2008-11-11
The 32-bit displacement field in an x86 address is signed. Arrange for it
Dan Gohman
2008-11-11
Update CMakeLists.txt
Cedric Venet
2008-11-11
Fix for PR3040:
Bill Wendling
2008-11-11
fix another libgcc blocker
Andrew Lenharth
2008-11-11
Cleaned up and fix bugs in convert_rndsat node
Mon P Wang
2008-11-11
Unbreak the buildbot and back out (inadvertant) casting edits in CellSPU
Scott Michel
2008-11-11
Encode VFP arithmetic instructions.
Evan Cheng
2008-11-11
Cleanup debug info. assocated with deleted instructions.
Devang Patel
2008-11-11
Add utility routines to remove dead debug info.
Devang Patel
2008-11-10
CellSPU: Fix bug 3606, as well as some ongoing work.
Scott Michel
2008-11-10
Small simplification. Use the iterator already present as the insertion point.
Bill Wendling
2008-11-10
Comments and indentation.
Evan Cheng
2008-11-10
Correct PIC function stub codegen.
Evan Cheng
2008-11-10
Fix indentation.
Dan Gohman
2008-11-10
Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...
Bill Wendling
2008-11-10
- Make sure that we don't over-increment the iterator when going through the
Bill Wendling
2008-11-10
Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to
Mon P Wang
2008-11-10
If the sign of exit condition and split condition does not match
Devang Patel
2008-11-10
Fix PR2667: add soft float support for sint_to_fp/uint_to_fp
Duncan Sands
2008-11-10
Tweak some comments.
Duncan Sands
[next]