2009-07-17 |
Anton Korobeynikov | Add missed attributes to C bindings |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Start generating AsmMatcher.inc for X86. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | tblgen/AsmMatcher: Emit simple matcher for register... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Jeffrey Yasskin | r76102 added the MachineCodeEmitter::processDebugLoc... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Fix compile warning. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Anton Korobeynikov | Add missed return |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | opt: Add -std-link-opts argument, matches llvm-ld's... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Anton Korobeynikov | Add support for naked functions |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Bruno Cardoso... | revert one of the loops to use indicies over iterators... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Add a SubclassOptionalData field to Value. See the... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Initialize another Context, in the hopes of unbreaking... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Fix an apparent typo. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
David Greene | Make DOUT an lvalue in release mode so that developers... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Provide slightly more refined error message when trying... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
David Greene | Add logic to align instruction operands to columns... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Duncan Sands | Avoid a compiler warning when assertions are turned... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Duncan Sands | Testcase for PR4214. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Documentation clarifications for isSafeToSpeculativelyE... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Oops, accidentally set a legal operation to expand. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Expand misc operations from test/CodeGen/Generic. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Handle void in XCoreTargetLowering::isLegalAddressingMo... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Remove some unnecessary expansion markings. Add a... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Add operation expansion/promotion for a bunch of operat... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Lewycky | Add broken gcc from PR4532. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Evan Cheng | Fix tSUBspi operand definition. It reads and writes... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Set an operation expansion, noticed while running |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Make promotion in operation legalization for SETCC... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Replace isTrapping with a new, similar method called |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | One more operation expansion for MIPS, from test/CodeGe... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Make sure CWriter's Context get's initialized. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Expand a bunch of illegal operations on MIPS (found by |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Fix 'may be used uninitialized' warning. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Add the private keyword to the polygen grammar. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Add the private keyword to the VIM syntax highlighting. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Evan Cheng | Fix my brain cramp by inverting the assertion condition. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Jeffrey Yasskin | Fix "no newline at end of file" warning from gcc. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Owen Anderson | Privatize the MDNode uniquing table. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Emit cross regclass register moves for thumb2. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Disable this assert for now, it is firing on an llvm... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Bill Wendling | Add new flags '-test-cflags' and '-test-cxxflags' to... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Evan Cheng | GV with ghost linkage (module being lazily streamed... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Dale Johannesen | Assume an inline asm might be a call, so we get |
commit | commitdiff | tree | snapshot |
2009-07-16 |
David Greene | Emit line numbers in asm comments when available. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Owen Anderson | Privatize the MDString uniquing table. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Fix inverted preprocessor conditional. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Fix compiler warning (for -Asserts). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Jakob Stoklund... | Silence warning in Linux builds: |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Add raw_null_ostream and llvm::nulls(), a raw_ostream... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Jeffrey Yasskin | Add line numbers to OProfile. To do this, I added a... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Jakob Stoklund... | Teach MachineInstr::isRegTiedToDefOperand() to correctl... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Evan Cheng | Changed my mind. We now allow remat of instructions... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Owen Anderson | Privatize the ConstantFP table. I'm on a roll! |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Chris Lattner | this should be xfailed on darwin. Darwin doesn't use... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Evan Cheng | With recent MC changes, RIP base register is explicitly... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Owen Anderson | Move the ConstantInt uniquing table into LLVMContextImp... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Kevin Enderby | Removed the SubsectionsViaSymbols MCStreamer API and... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Dan Gohman | Fill in some holes in ScalarEvolution's loop iteration... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Kevin Enderby | Clean up the definition of Str in AsmParser::ParseDirec... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Add SmallString unit test. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Stuart Hastings | In an Apple-style build, compile with llvm-gcc/llvm... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Dan Gohman | Add an isLoopSimplifyForm() predicate, following the... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Dan Gohman | Use setStream infomatted_raw_ostream's constructor... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Dan Gohman | Remove inapplicable comments. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Dan Gohman | Tidy up #includes. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Dan Gohman | Use size_t. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Make xfail proper |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Unbreak |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Temporary disable 16 bit bswap |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Add instruction formats and few opcodes |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Add bswap patterns |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Provide crazy pseudos for regpairs spills / reloads |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Handle long-disp stuff more consistently |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | All FP instructions have 12 bit memory displacement... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Another predicate routine |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | More helpers |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Add bunch of branch folding stuff |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Add missed opcodes to short => long displacement conversion |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Cleanup |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Fix logic inversion for RI-mode address selection |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Unbreak the test |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Expand 32-bit bitconverts via memory |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Fix incomin arg stack frame offset in case we need... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Fix instruction mnemonics for some fp_to_sint operations |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | i32 values are passed extended also on stack. Handle... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | We definitely have 1-0 bools |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Revert the commit, it just hides the real bug |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Out GR128 regclass is not a 'real' i128 one. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Add missed condbranch opcodes |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Handle bitconverts |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Unbreak mvi and friends - emit only 'significant' part... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Expand fp_to_uint too |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | We don't have FP truncstores |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Expand uint_to_fp |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Emit proper rounding mode for fp_to_sint |
commit | commitdiff | tree | snapshot |
next |