- c11e29a svn:ignore fixes. by Dan Gohman · 16 years ago
- 85f1968 Spelling fixes. by Dan Gohman · 16 years ago
- 3f46a3a Spelling fixes. by Dan Gohman · 16 years ago
- 67d9bf9 Whitespace cleanups. by Dan Gohman · 16 years ago
- 2516d0d Use Doxygen comment syntax. by Dan Gohman · 16 years ago
- 85e9601 This is now done. by Dan Gohman · 16 years ago
- 52fd7da Fix a missing newline in debug output. by Dan Gohman · 16 years ago
- fd6f338 Prune #includes. by Dan Gohman · 16 years ago
- b55a1ee Fix spelling. by Dan Gohman · 16 years ago
- 16b7721 Don't print "Modified" for passes which haven't modified anything. by Dan Gohman · 16 years ago
- 1ac1c1e Add JIT support to the TODO list (test commit) by Nathan Keynes · 16 years ago
- 60c0e37 Emit type checks late instead of early, this encourages by Chris Lattner · 16 years ago
- 7d892d6 some trivial microoptimizations. by Chris Lattner · 16 years ago
- bd8965a Emit a redundant check for immediates at root context, e.g. (imm 0). by Chris Lattner · 16 years ago
- fa342fa eliminate the CheckMultiOpcodeMatcher code and have each by Chris Lattner · 16 years ago
- eb66921 add a new OPC_SwitchOpcode which is semantically equivalent by Chris Lattner · 16 years ago
- c99b5a2 pull MarkFlagResult out from between an EmitNode/CompleteMatch by Chris Lattner · 16 years ago
- 0cebe61 enhance RecordNode and RecordChild comments to indicate what by Chris Lattner · 16 years ago
- e9eeda8 Emit redundant opcode checks for andimm and orimm tests at root by Chris Lattner · 16 years ago
- 4d0c931 inline the node transforms and node predicates into the generated by Chris Lattner · 16 years ago
- ccd23cc simplify some code now that chain/flag results are not stored in by Chris Lattner · 16 years ago
- d20c0bc don't emit useless functions. These were producing by Chris Lattner · 16 years ago
- 5d96eb8 80-col violations/trailing whitespace. by Mikhail Glushenkov · 16 years ago
- 14df8dc eliminate GetInt1/2 by Chris Lattner · 16 years ago
- 2a49d57 hoist the new isel interpreter out of DAGISelHeader.h by Chris Lattner · 16 years ago
- 5310654 change a few opcodes to use VBRs instead of embedding by Chris Lattner · 16 years ago
- aa6d708 move all the opcodes out of DAGISelHeader.h (which gets by Chris Lattner · 16 years ago
- 623a2e8 resolve a fixme by using hte new flag. by Chris Lattner · 16 years ago
- ff7fb60 enhance the EmitNode/MorphNodeTo operands to take a bit that by Chris Lattner · 16 years ago
- 21221e3 enhance the new isel to handle the 'node already exists' by Chris Lattner · 16 years ago
- 9a21500 use MorphNodeTo instead of SelectNodeTo. SelectNodeTo by Chris Lattner · 16 years ago
- c78f2a3 enhance the new isel to use SelectNodeTo for most patterns, by Chris Lattner · 16 years ago
- b65c5f2 Add support getting the operands of a User to ocaml. by Erick Tryzelaar · 16 years ago
- 6ba5c56 Add support for global aliases to ocaml. by Erick Tryzelaar · 16 years ago
- ce89b4e Add support for inserting inline asm to ocaml. by Erick Tryzelaar · 16 years ago
- f70cbb2 add some random nounwinds. by Chris Lattner · 16 years ago
- a248e9c I'm removing andersaa after the branch is made. by Chris Lattner · 16 years ago
- 25d5837 simplify this code, return only ever has zero or one operands. by Chris Lattner · 16 years ago
- 165e96b Properly clear all the extra bits in a significand when making a NaN from an by John McCall · 16 years ago
- 1e7ad39 Add an override to StringRef::getAsInteger which parses into an APInt. by John McCall · 16 years ago
- 5b0a774 Add support for getting a null pointer. by Erick Tryzelaar · 16 years ago
- d80ce75 Add a way to look up a type by it's name in a module. by Erick Tryzelaar · 16 years ago
- 68bab98 Add replace_all_uses_with to ocaml. by Erick Tryzelaar · 16 years ago
- 8e130b1 Add support for global variables in an address space for llvm-c and ocaml. by Erick Tryzelaar · 16 years ago
- c59286b Add indirect br support to llvm-c and ocaml. by Erick Tryzelaar · 16 years ago
- 46c80e0 Add metadata functions to llvm-c and ocaml. by Erick Tryzelaar · 16 years ago
- e0d2753 remove redundant instruction. by Chris Lattner · 16 years ago
- 19f047f Add the new builder arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 16 years ago
- 1940dd1 Add the new union arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 16 years ago
- abbcc5e Add generic binary op and cast builder functions. by Erick Tryzelaar · 16 years ago
- 6e2ee56 Rename ocaml vmcore tests to make it easier to insert tests. by Erick Tryzelaar · 16 years ago
- 628b76e Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml. by Erick Tryzelaar · 16 years ago
- d2b4aff Remove malloc and free from the ocaml bindings. by Erick Tryzelaar · 16 years ago
- b29d7d2 Revert r97245 which seems to be causing performance problems. by Bob Wilson · 16 years ago
- e12b738 Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width by John McCall · 16 years ago
- 6281cda enhance EmitNodeMatcher to keep track of the recorded slot numbers by Chris Lattner · 16 years ago
- e86097a add infrastructure to support forming selectnodeto. Not used yet by Chris Lattner · 16 years ago
- 6ac33b4 Don't try to replace physical registers when doing CSE. by Dan Gohman · 16 years ago
- 8772f50 Add a flag to addPassesToEmit* to disable the Verifier pass run by Dan Gohman · 16 years ago
- 2257981 Generalize my hack to use SDNodeInfo to find out when a by Chris Lattner · 16 years ago
- 874cada Implement XMM subregs. by Dan Gohman · 16 years ago
- a363a9b Don't unconditionally suppress hoisting of instructions with implicit by Dan Gohman · 16 years ago
- 53a50e2 Add nounwinds. by Dan Gohman · 16 years ago
- bc9d98b The mayHaveSideEffects flag is no longer used. by Dan Gohman · 16 years ago
- a230f96 change CheckOpcodeMatcher to hold the SDNodeInfo instead of by Chris Lattner · 16 years ago
- 9fa200d remove a bogus pattern, which had the same pattern as STDU by Chris Lattner · 16 years ago
- 255584a add another case from the ppc backend. This is obviously a huge and by Chris Lattner · 16 years ago
- 4446c3f fix an incorrect (overly conservative) predicate. by Chris Lattner · 16 years ago
- db8b622 fix logic in DEBUG. by Chris Lattner · 16 years ago
- 2478962 teach the optimizer that opcode == ISD::STORE is contradictory by Chris Lattner · 16 years ago
- 9fcd72b fix grammaro's pointed out by daniel by Chris Lattner · 16 years ago
- 82781b9 Teach the grouper some simple tricks about looking contradictory by Chris Lattner · 16 years ago
- 2c755ba Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. by Evan Cheng · 16 years ago
- aaf5486 use DEBUG instead of DebugFlag directly so that this by Chris Lattner · 16 years ago
- d323fd4 implement a new optimization to sink pattern predicates (like isSSE1) by Chris Lattner · 16 years ago
- 4933a37 The TType is always absptr on Mach-O...at least for now. by Bill Wendling · 16 years ago
- 70b7007 Fix the ocaml bindings for the bitcode reader. by Jeffrey Yasskin · 16 years ago
- d38cdb0 fix PR6414, a nondeterminism issue in IPSCCP which was because by Chris Lattner · 16 years ago
- e9fd444 Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday, by Chris Lattner · 16 years ago
- c6a669b remove dead code, by this point all uses of CI are gone. by Chris Lattner · 16 years ago
- 2058a71 Test that docs are updating. by Jeffrey Yasskin · 16 years ago
- 8b3f330 Make APFloat's string-parsing routines a bit safer against very large exponents. by John McCall · 16 years ago
- 1869ac8 A much cleaner (and less code!) way of inserting the correct amount of padding by Bill Wendling · 16 years ago
- adc7733 Added the follwoing 32-bit Thumb instructions for disassembly only: by Johnny Chen · 16 years ago
- baafcbb4 Merge PPC instructions FMRS and FMRD into a single FMR instruction. by Jakob Stoklund Olesen · 16 years ago
- f34ff01 Fix grammaro in a comment. by Dan Gohman · 16 years ago
- d68a9fe Use the right svn:keywords value. by Dan Gohman · 16 years ago
- 7b14fc2 Add Revision keywords to these files, as it's common for them to be by Dan Gohman · 16 years ago
- 6507eca Comment typo. by Bill Wendling · 16 years ago
- 68e3266 don't build edis if the x86 target isn't enabld. by Chris Lattner · 16 years ago
- d30103d Improve the vim code for highlighting trailing whitespace and lines by Dan Gohman · 16 years ago
- bb13423 Test autoupdate. by Tanya Lattner · 16 years ago
- 14ffb1e Test auto update. by Tanya Lattner · 16 years ago
- 79073e3 Add the alignstack keyword. by Dan Gohman · 16 years ago
- 77c8ff9 Remove bogus Updated line. by Dan Gohman · 16 years ago
- 2432966 Use the right floating point load/store instructions in PPCInstrInfo::foldMemoryOperandImpl(). by Jakob Stoklund Olesen · 16 years ago
- 66df66c Remove dead code by Jakob Stoklund Olesen · 16 years ago
- 3ca304a Remove REQUIRES_EH from the suggested set of make variables, since users can by Jeffrey Yasskin · 16 years ago
- aabc26c Replace a temporary std::string with SmallString. by Benjamin Kramer · 16 years ago
- 621a415 Fix typos in comments. by Dan Gohman · 16 years ago