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
/
CBackend
/
Writer.cpp
Age
Commit message (
Expand
)
Author
2007-01-10
Rename Writer.cpp as CBackend.cpp so it doesn't conflict with Writer.cpp
Reid Spencer
2007-01-09
For PR1099:
Reid Spencer
2007-01-09
For PR1099:
Reid Spencer
2007-01-08
For PR1090:
Reid Spencer
2007-01-08
Fix PR1090:
Reid Spencer
2007-01-07
For PR1086:
Reid Spencer
2007-01-06
For PR411:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-17
Use a predicate function to identify bitcast of fp and integer instead of
Reid Spencer
2006-12-17
Fix PR1058:
Reid Spencer
2006-12-12
Change inferred getCast into specific getCast. Passes all tests.
Reid Spencer
2006-12-12
Fix the BitCastUnion type for 32-bit targets.
Reid Spencer
2006-12-11
Implement correct bitcast of int<->float and long<->double by using a
Reid Spencer
2006-12-10
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-07
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-06
Always pass "true" to isMaxValue(bool) because we know the type is LongTy.
Reid Spencer
2006-12-06
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-01
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-11-28
gcc doesn't like an empty colbber list
Andrew Lenharth
2006-11-28
Make identity default, and fix PR1020
Andrew Lenharth
2006-11-28
update comments
Andrew Lenharth
2006-11-28
Get the asminfo for the target most closely matching the module and use that ...
Andrew Lenharth
2006-11-27
Preliminary support for inline asm in the cbe. The target specific ugliness
Andrew Lenharth
2006-11-27
When truncating to bool, it is necessary to & with 1 for all casts that
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-15
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-08
For PR950:
Reid Spencer
2006-11-05
Fix a bug in the last patch and convert to && instead of & for logical expr.
Reid Spencer
2006-11-05
Implement the -enabled-cbe-printf-a feature.
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-11-02
For PR950:
Reid Spencer
2006-10-26
Enclose a case in { and } so that the pickier compilers don't complain.
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-10-22
Don't generate a prototype for _setjmp. At least on Linux, this function
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-09-28
Simplify some code, reformat break's
Chris Lattner
2006-09-17
Added some eye-candy for Subtarget type checking
Anton Korobeynikov
2006-09-14
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-09
Add cbe support for powi
Chris Lattner
2006-09-04
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-07-28
Make functions with an "asm" name propagate that asm name into the cbe.c file.
Chris Lattner
2006-06-20
__i386__, __i386, etc. are not defined for x86-64. Use __x86_64__.
Evan Cheng
2006-06-06
Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp
Chris Lattner
2006-06-02
Add mingw support, patch contributed by Anton
Chris Lattner
2006-05-31
Fix casting so there's no warning on Alpha.
Reid Spencer
2006-05-24
For PR786:
Reid Spencer
2006-05-23
Print struct return functions and calls as actually returning the hidden
Chris Lattner
2006-04-17
Add checks for __OpenBSD__.
Jeff Cohen
[next]