summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-24improve address handlingclauseVincent Lejeune1-10/+32
2013-03-24more work on cfVincent Lejeune3-21/+84
2013-03-23fix infinite loopVincent Lejeune1-7/+5
2013-03-23remove dumpVincent Lejeune1-2/+0
2013-03-23work to support kcache bankVincent Lejeune3-16/+185
2013-03-22additionnal workVincent Lejeune3-27/+82
2013-03-21more work on cf_aluVincent Lejeune1-0/+48
2013-03-20some more work on clausesVincent Lejeune4-5/+124
2013-03-20start work on aluclausesVincent Lejeune1-2/+56
2013-03-16R600: Use CONSTANT_BUFFER_0 address space for Implicit ParametersVincent Lejeune1-1/+1
2013-03-14R600: Lower clamp constant to constantVincent Lejeune2-0/+43
2013-03-14R600: Relax some vector constraints on Dot4.Vincent Lejeune8-1/+266
2013-03-14R600: Recompute schedule graph non order dependencies.Vincent Lejeune8-6/+531
2013-03-14R600: Use bottom up scheduling algorithmVincent Lejeune4-36/+63
2013-03-14Add a case to LiveIntervalAnalysis::HandleMoveVincent Lejeune1-4/+134
2013-03-14R600: Factorize code handling Const Read Port limitationvljn6-80/+140
2013-03-14[ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov3-5/+5
2013-03-14PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth3-133/+162
2013-03-14Add two of the float related ARM-specific entries for e_flags needed forJoerg Sonnenberger1-0/+2
2013-03-14Fix the name of a variable to match its declaration. Fixes build failure from...Craig Topper1-1/+1
2013-03-14Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper3-0/+17
2013-03-14Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...Craig Topper1-0/+42
2013-03-14Fix PR15309Michael Liao2-1/+17
2013-03-14test commit: remove blank line.Jiong Wang1-1/+0
2013-03-14Remove a change to the debug info in this test, that I made while testingNick Lewycky1-1/+1
2013-03-14Try using %S to find the emitted .gcno file.Nick Lewycky1-5/+5
2013-03-14Remove accidentally committed debug line.Nick Lewycky1-1/+0
2013-03-14Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky4-49/+113
2013-03-14Fix typo in comment.Nick Lewycky1-1/+1
2013-03-14[Support][Test] Missed this in the API change.Michael J. Spencer1-0/+1
2013-03-14[Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer5-26/+41
2013-03-13No functionality change. Rename emitGCNO() to the more sensibleNick Lewycky1-7/+7
2013-03-13Simplify file/directory name handling in DILexicalBlockDavid Blaikie2-6/+4
2013-03-13Remove an extra operand to a DIFile metadata entryDavid Blaikie1-1/+1
2013-03-13Reset some of the target options which affect code generation.Bill Wendling3-1/+31
2013-03-13Simplify directory name handling in DILexicalBlockFile.David Blaikie1-5/+2
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie43-62/+63
2013-03-13Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames1-13/+5
2013-03-13Simplify CMake rules in HandleLLVMOptions module.Alexey Samsonov1-27/+26
2013-03-13Add some additonal attribute helper functions. Test will be on followReed Kotler3-0/+20
2013-03-13R600: Remove unused Outputs variableVincent Lejeune2-2/+0
2013-03-13No functionality change. Use unreachable in getCUOffset.Manman Ren1-1/+3
2013-03-13No functionality change. Use unreachable in getCompileUnit.Manman Ren1-1/+1
2013-03-13Check register classes also when changing them.Jakob Stoklund Olesen1-0/+1
2013-03-13ARM cost model: Add test case to make sure we would notice a change in CodeGenArnold Schwaighofer1-0/+153
2013-03-13Fix a performance regression when combining to smaller types in icmp (shl %v,...Arnaud A. de Grandmaison1-3/+4
2013-03-13Add one more overload to make VS2008's debug mody happy.Benjamin Kramer1-0/+3
2013-03-13Add llvm-symbolizer as test dependency.Evgeniy Stepanov1-0/+1
2013-03-13Set symbolizer path in the test environment.Evgeniy Stepanov2-0/+10
2013-03-13lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were i...NAKAMURA Takumi1-0/+3