| Commit message (Expand) | Author | Age | Files | Lines |
* | EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc. | NAKAMURA Takumi | 2011-08-14 | 2 | -0/+2 |
* | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands | 2011-08-12 | 1 | -0/+1 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 5 | -0/+36 |
* | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 3 | -7/+7 |
* | Extra semi-colon. | Eric Christopher | 2011-07-20 | 1 | -1/+1 |
* | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -2/+1 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 3 | -6/+9 |
* | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng | 2011-07-18 | 2 | -8/+6 |
* | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 2011-07-18 | 1 | -1/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 7 | -107/+107 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -2/+1 |
* | Add to RuntimeDyld support different object formats | Danil Malyshev | 2011-07-13 | 4 | -599/+693 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -1/+0 |
* | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -3/+2 |
* | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng | 2011-06-29 | 1 | -1/+1 |
* | eliminate the Type::getDescription() method, using "<<" instead. This | Chris Lattner | 2011-06-18 | 1 | -2/+2 |
* | Avoid a Twine that referenced a tmp (which proceded to go out of scope before | Jim Grosbach | 2011-05-19 | 1 | -5/+3 |
* | Restore sanity to 131601. | Jim Grosbach | 2011-05-18 | 1 | -2/+3 |
* | Objective C functions may use a magic '\1' on the name. Handle that when | Jim Grosbach | 2011-05-18 | 2 | -1/+16 |
* | Be a bit more permissive about symbols we don't understand. Just skip them | Jim Grosbach | 2011-05-13 | 1 | -4/+12 |
* | ExecutionEngine: move createJIT() definition (v2) | Dylan Noblesmith | 2011-05-13 | 2 | -19/+29 |
* | ExecutionEngine: push TargetMachine creation into clients (v2) | Dylan Noblesmith | 2011-05-13 | 5 | -58/+28 |
* | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) | Dylan Noblesmith | 2011-05-13 | 9 | -117/+18 |
* | Teach the RtDyld to tell the memory manager about how much space a function | Jim Grosbach | 2011-05-13 | 1 | -3/+4 |
* | MCJIT section loading should just skip non-text sections rather than | Jim Grosbach | 2011-05-12 | 1 | -4/+4 |
* | The MCJIT memory manager needs to initialize its Module member. | Jim Grosbach | 2011-05-12 | 2 | -2/+2 |
* | Revert ExecutionEngine patches, they either failed to build or broke unit tests. | Jakob Stoklund Olesen | 2011-05-07 | 10 | -49/+168 |
* | ExecutionEngine: delete duplicated files | Dylan Noblesmith | 2011-05-06 | 2 | -182/+0 |
* | ExecutionEngine: add missing file | Dylan Noblesmith | 2011-05-06 | 1 | -0/+91 |
* | ExecutionEngine: move createJIT() definition | Dylan Noblesmith | 2011-05-06 | 2 | -19/+29 |
* | ExecutionEngine: push TargetMachine creation into clients | Dylan Noblesmith | 2011-05-06 | 5 | -50/+20 |
* | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication | Dylan Noblesmith | 2011-05-06 | 7 | -20/+12 |
* | Fix a C++0x portability issue with std::make_pair. Explicitly providing templ... | Douglas Gregor | 2011-04-29 | 1 | -1/+1 |
* | Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears | Chandler Carruth | 2011-04-28 | 1 | -1/+1 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
* | 80-col fix. | Eric Christopher | 2011-04-22 | 1 | -1/+1 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | MCJIT relocation resolution. | Jim Grosbach | 2011-04-13 | 1 | -0/+2 |
* | Like the coding standards say, do not use "using namespace std". | Jay Foad | 2011-04-13 | 1 | -2/+2 |
* | MCJIT lazy relocation resolution and symbol address re-assignment. | Jim Grosbach | 2011-04-12 | 1 | -98/+234 |
* | Tidy up a bit now that we're using the MemoryManager interface. | Jim Grosbach | 2011-04-12 | 1 | -7/+1 |
* | Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't | Nick Lewycky | 2011-04-11 | 1 | -1/+5 |
* | Make error message more useful. | Benjamin Kramer | 2011-04-09 | 1 | -2/+2 |
* | Workaround g++ 4.2.1 warning diagnostic false positive. | Jim Grosbach | 2011-04-08 | 1 | -2/+2 |
* | Refactor MCJIT 32-bit section loading. | Jim Grosbach | 2011-04-08 | 2 | -82/+67 |
* | llvm.global_[cd]tor is defined to be either external, or appending with an array | Nick Lewycky | 2011-04-08 | 1 | -6/+2 |
* | tidy up. | Jim Grosbach | 2011-04-06 | 1 | -1/+1 |
* | Fix comment to use llvm 2.x syntax. | Nick Lewycky | 2011-04-06 | 1 | -1/+1 |
* | RuntimeDyld should use the memory manager API. | Jim Grosbach | 2011-04-06 | 2 | -91/+88 |
* | Make the virtual destructor out-of-line so we have a key function. | Chandler Carruth | 2011-04-05 | 1 | -0/+3 |