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
/
Target
/
Sparc
Age
Commit message (
Expand
)
Author
2005-12-16
Remove JIT support, which doesn't work.
Chris Lattner
2005-12-16
add some simple operand info
Chris Lattner
2005-12-01
Support multiple ValueTypes per RegisterClass, needed for upcoming vector
Nate Begeman
2005-11-08
Add a new option to indicate we want the code generator to emit code quickly,...
Chris Lattner
2005-10-29
remove reference to this pass
Chris Lattner
2005-10-24
do not wrap this whole file in namespace llvm
Chris Lattner
2005-10-24
Make this build with GCC 4.1, patch contributed by Vladimir A. Merzliakov!
Chris Lattner
2005-10-22
This file is entirely ifdef'd out
Chris Lattner
2005-10-05
silence some warnings
Chris Lattner
2005-09-30
Pass extra regclasses into spilling code
Chris Lattner
2005-09-13
This has been moved to the target-indep code
Chris Lattner
2005-09-07
ignore generated files
Chris Lattner
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-08-19
Split RegisterClass 'Methods' into MethodProtos and MethodBodies
Chris Lattner
2005-08-19
Fix code that assumes the register info will be dumped into a target
Chris Lattner
2005-08-19
put reg classes in namespaces
Chris Lattner
2005-08-17
Promote dependency for MathExtras.h out of Constants.h.
Jim Laskey
2005-08-17
Culling out use of unions for converting FP to bits and vice versa.
Jim Laskey
2005-08-16
Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty
Nate Begeman
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-10
Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.
Chris Lattner
2005-07-10
Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode
Chris Lattner
2005-06-27
some call work
Andrew Lenharth
2005-06-25
Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile
Chris Lattner
2005-06-18
core changes for varargs
Andrew Lenharth
2005-06-17
A start at a Sparc V8 Pattern ISel. Anyone want to implement the calling
Andrew Lenharth
2005-05-18
Wrap long lines
Misha Brukman
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-01-01
Substantially improve the code generated by non-folded setcc instructions.
Chris Lattner
2004-12-17
Remove unused #include
Chris Lattner
2004-12-14
The mystery of Olden/tsp solved, and more opportunities for speedup.
Brian Gaeke
2004-12-14
Get rid of shifts by zero in most cases.
Brian Gaeke
2004-12-13
Add some notes
Chris Lattner
2004-12-13
Add V8 SPEC status.
Brian Gaeke
2004-12-12
Use the target triple to pick this target.
Chris Lattner
2004-12-12
Complete the list of MultiSource failures.
Brian Gaeke
2004-12-12
hbd should be working now.
Brian Gaeke
2004-12-12
Finally enable the setcc-branch folding code.
Brian Gaeke
2004-12-12
Add (currently disabled) code for canFoldSetCC
Brian Gaeke
2004-12-12
Add stubs for setcc-branch folding support.
Brian Gaeke
2004-12-11
Print llvm code one function at a time.
Brian Gaeke
2004-12-11
JIT should print LLVM each function before selecting instructions for it.
Brian Gaeke
2004-12-11
Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine
Brian Gaeke
2004-12-11
Look for many more moves to fold (previously, we only
Brian Gaeke
2004-12-11
Make GEPs not suck so much:
Brian Gaeke
2004-12-11
Update lists of failing benchmarks, including info on which
Brian Gaeke
2004-12-10
Move -lowerselect later in the chain; some select instructions were
Brian Gaeke
2004-12-10
Add the rest of the multiply instructions.
Brian Gaeke
[prev]
[next]