- 497a7a8 Move getCastToEmpty out of DIDescriptor into DIFactory. It is an by Chris Lattner · 16 years ago
- 4d557e4 Fix an over aggressive assumption that struct decls will have a pointer to by Chris Lattner · 16 years ago
- 3b78185 Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does. by Chris Lattner · 16 years ago
- 09e99e4 move some cases around to silence these sorts of warnings in by Chris Lattner · 16 years ago
- 903361e add new file by Chris Lattner · 16 years ago
- a45664f Add a new set of helper classes for creating and reading debug by Chris Lattner · 16 years ago
- 41bdedf CMake: Builds a native tblgen when cross-compiling and the user didn't by Oscar Fuentes · 16 years ago
- 5594f12 Forgot these. by Evan Cheng · 16 years ago
- 4f21c13 CMake: Implement magic word `all' for selecting all targets. Check by Oscar Fuentes · 16 years ago
- 02516ba CMake: Non-working code for auto-building the native tblgen util when by Oscar Fuentes · 16 years ago
- 9ed2f80 Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used. by Evan Cheng · 16 years ago
- 8f24cc23 Correction for the last patch. Should match the conditional in the first part by Bill Wendling · 16 years ago
- 1fb43c3 The method of doing the matching with a 'select' instruction was wrong. The by Bill Wendling · 16 years ago
- 47ed475 suppress build products by Gabor Greif · 16 years ago
- 63b27a6 CMake: Corrected detection of `nm'. by Oscar Fuentes · 16 years ago
- 3ab40ca CMake: Support for cross-compiling. For now, requires a previously by Oscar Fuentes · 16 years ago
- 22b91d7 fix validation problem. by Chris Lattner · 16 years ago
- 4d16a0a XFAIL this while waiting for a fix. by Duncan Sands · 16 years ago
- ea736ce fix leakage of ValueNumbering by Nuno Lopes · 16 years ago
- ced4900 Temporarily revert 58825, which breaks PPC bootstrap. xs by Dale Johannesen · 16 years ago
- c143bcf If the LHS of the FCMP is coming from a UIToFP instruction, then we don't want by Bill Wendling · 16 years ago
- b0714db Typo fix by Anton Korobeynikov · 16 years ago
- 4691cd9 CellSPU: Update expected counts on expected patterns by Scott Michel · 16 years ago
- 0b45c99 Temporary revert my last commit: it seems it's triggering some subtle bug in backend by Anton Korobeynikov · 16 years ago
- b5b9252 CMake: corrected library target name for dependency: LLVMCellSPU -> by Oscar Fuentes · 16 years ago
- a4dd926 CMake: Reflected changes on the CellSPU target build. May require a clean start. by Oscar Fuentes · 16 years ago
- eed0ec7 Fixed a pasto. by Oscar Fuentes · 16 years ago
- c389e94 Allow $CALL and $ENV in command names. Fixes #3025. by Mikhail Glushenkov · 16 years ago
- 73655bc CellSPU: Bring SPU's assembly printer more in-line with current LLVM code by Scott Michel · 16 years ago
- 059b2db Try to produce better code when scalarizing VSETCC. by Duncan Sands · 16 years ago
- 0f56953 Factor out offset printing code into generic AsmPrinter. by Anton Korobeynikov · 16 years ago
- d9afb4d The Index field of an AttributeWithIndex is of type unsigned, not uint16_t. by Nicolas Geoffray · 16 years ago
- e0f4af3 StoreInst does not produce any result thus it's useless to create new by Anton Korobeynikov · 16 years ago
- 760a572 Properly escape dashes in TableGen's LLVMC2 emitter. Patch by Patrick Walton! by Anton Korobeynikov · 16 years ago
- 203e71d Fix syntax of iterate_complex example. Noticed by Martin! by Eric Christopher · 16 years ago
- ae16641 Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows size of stub. by Evan Cheng · 16 years ago
- fff484f Remove a InvalidateInstructionCache call with incorrect size. by Evan Cheng · 16 years ago
- ce4a70b Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ptr. by Evan Cheng · 16 years ago
- 3cc8223 Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs are generated. by Evan Cheng · 16 years ago
- d7398c9 Rename isString -> isExternalSymbol; getString -> getExternalSymbol since these work on externsym machine relocations. by Evan Cheng · 16 years ago
- ca66b08 More debug output. by Evan Cheng · 16 years ago
- 1033251 Fix relocation for calls to external symbols. by Evan Cheng · 16 years ago
- 771138c CellSPU: Fix prologue/epilogue emission when function contains calls but by Scott Michel · 16 years ago
- 746867c Rework r58829, allowing removal of dbg info intrinsics during alloca by Daniel Dunbar · 16 years ago
- 77e0c85 Add LLVMC2 tool definitions for Objective-C and Objective-C++. by Daniel Dunbar · 16 years ago
- edeb4f9 Add svn:ignore properties for Clang llvmc2 plugin. by Daniel Dunbar · 16 years ago
- 05c356e Skip over two-address use operands. by Evan Cheng · 16 years ago
- e96a490 Handle ARM machine constantpool entry with non-lazy ptr. by Evan Cheng · 16 years ago
- fd827c4 Indentation. by Evan Cheng · 16 years ago
- 2869337 remove unavailable clang project by Ted Kremenek · 16 years ago
- f1bbb95 Use ARMFunctionInfo to track number of constpool entries and jumptables. by Evan Cheng · 16 years ago
- 3dd42cf Generated code for generic expansion of SETUGT etc. by Dale Johannesen · 16 years ago
- c4c7a6a Xfail an incorrect test. by Dale Johannesen · 16 years ago
- b514ac9 Make testb optimization work on big-endian targets. by Dale Johannesen · 16 years ago
- 413a89f More code clean up. by Evan Cheng · 16 years ago
- 53e4e44 Make FP tests requiring two compares work on PPC (PR 642). by Dale Johannesen · 16 years ago
- 437c173 Get PIC jump table working. by Evan Cheng · 16 years ago
- 366cf29 More debug output. by Evan Cheng · 16 years ago
- 212e698 Make tablegen print out a nice error message for a const char* by Dan Gohman · 16 years ago
- c4479a7 Document the acronym RAUW. Patch by Jonathan Brandmeyer! by Dan Gohman · 16 years ago
- 47b3417 Sign-extend rather than zero-extend when promoting by Duncan Sands · 16 years ago
- e5f4de4 Flush the raw_ostream after emitting the assembly for a function. by Dan Gohman · 16 years ago
- bc3c429 Fix unsigned->ppcf128 conversion. by Dale Johannesen · 16 years ago
- 82b80d9 Update to add newer bitcodes. by Nick Lewycky · 16 years ago
- 3fa75ff Keep CREDITS.TXT sorted by name. by Richard Osborne · 16 years ago
- baa66aa Add contributer information for XCore backend to CREDITS.TXT by Richard Osborne · 16 years ago
- 9380c05 Add XCore backend to CMake build. by Richard Osborne · 16 years ago
- b7ee8c4 Add basic test for XCore backend by Richard Osborne · 16 years ago
- f943b15 Fix compile warnings. by Richard Osborne · 16 years ago
- d9890de CellSPU: Ensure that C strings are always put in the .rodata section by Scott Michel · 16 years ago
- b25baef Add XCore backend. by Richard Osborne · 16 years ago
- 4df60f5 Jump table JIT support. Work in progress. by Evan Cheng · 16 years ago
- 47c01a0 Jump tables may be emitted by target. by Evan Cheng · 16 years ago
- a27b353 Jump table relocation addresses may be resolved by target. by Evan Cheng · 16 years ago
- d03eeaf Teach CellSPU about ELF sections and new section emitter classes. by Scott Michel · 16 years ago
- 068a795 BCUI + 1 doesn't work. Use next instead. by Bill Wendling · 16 years ago
- cab3e68 Refactor code that adjusts the offsets of stack objects. by Bill Wendling · 16 years ago
- 8b59db3 Encode misc arithmetic instructions. by Evan Cheng · 16 years ago
- 815fb57 Testcase for testb optimization. by Dale Johannesen · 16 years ago
- 180ffae Handle (delete) dbg intrinsics while promoting alloca. by Devang Patel · 16 years ago
- 89217a6 When we're doing a compare of load-AND-constant to 0 by Dale Johannesen · 16 years ago
- b7c6ebc - Modify the stack protector algorithm so that the stack slot is allocated in by Bill Wendling · 16 years ago
- 848693c Remove unneeded header file. by Bill Wendling · 16 years ago
- 1fb615f Don't build a vector of returns. Just modify the Function in the loop. by Bill Wendling · 16 years ago
- e0b436a Fixed scalarizing an extract subvector and prevent an infinite loop by Mon P Wang · 16 years ago
- 703ccfe The size limit is for individual arrays. So if any array has more than 8 bytes by Bill Wendling · 16 years ago
- 97f48c3 Encode extend instructions; more clean up. by Evan Cheng · 16 years ago
- e187726 Fix a use of an invalid iterator when -debug-pass=Details is used. by Dan Gohman · 16 years ago
- 44cf38c Don't recalculate the stack position of the stack protector. by Bill Wendling · 16 years ago
- e75808c Emit label for llvm.dbg.func.start of the inlined function. by Devang Patel · 16 years ago
- 00f1c40 Clarify documentation. A module pass MP can require a function paqss FP only if FP does not require any module pass. by Devang Patel · 16 years ago
- 12c3a53 - Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm. by Evan Cheng · 16 years ago
- eb5d95a Improve JIT debugging outputs format consistency. by Evan Cheng · 16 years ago
- 274c6a6 plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed memory. by Nuno Lopes · 16 years ago
- b951aec Formating/comment changes - no functionality change. by Duncan Sands · 16 years ago
- d87293c Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 encoding bug. by Evan Cheng · 16 years ago
- 4c3a1d8 - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}. by Bill Wendling · 16 years ago
- e11eb62 Update VC++ projects. by Steve Naroff · 16 years ago
- f007a8b Widening cleanup by Mon P Wang · 16 years ago
- eb4f52e Handle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>. by Evan Cheng · 16 years ago