2009-04-12 |
Chris Lattner | fix PR3965:SIGINT handler not restored after calling... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Rafael Espindola | In X86DAGToDAGISel::MatchWrapper, if base or index... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Owen Anderson | Use a hashtable for TargetRegisterClass::contains. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Rafael Espindola | refactor some code into X86DAGToDAGISel::MatchWrapper |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nick Lewycky | Add Kaleidoscope to examples/ so that it gets built... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nick Lewycky | Fix compile error. Pointed out by mait on #llvm IRC! |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | "There was a typo in my previous patch which leads... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Rafael Espindola | Add tests for the parts of X86-64 TLS that are already... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix a cross-block fastisel crash handling overflow... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | make UpdateValueMap handle the possiblity that we could be |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | optimize FastISel::UpdateValueMap to avoid duplicate... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | simplify code by using IntrinsicInst. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | Add new TargetInstrDesc::hasImplicitUseOfPhysReg and |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | add some optimizations for strncpy/strncat and factor... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Dan Gohman | Revert r68847. It breaks the build on non-Darwin target... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Devang Patel | Keep track of inlined functions and their locations... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | move a target-specific test into its directory so it... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Misha Brukman | Fixed spelling. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Devang Patel | DebugLabelFolder ruthlessly deletes redundant labels... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Bob Wilson | Clean up a bunch of whitespace issues and fix a comment... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Bill Wendling | Don't install the libLLVMHello.dylib example. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Bill Wendling | Add compatibility_version and current_version flags... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Bill Wendling | Don't run "dsymutils" on .a files. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | fix two problems with machine sinking: |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Dan Gohman | Now that register classes have names, include the name... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | fix a broken assertion in ilist_iterator, which caused... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | fix typo, patch by Shlomi Fish! |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Sanjiv Gupta | Added code to handle spilling and reloading of FSRs. |
commit | commitdiff | tree | snapshot |
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 |
next |