2010-04-20 |
Bob Wilson | Fix tests for Neon load/store intrinsics to match the... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Johnny Chen | More IT instruction error-handling improvements from... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Revert 101825, which is causing trouble. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Make BreakAntiDependencies' SUnits argument const,... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Johnny Chen | Better error handling of invalid IT mask '0000', instea... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Eliminate SelectionDAGISel's "current block" member... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Delete an unnecessary reference to SelectionDAGISel... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Eliminate the CurMBB member from SelectionDAGBuilder... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Remove the Expr member from IVUsers. Instead of remembe... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Johnny Chen | According to A8.6.16 B (Encoding T3) and A8.3 Condition... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Devang Patel | Fix typo. add a test case. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Evan Cheng | More progress on promoting i16 operations to i32 for... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Give SelectionDAG a TargetMachine too, rather than... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Evan Cheng | More 80 col violation. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Devang Patel | Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Code that needs a TargetMachine should have access... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Move isInTailCallPosition out of SelectionDAGBuilder... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Enable -Wcast-qual for C++ files, where intentional... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Remove -module, which appears to be a leftover from... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | This doesn't need SmallVector.h anymore. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Mikhail Glushenkov | Support .a files directly (without -l). |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Johnny Chen | Better error-handling for DisassembleThumb2DPSoReg... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Fix this for std::vectors which don't have .data(). |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Johnny Chen | ARM disassembler did not react to recent changes to... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Benjamin Kramer | Don't write into MemoryBuffers. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Fix -Wcast-qual warnings. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Revert 91528 and use a std::vector instead, fixing... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Fix -Wcast-qual warnings. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Add a few more ELF bits. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Add a const. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | These functions don't need to access this. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Anton Korobeynikov | Add missed part of prev. commit |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Anton Korobeynikov | Make processor FUs unique for given itinerary. This... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Chris Lattner | avoid temporary std::string in non posix_spawn path. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Benjamin Kramer | Eliminate temporary string. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Benjamin Kramer | Properly inherit the environment on darwin where enviro... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Nick Lewycky | This is horrible. Split the difference, and declare... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Nick Lewycky | Revert r101701, Darwin doesn't have 'environ'. Go figure. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Nick Lewycky | Fix linux build. posix_spawn doesn't inherit the enviro... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Chris Lattner | make Program::Execute use posix_spawn on systems that... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Chris Lattner | reduce indentation |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Chris Lattner | unnest from namespace. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Chris Lattner | silence some -Wmissing-field-initializers warnings. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Chris Lattner | silence some unused-value warnings. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Bill Wendling | Don't rely upon the MCSymbol "isDefined" method to... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Bill Wendling | Formatting changes. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Bill Wendling | Add a "PadTo" field to the emitULEB128Bytes method... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Nick Lewycky | Fix declarations in a few more tests. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Daniel Dunbar | Revert "reject forward references to functions whose... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Nick Lewycky | Fix intrinsic signature in this test. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | reject forward references to functions whose type don... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dale Johannesen | Add comment (lost when reverting and reapplying 101503). |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | doh, didn't mean to check in my hackaround lit sucking. :) |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | fix PR6332, allowing an index of zero into a zero sized... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | teach the x86 asm parser how to handle segment prefixes |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | refactor .if handling code a bit. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | fix PR6858: a dangling pointer use bug which was caused |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | a bunch of cleanups and tweaks, no functionality changes. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dan Gohman | Fix more -Wcast-qual warnings. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dan Gohman | Fix -Wcast-qual warnings. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | remove a dead variable, PR6856 |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | testcase for r101538, patch by Nico Schmidt! |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dan Gohman | Add const qualifiers to TargetLoweringObjectFile usage. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dan Gohman | Use const_cast instead of a C-style cast to cast away... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dan Gohman | Start function numbering at 0. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dan Gohman | Delete now-unnecessary const_casts. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dan Gohman | Use cast instead of dyn_cast when assuming success. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dan Gohman | Use const qualifiers with TargetLowering. This eliminat... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dan Gohman | Move per-function state out of TargetLowering subclasse... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chandler Carruth | Name these stub files consistently with the SPU and... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | a bunch of ssse3 instructions are misencoded to think... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | reenable r101565, removing a problematic assertion. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Evan Cheng | Postra machine licm must add registers defined by loop... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Nick Lewycky | Refresh this documentation. Things have changed a bit... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Evan Cheng | Fix codegen passes. -disable-ssc shouldn't disable... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Evan Cheng | More work to allow dag combiner to promote 16-bit ops... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Evan Cheng | Another 80 col violation. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Bob Wilson | Revise my previous change to ExpandBIT_CONVERT. I... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Evan Cheng | Add nounwind. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Bob Wilson | Re-commit my previous SSAUpdater changes. The previous... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Bob Wilson | As a temporary workaround for post-RA not handling... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Jakob Stoklund... | Revert "Use a simpler data structure to calculate the... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Dale Johannesen | Reapply 101503+101520. These are "obviously correct... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | disable r101565: an assert is getting triggered. More... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Eric Christopher | Revert 101465, it broke internal OpenGL testing. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Devang Patel | Add support to emit dwarf ranges. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Jakob Stoklund... | Use a simpler data structure to calculate the least... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Johnny Chen | Cast to (uint64_t) instead of relying on the "ul" suffix. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Dan Gohman | Add a getSelectionDAGInfo member to TargetMachine. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | update docs for api change. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | building on the new CallGraphSCC abstraction, teach... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Dan Gohman | Add skeleton target-specific SelectionDAGInfo files. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Johnny Chen | Fixed logic error. Should check Builder for validity... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | move ReplaceNode out of line, rename scc_iterator:... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Dan Gohman | Regenerate configure script. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Dan Gohman | Add an autoconf check for -retain-symbols-file and... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Johnny Chen | Minor change to make the test case comply with Vd<0... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | introduce a new CallGraphSCC class, and pass it around |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Johnny Chen | Fixed a bug in DisassembleN1RegModImmFrm() where a... |
commit | commitdiff | tree | snapshot |
next |