2013-02-01 |
Bill Wendling | Remove some dead code, improve some asserts, and other... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dan Gohman | Add a comment explaining an unavailable optimization. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Bill Wendling | Remove one of the odious 'Raw' methods. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Bill Wendling | Use iterators instead of relying upon a bitmask of... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dan Gohman | Rewrite instsimplify's handling if icmp on pointer... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Chandler Carruth | Fix another typo in the classof definitions that doesn... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Add iterators to the AttributeSet class so that we... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dan Gohman | An alloca can be equal to an argument. It can't *alias... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Chandler Carruth | Switch the code added in r173885 to use the new, shiny... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Chandler Carruth | Fix a think-o in the condition here. =[ I would commit... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | s/AttrBuilder::addAttributes/AttrBuilder::addAttribute... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Chandler Carruth | Fix a copy/paste-o that got missed because 'check'... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Chandler Carruth | Give the MCStreamer class hierarchy LLVM RTTI facilitie... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Remove the AttrBuilder form of the Attribute::get creators. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Richard Smith | Regenerate configure to hopefully fix buildbot breakage... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
NAKAMURA Takumi | Update AMDGPURegisterInfo::eliminateFrameIndex() corres... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Richard Smith | Add -Wno-nested-anon-types to -pedantic builds of LLVM... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Add a test for internal shell execution behaviors. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Change to raise InternalShellError for all comman... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dan Gohman | Document another instsimplify assumption. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tom Stellard | R600: Fold clamp, neg, abs |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tom Stellard | R600: Consider bitcast when folding const_address node. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tom Stellard | R600: Make store_dummy intrinsic more general by passin... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Chad Rosier | Remove unused variable, which should have been removed... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Manman Ren | Linker: correctly link in dbg.declare |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Add support for emitting a string attribute. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Fix bug where InternalShellError messages were... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Chad Rosier | Add braces, so my head doesn't explode. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Fix a shell parsing bug with ';' not separated... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tim Northover | Update AArch64 backend to changed eliminateFrameIndex... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Lang Hames | When lowering memcpys to loads and stores, make sure... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Manman Ren | [Dwarf] early exit to avoid creating dangling DIEs |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Chad Rosier | [PEI] Pass the frame index operand number to the elimin... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Jim Grosbach | interpreter: Fix errant fallthrough. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Jim Grosbach | Object: Fix errant fallthrough. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Jim Grosbach | RuntimeDyld: Fix errant fallthrough. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Edwin Vane | Turn off missing field initializer warnings for gcc |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Add a test for the various ShTest format features. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] TestRunner: Eliminate failDueToStderr argument... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Delete the now-unused SyntaxCheckTest format. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Jakob Stoklund... | Clarify intent. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Derek Schuff | [MC] bundle alignment: prevent padding instructions... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tim Northover | Add myself as code owner of AArch64 backend. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tim Northover | Add AArch64 as an experimental target. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Pekka Jaaskelainen | Made the min-trip-count-switch test X86-specific to... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Evgeniy Stepanov | Annotate BumpPtrAllocator for MemorySanitizer. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Alexey Samsonov | Revert r173946. This breaks compilation of googletest... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Remove the Attribute::hasAttributes() function. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Michael Gottesman | Fixed a mistake in my previous commit where I changed... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Michael Gottesman | Formatting Fix. Changed " to `` around the word 'consta... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
NAKAMURA Takumi | Revert r174026, "Remove Attribute::hasAttributes()... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dan Gohman | Change stripAndComputeConstantOffsets to accept a NULL... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dan Gohman | Move isKnownNonNull out of AliasAnalysis.h and into... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Remove Attribute::hasAttributes() and make Attribute... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dan Gohman | Change GetPointerBaseWithConstantOffset's DataLayout... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Make the AttrBuilder creation method of Attribute priva... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Saleem Abdulrasool | build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@ |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Move unittest adaptor code into discovery module. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Run the ShUtil tests as part of the test suite. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Set parallel mode for coverage tests. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Move discovery code into its own module. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Revert for now: |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Michael Gottesman | Filecheckized 2x tests in SimplifyCFG and removed their... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Remove the AttrBuilder version of the Attribute::get... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Eric Christopher | Whitespace. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Eric Christopher | Check and allow floating point registers to select... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Andrew Trick | LangRef: Add a Rationale for volatile rules. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Eli Bendersky | Replace some more greps with FileChecks in tests |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Make sure that the Attribute object represents one... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Add a MANIFEST file and a script for sanity check... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Add a basic discovery test. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Add a script for checking test coverage. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Dunbar | [lit] Add a test suite for lit itself. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dan Gohman | stripAndComputeConstantOffsets is only called on pointe... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Eli Bendersky | Rewrite this test properly with a FileCheck instead... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dan Gohman | Fix ConstantFold's folding of icmp instructions to... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Michael Gottesman | Added a unit test for r173983 that verifies that Target... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Hal Finkel | PPC QPX requires a 32-byte aligned stack |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Bill Wendling | Remove addRetAttributes and addFnAttributes, which... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Bill Wendling | Convert typeIncompatible to return an AttributeSet. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Evan Cheng | Forgot the test case before. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Evan Cheng | Restrict sin/cos optimization to 64-bit only for now... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Michael Gottesman | Doxygenified some comments in IRBuilder.h. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Michael Gottesman | Removed CreateFPExtOrFPTrunc for now until I have the... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Hal Finkel | Initialize hasQPX in PPCSubtarget |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Michael Gottesman | Encapsulate testing that we have an iOS Triple in Tripl... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Bill Wendling | Remove redundant code. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Andrew Trick | ...in light of recent activity related to llvm.memcpy... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Hal Finkel | Add definitions for the PPC a2q core marked as having... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Eli Bendersky | Remove a mention of TargetInstrDescriptor, which no... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Sean Silva | [docs] Guide prospective TableGen backend writers. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Bill Wendling | Use the number of 'slots' in the AttributeSetImpl being... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Eli Bendersky | Clean up whitespace and indentation a bit |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Manman Ren | Linker: correctly link in dbg.declare |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Eli Bendersky | Add a special ARM trap encoding for NaCl. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Logan Chien | Add missing header and test cases for r173939. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Logan Chien | Override virtual function for ARM EH directives. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Dmitri Gribenko | LLDB uses ConvertUTF16toUTF8, remove #ifdef |
commit | commitdiff | tree | snapshot |
next |