2010-02-16 |
Dale Johannesen | Adjust register numbers in tests to compensate for the |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Handle tGPR register class in a few more places. This... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Johnny Chen | Add SMC (Secure Monitor Call) system instruction for... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dale Johannesen | Really reserve R2 on PPC Darwin. PR 6314. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Devang Patel | Use line and column number to distinguish two lexical... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Jim Grosbach | 80 column cleanup |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Devang Patel | New testcase. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Evan Cheng | Look for SSE and instructions of this form: (and x... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Jim Grosbach | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Rename SuccessorNumber to GetSuccessorNumber. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
David Greene | Add support for emitting non-temporal stores for DAGs... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Testcase for critical edge splitting with load PRE. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Jim Grosbach | Update Thumb2 to not use CarryDefIsUnused or CarryDefIs... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Jim Grosbach | Remove redundant setting of Defs. CPSR is already marke... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dan Gohman | Refactor rewriting for PHI nodes into a separate function. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Jim Grosbach | First step in eliminating the CarryDefIsUnused and... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Johnny Chen | Added for disassembly the following instructions: |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Split critical edges as needed for load PRE. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Refactor to share code to find the position of a basic... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dan Gohman | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Kenneth Uildriks | Function attributes have index ~0, not 0 |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | simplify this code. In the new world order there is no |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | convert the new matcher to check intermediate nodes... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | change dag isel emitter to only call 'IsProfitableToFol... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Fix pr6111: Avoid using the LR register for the target... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Duncan Sands | Introduce isOpaqueTy and use it rather than isa<OpaqueT... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Benjamin Kramer | Minor warning fixes (semicolons, newline at EOF). |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | mark all the generated node predicates 'const'. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | generate code for node and pattern predicates. Note... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | refactor some code into a local class. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | remove now dead code and fixme. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | remove dead code. This is never generated for any... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | add support for the new isel matcher to generate |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | make pcrel immediate values relative to the start of... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Erick Tryzelaar | Fix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Erick Tryzelaar | Fix some ocaml documentation |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sanjiv Gupta | The code section for an ISR has a specific address. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dale Johannesen | Handle DBG_VALUE mixed with labels when doing PHI |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Rafael Espindola | Drop support for the InReg attribute on the ppc backend... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dan Gohman | Split the main for-each-use loop again, this time for... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dale Johannesen | Reapply 96294; now that I've gotten around to looking |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bill Wendling | Apply patch from llvm.org/bugs/attachment.cgi?id=4136... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dale Johannesen | Something broke. Hard to believe it was this patch |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dan Gohman | When reusing an existing PHI node in a loop, be even... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Bob Wilson | Put repeated empty pattern into the AQI instruction... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Evan Cheng | Fix a memory leak. Patch by Nicolas Geoffray. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Dale Johannesen | More handling of DBG_VALUE. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Add missed entry to cmake build list file |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Use ttype encoding consistently |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Fix a silly darwin-only typo introduced during merge. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Move TLOF implementations to libCodegen to resolve... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | It turns out that we emitted completely wrong common... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Add suffix for stubs, so we won't have name clashes... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Preliminary patch to improve dwarf EH generation -... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Nick Lewycky | Teach the verifier to check the condition on a branch... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Jakob Stoklund... | Fix PR6300. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Bob Wilson | Last week we were generating code with duplicate induct... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Nick Lewycky | Fix crash in VerifyType when checking Contexts. Because... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Nick Lewycky | Don't try to materialize a function that isn't material... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Nick Lewycky | A function with no Module owner isn't materializable... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chris Lattner | remove empty file. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Bill Wendling | Remove c++ style comments from c header. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chris Lattner | revert r96241. It breaks two regression tests, isn... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Bill Wendling | Renumber Instruction enums in llvm-c. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chris Lattner | fix PR6305 by handling BlockAddress in a helper function |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Evan Cheng | Split SelectionDAGISel::IsLegalAndProfitableToFold to |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chris Lattner | comment fix. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Add support for emitting non-temporal stores for DAGs... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Add non-temporal flags and remove an assumption of... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
David Greene | Add non-temporal flags to MachineMemOperand. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Oscar Fuentes | CMake: Fixed syntax in conditional. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Andrew Lenharth | Fix changes from r75027 |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Dan Gohman | When testing whether a given SCEV depends on a temporar... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chris Lattner | Check in the first big step of rewriting DAGISelEmitter to |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chris Lattner | give SDValue an operator->, allowing V->isTargetOpcode... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chris Lattner | don't make insanely large node numbers for no reason, |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chris Lattner | no need to add the instruction count anymore. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Mikhail Glushenkov | Revert r96130 ("Forward parameter options as '-option... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chris Lattner | enhance raw_svector_ostream::write_impl to work with... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chris Lattner | make PadToColumn return the stream so you can use: |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Dale Johannesen | Ignore DBG_VALUE in a couple more places. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Dan Gohman | When restoring a saved insert location, check to see... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Chris Lattner | constize |
commit | commitdiff | tree | snapshot |
next |