2009-04-10 |
Rafael Espindola | Don't fold a load if the other operand is a TLS address. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Nick Lewycky | Cleanup. Remove redundant llvm:: , we don't need them... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | Add a new Type::getPointerTo method, which is shorthand for |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Nick Lewycky | Add utility function to IRBuilder that takes the differ... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | a few fixes to "addrspace(256) is reference offset... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Bill Wendling | Pass in the std::string parameter instead of returning... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Bill Wendling | Constify getter methods. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Dan Gohman | Remove the obsolete SelectionDAG::getNodeValueTypes... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Dan Gohman | Change the NumVTs field from short to int, since there... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Bill Wendling | StringMap<DIE*>::iterator::first() returns a pointer... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Devang Patel | Silence unused variable warning. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Chris Lattner | ignore register zero in isRegTiedToUseOperand, followin... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Owen Anderson | Give register alias checking the hash table treatment... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Bill Wendling | Use a StringMap instead of std::map for storing std... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Devang Patel | llvm.dbg.func_start also defines beginning of function... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Bill Wendling | Revert r68708. It was causing this failure in the self... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Bob Wilson | Fix pr3954. The register scavenger asserts for inline... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Sanjiv Gupta | The way we are trying to figure out banksel immediate... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Chris Lattner | reg0 references are not real registers. This fixes... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Misha Brukman | Make sure to rebuild dependencies for the `check' and... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Sanjiv Gupta | Arguments to indirect calls were being passed incorrect... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Chris Lattner | Fix code size computation on x86-64, patch by Zoltan... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Chris Lattner | add an accessor method, patch by John McCall! |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Sanjiv Gupta | r68576 unconverd a bug in PIC16 port (Thanks to Dan... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Dan Gohman | Generalize ExtendUsesToFormExtLoad to be usable for... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Owen Anderson | Convert TargetRegisterInfo's super-register checking... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Nick Lewycky | Fix pointer casting problem. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Dan Gohman | Don't copy the operand of a SwitchInst into virtual... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Dan Gohman | Fix grammaros in comments. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Misha Brukman | Fixed compiler warning. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Daniel Dunbar | Add sys::Path::makeAbsolute(). |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Douglas Gregor | Fix BitstreamReader's GetCurrentBitNo to return the... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Devang Patel | If subprogram type is not tagged as DW_TAG_subroutine_t... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Rafael Espindola | Re-apply 68552. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Bob Wilson | Add testcase for PR3795. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Bob Wilson | Fix PR3795: Apply Dan's suggested fix for |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ted Kremenek | Accommodate empty string for build type. This was previ... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Douglas Gregor | Use 8 instead of CHAR_BIT |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Duncan Sands | Soft float support for FREM. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Misha Brukman | * Fixed calls to APInt ctor to work for negative values... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Douglas Gregor | Add BitstreamWriter::GetCurrentBitNo, to report where... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Duncan Sands | Soft float support for undef. Reported by Xerxes RĂ„nby. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Rafael Espindola | Avoid a hard coded constant. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Sanjiv Gupta | Emit .line debug directives for stoppoints. The debug... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | Instcombine should not promote whole computation trees... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Sanjiv Gupta | Handle indirect function calls. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | disable this code for now, re-breaking PR2975, but... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | Remove AllowInverse: it leaks memory and is not the... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Dan Gohman | Fully escape the grep string for this test. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Dan Gohman | Update this test for recent codegen improvements. CodeG... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | change printStringChar to emit characters as unsigned... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Dan Gohman | Implement support for using modeling implicit-zero... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Devang Patel | Revert prev. patch for now. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bill Wendling | Temporarily revert r68552. This was causing a failure... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Devang Patel | Right now DBG_LABEL are required for llvm.dbg.region_st... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Rafael Espindola | Reduce code duplication on the TLS implementation. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Dan Gohman | Don't attempt to handle aggregate argument values in... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Jim Grosbach | PR2985 / <rdar://problem/6584986> |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Mike Stump | Remove ccc now. Radar 6737767 |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Torok Edwin | fix style. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bill Wendling | Use 'name' instead of 'href'. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bill Wendling | Fix verification failure. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bill Wendling | Offer an explanation of why building LLVM-GCC with... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bill Wendling | Another reformatting. No change in docs. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Torok Edwin | Another attempt at fixing PR2975. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | fix comment to reflect the implementation I ended up... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | fix rdar://6762290, a crash compiling cxx filt with... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | Add an API for the bitstream reader to read blobs and... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | remove empty section |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Dan Gohman | Add svn:ignore properties. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | stub out code for reading record with blobs as blobs... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | allow clients to look up abbrev id's |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | Add a new EmitRecordWithBlob API that allows a blob... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | add a new Blob encoding abbreviation for bitcode files... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Bob Wilson | Handle 'a' modifier in ARM inline assembly. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | split ReadAbbreviatedLiteral out of ReadAbbreviatedField. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | reduce indentation with early-out |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | simplify code a bit. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | simplify to reduce indentation. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Torok Edwin | revert r68457, its crashing in make check. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | Teach llvm-bcanalyzer to skip over the header we use... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Torok Edwin | fix (part of) memory leak on shutdown. See PR2975. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | clean up some html |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Mike Stump | Avoid -O3 on Darwin for now. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Ed Schouten | Let the strcat optimizer return the pointer to the... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Sanjiv Gupta | Map stack based frameindices for spills to zero based... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Bill Wendling | Add character encoding declaration to fix verification... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Bill Wendling | Obsessively format this document. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Mikhail Glushenkov | Add segment flag bits to ELF.h. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Bill Wendling | Add character encoding declaration. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Bill Wendling | Fix validation error. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Bill Wendling | A lot of formatting changes. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Oscar Fuentes | CMake: Added notes pointing to the LLVM CMake documenta... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Oscar Fuentes | CMake: defines and uses macro add_llvm_definitions... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Bill Wendling | Fix some HTML validation errors. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Bill Wendling | General clean-up of the bitcode format documentation... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Nick Lewycky | Try SSE2? |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Nick Lewycky | CloneModule stores the BasicBlock mapping in ValueMap... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Nick Lewycky | Remove bogus include. |
commit | commitdiff | tree | snapshot |
next |