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
/
include
/
llvm
/
Support
Age
Commit message (
Expand
)
Author
2012-06-02
Additional change for 157881. Forget to fix another IntegerSubset constructor.
Stepan Dyatkovskiy
2012-06-02
Small fix due to buildbot failures on mingw32. Fixed call of parent construct...
Stepan Dyatkovskiy
2012-06-02
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
Remove noisy semicolons.
Benjamin Kramer
2012-06-01
PR1255: case ranges.
Stepan Dyatkovskiy
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-26
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-21
PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...
Stepan Dyatkovskiy
2012-05-19
Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...
Benjamin Kramer
2012-05-18
fix warnings when compiling with -Wshadow
Nick Kledzik
2012-05-17
[Hexagon] Clean up Hexagon ELF definition.
Evandro Menezes
2012-05-15
[Support] Add a version of sys::fs::equivalent() that treats errors as false.
Daniel Dunbar
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-14
[Support/COFF] Make the order of members in symbol match the standard.
Michael J. Spencer
2012-05-12
Recommited r156374 with critical fixes in BitcodeReader/Writer:
Stepan Dyatkovskiy
2012-05-11
PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i...
Stepan Dyatkovskiy
2012-05-11
Allow unique_file to take a mode for file permissions, but default
Eric Christopher
2012-05-08
Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.
Kevin Enderby
2012-05-07
Fix trivial typo in llvm_move.
John McCall
2012-05-05
reapply my patch, with a fix for an off-by-one error. Turned out to be a lot
Chris Lattner
2012-05-05
revert my patches, which are causing problems.
Chris Lattner
2012-05-05
add missing header <shame>
Chris Lattner
2012-05-05
[Support] Add sys::Process::GetRandomNumber().
Daniel Dunbar
2012-05-02
Update SmallVector to support move semantics if the host does.
John McCall
2012-05-01
YAMLParser: get rid of global ctors & dtors.
Benjamin Kramer
2012-04-28
If the __is_trivially_copyable type trait is available use it as the baseline...
Benjamin Kramer
2012-04-23
Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
Sylvestre Ledru
2012-04-20
Extraneous semicolon.
Eric Christopher
2012-04-18
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-04-17
platform support for counting column widths and checking isprint
Seth Cantrell
2012-04-17
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
Adding operator== for document_iterator.
Manuel Klimek
2012-04-16
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-04-16
Remove the methods for attaching metadata to instructions/retrieving metadata
Duncan Sands
2012-04-16
Add convenience methods to MDBuilder for attaching metadata to instructions,
Duncan Sands
2012-04-16
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-15
Add the MDBuilder helper class for conveniently creating metadata.
Duncan Sands
2012-04-08
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-04-08
Allow subclasses of the ValueHandleBase to store information as part of the
Bill Wendling
2012-04-06
DenseMap: Perform the pod-like object optimization when the value type is POD...
Benjamin Kramer
2012-04-05
Fix the build breakage introduced by r154131.
Kaelyn Uhrain
2012-04-05
Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to be
Kaelyn Uhrain
2012-04-04
Fix -Wnon-virtual-dtor warnings.
Michael J. Spencer
2012-04-04
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-03
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
[prev]
[next]