DataFlowSanitizer; LLVM changes.
[oota-llvm.git] / lib /
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-08-07 Eric ChristopherUsing the integrated assembler we'd fail to change...
2013-08-07 Eric ChristopherFix a FIXME, on darwin all virtual sections have a...
2013-08-07 Reid KlecknerOn Windows, autolink advapi32 from Path.inc for CryptAc...
2013-08-07 Eric ChristopherMove assert above first use of variable that we'd be...
2013-08-07 Andrew TrickConfusing comment typo.
2013-08-07 Elena DemikhovskyAVX-512 set: Added BROADCAST instructions
2013-08-07 Richard Sandiford[SystemZ] Optimize floating-point comparisons with...
2013-08-07 Richard Sandiford[SystemZ] Add floating-point load-and-test instructions
2013-08-07 Benjamin KramerJumpThreading: Turn a select instruction into branching...
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-08-07 Eric ChristopherRemove some parens. No functional change.
2013-08-07 Craig TopperSimplify code. No functional change intended.
2013-08-07 Evgeniy StepanovInitialize SIInsertWaits::ExpInstrTypesSeen in the...
2013-08-07 Dmitri GribenkoYAMLTraits.h: replace DenseMap that used a bad implemen...
2013-08-07 Reed KotlerCreate a pattern for the "trap" instruction.
2013-08-07 Reid KlecknerFix boolean logic in LockFileManager and test it
2013-08-07 Reid KlecknerAvoid using alloca in Windows/Program.inc
2013-08-07 Eric ChristopherAdd a way to grab a particular attribute out of a DIE.
2013-08-07 Eric ChristopherMove somewhat messy conditional out of line.
2013-08-07 David BlaikieRemove unused functions introduced in r172685 to unbrea...
2013-08-07 Alexander KornienkoImplemented llvm::sys::locale::columnWidth and isPrint...
2013-08-06 Tom StellardR600: Add new file from r187831 to CMakeLists.txt
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-08-06 Tom StellardR600/SI: Use VSrc_* register classes as the default...
2013-08-06 Tom StellardR600/SI: Add more special cases for opcodes to ensureSR...
2013-08-06 Justin Holewinski[NVPTX] We dont have any target specific flags yet...
2013-08-06 Akira Hatanaka[mips] Mark instructions defined in Mips64InstrInfo...
2013-08-06 Bill WendlingChange the linkage of these global values to 'internal'.
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-08-06 Arnold SchwaighoferLoopVectorize: Allow vectorization of loops with lifeti...
2013-08-06 Akira Hatanaka[mips] Delete unnecessary InstAliases. Also, clear...
2013-08-06 Akira Hatanaka[mips] Replace usages of register classes with register...
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-06 Jakub StaszakAdjust file to the coding standard.
2013-08-06 Hal FinkelAdd PPC64 mulli pattern
2013-08-06 Jakub StaszakRemove extraneous semicolon.
2013-08-06 Mihai PopaThis corrects creation of operands for t2PLDW. It also...
2013-08-06 Mihai PopaSupport APSR_nzcv as operand for Thumb2 mrc. Deprecate...
2013-08-06 Justin Holewinski[NVPTX] Add missing patterns for i1 [s,u]int_to_fp
2013-08-06 Justin Holewinski[NVPTX] Fix bug in stack code generation causes by...
2013-08-06 Justin Holewinski[NVPTX] Start conversion to MC infrastructure
2013-08-06 Tim NorthoverARM: implement allowTruncateForTailCall
2013-08-06 Alexey SamsonovStore compile unit corresponding to each chain of inlin...
2013-08-06 Alexey SamsonovAdd LLVM-style RTTI to DIContext/DWARFContext classes
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-06 Serge PavlovUnbreak Debug build on Windows
2013-08-06 Craig TopperSimplify vector lane handling math a bit. No functional...
2013-08-06 Craig TopperSimplify math a little bit.
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-08-06 Craig TopperReplace EVT with MVT in isHorizontalBinOp as it is...
2013-08-06 NAKAMURA TakumiAsmPrinter/CMakeLists.txt: Add explicit dependency...
2013-08-06 NAKAMURA TakumiOption/CMakeLists.txt: Don't use target_link_libraries...
2013-08-06 Craig TopperSimplify code slightly. No functional change.
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-06 Eric ChristopherAllow 4 as a valid debug info version.
2013-08-06 Matt ArsenaultFix missing -*- C++ -*-s
2013-08-05 Eric ChristopherRecommit previous cleanup with a fix for c++98 ambiguity.
2013-08-05 Tom StellardR600: Implement TargetLowering::getVectorIdxTy()
2013-08-05 Tom StellardTargetLowering: Add getVectorIdxTy() function v2
2013-08-05 Eric ChristopherRevert "Use existing builtin hashing functions to make...
2013-08-05 Eric ChristopherUse existing builtin hashing functions to make this...
2013-08-05 Eric ChristopherChange parent hashing algorithm to be non-recursive...
2013-08-05 Peter CollingbourneIntroduce an optimisation for special case lists with...
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
2013-08-05 Aaron BallmanSilencing an MSVC11 type conversion warning.
2013-08-05 Alexey Samsonov80-cols
2013-08-05 Elena DemikhovskyLLVM Interpreter: This patch implements vector support...
2013-08-05 Richard Sandiford[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare...
2013-08-05 Benjamin KramerDon't leak passes if added outside of the area determin...
2013-08-05 Richard Sandiford[SystemZ] Add definitions for BRCT and BRCTG
2013-08-05 Richard Sandiford[SystemZ] Use LOAD AND TEST to eliminate comparisons...
2013-08-05 Richard Sandiford[SystemZ] Add LOAD AND TEST instructions
2013-08-05 Richard Sandiford[SystemZ] Split out comparison elimination into a separ...
2013-08-05 Elena DemikhovskyAVX-512 set: added mask operations, lowering BUILD_VECT...
2013-08-04 Reed KotlerAdd the saving of S2. This is needed for some of the...
2013-08-04 Benjamin KramerX86: Turn fp selects into mask operations.
2013-08-04 Elena DemikhovskyAVX-512 set: added VEXTRACTPS instruction
2013-08-04 Tim NorthoverX86: correct tail return address calculation
2013-08-04 Benjamin KramerAsmParser: Store MacroLikeBodies on the side so they...
2013-08-04 Reed KotlerClean up code for Mips16 large frame handling.
2013-08-03 Benjamin KramerPPCAsmParser: Stop leaking names.
2013-08-03 Benjamin KramerMachObjectFile: Don't leak on error.
2013-08-03 Benjamin KramerARMAsmParser: Plug a leak.
2013-08-03 Benjamin KramerStop leaking register infos in the disassemblers.
2013-08-03 Hal FinkelFix PPC64 64-bit GPR inline asm constraint matching
2013-08-03 Matt ArsenaultMinor address space code simplification.
2013-08-02 Peter CollingbourneAdd a AttributeSetImpl::dump function.
2013-08-02 Peter CollingbourneMake one of the AttributeSet ctors maintain the invaria...
2013-08-02 Hans WennborgOption parsing: recognize the special -- token
2013-08-02 Joey GoulyAdd a missing 'return' statement.
2013-08-02 Akira Hatanaka[mips] Expand vector truncating stores and extending...
2013-08-02 Joey Gouly[ARMv8] Add an assembler warning for the deprecated...
2013-08-02 Nadav RotemSLPVectorizer: Fix PR16777. PHInodes may use multiple...
2013-08-02 Renato GolinFixes ARM LNT bot from SLP change in O3
2013-08-02 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-08-02 Duncan SandsPacify GCC, which worries about falling off the end...
2013-08-02 Alexey SamsonovFix dereferencing end iterator in SimplifyCFG. Patch...
2013-08-02 NAKAMURA TakumiRevert r187597, "Bugfix for making the DWARF debug...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
next