Mehdi Amini
|
e02fce0ac9
Make ExecutionEngine owning a DataLayout
|
10 år sedan |
Michael Kuperstein
|
4fceffb0d6
Revert "Make ExecutionEngine owning a DataLayout"
|
10 år sedan |
Mehdi Amini
|
eaeb380a9f
Make ExecutionEngine owning a DataLayout
|
10 år sedan |
Benjamin Kramer
|
4bb355e885
[ExecutionEngine] ArrayRefize argument passing.
|
10 år sedan |
Yaron Keren
|
6e92e7b09a
Remove more superfluous .str() and replace std::string concatenation with Twine.
|
10 år sedan |
Chris Bieneman
|
7d1a53b823
Converting FuncNames to a ManagedStatic to avoid static constructors and destructors.
|
11 år sedan |
Dylan Noblesmith
|
389f13012f
Support: add llvm::unique_lock
|
11 år sedan |
Dylan Noblesmith
|
d930a30833
Support: make LLVM Mutexes STL-compatible
|
11 år sedan |
Craig Topper
|
e703fcb975
[C++] Use 'nullptr'.
|
11 år sedan |
Benjamin Kramer
|
cf47239da3
Don't expose symbols of lle_ functions.
|
12 år sedan |
Elena Demikhovsky
|
4ca0ce2594
llvm interpreter: select, shuffle and insertelement instructions.
|
12 år sedan |
Chandler Carruth
|
0b8c9a80f2
Move all of the header files which are involved in modelling the LLVM IR
|
12 år sedan |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 år sedan |
Chandler Carruth
|
426c2bf5cd
Revert the majority of the next patch in the address space series:
|
12 år sedan |
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 år sedan |
Micah Villmow
|
fb384d61c7
Revert 165732 for further review.
|
13 år sedan |
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 år sedan |
Micah Villmow
|
3574eca1b0
Move TargetData to DataLayout.
|
13 år sedan |
NAKAMURA Takumi
|
4bf6c19e94
EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be mapped in FuncNames[] at the initialization.
|
13 år sedan |
NAKAMURA Takumi
|
423cbc5144
EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings with -Wreturn-type (and MSC's w4190).
|
13 år sedan |
Aaron Ballman
|
010ad7d353
Using the new external-linkage warning recently added instead of disabling all return type warnings.
|
13 år sedan |
Aaron Ballman
|
da32e46936
Fixing warning due to the new "UTD return type in extern 'C'".
|
13 år sedan |
David Blaikie
|
4d6ccb5f68
More dead code removal (using -Wunreachable-code)
|
13 år sedan |
Benjamin Kramer
|
a7b0cb7594
Remove all remaining uses of Value::getNameStr().
|
13 år sedan |
Chris Lattner
|
db125cfaf5
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
14 år sedan |
Chris Lattner
|
1afcace3a3
Land the long talked about "type system rewrite" patch. This
|
14 år sedan |
Chris Lattner
|
0cd0d88160
eliminate the Type::getDescription() method, using "<<" instead. This
|
14 år sedan |
Michael J. Spencer
|
1f6efa3996
Merge System into Support.
|
14 år sedan |
Duncan Sands
|
3472766f9e
Convert some tab stops into spaces.
|
15 år sedan |
Chris Lattner
|
75361b69f3
rename llvm::llvm_report_error -> llvm::report_fatal_error
|
15 år sedan |