2009-07-24 |
Chris Lattner | fix indentation. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | use section flags more correctly. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Switch to raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | fix a mysterious and scary failure on test/CodeGen... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | reduce api exposure: clients shouldn't call SectionKind... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | make Constant::getRelocationInfo return an enum, as... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | remove more bits of small section support. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | remove more remnants of small section support. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | Remove SectionKind::Small*. This was only used on... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | Thumb2 should use the register scavenger. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Give SCEVAddRecExpr no-signed-overflow and no-unsigned... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Give the SCEV class a SubclassData field. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Richard Osborne | Add tests for handling of globals and tls on the XCore... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Owen Anderson | Privatize the ConstantVector tables. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Eric Christopher | Update insertps handling based on feedback. Move to... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Remove the IA-64 backend. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
David Goodwin | Correctly handle the Thumb-2 imm8 addrmode. Specialize... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Sean Callanan | Added a 2+-byte NOP instruction to the Intel tables, |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Owen Anderson | Privatize the ConstantStruct table. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
David Greene | Write space padding as one string to speed up comment... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Evan Cheng | Thumb2 does not allow the use of "pc" register as part... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Reid Kleckner | Fixing unittests on 32-bit Darwin, using 0x...ULL inste... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Reid Kleckner | Re-committing r76828 with the JIT memory manager change... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | "fix" PR4612, which is a crash on: |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Duncan Sands | Fix PR4614: the Intel C compiler defines _GNUC__ |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Duncan Sands | Revert r75581: it causes massive breakage in the Ada |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Switch ValueSymbolTable to StringRef based API. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Add llvm::Value::getNameRef, for help in API migration. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Reid Kleckner | Re-committing changes from r76825 to BumpPtrAllocator... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Evan Cheng | Fix up ARM constant island pass for Thumb2. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Evan Cheng | Since we have moved unified assembly, switch to ADR... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Convert StringMap to using StringRef for its APIs. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
David Goodwin | Fix frame index elimination to correctly handle thumb... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Andreas Bolka | FileCheck'ize and expand LDA testcases. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Andrew Lenharth | emit simple node was using different labels for fields... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Andreas Bolka | Cache dependence computation using FoldingSet. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | enhance DepthFirstIterator to support more robust opera... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | testcase for PR4590 |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | refactor a blob of code out to a new 'FoldOrOfFCmps... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Lang Hames | For real this time: PHI Def & Kill tracking added to... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | merge vector-casts-0.ll into vector-casts.ll |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | Make some existing optimizations that would only trigge... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | convert a test to filecheck format. This fixes an... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | refactor a bunch of code out into a helper function, |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | remove a really old and dead header |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | merge one more sse41 test into sse41.ll |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | merge another sse41 test into sse41.ll |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | merge sse41-pmovx.ll into sse41.ll |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Lang Hames | Added PHI Def & Kill tracking to PHIElimination pass. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | change a test to run in filecheck style. Rename it... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Eric Christopher | Support insertps via the intrinsic and add a couple... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Sanjiv Gupta | Do not call getMangledName on Intrinsics. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Devang Patel | MDString |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Eric Christopher | Add test for pinsrd and pinsrb instructions. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Andreas Bolka | Minor cosmetics: indentation, formatting, naming. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Reid Kleckner | Reverting r76825 and r76828, since they caused clang... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Zhongxing Xu | add header for 'memset'. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Devang Patel | Silence "uninitialized use" warning. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Devang Patel | Hide constructors. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Devang Patel | Derive MDNode from MetadataBase instead of Constant... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Eric Christopher | Fix error message for correct opcode. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Reid Kleckner | Make the JIT code emitter properly retry and ask for... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Reid Kleckner | Parameterize the BumpPtrAllocator over a slab allocator... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Dan Gohman | Revert r75663 (and r76805), as it is causing regression... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | remove SectionFlags::Small: it is only used on Xcore... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Dan Gohman | x86 isel tweak: use lea (%reg,%reg) instead of lea... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Dan Gohman | Add new keywords to the vim syntax highlighting. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Dan Gohman | Add new optimization keywords to the polygen grammar. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Dan Gohman | Rename the new unsigned and signed keywords to nuw... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
David Greene | Reorder if-else branches as suggested by Bill. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
David Goodwin | Fix typo in addrmode definition. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Dan Gohman | Add -march=ppc32 lines so that this test doesn't ever... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Use getTargetConstant instead of getConstant since... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Dan Gohman | Make the grep line in this test more specific, to avoid |
commit | commitdiff | tree | snapshot |
2009-07-22 |
David Greene | Constify the key in Mi2IndexMap. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Ignore undef uses. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Daniel Dunbar | Switch some clients to Value::getName(), and other... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Daniel Dunbar | Simplify some uses of Value::getName() |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Daniel Dunbar | Define npos in a way that should make MSVC happier. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Daniel Dunbar | Remove unnecessary store to temporary std::string. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
David Greene | Put comment printing under asm-verbose. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Daniel Dunbar | Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
David Greene | Make some changes suggested by Bill and Evan. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Fix thinko. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Sanjiv Gupta | Added -b option to override the default bitcode output... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Use isa<> instead of dyn_cast<>. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Add replaceAllUsesWith() to FE replace debug info const... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Do not print "metadata" twice while printing MDString. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Remove empty test. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Eliminate a redudant check Eli pointed out. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Sanjiv Gupta | Fixed build warning. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Introduce MetadataBase, a base class for MDString and... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Daniel Dunbar | Support writing a StringRef to a raw_ostream directly. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | fix some wording problems Daniel pointed out, make... |
commit | commitdiff | tree | snapshot |
next |