| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 83811
|
|
|
|
|
|
| |
refinements
llvm-svn: 83809
|
|
|
|
| |
llvm-svn: 83785
|
|
|
|
|
|
| |
Remove impdef of SRW. This fixes PR4779
llvm-svn: 83739
|
|
|
|
|
|
|
|
|
| |
e.g. pinning
variables to specified absolute address. Make use of this feature for MSP430.
This unbreaks PR4776.
llvm-svn: 82227
|
|
|
|
| |
llvm-svn: 81293
|
|
|
|
| |
llvm-svn: 80085
|
|
|
|
|
|
| |
This fixes PR4769
llvm-svn: 80001
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
integer and floating-point opcodes, introducing
FAdd, FSub, and FMul.
For now, the AsmParser, BitcodeReader, and IRBuilder all preserve
backwards compatability, and the Core LLVM APIs preserve backwards
compatibility for IR producers. Most front-ends won't need to change
immediately.
This implements the first step of the plan outlined here:
http://nondot.org/sabre/LLVMNotes/IntegerOverflow.txt
llvm-svn: 72897
|
|
|
|
|
|
|
|
|
|
|
|
| |
build an integer and cast that to a float. This fixes a crash
caused by trying to split an f32 into two f16's.
This changes the behavior in test/CodeGen/XCore/fneg.ll because that
testcase now triggers a DAGCombine which converts the fneg into an integer
operation. If someone is interested, it's probably possible to tweak
the test to generate an actual fneg.
llvm-svn: 72162
|
|
|
|
|
|
| |
better than nothing.
llvm-svn: 71976
|
|
|
|
| |
llvm-svn: 71975
|
|
llvm-svn: 71392
|