Elena Demikhovsky
|
4ca0ce2594
llvm interpreter: select, shuffle and insertelement instructions.
|
12 년 전 |
Chandler Carruth
|
0b8c9a80f2
Move all of the header files which are involved in modelling the LLVM IR
|
12 년 전 |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 년 전 |
Chandler Carruth
|
426c2bf5cd
Revert the majority of the next patch in the address space series:
|
12 년 전 |
Micah Villmow
|
2c39b15073
Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis.
|
13 년 전 |
Micah Villmow
|
fb384d61c7
Revert 165732 for further review.
|
13 년 전 |
Micah Villmow
|
f3840d2c16
Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly.
|
13 년 전 |
Micah Villmow
|
3574eca1b0
Move TargetData to DataLayout.
|
13 년 전 |
NAKAMURA Takumi
|
4bf6c19e94
EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be mapped in FuncNames[] at the initialization.
|
13 년 전 |
NAKAMURA Takumi
|
423cbc5144
EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings with -Wreturn-type (and MSC's w4190).
|
13 년 전 |
Aaron Ballman
|
010ad7d353
Using the new external-linkage warning recently added instead of disabling all return type warnings.
|
13 년 전 |
Aaron Ballman
|
da32e46936
Fixing warning due to the new "UTD return type in extern 'C'".
|
13 년 전 |
David Blaikie
|
4d6ccb5f68
More dead code removal (using -Wunreachable-code)
|
13 년 전 |
Benjamin Kramer
|
a7b0cb7594
Remove all remaining uses of Value::getNameStr().
|
13 년 전 |
Chris Lattner
|
db125cfaf5
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
14 년 전 |
Chris Lattner
|
1afcace3a3
Land the long talked about "type system rewrite" patch. This
|
14 년 전 |
Chris Lattner
|
0cd0d88160
eliminate the Type::getDescription() method, using "<<" instead. This
|
14 년 전 |
Michael J. Spencer
|
1f6efa3996
Merge System into Support.
|
14 년 전 |
Duncan Sands
|
3472766f9e
Convert some tab stops into spaces.
|
15 년 전 |
Chris Lattner
|
75361b69f3
rename llvm::llvm_report_error -> llvm::report_fatal_error
|
15 년 전 |
Torok Edwin
|
820580dfa9
Typo noticed by Duncan.
|
15 년 전 |
Torok Edwin
|
fb70e7deaf
Don't overwrite previous value, if it succeeded.
|
15 년 전 |
Torok Edwin
|
e38bc14a01
Honour addGlobalMapping() in the interpreter, if it was used to add mappings for
|
15 년 전 |
Benjamin Kramer
|
12ea66a727
Replace strcpy with memcpy when we have the length around anyway.
|
15 년 전 |
David Greene
|
c74fe78c2d
|
15 년 전 |
David Greene
|
4ac99a8c26
Change errs() to dbgs().
|
15 년 전 |
Nick Lewycky
|
b5106f5c33
Fix passing of float arguments through ffi.
|
15 년 전 |
Nick Lewycky
|
0e49fe8140
Fail less mysteriously; inform the user that their LLVM was not built with
|
15 년 전 |
Daniel Dunbar
|
d702c8c980
Remove ByteswapSCANFResults, it is dead.
|
16 년 전 |
Nick Lewycky
|
327127909e
We don't need to byteswap, the interpreter assumes the program is running
|
16 년 전 |