[PM] Remove extraneous space that I left in there.
[oota-llvm.git] / lib /
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Richard BartonAdd support for Cortex-A12.
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Daniel Sanders[mips][msa] Float vector constants cannot use ldi....
2013-11-22 Kostya SerebryanyRevert r195318 as it causes miscompilation (PR18029)
2013-11-22 Hao LiuFix a Cygwin build failure caused by enum values starti...
2013-11-22 Hao LiuFix the bugs about AArch64 Load/Store vector types...
2013-11-22 Hao LiuRevert last change by haoliu because of buildbot failure.
2013-11-22 Hao LiuFix a Cygwin build failure caused by enum values starti...
2013-11-22 Jiangning LiuFor AArch64 back-end instruction selection, lower Neon_...
2013-11-22 Yi JiangSLP Vectorizer: Extract cost will only be added once...
2013-11-22 Lang HamesFix a typo where we were creating <def,kill> operands...
2013-11-22 Chandler Carruth[PM] Switch analysis managers to be threaded through...
2013-11-22 Tom StellardR600: Implement TargetInstrInfo::isLegalToSplitMBBAt()
2013-11-22 Tom StellardSelectionDAG: Optimize expansion of vec_type = BITCAST...
2013-11-22 Tom StellardSplit SETCC if VSELECT requires splitting too.
2013-11-21 Eric ChristopherIn Dwarf 3 (and Dwarf 2) attributes whose value are...
2013-11-21 Ekaterina RomanovaSHLD/SHRD are VectorPath (microcode) instructions known...
2013-11-21 Peter CollingbourneIntroduce two command-line flags for the instrumentatio...
2013-11-21 Eric ChristopherMove member variable up to where the rest of non-DWARF5...
2013-11-21 Daniel Sanders[mips][msa] Fix a corner case in performORCombine(...
2013-11-21 Artyom Skrobov[ARM] add basic Cortex-A7 support to LLVM backend
2013-11-21 Daniel SandersAdd support for legalizing SETNE/SETEQ by inverting...
2013-11-21 Evgeniy Stepanov[msan] Propagate condition origin in select instruction.
2013-11-21 Daniel Sanders[mips][msa/dsp] Only do DSP combines if DSP is enabled.
2013-11-21 NAKAMURA TakumiWhitespace.
2013-11-21 NAKAMURA TakumiRevert r195317 (and r195333), "Teach ISel not to optimi...
2013-11-21 Chandler Carruth[PM] Widen the interface for invalidate on an analysis...
2013-11-21 Ana PazosImplemented Neon scalar vdup_lane intrinsics.
2013-11-21 Ana PazosImplemented Neon scalar by element intrinsics.
2013-11-21 Kostya SerebryanyDon't speculate loads under ThreadSanitizer
2013-11-21 Bill WendlingThe basic problem is that some mainstream programs...
2013-11-21 Paul RobinsonTeach ISel not to optimize 'optnone' functions.
2013-11-21 Reed KotlerAdd, to constant islands, long jumps similar to ARM...
2013-11-21 Yuchen Wullvm-cov: Don't assume FileChecksum was generated.
2013-11-21 Yuchen Wullvm-cov: Formatting change.
2013-11-21 Yuchen Wullvm-cov: Fixed some bugs related to file checksum.
2013-11-21 Chandler Carruth[PM] Add a module analysis pass proxy for the function...
2013-11-21 Eric ChristopherMove DebugInfoOffset member near the other data member...
2013-11-21 Eric ChristopherReflow some documentation and remove whitespace comment...
2013-11-21 Eric ChristopherAdd more documenation for the lookup tables data members.
2013-11-21 Eric ChristopherReorder language in the CompileUnit description and...
2013-11-21 Eric ChristopherUpdate comment.
2013-11-21 Eric ChristopherConstify the DIEs used for pubname and pubtype tables...
2013-11-21 Nick Kledzikrevert r194655
2013-11-20 Hal FinkelPPC popcnt[dw] do not have record forms
2013-11-20 Benjamin KramerMachineBlockPlacement: Strengthen the source order...
2013-11-20 David BlaikieDwarfCompileUnit: Initialize DebugInfoOffset.
2013-11-20 David BlaikieCR feedback for r195166: Add comments regarding type...
2013-11-20 Chandler CarruthMake the moved-from SmallPtrSet be a valid, empty,...
2013-11-20 Daniel Sanders[mips][msa] Pseudo instructions require HasMSA too...
2013-11-20 Daniel Sanders[mips][msa] Remove unused instruction class MSA_I8_X_DE...
2013-11-20 Chandler Carruth[PM] Add the preservation system to the new pass manager.
2013-11-20 Chandler CarruthGive SmallPtrSet move semantics when we have R-value...
2013-11-20 NAKAMURA TakumiX86ISelLowering.cpp: Mark a variable VT as LLVM_ATTRIBU...
2013-11-20 NAKAMURA TakumiWhitespace.
2013-11-20 Elena DemikhovskyFixed compilation error.
2013-11-20 Elena DemikhovskyAVX-512: Concat 4 128-bit vectors in one 512-bit vector.
2013-11-20 Chandler Carruth[PM] Make the function pass manager more regular.
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-11-20 Chandler Carruth[PM] Split the analysis manager into a function-specifi...
2013-11-20 Hal FinkelPPC: Optimize rldicl generation for masked shifts
2013-11-20 Eric ChristopherRemove polymorphic destruction for DIE. DIEBlocks are...
2013-11-20 Eric ChristopherRemove capability for polymorphic destruction from...
2013-11-20 Eric ChristopherGrammar.
2013-11-20 Eric ChristopherFormatting, 80-col, trailing whitespace.
2013-11-20 Jack Carterlong line correction
2013-11-20 Jack Carterlong line correction
2013-11-20 Filip PizloExpose the fence instruction via the C API.
2013-11-19 Aditya NandakumarFixed an extra for(typo) in the comments
2013-11-19 Jack Carterlong lines and white space correction
2013-11-19 David BlaikieDebugInfo: Partial implementation of DWARF type units.
2013-11-19 David BlaikieDebugInfo: Constify accelerator table handling, and...
2013-11-19 Arnold SchwaighoferSLPVectorizer: Fix stale for Value pointer array
2013-11-19 Arnold SchwaighoferSLPVectorizer: Fix whitespace errors
2013-11-19 Petar Jovanovic[mips] Resolve relocation for the stubs in MCJIT when...
2013-11-19 Juergen Ributzka[DAG] Refactor vector splitting code in SelectionDAG...
2013-11-19 Rafael EspindolaMake it explicit that nulls are not allowed in names.
2013-11-19 Yuchen Wullvm-cov: Moved printing after error checks.
2013-11-19 Jack Carterreverts 195057 per request
2013-11-19 Yuchen Wullvm-cov: Added constness property to methods.
2013-11-19 Benjamin KramerDataLayout: value initialize globals to avoid static...
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-11-19 Andrew TrickObvious pasto survived a couple rounds of cleanup.
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-19 Cameron McInallyFix assembly operands for the SSE2 cvtsd2ss instruction.
2013-11-19 Simon Atanasyan[Mips] Adjust float ABI settings in case of MIPS16...
2013-11-19 Eric ChristopherFormatting and 80-col.
2013-11-19 Eric ChristopherFix comment.
2013-11-19 Eric ChristopherRefactor the section emission code to remove duplicates...
2013-11-19 Eric ChristopherReformat file.
2013-11-19 Chandler CarruthFix an issue where SROA computed different results...
2013-11-19 Michael IlsemanAdd support for software expansion of 64-bit integer...
2013-11-19 Andrew TrickFix patchpoint comments.
2013-11-19 Andrew TrickUse symbolic operands in the patchpoint folding routine...
2013-11-19 Andrew TrickAdd an abstraction to handle patchpoint operands.
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-19 Eric ChristopherRemove unused special member functions and reformat.
2013-11-19 Eric ChristopherFix previous commit and fully remove variable.
2013-11-19 Eric ChristopherRemove unused variable.
next