2013-01-21 |
Richard Osborne | Use correct format for the LDAWCP instruction (u6). |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chris Lattner | r173072 is causing some regressions on big endian hosts... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chris Lattner | rework the Bitstream reader to actually work a machine... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chris Lattner | Fix a heinous inefficiency introduced in r149918, where... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Michael Ilseman | Introduce a new data structure, the SparseMultiSet... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chris Lattner | wean Blob handling logic off of banging on NextChar... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chris Lattner | rename "SkipToWord" to "SkipToFourByteBoundary" since... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Nadav Rotem | Fix a comment. Induction vars dont need to start at... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Tom Stellard | R600/SI: Use unnormalized coordinates for sampling... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Tom Stellard | R600/SI: Take target parameter for sample intrinsics. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Tom Stellard | R600/SI: Derive all sample intrinsics from a single... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
NAKAMURA Takumi | R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Switch CodeMetrics itself over to use TTI to determine... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Fix indentation and formatting. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Sink InlineCost.cpp into IPA -- it is now officially... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Move the inline cost analysis's primary cost query... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Now that the inline cost analysis is a pass, we can... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Make the inline cost a proper analysis pass. This remai... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Formatting and comment fixes to the always inliner. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Clean up the formatting and doxygen for the simple... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Fix an old-style doxygen comment. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Cleanup the formatting of this header. This removes... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Michael J.... | Revert "[Object] .bss sections have no content. PR15005." |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Craig Topper | Use <0 checks in place of ==-1 because it results in... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Craig Topper | Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Craig Topper | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Michael J.... | [Object] .bss sections have no content. PR15005. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Craig Topper | Fix some 80 column violations. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Craig Topper | Make helper method static. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Michael J.... | [Support] Make test C++03. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Remove the comma from the last enumerator to fix -pedan... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chandler Carruth | Introduce a generic interface for querying an operation... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
NAKAMURA Takumi | Support/Compiler.h: MSC1600, aka VS2010, is not C+... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Benjamin Kramer | Disable test that fails due to lack of std::true_type... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Craig Topper | Convert more EVT's to MVT's in the lowering methods. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Craig Topper | Capitalize lowerTRUNCATE so that it matches the other... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Renato Golin | Revert CostTable algorithm, will re-write |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Michael J.... | [Support] Port ErrorOr<T> from lld to C++03. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Benjamin Kramer | LoopVectorize: Fix a C++11 incompatibility. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Richard Osborne | Add instruction encodings / disassembly support for... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Richard Osborne | Add instruction encodings / disassembly support for... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Richard Osborne | Add instruction encodings / disassembler support for... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Richard Osborne | Add instruction encodings / disassembly support 3r... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
NAKAMURA Takumi | llvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add ... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Nadav Rotem | Fix a build error. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Michael J.... | [docs] Update IRC information. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Craig Topper | Make LowerVSETCC a static function and use MVT instead... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Nadav Rotem | Revert 172708. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Michael Gottesman | Changed IRBuilder::CreateZExtOrTrunc and IRBuilder... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Nadav Rotem | Update the gcc-loops benchmark |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Nadav Rotem | Update the linpack benchmark with different array sizes. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Nadav Rotem | LoopVectorizer: Implement a new heuristics for selectin... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Nadav Rotem | Change the cpu type in the test. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Michael Gottesman | More copy editing. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Michael Gottesman | Doxygenified and copy edited BasicBlock.h. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Michael Gottesman | Doxygenified Argument.h and performed some copy editing... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Michael Gottesman | Converted all method comments in IRBuilder.h to use... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Michael Gottesman | Corrected assert messages for CreateZExtOrTrunc/CreateS... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Michael Gottesman | Added IRBuilder::CreateFPExtOrFPTrunc. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
NAKAMURA Takumi | llvm/test/Other/close-stderr.ll: Mark this as XFAIL... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Sean Silva | ReleaseNotes: note Sphinx migration. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Sean Silva | docs: Nuke the old release notes. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Chris Lattner | trivial micro-optimization: lazily call the virtual... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Chris Lattner | switch llvm-bcanalyzer onto the new cursor APIs, allowi... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Sean Silva | docs: Use proper markup. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Sean Silva | docs: Inline documentation structure into homepage. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Chris Lattner | convert the bitstream reader itself and the IR .bc... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Chris Lattner | add an option to not auto-process abbreviations in... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
David Blaikie | The last of PR14471 - emission of constant floats |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Chris Lattner | stringref'ize readRecord and properly capitalize it... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Craig Topper | Make some helper methods static. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Craig Topper | Remove DebugLoc argument from static function. It can... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Craig Topper | Use MVT instead of EVT in more instruction lowering... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Chris Lattner | move some private methods out of line, add a skipRecord... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Craig Topper | Use MVT instead of EVT in more of the shuffle lowering... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chris Lattner | add some optional flags to affect the way advance works. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Craig Topper | Capitalize LowerVectorIntExtend to be consistent with... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
David Blaikie | Fix a latent bug exposed by recent static member debug... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chris Lattner | fix method name. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chris Lattner | Add a new BitstreamEntry concept, and add two helper... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Dmitri Gribenko | Documentation: remove more mentions of Tcl |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Dmitri Gribenko | Documentation: replace some non-ASCII characters by... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Jakub Staszak | Include Support/ELF.h instead of Object/ELF.h. It is... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chris Lattner | BitstreamReader hasn't aged well. It's been hacked... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Benjamin Kramer | LoopVectorizer: Emit memory checks into their own basic... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Nadav Rotem | On Sandybridge split unaligned 256bit stores into two... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Craig Topper | Use MVT instead of EVT when computing shuffle immediate... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chandler Carruth | Sort all of the includes. Several files got checked... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Jack Carter | This is a resubmittal. For some reason it broke the... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Renato Golin | Fix 80-col and early exit in cost model |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Jakob Stoklund... | Remove some register allocation order dependencies. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Andrew Kaylor | Fixing behavior of ELFObjectFile::getSymbolFileOffset(). |
commit | commitdiff | tree | snapshot |
2013-01-18 |
David Greene | Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Nadav Rotem | On Sandybridge loading unaligned 256bits using two... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Jordan Rose | Use hexDigitValue in LLLexer. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Michael Gottesman | Improved comment. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Michael Gottesman | Fixed typo in comment. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Eric Christopher | Split out DW_OP_addr for the split debug info DWARF5... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Bill Wendling | If the attributes don't exist, just bail for now. |
commit | commitdiff | tree | snapshot |
next |