summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add support getting the operands of a User to ocaml.Erick Tryzelaar2010-02-28
* Add support for global aliases to ocaml.Erick Tryzelaar2010-02-28
* Add support for inserting inline asm to ocaml.Erick Tryzelaar2010-02-28
* add some random nounwinds.Chris Lattner2010-02-28
* I'm removing andersaa after the branch is made.Chris Lattner2010-02-28
* simplify this code, return only ever has zero or one operands.Chris Lattner2010-02-28
* Properly clear all the extra bits in a significand when making a NaN from anJohn McCall2010-02-28
* Add an override to StringRef::getAsInteger which parses into an APInt.John McCall2010-02-28
* Add support for getting a null pointer.Erick Tryzelaar2010-02-28
* Add a way to look up a type by it's name in a module.Erick Tryzelaar2010-02-28
* Add replace_all_uses_with to ocaml.Erick Tryzelaar2010-02-28
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* remove redundant instruction.Chris Lattner2010-02-28
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add generic binary op and cast builder functions.Erick Tryzelaar2010-02-28
* Rename ocaml vmcore tests to make it easier to insert tests.Erick Tryzelaar2010-02-28
* Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml.Erick Tryzelaar2010-02-28
* Remove malloc and free from the ocaml bindings.Erick Tryzelaar2010-02-28
* Revert r97245 which seems to be causing performance problems.Bob Wilson2010-02-28
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-28
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-28
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-28
* Don't try to replace physical registers when doing CSE.Dan Gohman2010-02-28
* Add a flag to addPassesToEmit* to disable the Verifier pass runDan Gohman2010-02-28
* Generalize my hack to use SDNodeInfo to find out when aChris Lattner2010-02-28
* Implement XMM subregs.Dan Gohman2010-02-28
* Don't unconditionally suppress hoisting of instructions with implicitDan Gohman2010-02-28
* Add nounwinds.Dan Gohman2010-02-27
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-27
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-27
* remove a bogus pattern, which had the same pattern as STDUChris Lattner2010-02-27
* add another case from the ppc backend. This is obviously a huge andChris Lattner2010-02-27
* fix an incorrect (overly conservative) predicate.Chris Lattner2010-02-27
* fix logic in DEBUG.Chris Lattner2010-02-27
* teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner2010-02-27
* fix grammaro's pointed out by danielChris Lattner2010-02-27
* Teach the grouper some simple tricks about looking contradictoryChris Lattner2010-02-27
* Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.Evan Cheng2010-02-27
* use DEBUG instead of DebugFlag directly so that thisChris Lattner2010-02-27
* implement a new optimization to sink pattern predicates (like isSSE1) Chris Lattner2010-02-27
* The TType is always absptr on Mach-O...at least for now.Bill Wendling2010-02-27
* Fix the ocaml bindings for the bitcode reader.Jeffrey Yasskin2010-02-27
* fix PR6414, a nondeterminism issue in IPSCCP which was becauseChris Lattner2010-02-27
* Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday,Chris Lattner2010-02-26
* remove dead code, by this point all uses of CI are gone.Chris Lattner2010-02-26
* Test that docs are updating.Jeffrey Yasskin2010-02-26
* Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall2010-02-26